Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/diffutils/
Date: Fri, 22 Jun 2018 10:12:12
Message-Id: 1529662321.a80e373609652648b740ad17c320143821bd6ef0.polynomial-c@gentoo
1 commit: a80e373609652648b740ad17c320143821bd6ef0
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 22 10:12:01 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 22 10:12:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80e3736
7
8 sys-apps/diffutils: Removed old.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-apps/diffutils/Manifest | 1 -
13 sys-apps/diffutils/diffutils-3.3.ebuild | 48 ---------------------------------
14 sys-apps/diffutils/diffutils-3.6.ebuild | 41 ----------------------------
15 3 files changed, 90 deletions(-)
16
17 diff --git a/sys-apps/diffutils/Manifest b/sys-apps/diffutils/Manifest
18 index 4fa1a53bfb2..74fc079beea 100644
19 --- a/sys-apps/diffutils/Manifest
20 +++ b/sys-apps/diffutils/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST diffutils-3.3.tar.xz 1197832 BLAKE2B 8819e84f6d1d9ae30dccba01934ba506fd9e2033cc7ac8e2dc827868f6b8ce54c76129167d8754215d0637f9e731ca1176ffa83abd80eb95e37a29776e29afa1 SHA512 b04b998717e45e8fd1ba675957dad1909beeed68ffc41c0d9bbaddaf78965f9e63af5a8d8811bb94f33a3cddcad2fe1ad794e52e545def9ce96c092999a74a83
23 DIST diffutils-3.5.tar.xz 1360996 BLAKE2B a2348911daff19a73a00985e8528888306f88be36bc2b2433bbd1a2a4dd37da06845df718c797b571e85b7f7fdaac8cb0514098b4c14dd634d531d12ba034be6 SHA512 758229637e3703215adf66c5df04126ae594424abaf2cad8f1fa482bd9759e90838c943ef56e0129beb1396f5932ed9337c8396679da3de32e49bb43d423fd6b
24 DIST diffutils-3.6.tar.xz 1398296 BLAKE2B 1b0a1443f676a1c09d25ad0be4c2d936156da8e690fade9d39d94be3850c502db24c3f508178a51e817437069db2d110fb4577cd67b2cf645c11a1f26a043e3d SHA512 3c159ff1cb7c901b0a57518483566b5740ca3c45aeb8d3004089f052975481db52994cc18592c502c68b0d2a1e22f1f7830f0d8dd9a9ed86de96e28cce9f70c1
25
26 diff --git a/sys-apps/diffutils/diffutils-3.3.ebuild b/sys-apps/diffutils/diffutils-3.3.ebuild
27 deleted file mode 100644
28 index ebe4d302399..00000000000
29 --- a/sys-apps/diffutils/diffutils-3.3.ebuild
30 +++ /dev/null
31 @@ -1,48 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=4
36 -
37 -inherit flag-o-matic
38 -
39 -DESCRIPTION="Tools to make diffs and compare files"
40 -HOMEPAGE="https://www.gnu.org/software/diffutils/"
41 -SRC_URI="mirror://gnu-alpha/diffutils/${P}.tar.xz
42 - mirror://gnu/diffutils/${P}.tar.xz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -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"
47 -IUSE="nls static"
48 -
49 -DEPEND="app-arch/xz-utils
50 - nls? ( sys-devel/gettext )"
51 -
52 -DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
53 -
54 -src_prepare() {
55 - # Disable gnulib build test that has no impact on the source.
56 - # Re-enable w/next version bump (and gnulib is updated). #554728
57 - [[ ${PV} != "3.3" ]] && die "re-enable test #554728"
58 - echo 'exit 0' > gnulib-tests/test-update-copyright.sh || die
59 -
60 - sed -i 's:@mkdir_p@:@MKDIR_P@:g' po/Makefile.in.in || die #464604
61 -}
62 -
63 -src_configure() {
64 - use static && append-ldflags -static
65 -
66 - # Disable automagic dependency over libsigsegv; see bug #312351.
67 - export ac_cv_libsigsegv=no
68 -
69 - econf \
70 - --with-packager="Gentoo" \
71 - --with-packager-version="${PVR}" \
72 - --with-packager-bug-reports="https://bugs.gentoo.org/" \
73 - $(use_enable nls)
74 -}
75 -
76 -src_test() {
77 - # explicitly allow parallel testing
78 - emake check
79 -}
80
81 diff --git a/sys-apps/diffutils/diffutils-3.6.ebuild b/sys-apps/diffutils/diffutils-3.6.ebuild
82 deleted file mode 100644
83 index 58f25710df8..00000000000
84 --- a/sys-apps/diffutils/diffutils-3.6.ebuild
85 +++ /dev/null
86 @@ -1,41 +0,0 @@
87 -# Copyright 1999-2018 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=5
91 -
92 -inherit flag-o-matic
93 -
94 -DESCRIPTION="Tools to make diffs and compare files"
95 -HOMEPAGE="https://www.gnu.org/software/diffutils/"
96 -SRC_URI="mirror://gnu/diffutils/${P}.tar.xz
97 - mirror://gnu-alpha/diffutils/${P}.tar.xz"
98 -
99 -LICENSE="GPL-2"
100 -SLOT="0"
101 -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"
102 -IUSE="nls static"
103 -
104 -DEPEND="app-arch/xz-utils
105 - nls? ( sys-devel/gettext )"
106 -
107 -DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
108 -
109 -src_configure() {
110 - use static && append-ldflags -static
111 -
112 - # Disable automagic dependency over libsigsegv; see bug #312351.
113 - export ac_cv_libsigsegv=no
114 -
115 - local myeconfargs=(
116 - --with-packager="Gentoo"
117 - --with-packager-version="${PVR}"
118 - --with-packager-bug-reports="https://bugs.gentoo.org/"
119 - $(use_enable nls)
120 - )
121 - econf "${myeconfargs[@]}"
122 -}
123 -
124 -src_test() {
125 - # explicitly allow parallel testing
126 - emake check
127 -}