sys-apps/util-linux: Bump to version 2.34. Removed old.
authorLars Wendler <polynomial-c@gentoo.org>
Sun, 16 Jun 2019 23:15:25 +0000 (01:15 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Sun, 16 Jun 2019 23:18:00 +0000 (01:18 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
sys-apps/util-linux/Manifest
sys-apps/util-linux/metadata.xml
sys-apps/util-linux/util-linux-2.34.ebuild [moved from sys-apps/util-linux/util-linux-2.34_rc2.ebuild with 97% similarity]

index 6ef615f749abb21982b8f2ab24f3f503aec1734b..c4d6b1f4e2cfdf7fb946d0cede55c6c948f46921 100644 (file)
@@ -1,4 +1,4 @@
 DIST util-linux-2.33.1.tar.xz 4650936 BLAKE2B 9ee6bc1a1b800e8537f5552c28cf608f32e89c8ab716434a2de6b4b5e257c53065b9c11cd355f2ef759f69069071ef930790ecd55806deef300ce77f31e38e98 SHA512 94ada47e472b62a612c26fd5a5b7423e09366690a8a96f777191a5d920981eb0f224474bc2f128e827299bf60062770011332757e1551a8cd3764b5c70ae4ba2
 DIST util-linux-2.33.2.tar.xz 4707024 BLAKE2B fdeed0a236edd26d268bccca8cde2cf1b7ecbff521ede9fa26ea22c8e5cdfc380a416a168789504b303f1b569d163e41f6630ee28829be7f2b2129fa14c4fffa SHA512 ac88790a0272366b384b54df19cb28318014d98819d5d96aa05528ff17ab57a8c66d012a2f1b59caca4c5d4ea669e8c041e1123517c1f1c2d9960ef701aaf749
 DIST util-linux-2.33.tar.xz 4663072 BLAKE2B df601f6aa6dd1e77c722d5e7350a3b14c6099057487384eb8cd7adee8693711c1d24663f76682c958884559fddf61cc4b6d987bdca70f88e6cb14109e328e8a9 SHA512 5eb419607c5a2634117a604d425d6413763d1e48910acabc7e19d574a4c3fb0ceb34a68671a8e4fe396a4c6d611932082f77cd669d009e218bf64095da0d5689
-DIST util-linux-2.34-rc2.tar.xz 4990080 BLAKE2B 63c7bc91d04e8cde2f67e2fad5a6a4b6ffe7b392d284c29b01b5a89eea26b42436656f8c4544555545b3718a739674c795c13a41e3a1e1cb2a98e952d02f9283 SHA512 54ae5ab146a2f8185dd1e46b363d3f83fd6791eb95f83522307ea59dcf23be93a9496fd1ca10bb09788ebd429c62db8fcde8747ed793c7826340289efb4e77d0
+DIST util-linux-2.34.tar.xz 4974812 BLAKE2B d26b2f74d490eaee0a40d4c75a1a351ba165b4a52f9bbf6cf9d1afd7ae1382a3a3dfe41180584e97e9aaad6950f604cad928f30747590e3e1e669c8797689758 SHA512 2d0b76f63d32e7afb7acf61a83fabbfd58baa34ab78b3a331ce87f9c676a5fd71c56a493ded95039540d2c46b6048caaa38d7fb4491eb3d52d7b09dc54655cd7
index d41121d081b14904230c14cfa6232e4cb09bb086..ed7b2cf02a025c4772a438c46960749c34734c75 100644 (file)
@@ -9,6 +9,7 @@
        <flag name="caps">build setpriv helper (run programs with diff capabilities)</flag>
        <flag name="cramfs">build mkfs/fsck helpers for cramfs filesystems</flag>
        <flag name="fdformat">build fdformat (floppy disk format)</flag>
+       <flag name="hardlink">build hardlink program</flag>
        <flag name="kill">build the kill program</flag>
        <flag name="pam">build runuser helper</flag>
        <flag name="suid">
similarity index 97%
rename from sys-apps/util-linux/util-linux-2.34_rc2.ebuild
rename to sys-apps/util-linux/util-linux-2.34.ebuild
index 55b7c4d9ee9be566667fc14fc1c165ec2dea43e5..efc59ae7357554e9b7cf8752c7547f28ac68c1a5 100644 (file)
@@ -25,7 +25,7 @@ HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/ https://github.com/
 
 LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain"
 SLOT="0"
-IUSE="build caps +cramfs fdformat kill ncurses nls pam python +readline selinux slang static-libs +suid systemd test tty-helpers udev unicode userland_GNU"
+IUSE="build caps +cramfs fdformat hardlink kill ncurses nls pam python +readline selinux slang static-libs +suid systemd test tty-helpers udev unicode userland_GNU"
 
 # Most lib deps here are related to programs rather than our libs,
 # so we rarely need to specify ${MULTILIB_USEDEP}.
@@ -48,6 +48,7 @@ BDEPEND="
        test? ( sys-devel/bc )
 "
 RDEPEND="${DEPEND}
+       hardlink? ( !app-arch/hardlink )
        kill? (
                !sys-apps/coreutils[kill]
                !sys-process/procps[kill]
@@ -174,6 +175,7 @@ multilib_src_configure() {
                        $(use_enable caps setpriv)
                        $(use_enable cramfs)
                        $(use_enable fdformat)
+                       $(use_enable hardlink)
                        $(use_enable tty-helpers mesg)
                        $(use_enable tty-helpers wall)
                        $(use_enable tty-helpers write)