diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-07 21:46:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-07 21:46:31 +0200 |
commit | 4920a04d971ec097f5905ad58ba46116bd1e61d3 (patch) | |
tree | 54a73416a5dc2f53cf7afedbb51e0148a2e6af75 | |
parent | x11-misc/lineak-xosdplugin: Drop old (EAPI=0) (diff) | |
download | gentoo-4920a04d971ec097f5905ad58ba46116bd1e61d3.tar.gz gentoo-4920a04d971ec097f5905ad58ba46116bd1e61d3.tar.bz2 gentoo-4920a04d971ec097f5905ad58ba46116bd1e61d3.zip |
net-libs/rpc2: Drop old (EAPI=0)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | net-libs/rpc2/Manifest | 2 | ||||
-rw-r--r-- | net-libs/rpc2/rpc2-2.0.ebuild | 26 | ||||
-rw-r--r-- | net-libs/rpc2/rpc2-2.10.ebuild | 26 |
3 files changed, 0 insertions, 54 deletions
diff --git a/net-libs/rpc2/Manifest b/net-libs/rpc2/Manifest index 686fc106e4fe..da4659b57c16 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 278b0a039fe2..000000000000 --- 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 3621e22d98f2..000000000000 --- 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 -} |