diff options
author | Michael Weber <xmw@gentoo.org> | 2013-06-06 10:11:24 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-06-06 10:11:24 +0000 |
commit | 4d7cabd7bb35cf47bbd0b3569d570b5b97bd1057 (patch) | |
tree | 8eb80f9590a73b4d09d0f20b202a74ed7da14111 /net-p2p/ncdc | |
parent | Masking inactive package dev-python/elixir for removal (diff) | |
download | gentoo-2-4d7cabd7bb35cf47bbd0b3569d570b5b97bd1057.tar.gz gentoo-2-4d7cabd7bb35cf47bbd0b3569d570b5b97bd1057.tar.bz2 gentoo-2-4d7cabd7bb35cf47bbd0b3569d570b5b97bd1057.zip |
Drop old
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-p2p/ncdc')
-rw-r--r-- | net-p2p/ncdc/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/ncdc/ncdc-1.14.ebuild | 29 | ||||
-rw-r--r-- | net-p2p/ncdc/ncdc-1.15.ebuild | 29 |
3 files changed, 5 insertions, 59 deletions
diff --git a/net-p2p/ncdc/ChangeLog b/net-p2p/ncdc/ChangeLog index 7cffbad24396..1a8893d2622a 100644 --- a/net-p2p/ncdc/ChangeLog +++ b/net-p2p/ncdc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/ncdc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.35 2013/05/20 08:21:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.36 2013/06/06 10:11:24 xmw Exp $ + + 06 Jun 2013; Michael Weber <xmw@gentoo.org> -ncdc-1.14.ebuild, + -ncdc-1.15.ebuild: + Drop old 20 May 2013; Agostino Sarubbo <ago@gentoo.org> ncdc-1.16.1.ebuild: Stable for x86, wrt bug #470566 diff --git a/net-p2p/ncdc/ncdc-1.14.ebuild b/net-p2p/ncdc/ncdc-1.14.ebuild deleted file mode 100644 index a0db978e6a95..000000000000 --- a/net-p2p/ncdc/ncdc-1.14.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.14.ebuild,v 1.3 2012/12/29 12:59:31 ago Exp $ - -EAPI=4 - -DESCRIPTION="ncurses directconnect client" -HOMEPAGE="http://dev.yorhel.nl/ncdc" -SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -RDEPEND="app-arch/bzip2 - dev-db/sqlite:3 - dev-libs/glib:2 - dev-util/makeheaders - net-libs/gnutls - sys-libs/ncurses:5 - sys-libs/zlib" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - --disable-silent-rules -} diff --git a/net-p2p/ncdc/ncdc-1.15.ebuild b/net-p2p/ncdc/ncdc-1.15.ebuild deleted file mode 100644 index 35f77f277a38..000000000000 --- a/net-p2p/ncdc/ncdc-1.15.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.15.ebuild,v 1.2 2013/03/03 02:28:38 xmw Exp $ - -EAPI=4 - -DESCRIPTION="ncurses directconnect client" -HOMEPAGE="http://dev.yorhel.nl/ncdc" -SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="app-arch/bzip2 - dev-db/sqlite:3 - dev-libs/glib:2 - dev-util/makeheaders - net-libs/gnutls - sys-libs/ncurses:5[unicode] - sys-libs/zlib" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf \ - --disable-silent-rules -} |