From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/
Date: Tue, 2 Jan 2018 22:54:43 +0000 (UTC) [thread overview]
Message-ID: <1514933679.4d23fa74c596a0168436e930673dabf6c44b981a.slyfox@gentoo> (raw)
commit: 4d23fa74c596a0168436e930673dabf6c44b981a
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 2 22:54:28 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 22:54:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d23fa74
dev-libs/mpc: drop old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-libs/mpc/Manifest | 1 -
dev-libs/mpc/mpc-1.0.1.ebuild | 45 -------------------------------------------
dev-libs/mpc/mpc-1.0.2.ebuild | 33 -------------------------------
3 files changed, 79 deletions(-)
diff --git a/dev-libs/mpc/Manifest b/dev-libs/mpc/Manifest
index 3e663c9f6b4..2d6a9201c8c 100644
--- a/dev-libs/mpc/Manifest
+++ b/dev-libs/mpc/Manifest
@@ -1,3 +1,2 @@
-DIST mpc-1.0.1.tar.gz 624125 BLAKE2B ba5c63f5e0cdcff2cfd5b93d152f70422232bca472b5153209b525794e338f11bdd0e371a055535aa31bb3b8991a5f6ef645b1bf2393027803bf84c0d4346991 SHA512 fa381e75999bba626ba08d73225285b03c6d2f6cca87881b28829925d1624eaed1c9b544f75e7281cf5d8dcdd7831025a4eafc05f88f13375f9e08239a8a9303
DIST mpc-1.0.2.tar.gz 633173 BLAKE2B 9d58d8a41bf4a2d7a82842dc1e76f7fc1376dac950919ae72d1cb04fe70132747a22dcbec91391e1f5aa857c96de553aa21548f20f139742ae4b2463df473d63 SHA512 0e94ba9a20c7374839d2a53a9ed8cce647cc74142b464634fdb9cbaf96e91e43ea13f0b4dab5c06c247e6719de0c0ae03fdcba0c7c4518ee504c545c96da70d0
DIST mpc-1.0.3.tar.gz 669925 BLAKE2B 4b5a1db5220b58070f9356041f44f021c2c9ec46aa4303d0a31e809d649897bc3547e9b06271dae4e80be569ee67e2a84f86b662e05dac0ca36ff87e95fcbd62 SHA512 0028b76df130720c1fad7de937a0d041224806ce5ef76589f19c7b49d956071a683e2f20d154c192a231e69756b19e48208f2889b0c13950ceb7b3cfaf059a43
diff --git a/dev-libs/mpc/mpc-1.0.1.ebuild b/dev-libs/mpc/mpc-1.0.1.ebuild
deleted file mode 100644
index e52f0de66af..00000000000
--- a/dev-libs/mpc/mpc-1.0.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Unconditional dependency of gcc. Keep this set to 0.
-EAPI="0"
-
-inherit eutils libtool multilib
-
-DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding"
-HOMEPAGE="http://mpc.multiprecision.org/"
-SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-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"
-IUSE="static-libs"
-
-DEPEND=">=dev-libs/gmp-4.3.2
- >=dev-libs/mpfr-2.4.2"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- elibtoolize # for FreeMiNT, bug #347317
-}
-
-src_compile() {
- econf $(use_enable static-libs static) || die
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- use static-libs || rm "${ED:-${D}}"/usr/lib*/libmpc.la
- dodoc ChangeLog NEWS README TODO
-}
-
-pkg_preinst() {
- preserve_old_lib /usr/$(get_libdir)/libmpc.so.2
-}
-
-pkg_postinst() {
- preserve_old_lib_notify /usr/$(get_libdir)/libmpc.so.2
-}
diff --git a/dev-libs/mpc/mpc-1.0.2.ebuild b/dev-libs/mpc/mpc-1.0.2.ebuild
deleted file mode 100644
index 553ade3d4da..00000000000
--- a/dev-libs/mpc/mpc-1.0.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils libtool multilib
-
-DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding"
-HOMEPAGE="http://mpc.multiprecision.org/"
-SRC_URI="http://www.multiprecision.org/mpc/download/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-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"
-IUSE="static-libs"
-
-DEPEND=">=dev-libs/gmp-4.3.2
- >=dev-libs/mpfr-2.4.2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- elibtoolize # for FreeMiNT, bug #347317
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- prune_libtool_files
- dodoc ChangeLog
-}
next reply other threads:[~2018-01-02 22:54 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-02 22:54 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-18 8:27 [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/ Sam James
2023-08-01 7:09 Sam James
2023-08-01 7:09 Sam James
2023-01-28 19:07 Arthur Zamarin
2023-01-27 6:28 Sam James
2023-01-27 6:27 Sam James
2023-01-27 6:27 Sam James
2023-01-27 6:27 Sam James
2023-01-27 6:23 Sam James
2023-01-27 6:23 Sam James
2023-01-27 6:21 Sam James
2022-12-16 22:39 Sam James
2022-12-15 19:55 Sam James
2022-12-13 23:00 Sam James
2022-12-12 17:54 Sam James
2022-12-10 2:58 Sam James
2022-12-09 21:27 Sam James
2022-12-03 8:10 Sam James
2022-04-09 2:35 Sam James
2021-01-06 19:34 Fabian Groffen
2020-12-27 14:21 Fabian Groffen
2020-12-04 19:34 Sergei Trofimovich
2020-12-02 22:39 Sam James
2020-11-27 16:10 Agostino Sarubbo
2020-11-27 16:08 Agostino Sarubbo
2020-11-27 16:04 Agostino Sarubbo
2020-11-27 8:42 Agostino Sarubbo
2020-11-27 7:55 Agostino Sarubbo
2020-11-26 16:38 Thomas Deutschmann
2020-11-26 11:31 Sam James
2020-11-26 11:31 Sam James
2020-10-25 9:28 Sergei Trofimovich
2020-09-24 22:50 Sergei Trofimovich
2020-09-23 10:31 Agostino Sarubbo
2020-09-23 10:29 Agostino Sarubbo
2020-09-23 10:24 Agostino Sarubbo
2020-09-21 18:53 Sergei Trofimovich
2020-09-20 16:44 Thomas Deutschmann
2020-09-19 21:11 Sam James
2020-09-19 20:23 Sam James
2020-09-19 20:13 Mikle Kolyada
2020-08-19 18:14 Sergei Trofimovich
2020-02-25 12:46 Mikle Kolyada
2020-02-25 12:46 Mikle Kolyada
2019-11-13 16:09 Agostino Sarubbo
2019-11-12 19:42 Matt Turner
2019-11-12 18:07 Agostino Sarubbo
2019-11-12 10:38 Agostino Sarubbo
2019-11-11 0:26 Matt Turner
2019-11-10 21:56 Sergei Trofimovich
2019-11-09 15:54 Aaron Bauman
2019-11-08 8:35 Mikle Kolyada
2019-11-03 14:49 Agostino Sarubbo
2019-11-03 13:39 Mikle Kolyada
2019-11-03 13:03 Agostino Sarubbo
2019-05-04 18:38 Andreas K. Hüttel
2019-03-15 7:58 Sergei Trofimovich
2018-06-24 12:10 Matthias Maier
2018-06-24 12:10 Matthias Maier
2018-06-24 12:10 Matthias Maier
2018-01-14 21:27 Sergei Trofimovich
2018-01-12 15:13 Anthony G. Basile
2018-01-12 4:10 Mike Frysinger
2018-01-10 4:31 Mike Frysinger
2017-12-26 20:59 Sergei Trofimovich
2017-12-26 17:24 Sergei Trofimovich
2017-11-27 7:27 Sergei Trofimovich
2017-11-27 0:20 Thomas Deutschmann
2017-11-26 19:06 Sergei Trofimovich
2017-11-26 1:30 Matt Turner
2017-11-25 20:02 Matt Turner
2017-11-25 12:10 Sergei Trofimovich
2017-01-29 16:19 Fabian Groffen
2016-02-29 8:46 Stephen Klimaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1514933679.4d23fa74c596a0168436e930673dabf6c44b981a.slyfox@gentoo \
--to=slyfox@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox