commit: a1b3ac9584e179f4640de76a70328e2ab063bc72 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun May 29 12:24:39 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun May 29 12:41:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b3ac95
net-libs/libndp: Drop old Package-Manager: portage-2.3.0_rc1 net-libs/libndp/Manifest | 1 - net-libs/libndp/libndp-1.4.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/net-libs/libndp/Manifest b/net-libs/libndp/Manifest index ce3f0f5..bbfb9ff 100644 --- a/net-libs/libndp/Manifest +++ b/net-libs/libndp/Manifest @@ -1,2 +1 @@ -DIST libndp-1.4.tar.gz 337802 SHA256 3a0be247ec024bd72fe5b40ea9491519c4023c7faf078311196fab817b2fd55f SHA512 a84d4d6672bf83bcf865eef8986e7bbcc49587686c5085a5ce5f346791223ede0e60db3b990055afc4f0005182aa1b5546c459306d2955f95d00ffb68bd58766 WHIRLPOOL 7c5a25b7bcde139bc7d194b07a53ea1fa4bc57caa2e5d6ccb93a6b89d47141706b040030e7124058f1f58f9538e558f5b86547bcd93380ca8ab8747b177e48c9 DIST libndp-1.5.tar.gz 337212 SHA256 faf116ab70ce9514ec4e8573556025debea08f606e7f38b616de1f26e120c795 SHA512 f9a70e23e235cac92e978bf08f36eeff8324e94da158ca60290f7d607ac9ecdefc0b8b3766b877af7ed532506a061aa708155f8f2e4af4570378a97ff7d59c65 WHIRLPOOL 5b1d3b2646a1b0e4e29172e59d1dc093c504fbecf41a41a02921f30312bf1fb660c8bb4494273e5ef340b9f2b70e0faf2ec96b5da7febb4874499bc7d0afc588 diff --git a/net-libs/libndp/libndp-1.4.ebuild b/net-libs/libndp/libndp-1.4.ebuild deleted file mode 100644 index 2209baa..0000000 --- a/net-libs/libndp/libndp-1.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Library for Neighbor Discovery Protocol" -HOMEPAGE="http://libndp.org" -SRC_URI="http://libndp.org/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -IUSE="debug" - -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_configure() { - gnome2_src_configure \ - --disable-static \ - --enable-logging -}
