summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-11-26 20:42:20 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-11-26 20:42:20 +0000
commit73bca9d6e5d4cc87666f36b9a49de7d4c7d386c0 (patch)
tree04b6197dd2937280959411fbf0571f936246c12b /net-libs
parentEnable httpbl in the configuration and add a debug USE flag. (diff)
downloadgentoo-2-73bca9d6e5d4cc87666f36b9a49de7d4c7d386c0.tar.gz
gentoo-2-73bca9d6e5d4cc87666f36b9a49de7d4c7d386c0.tar.bz2
gentoo-2-73bca9d6e5d4cc87666f36b9a49de7d4c7d386c0.zip
Cleaning out old versions
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/net6/ChangeLog6
-rw-r--r--net-libs/net6/net6-1.3.5.ebuild21
-rw-r--r--net-libs/net6/net6-1.3.8.ebuild27
3 files changed, 5 insertions, 49 deletions
diff --git a/net-libs/net6/ChangeLog b/net-libs/net6/ChangeLog
index a4f66534658d..47ca029a42c5 100644
--- a/net-libs/net6/ChangeLog
+++ b/net-libs/net6/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/net6
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/ChangeLog,v 1.34 2009/11/23 14:41:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/ChangeLog,v 1.35 2009/11/26 20:42:20 vostorga Exp $
+
+ 26 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> -net6-1.3.5.ebuild,
+ -net6-1.3.8.ebuild:
+ Cleaning out old versions
23 Nov 2009; Markus Meier <maekke@gentoo.org> net6-1.3.9.ebuild:
amd64/x86 stable, bug #291030
diff --git a/net-libs/net6/net6-1.3.5.ebuild b/net-libs/net6/net6-1.3.5.ebuild
deleted file mode 100644
index 10db27c11e95..000000000000
--- a/net-libs/net6/net6-1.3.5.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/net6-1.3.5.ebuild,v 1.4 2007/11/04 05:34:54 pylon Exp $
-
-DESCRIPTION="Network access framework for IPv4/IPv6 written in C++"
-HOMEPAGE="http://gobby.0x539.de/"
-SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/libsigc++-2.0
- >=net-libs/gnutls-1.2.10"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.20"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}
diff --git a/net-libs/net6/net6-1.3.8.ebuild b/net-libs/net6/net6-1.3.8.ebuild
deleted file mode 100644
index d76467d0c901..000000000000
--- a/net-libs/net6/net6-1.3.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/net6-1.3.8.ebuild,v 1.1 2008/11/07 21:02:03 humpback Exp $
-
-DESCRIPTION="Network access framework for IPv4/IPv6 written in C++"
-HOMEPAGE="http://gobby.0x539.de/"
-SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/libsigc++-2.0
- >=net-libs/gnutls-1.2.10"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.20
- nls? ( sys-devel/gettext )"
-
-src_compile() {
- econf $(use_enable nls) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README
-}