Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libndp/
Date: Thu, 26 Jan 2017 10:56:40
Message-Id: 1485428134.eb8ba5570f0843a9c9804aed05bc62548b890091.leio@gentoo
1 commit: eb8ba5570f0843a9c9804aed05bc62548b890091
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 09:56:10 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 10:55:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb8ba557
7
8 net-libs/libndp: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 net-libs/libndp/libndp-1.6.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/net-libs/libndp/libndp-1.6.ebuild b/net-libs/libndp/libndp-1.6.ebuild
16 deleted file mode 100644
17 index 7c1a573..00000000
18 --- a/net-libs/libndp/libndp-1.6.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -inherit gnome2 multilib-minimal
27 -
28 -DESCRIPTION="Library for Neighbor Discovery Protocol"
29 -HOMEPAGE="http://libndp.org"
30 -SRC_URI="http://libndp.org/files/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -IUSE=""
35 -
36 -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
37 -
38 -DEPEND=""
39 -RDEPEND=""
40 -
41 -multilib_src_configure() {
42 - ECONF_SOURCE="${S}" \
43 - gnome2_src_configure \
44 - --disable-static \
45 - --enable-logging
46 -}