Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/
Date: Tue, 02 Jan 2018 22:54:48
Message-Id: 1514933679.4d23fa74c596a0168436e930673dabf6c44b981a.slyfox@gentoo
1 commit: 4d23fa74c596a0168436e930673dabf6c44b981a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 22:54:28 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 22:54:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d23fa74
7
8 dev-libs/mpc: drop old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-libs/mpc/Manifest | 1 -
13 dev-libs/mpc/mpc-1.0.1.ebuild | 45 -------------------------------------------
14 dev-libs/mpc/mpc-1.0.2.ebuild | 33 -------------------------------
15 3 files changed, 79 deletions(-)
16
17 diff --git a/dev-libs/mpc/Manifest b/dev-libs/mpc/Manifest
18 index 3e663c9f6b4..2d6a9201c8c 100644
19 --- a/dev-libs/mpc/Manifest
20 +++ b/dev-libs/mpc/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST mpc-1.0.1.tar.gz 624125 BLAKE2B ba5c63f5e0cdcff2cfd5b93d152f70422232bca472b5153209b525794e338f11bdd0e371a055535aa31bb3b8991a5f6ef645b1bf2393027803bf84c0d4346991 SHA512 fa381e75999bba626ba08d73225285b03c6d2f6cca87881b28829925d1624eaed1c9b544f75e7281cf5d8dcdd7831025a4eafc05f88f13375f9e08239a8a9303
23 DIST mpc-1.0.2.tar.gz 633173 BLAKE2B 9d58d8a41bf4a2d7a82842dc1e76f7fc1376dac950919ae72d1cb04fe70132747a22dcbec91391e1f5aa857c96de553aa21548f20f139742ae4b2463df473d63 SHA512 0e94ba9a20c7374839d2a53a9ed8cce647cc74142b464634fdb9cbaf96e91e43ea13f0b4dab5c06c247e6719de0c0ae03fdcba0c7c4518ee504c545c96da70d0
24 DIST mpc-1.0.3.tar.gz 669925 BLAKE2B 4b5a1db5220b58070f9356041f44f021c2c9ec46aa4303d0a31e809d649897bc3547e9b06271dae4e80be569ee67e2a84f86b662e05dac0ca36ff87e95fcbd62 SHA512 0028b76df130720c1fad7de937a0d041224806ce5ef76589f19c7b49d956071a683e2f20d154c192a231e69756b19e48208f2889b0c13950ceb7b3cfaf059a43
25
26 diff --git a/dev-libs/mpc/mpc-1.0.1.ebuild b/dev-libs/mpc/mpc-1.0.1.ebuild
27 deleted file mode 100644
28 index e52f0de66af..00000000000
29 --- a/dev-libs/mpc/mpc-1.0.1.ebuild
30 +++ /dev/null
31 @@ -1,45 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -# Unconditional dependency of gcc. Keep this set to 0.
36 -EAPI="0"
37 -
38 -inherit eutils libtool multilib
39 -
40 -DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding"
41 -HOMEPAGE="http://mpc.multiprecision.org/"
42 -SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz"
43 -
44 -LICENSE="LGPL-2.1"
45 -SLOT="0"
46 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-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="static-libs"
48 -
49 -DEPEND=">=dev-libs/gmp-4.3.2
50 - >=dev-libs/mpfr-2.4.2"
51 -RDEPEND="${DEPEND}"
52 -
53 -src_unpack() {
54 - unpack ${A}
55 - cd "${S}"
56 - elibtoolize # for FreeMiNT, bug #347317
57 -}
58 -
59 -src_compile() {
60 - econf $(use_enable static-libs static) || die
61 - emake || die
62 -}
63 -
64 -src_install() {
65 - emake DESTDIR="${D}" install || die
66 - use static-libs || rm "${ED:-${D}}"/usr/lib*/libmpc.la
67 - dodoc ChangeLog NEWS README TODO
68 -}
69 -
70 -pkg_preinst() {
71 - preserve_old_lib /usr/$(get_libdir)/libmpc.so.2
72 -}
73 -
74 -pkg_postinst() {
75 - preserve_old_lib_notify /usr/$(get_libdir)/libmpc.so.2
76 -}
77
78 diff --git a/dev-libs/mpc/mpc-1.0.2.ebuild b/dev-libs/mpc/mpc-1.0.2.ebuild
79 deleted file mode 100644
80 index 553ade3d4da..00000000000
81 --- a/dev-libs/mpc/mpc-1.0.2.ebuild
82 +++ /dev/null
83 @@ -1,33 +0,0 @@
84 -# Copyright 1999-2017 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -
87 -EAPI="4"
88 -
89 -inherit eutils libtool multilib
90 -
91 -DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding"
92 -HOMEPAGE="http://mpc.multiprecision.org/"
93 -SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz"
94 -
95 -LICENSE="LGPL-2.1"
96 -SLOT="0"
97 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-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"
98 -IUSE="static-libs"
99 -
100 -DEPEND=">=dev-libs/gmp-4.3.2
101 - >=dev-libs/mpfr-2.4.2"
102 -RDEPEND="${DEPEND}"
103 -
104 -src_prepare() {
105 - elibtoolize # for FreeMiNT, bug #347317
106 -}
107 -
108 -src_configure() {
109 - econf $(use_enable static-libs static)
110 -}
111 -
112 -src_install() {
113 - default
114 - prune_libtool_files
115 - dodoc ChangeLog
116 -}