From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A308138331 for ; Sat, 17 Sep 2016 11:28:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 389FCE08F8; Sat, 17 Sep 2016 11:28:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DB76E08F8 for ; Sat, 17 Sep 2016 11:28:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46392340BCD for ; Sat, 17 Sep 2016 11:28:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3003247C for ; Sat, 17 Sep 2016 11:28:35 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1474111265.9c010243bacb8fe45a3ec521f09aba811a0594eb.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libndp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libndp/Manifest net-libs/libndp/libndp-1.5.ebuild X-VCS-Directories: net-libs/libndp/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9c010243bacb8fe45a3ec521f09aba811a0594eb X-VCS-Branch: master Date: Sat, 17 Sep 2016 11:28:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e743053e-f141-460d-a21c-79f0fa8718da X-Archives-Hash: ee0bb3e02d849f5047ed3c7120b8cd07 commit: 9c010243bacb8fe45a3ec521f09aba811a0594eb Author: Pacho Ramos gentoo org> AuthorDate: Sat Sep 17 11:21:05 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Sep 17 11:21:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c010243 net-libs/libndp: Drop old Package-Manager: portage-2.3.0 net-libs/libndp/Manifest | 1 - net-libs/libndp/libndp-1.5.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/net-libs/libndp/Manifest b/net-libs/libndp/Manifest index 0e0f95b..7884f03 100644 --- a/net-libs/libndp/Manifest +++ b/net-libs/libndp/Manifest @@ -1,2 +1 @@ -DIST libndp-1.5.tar.gz 337212 SHA256 faf116ab70ce9514ec4e8573556025debea08f606e7f38b616de1f26e120c795 SHA512 f9a70e23e235cac92e978bf08f36eeff8324e94da158ca60290f7d607ac9ecdefc0b8b3766b877af7ed532506a061aa708155f8f2e4af4570378a97ff7d59c65 WHIRLPOOL 5b1d3b2646a1b0e4e29172e59d1dc093c504fbecf41a41a02921f30312bf1fb660c8bb4494273e5ef340b9f2b70e0faf2ec96b5da7febb4874499bc7d0afc588 DIST libndp-1.6.tar.gz 364406 SHA256 0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e SHA512 ad2df92c5b908f5c40e6e1920195ef97d560b667f78dd4ba5b5418d2dc294a69357fa704b9137f76a4d1ab473f0ec5f1bc4644f25f6a3f0802b75b961638be22 WHIRLPOOL ec2b619810975d94abc900fe4d7c5e77b7ef5acee6f6763fd7e4d756a6ba8d1a7a1e4720df1dbe388e6159b9ad881296a6150f39ec0a6ab61e50475d06dc0b41 diff --git a/net-libs/libndp/libndp-1.5.ebuild b/net-libs/libndp/libndp-1.5.ebuild deleted file mode 100644 index 5f2ce9a..00000000 --- a/net-libs/libndp/libndp-1.5.ebuild +++ /dev/null @@ -1,28 +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 multilib-minimal - -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="" - -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86" - -DEPEND="" -RDEPEND="" - -multilib_src_configure() { - ECONF_SOURCE="${S}" \ - gnome2_src_configure \ - --disable-static \ - --enable-logging -}