commit:     67f627acbd8366c3e819c3df0ef8c96ba0c41a07
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  5 18:53:39 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Mar  5 18:55:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f627ac

sys-fs/xfsprogs: Removed old

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-fs/xfsprogs/Manifest              |   4 --
 sys-fs/xfsprogs/xfsprogs-5.6.0.ebuild | 103 ----------------------------------
 sys-fs/xfsprogs/xfsprogs-5.7.0.ebuild |  94 -------------------------------
 sys-fs/xfsprogs/xfsprogs-5.8.0.ebuild |  94 -------------------------------
 sys-fs/xfsprogs/xfsprogs-5.9.0.ebuild |  94 -------------------------------
 5 files changed, 389 deletions(-)

diff --git a/sys-fs/xfsprogs/Manifest b/sys-fs/xfsprogs/Manifest
index 7a495d78f43..65a31d0d667 100644
--- a/sys-fs/xfsprogs/Manifest
+++ b/sys-fs/xfsprogs/Manifest
@@ -1,6 +1,2 @@
 DIST xfsprogs-5.10.0.tar.xz 1273332 BLAKE2B 
8caaa0ca8a94480f131d36b383afcf732b3a5a7a3c7927b4b4da4855fc5a0fb97a56fcebb98391a4dd0f02465868a4bd857e57eeba053a419df47d42f74bc958
 SHA512 
da09e687c87c4b133888dba7b4458017ec028020637ea5066be0232bf5c7da18239cc33eadd02d9b99d1c835aab38cab1ec9d45ae8b83897f9157cfcb0271fbd
 DIST xfsprogs-5.4.0.tar.xz 1248688 BLAKE2B 
dd00083b62a4989ca94d117eabad3905dc487c3e6d4f20bbe855399e99e2195c1a45f2be3b117048e2a7f2374c7e6258e7c1edd63d12a405c88f4c9fa6cd5e8e
 SHA512 
c0973fcf97e2666385b46c80cd1398728702cb34fd7e0f89e2a63686300573405d09a81d3ae43d79c2e9710ccf6b6bd6ed1c3f3f831c75cd0916f094f203aaa7
-DIST xfsprogs-5.6.0.tar.xz 1253112 BLAKE2B 
7928b29458e3ad8251b48b6fb14a515e0128701c40cdfa63c05fc85173c70da3f34c948b7791f12ac5bb8d5f0c634016dac71c328a8917d1065aa7fb4cac3291
 SHA512 
a6bee55b0a23316c73f3921234d1dbaa4cbe91c12e79264e5f9bfe1356a24baa0ab25270405a46e4613a7e48443ef21997ff4f5962663777bed373f89ca29701
-DIST xfsprogs-5.7.0.tar.xz 1258772 BLAKE2B 
3dab72c1c64d88194f677ed434fe00c8c2eac10c7c6d471d3b32595eb27a76ec1fa20955a08d7c2e371a0d160bce741afad0998731d2fee497917e0d7a4e70f7
 SHA512 
6a333b7e4fc6afb1689f6bbbbf07b97058cce2fde437fd3ed5b010276c050f886e5c0317ea16aedb23f579a9fed5edc4e7e64b4af5f0331dc8fd97b3251dd231
-DIST xfsprogs-5.8.0.tar.xz 1260580 BLAKE2B 
d4efb81123d46fd7907dd81605922ba283642ead92f6270a3b0d93a0c7321963d5b8b0068a2b6b4cdb236da0653a6432b74056feff77354d2557e899b01f1a62
 SHA512 
11f2810402ecb83db204346c45ff9f7d643ff2390767794e311a06a10eb97118095e4c377d2b065be50611ec5fc82ac5cbc0a8c7122ee7e9820a2db4e9f177c1
-DIST xfsprogs-5.9.0.tar.xz 1263364 BLAKE2B 
0504e06a9b2b664289fec3dbb083508438b4950c623e309f326954b81f2e9ca0e65d9eb0c9fa029c49f6708e7995db2e9cab0bc7f42aa048e7f9feb80fc7ec77
 SHA512 
76f7da8c57e859326b33bff4ceae9f73af485357252b2b1c09808ebb309af5abbafdceb874b9739a1aa87b8f130e42c5ee143fff117edde20844182e7babd0ce

diff --git a/sys-fs/xfsprogs/xfsprogs-5.6.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-5.6.0.ebuild
deleted file mode 100644
index a44fed9dd62..00000000000
--- a/sys-fs/xfsprogs/xfsprogs-5.6.0.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs systemd usr-ldscript
-
-DESCRIPTION="xfs filesystem utilities"
-HOMEPAGE="https://xfs.wiki.kernel.org/";
-SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
-IUSE="icu libedit nls readline"
-
-LIB_DEPEND=">=sys-apps/util-linux-2.17.2[static-libs(+)]
-       icu? ( dev-libs/icu:=[static-libs(+)] )
-       readline? ( sys-libs/readline:0=[static-libs(+)] )
-       !readline? ( libedit? ( dev-libs/libedit[static-libs(+)] ) )"
-RDEPEND="${LIB_DEPEND//\[static-libs(+)]}
-       !<sys-fs/xfsdump-3"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       nls? ( sys-devel/gettext )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-4.15.0-docdir.patch
-       "${FILESDIR}"/${PN}-5.3.0-libdir.patch
-)
-
-pkg_setup() {
-       if use readline && use libedit ; then
-               ewarn "You have USE='readline libedit' but these are exclusive."
-               ewarn "Defaulting to readline; please disable this USE flag if 
you want libedit."
-       fi
-}
-
-src_prepare() {
-       default
-
-       # Fix doc dir
-       sed -i \
-               -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
-               include/builddefs.in || die
-
-       # Don't install compressed docs
-       sed 's@\(CHANGES\)\.gz[[:space:]]@\1 @' -i doc/Makefile || die
-}
-
-src_configure() {
-       # include/builddefs.in will add FCFLAGS to CFLAGS which will
-       # unnecessarily clutter CFLAGS (and fortran isn't used)
-       unset FCFLAGS
-
-       export DEBUG=-DNDEBUG
-
-       # Package is honoring CFLAGS; No need to use OPTIMIZER anymore.
-       # However, we have to provide an empty value to avoid default
-       # flags.
-       export OPTIMIZER=" "
-
-       unset PLATFORM # if set in user env, this breaks configure
-
-       # Avoid automagic on libdevmapper, #709694
-       export ac_cv_search_dm_task_create=no
-
-       # Build fails with -O3 (bug #712698)
-       replace-flags -O3 -O2
-
-       # Upstream does NOT support --disable-static anymore,
-       # https://www.spinics.net/lists/linux-xfs/msg30185.html
-       # https://www.spinics.net/lists/linux-xfs/msg30272.html
-       local myconf=(
-               --enable-blkid
-               --with-crond-dir="${EPREFIX}/etc/cron.d"
-               --with-systemd-unit-dir="$(systemd_get_systemunitdir)"
-               $(use_enable icu libicu)
-               $(use_enable nls gettext)
-               $(use_enable readline)
-               $(usex readline --disable-editline $(use_enable libedit 
editline))
-       )
-
-       if is-flagq -flto ; then
-               myconf+=( --enable-lto )
-       else
-               myconf+=( --disable-lto )
-       fi
-
-       econf "${myconf[@]}"
-}
-
-src_compile() {
-       emake V=1
-}
-
-src_install() {
-       emake DIST_ROOT="${ED}" install
-       emake DIST_ROOT="${ED}" install-dev
-
-       gen_usr_ldscript -a handle
-}

diff --git a/sys-fs/xfsprogs/xfsprogs-5.7.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-5.7.0.ebuild
deleted file mode 100644
index ca89c01e893..00000000000
--- a/sys-fs/xfsprogs/xfsprogs-5.7.0.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs systemd usr-ldscript
-
-DESCRIPTION="xfs filesystem utilities"
-HOMEPAGE="https://xfs.wiki.kernel.org/";
-SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
-IUSE="icu libedit nls"
-
-LIB_DEPEND=">=sys-apps/util-linux-2.17.2[static-libs(+)]
-       icu? ( dev-libs/icu:=[static-libs(+)] )
-       libedit? ( dev-libs/libedit[static-libs(+)] )"
-RDEPEND="${LIB_DEPEND//\[static-libs(+)]}
-       !<sys-fs/xfsdump-3"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       nls? ( sys-devel/gettext )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-4.15.0-docdir.patch
-       "${FILESDIR}"/${PN}-5.3.0-libdir.patch
-)
-
-src_prepare() {
-       default
-
-       # Fix doc dir
-       sed -i \
-               -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
-               include/builddefs.in || die
-
-       # Don't install compressed docs
-       sed 's@\(CHANGES\)\.gz[[:space:]]@\1 @' -i doc/Makefile || die
-}
-
-src_configure() {
-       # include/builddefs.in will add FCFLAGS to CFLAGS which will
-       # unnecessarily clutter CFLAGS (and fortran isn't used)
-       unset FCFLAGS
-
-       export DEBUG=-DNDEBUG
-
-       # Package is honoring CFLAGS; No need to use OPTIMIZER anymore.
-       # However, we have to provide an empty value to avoid default
-       # flags.
-       export OPTIMIZER=" "
-
-       unset PLATFORM # if set in user env, this breaks configure
-
-       # Avoid automagic on libdevmapper, #709694
-       export ac_cv_search_dm_task_create=no
-
-       # Build fails with -O3 (bug #712698)
-       replace-flags -O3 -O2
-
-       # Upstream does NOT support --disable-static anymore,
-       # https://www.spinics.net/lists/linux-xfs/msg30185.html
-       # https://www.spinics.net/lists/linux-xfs/msg30272.html
-       local myconf=(
-               --enable-blkid
-               --with-crond-dir="${EPREFIX}/etc/cron.d"
-               --with-systemd-unit-dir="$(systemd_get_systemunitdir)"
-               $(use_enable icu libicu)
-               $(use_enable nls gettext)
-               $(use_enable libedit editline)
-       )
-
-       if is-flagq -flto ; then
-               myconf+=( --enable-lto )
-       else
-               myconf+=( --disable-lto )
-       fi
-
-       econf "${myconf[@]}"
-}
-
-src_compile() {
-       emake V=1
-}
-
-src_install() {
-       emake DIST_ROOT="${ED}" install
-       emake DIST_ROOT="${ED}" install-dev
-
-       gen_usr_ldscript -a handle
-}

diff --git a/sys-fs/xfsprogs/xfsprogs-5.8.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-5.8.0.ebuild
deleted file mode 100644
index ca89c01e893..00000000000
--- a/sys-fs/xfsprogs/xfsprogs-5.8.0.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs systemd usr-ldscript
-
-DESCRIPTION="xfs filesystem utilities"
-HOMEPAGE="https://xfs.wiki.kernel.org/";
-SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
-IUSE="icu libedit nls"
-
-LIB_DEPEND=">=sys-apps/util-linux-2.17.2[static-libs(+)]
-       icu? ( dev-libs/icu:=[static-libs(+)] )
-       libedit? ( dev-libs/libedit[static-libs(+)] )"
-RDEPEND="${LIB_DEPEND//\[static-libs(+)]}
-       !<sys-fs/xfsdump-3"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       nls? ( sys-devel/gettext )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-4.15.0-docdir.patch
-       "${FILESDIR}"/${PN}-5.3.0-libdir.patch
-)
-
-src_prepare() {
-       default
-
-       # Fix doc dir
-       sed -i \
-               -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
-               include/builddefs.in || die
-
-       # Don't install compressed docs
-       sed 's@\(CHANGES\)\.gz[[:space:]]@\1 @' -i doc/Makefile || die
-}
-
-src_configure() {
-       # include/builddefs.in will add FCFLAGS to CFLAGS which will
-       # unnecessarily clutter CFLAGS (and fortran isn't used)
-       unset FCFLAGS
-
-       export DEBUG=-DNDEBUG
-
-       # Package is honoring CFLAGS; No need to use OPTIMIZER anymore.
-       # However, we have to provide an empty value to avoid default
-       # flags.
-       export OPTIMIZER=" "
-
-       unset PLATFORM # if set in user env, this breaks configure
-
-       # Avoid automagic on libdevmapper, #709694
-       export ac_cv_search_dm_task_create=no
-
-       # Build fails with -O3 (bug #712698)
-       replace-flags -O3 -O2
-
-       # Upstream does NOT support --disable-static anymore,
-       # https://www.spinics.net/lists/linux-xfs/msg30185.html
-       # https://www.spinics.net/lists/linux-xfs/msg30272.html
-       local myconf=(
-               --enable-blkid
-               --with-crond-dir="${EPREFIX}/etc/cron.d"
-               --with-systemd-unit-dir="$(systemd_get_systemunitdir)"
-               $(use_enable icu libicu)
-               $(use_enable nls gettext)
-               $(use_enable libedit editline)
-       )
-
-       if is-flagq -flto ; then
-               myconf+=( --enable-lto )
-       else
-               myconf+=( --disable-lto )
-       fi
-
-       econf "${myconf[@]}"
-}
-
-src_compile() {
-       emake V=1
-}
-
-src_install() {
-       emake DIST_ROOT="${ED}" install
-       emake DIST_ROOT="${ED}" install-dev
-
-       gen_usr_ldscript -a handle
-}

diff --git a/sys-fs/xfsprogs/xfsprogs-5.9.0.ebuild 
b/sys-fs/xfsprogs/xfsprogs-5.9.0.ebuild
deleted file mode 100644
index ca89c01e893..00000000000
--- a/sys-fs/xfsprogs/xfsprogs-5.9.0.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs systemd usr-ldscript
-
-DESCRIPTION="xfs filesystem utilities"
-HOMEPAGE="https://xfs.wiki.kernel.org/";
-SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
-IUSE="icu libedit nls"
-
-LIB_DEPEND=">=sys-apps/util-linux-2.17.2[static-libs(+)]
-       icu? ( dev-libs/icu:=[static-libs(+)] )
-       libedit? ( dev-libs/libedit[static-libs(+)] )"
-RDEPEND="${LIB_DEPEND//\[static-libs(+)]}
-       !<sys-fs/xfsdump-3"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       nls? ( sys-devel/gettext )
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-4.15.0-docdir.patch
-       "${FILESDIR}"/${PN}-5.3.0-libdir.patch
-)
-
-src_prepare() {
-       default
-
-       # Fix doc dir
-       sed -i \
-               -e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
-               include/builddefs.in || die
-
-       # Don't install compressed docs
-       sed 's@\(CHANGES\)\.gz[[:space:]]@\1 @' -i doc/Makefile || die
-}
-
-src_configure() {
-       # include/builddefs.in will add FCFLAGS to CFLAGS which will
-       # unnecessarily clutter CFLAGS (and fortran isn't used)
-       unset FCFLAGS
-
-       export DEBUG=-DNDEBUG
-
-       # Package is honoring CFLAGS; No need to use OPTIMIZER anymore.
-       # However, we have to provide an empty value to avoid default
-       # flags.
-       export OPTIMIZER=" "
-
-       unset PLATFORM # if set in user env, this breaks configure
-
-       # Avoid automagic on libdevmapper, #709694
-       export ac_cv_search_dm_task_create=no
-
-       # Build fails with -O3 (bug #712698)
-       replace-flags -O3 -O2
-
-       # Upstream does NOT support --disable-static anymore,
-       # https://www.spinics.net/lists/linux-xfs/msg30185.html
-       # https://www.spinics.net/lists/linux-xfs/msg30272.html
-       local myconf=(
-               --enable-blkid
-               --with-crond-dir="${EPREFIX}/etc/cron.d"
-               --with-systemd-unit-dir="$(systemd_get_systemunitdir)"
-               $(use_enable icu libicu)
-               $(use_enable nls gettext)
-               $(use_enable libedit editline)
-       )
-
-       if is-flagq -flto ; then
-               myconf+=( --enable-lto )
-       else
-               myconf+=( --disable-lto )
-       fi
-
-       econf "${myconf[@]}"
-}
-
-src_compile() {
-       emake V=1
-}
-
-src_install() {
-       emake DIST_ROOT="${ED}" install
-       emake DIST_ROOT="${ED}" install-dev
-
-       gen_usr_ldscript -a handle
-}

Reply via email to