gpo.zugaina.org

Search Portage & Overlays:

sys-fs/gfs2-utils

Shared-disk cluster file system

Screenshots

  • gfs2-utils-3.5.1-r1
    ~amd64 ~x86
    nls test

    View      Download      Browse     License: GPL-2 LGPL-2.1   
    Overlay: guru
  • gfs2-utils-3.4.1
    ~amd64 ~x86
    nls test

    View      Download      Browse     License: GPL-2 LGPL-2.1   
    Overlay: guru

ChangeLog

commit e07d695d5da84f2398b78750a21dbf624edef39a
Author: Paul Zander <negril.nx+gentoo@gmail.com>
Date: Tue Nov 18 17:53:08 2025 +0100

*/*: Add := to virtual/zlib deps

Add := to virtual/zlib deps, part 1

Done via:

```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```

Add := to virtual/zlib deps

Done via:

```
git grep -l 'virtual/zlib ' |
xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g'
```

Unify virtual/zlib:0= to virtual/zlib:=

Done via:

```
git grep -l 'virtual/zlib:0=' |
xargs sed -i -e 's@virtual/zlib:0=@virtual/zlib:=@g'
```

Add := to virtual/zlib deps, part 3

Done via:

```
git grep -l 'virtual/zlib:0' |
xargs sed -i -e 's@virtual/zlib:0@virtual/zlib:=@g'
git grep -l 'virtual/zlib:=/' |
xargs sed -i -e 's@virtual/zlib:=/@virtual/zlib:0/@g'
```

Add := to virtual/zlib deps, part 4

Done via:

```
git grep -l 'virtual/zlib\[' |
xargs sed -i -e 's@virtual/zlib\[@virtual/zlib:=\[@g'
```

Use := on virtual/zlib deps, part 5

Done via:

```
git grep -l 'virtual/zlib-' |
xargs sed -i -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g'
git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g'
pkgcheck scan --commits \
-c SourcingCheck,VisibilityCheck,DependencyCheck --exit error
```

Use := on virtual/zlib deps, part 6

Done via:

```
git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@'
```

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>

commit c23791504e3bd1ef571d794b8e6c624a71c8b6f3
Author: Paul Zander <negril.nx+gentoo@gmail.com>
Date: Sun Nov 16 23:26:20 2025 +0100

*/*: update for virtual/zlib

Update done using:

```
git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```

Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>

commit 463dedc3de0338ca311fec1814138ffda7420ab0
Author: Alexander Golubev <fatzer2@gmail.com>
Date: Fri Nov 22 08:45:01 2024 +0300

sys-fs/gfs2-utils: avoid adding -D_FORTIFY_SOURCE=2 to CPPFLAGS

Closes: https://bugs.gentoo.org/944282
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>

commit 1390b23f46a1e80620fea4ed7f27866ba4c6de67
Author: Alexander Golubev <fatzer2@gmail.com>
Date: Fri Nov 15 03:27:37 2024 +0300

sys-fs/gfs2-utils: add 3.5.1

Bug: https://bugs.gentoo.org/888029
Bug: https://bugs.gentoo.org/888031
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>

commit b9e1c64e07b91e8e89f4a92b8d0617a76fae07fe
Author: Arthur Zamarin <arthurzam@gentoo.org>
Date: Mon Jan 15 19:34:34 2024 +0200

*/*: {sys-devel => dev-build}/autoconf

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

commit c769c211d7edc91510602311d3bd2a7684864dd5
Author: Arthur Zamarin <arthurzam@gentoo.org>
Date: Mon Jan 15 19:34:10 2024 +0200

*/*: {sys-devel => dev-build}/automake

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

commit 1761a1ac671e357bef6e2e30004712f8c68e5ead
Author: Arthur Zamarin <arthurzam@gentoo.org>
Date: Mon Jan 15 19:32:38 2024 +0200

*/*: {sys-devel => dev-build}/libtool

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

commit dd1fefe6428552b0263aa3b23259c0a9ae40c792
Author: Arthur Zamarin <arthurzam@gentoo.org>
Date: Sat Jan 13 22:18:34 2024 +0200

*/*: move {sys-devel => dev-build}/make

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

commit 1e95f22062b44b3708c09b56fb2334f41c633e2e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Date: Sat Mar 4 18:56:32 2023 +0500

*/*: update metadata schema uri

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>

commit 9bcb3c147792b88bf04d52c16b71153f4cd66ccf
Author: Andrea Postiglione <andrea.postiglione@gmail.com>
Date: Sun Apr 3 18:04:43 2022 +0200

sys-fs/gfs2-utils fix eautoreconf

Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>

commit e0dd660f0deb29a0619475394dc9b0917b993ae8
Author: Andrea Postiglione <andrea.postiglione@gmail.com>
Date: Wed Feb 9 10:17:11 2022 +0100

sys-fs/gfs2-utils: drop 3.3.0

Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>

commit e2674b6ac2b5dd31d6376a4084cf88ba4421f6bf
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Wed Dec 15 12:18:25 2021 +0100

sys-fs/gfs2-utils: drop UnusedInherits

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

commit b74f1ae5b480d224786dcd2bdeb2cde579c3ff5a
Author: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Date: Mon Sep 20 11:38:54 2021 +0200

sys-fs/gfs2-utils: add missing RESTRICT="!test? ( test )"

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

commit 5598e55d26396253770ca52cc88e53f877f05f24
Author: Andrea Postiglione <andrea.postiglione@gmail.com>
Date: Tue Sep 14 20:42:48 2021 +0200

sys-fs/gfs2-utils: update Manifest

Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>

commit 7428f8bcea0eacbe6be18442552031e4e34810ff
Author: Andrea Postiglione <andrea.postiglione@gmail.com>
Date: Tue Sep 14 20:41:08 2021 +0200

sys-fs/gfs2-utils: drop old 3.2.0

Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>

commit a4a275a4a37ee6b05cff3c350bf758072da3ca2e
Author: Arthur Zamarin <arthurzam@gentoo.org>
Date: Wed Sep 8 15:47:29 2021 +0300

sys-fs/gfs2-utils: update Manifest

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

commit f65ff9774adef3e9d68c193451121584e26e4067
Author: Andrea Postiglione <andrea.postiglione@gmail.com>
Date: Wed Sep 8 12:33:01 2021 +0200

sys-fs/gfs2-utils: drop old 3.2.0

Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>

commit aa63cea24953443fcf39af11bfe3d224f3779645
Author: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Date: Tue Sep 7 12:47:23 2021 +0200

sys-fs/gfs2-utils: update Manifest

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

commit 9fe3a90f2aae964581f8b3278b1e117b41e65c1a
Author: Andrea Postiglione <andrea.postiglione@gmail.com>
Date: Sun Sep 5 20:41:30 2021 +0200

sys-fs/gfs2-utils: version bump to 3.4.1

Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>

commit a3e2d40eba6be37a74c1e239f268ec1984ef5803
Author: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Date: Sun Mar 28 12:58:38 2021 +0200

sys-fs/gfs2-utils: add missing RESTRICT="!test? ( test )"

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>

commit 75bea1059a6de9bfc680cdf2a77248e70c486107
Author: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Date: Sun Oct 25 13:32:10 2020 +0100

sys-fs/gfs2-utils: remove useless blank lines

makes repoman happy

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>

commit 7e9d24d6f678e309fce617b4f66873f2cdc1ce79
Author: Andrea Postiglione <andrea.postiglione@gmail.com>
Date: Wed Oct 21 11:45:07 2020 +0200

sys-fs/gfs2-utils: fix Manifest

Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>

commit c678f8607ad259c7c7b53f95b8cb61df2cdcf676
Author: Andrea Postiglione <andrea.postiglione@gmail.com>
Date: Wed Oct 21 11:42:43 2020 +0200

sys-fs/gfs2-utils: version bump to 3.3.0

Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>

commit 60704677d22d590195150c1166f568c80ee7c663
Author: Andrea Postiglione <andrea.postiglione@gmail.com>
Date: Thu Aug 13 15:17:22 2020 +0200

Add nss-tls-1.0 and gfs2-utils-3.2.0 ebuilds

Signed-off-by: Andrea Postiglione <andrea.postiglione@gmail.com>