commit:     6f20d92d0bd563531a63d7220551a4cfb7c2f5f7
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 07:32:27 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 07:32:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f20d92d

sys-apps/sed: Removed old

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

 sys-apps/sed/Manifest       |  1 -
 sys-apps/sed/sed-4.5.ebuild | 49 ---------------------------------------------
 2 files changed, 50 deletions(-)

diff --git a/sys-apps/sed/Manifest b/sys-apps/sed/Manifest
index 5db3054460a..5e6667e5cd2 100644
--- a/sys-apps/sed/Manifest
+++ b/sys-apps/sed/Manifest
@@ -1,3 +1,2 @@
-DIST sed-4.5.tar.xz 1274252 BLAKE2B 
08525659e0e01ec50e736c1665634f3816f57c48aeefa7f6bc7a152cd6c171bb4e96e5c215429fc5edbe6e1de6cc3efe4f2f3bf6865933a30dd1700e921d5b3f
 SHA512 
f95fb27e03b2301dae63878413b4c48e40341cc676945a612e1d0bd911da3192858ae142791292a99fbdaacbc7dab2d6fccb50787c06846f99b0b3740b40c196
 DIST sed-4.7.tar.xz 1298316 BLAKE2B 
752bc2e942b6f041710c6811518147c5fa4b143b33ae842ec1f142ec914bfaf4d7e8a94a2b1a5b345789944e5426f7946997f2ccbc43ee5034351a95ce3a677e
 SHA512 
e0be5db4cdf8226b34aaa9071bc5ae0eafde1c52227cee3512eea7fe2520d6c5cebf15266aa5c4adffbb51bf125c140a15644e28d57759893c12823ea9bbf4fb
 DIST sed-4.8.tar.xz 1348048 BLAKE2B 
62f6b6500cc9a20a35cafc2b09b12bb7da67fa0afb0b1b26153babc0023424b3126f44d29eba14c25fc4490996c90738b191c9440c66da6c120bbb9bc6f6df65
 SHA512 
7de25d9bc2981c63321c2223f3fbcab61d7b0df4fcf7d4394b72400b91993e1288d8bf53948ed5fffcf5a98c75265726a68ad4fb98e1d571bf768603a108c1c8

diff --git a/sys-apps/sed/sed-4.5.ebuild b/sys-apps/sed/sed-4.5.ebuild
deleted file mode 100644
index 28c5f7cfc63..00000000000
--- a/sys-apps/sed/sed-4.5.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Super-useful stream editor"
-HOMEPAGE="http://sed.sourceforge.net/";
-SRC_URI="mirror://gnu/sed/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86"
-IUSE="acl nls selinux static"
-
-RDEPEND="
-       !static? (
-               acl? ( virtual/acl )
-               nls? ( virtual/libintl )
-               selinux? ( sys-libs/libselinux )
-       )
-"
-DEPEND="${RDEPEND}
-       nls? ( sys-devel/gettext )
-       static? (
-               acl? ( virtual/acl[static-libs(+)] )
-               nls? ( virtual/libintl[static-libs(+)] )
-               selinux? ( sys-libs/libselinux[static-libs(+)] )
-       )
-"
-
-src_configure() {
-       local myconf=()
-       if use userland_GNU; then
-               myconf+=( --exec-prefix="${EPREFIX}" )
-       else
-               myconf+=( --program-prefix=g )
-       fi
-
-       export ac_cv_search_setfilecon=$(usex selinux -lselinux)
-       export ac_cv_header_selinux_{context,selinux}_h=$(usex selinux)
-       use static && append-ldflags -static
-       myconf+=(
-               $(use_enable acl)
-               $(use_enable nls)
-       )
-       econf "${myconf[@]}"
-}

Reply via email to