sys-apps/diffutils: Removed old.
authorLars Wendler <polynomial-c@gentoo.org>
Fri, 22 Jun 2018 10:12:01 +0000 (12:12 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Fri, 22 Jun 2018 10:12:01 +0000 (12:12 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

sys-apps/diffutils/Manifest
sys-apps/diffutils/diffutils-3.3.ebuild [deleted file]
sys-apps/diffutils/diffutils-3.6.ebuild [deleted file]

index 4fa1a53bfb2d89841a03c1e0a5919594bdc1986c..74fc079beea103ca226629023e90685085dcf0f0 100644 (file)
@@ -1,3 +1,2 @@
-DIST diffutils-3.3.tar.xz 1197832 BLAKE2B 8819e84f6d1d9ae30dccba01934ba506fd9e2033cc7ac8e2dc827868f6b8ce54c76129167d8754215d0637f9e731ca1176ffa83abd80eb95e37a29776e29afa1 SHA512 b04b998717e45e8fd1ba675957dad1909beeed68ffc41c0d9bbaddaf78965f9e63af5a8d8811bb94f33a3cddcad2fe1ad794e52e545def9ce96c092999a74a83
 DIST diffutils-3.5.tar.xz 1360996 BLAKE2B a2348911daff19a73a00985e8528888306f88be36bc2b2433bbd1a2a4dd37da06845df718c797b571e85b7f7fdaac8cb0514098b4c14dd634d531d12ba034be6 SHA512 758229637e3703215adf66c5df04126ae594424abaf2cad8f1fa482bd9759e90838c943ef56e0129beb1396f5932ed9337c8396679da3de32e49bb43d423fd6b
 DIST diffutils-3.6.tar.xz 1398296 BLAKE2B 1b0a1443f676a1c09d25ad0be4c2d936156da8e690fade9d39d94be3850c502db24c3f508178a51e817437069db2d110fb4577cd67b2cf645c11a1f26a043e3d SHA512 3c159ff1cb7c901b0a57518483566b5740ca3c45aeb8d3004089f052975481db52994cc18592c502c68b0d2a1e22f1f7830f0d8dd9a9ed86de96e28cce9f70c1
diff --git a/sys-apps/diffutils/diffutils-3.3.ebuild b/sys-apps/diffutils/diffutils-3.3.ebuild
deleted file mode 100644 (file)
index ebe4d30..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit flag-o-matic
-
-DESCRIPTION="Tools to make diffs and compare files"
-HOMEPAGE="https://www.gnu.org/software/diffutils/"
-SRC_URI="mirror://gnu-alpha/diffutils/${P}.tar.xz
-       mirror://gnu/diffutils/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="nls static"
-
-DEPEND="app-arch/xz-utils
-       nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-src_prepare() {
-       # Disable gnulib build test that has no impact on the source.
-       # Re-enable w/next version bump (and gnulib is updated). #554728
-       [[ ${PV} != "3.3" ]] && die "re-enable test #554728"
-       echo 'exit 0' > gnulib-tests/test-update-copyright.sh || die
-
-       sed -i 's:@mkdir_p@:@MKDIR_P@:g' po/Makefile.in.in || die #464604
-}
-
-src_configure() {
-       use static && append-ldflags -static
-
-       # Disable automagic dependency over libsigsegv; see bug #312351.
-       export ac_cv_libsigsegv=no
-
-       econf \
-               --with-packager="Gentoo" \
-               --with-packager-version="${PVR}" \
-               --with-packager-bug-reports="https://bugs.gentoo.org/" \
-               $(use_enable nls)
-}
-
-src_test() {
-       # explicitly allow parallel testing
-       emake check
-}
diff --git a/sys-apps/diffutils/diffutils-3.6.ebuild b/sys-apps/diffutils/diffutils-3.6.ebuild
deleted file mode 100644 (file)
index 58f2571..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic
-
-DESCRIPTION="Tools to make diffs and compare files"
-HOMEPAGE="https://www.gnu.org/software/diffutils/"
-SRC_URI="mirror://gnu/diffutils/${P}.tar.xz
-       mirror://gnu-alpha/diffutils/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="nls static"
-
-DEPEND="app-arch/xz-utils
-       nls? ( sys-devel/gettext )"
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-src_configure() {
-       use static && append-ldflags -static
-
-       # Disable automagic dependency over libsigsegv; see bug #312351.
-       export ac_cv_libsigsegv=no
-
-       local myeconfargs=(
-               --with-packager="Gentoo"
-               --with-packager-version="${PVR}"
-               --with-packager-bug-reports="https://bugs.gentoo.org/"
-               $(use_enable nls)
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_test() {
-       # explicitly allow parallel testing
-       emake check
-}