From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/rpc2/
Date: Mon, 7 Oct 2019 19:47:46 +0000 (UTC) [thread overview]
Message-ID: <1570477591.4920a04d971ec097f5905ad58ba46116bd1e61d3.mgorny@gentoo> (raw)
commit: 4920a04d971ec097f5905ad58ba46116bd1e61d3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 19:46:31 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 19:46:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4920a04d
net-libs/rpc2: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-libs/rpc2/Manifest | 2 --
net-libs/rpc2/rpc2-2.0.ebuild | 26 --------------------------
net-libs/rpc2/rpc2-2.10.ebuild | 26 --------------------------
3 files changed, 54 deletions(-)
diff --git a/net-libs/rpc2/Manifest b/net-libs/rpc2/Manifest
index 686fc106e4f..da4659b57c1 100644
--- a/net-libs/rpc2/Manifest
+++ b/net-libs/rpc2/Manifest
@@ -1,3 +1 @@
-DIST rpc2-2.0.tar.gz 623373 BLAKE2B 4b0b1f43634224d3c6d0bac53b43c7b13b784d7f15f2dc98731073415e26316a2dad9e7ff1a694c0c3f5e0497fbe54e4833fb6da62f66b91d8ec96c41d8927f6 SHA512 36489147b29cc69b41a2c7df4044e9a1bcf3e7fa95b0443a9cb429b05493d083eb317feac06f9b026c021c1a654a537818bb23ab155254dd86ddab0f627d7b8d
-DIST rpc2-2.10.tar.gz 595825 BLAKE2B 499834ad86af5b8711a8dbcdb0e6aff88e5cbfca115ad31bf7b2bd224662542a70e83cf41703d6f95e2ef1f4935e0eef216f75e4a76762238015e39ea4d8c364 SHA512 45d67a1eab7938c120a933aaa1c938d569fabe5d4e90f190c327d48a75de17a324f0717eeed05ae2874db59dd45d4dd604d3df61209807aed6ae357317e4b0bb
DIST rpc2-2.14.tar.gz 628236 BLAKE2B 7956bc218fbdf0d14390c7d7090f14dbc813edd1ea45e105bb75c99cebd4acef17e91db979390835449f9a67c4a5b2e5dd01150049f9fb64daa8d32dc65f673b SHA512 7d80a9d2c69469526fa31e0c0a3f0eee20e2662d1ee03eaa3a642d48f152f611f5e219a4d730a94d49b65b77e67eeefb179bc160c0cf7a9d0e7e31f8d7f882c5
diff --git a/net-libs/rpc2/rpc2-2.0.ebuild b/net-libs/rpc2/rpc2-2.0.ebuild
deleted file mode 100644
index 278b0a039fe..00000000000
--- a/net-libs/rpc2/rpc2-2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Remote procedure call package for IP/UDP (used by Coda)"
-HOMEPAGE="http://www.coda.cs.cmu.edu/"
-SRC_URI="http://www.coda.cs.cmu.edu/pub/rpc2/src/${P}.tar.gz"
-IUSE=""
-SLOT="1"
-LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~hppa ia64 ~mips ~ppc ~sparc x86"
-
-RDEPEND=">=sys-libs/lwp-2.1"
-
-DEPEND="${RDEPEND}
- sys-apps/gawk
- sys-apps/sed
- sys-apps/grep
- sys-devel/libtool"
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-
- dodoc NEWS README.ipv6
-}
diff --git a/net-libs/rpc2/rpc2-2.10.ebuild b/net-libs/rpc2/rpc2-2.10.ebuild
deleted file mode 100644
index 3621e22d98f..00000000000
--- a/net-libs/rpc2/rpc2-2.10.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="Remote procedure call package for IP/UDP (used by Coda)"
-HOMEPAGE="http://www.coda.cs.cmu.edu/"
-SRC_URI="http://www.coda.cs.cmu.edu/pub/rpc2/src/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
-IUSE="static-libs"
-
-RDEPEND=">=sys-libs/lwp-2.5"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- dodoc README.ipv6
- use static-libs || find "${ED}"/usr -name '*.la' -delete
-}
next reply other threads:[~2019-10-07 19:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-07 19:47 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-12 10:52 [gentoo-commits] repo/gentoo:master commit in: net-libs/rpc2/ Sam James
2022-04-12 21:04 Sam James
2019-10-07 19:02 Sergei Trofimovich
2019-10-06 21:18 Thomas Deutschmann
2017-08-14 13:36 Lars Wendler
2017-08-14 13:36 Lars Wendler
2016-01-22 8:56 Michael Palimaka
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=1570477591.4920a04d971ec097f5905ad58ba46116bd1e61d3.mgorny@gentoo \
--to=mgorny@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