summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2005-08-22 01:20:42 +0000
committerGustavo Felisberto <humpback@gentoo.org>2005-08-22 01:20:42 +0000
commitca62507a60a06d9e894a8e9a0ee91acf0295a8c2 (patch)
tree45a33aeab7296ade944e9937bc2c1af57759af3f /net-libs
parentMarking 1.0.0 stable (x86) (diff)
downloadgentoo-2-ca62507a60a06d9e894a8e9a0ee91acf0295a8c2.tar.gz
gentoo-2-ca62507a60a06d9e894a8e9a0ee91acf0295a8c2.tar.bz2
gentoo-2-ca62507a60a06d9e894a8e9a0ee91acf0295a8c2.zip
marked x86 and amd64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/net6/ChangeLog6
-rw-r--r--net-libs/net6/files/digest-net6-1.0.11
-rw-r--r--net-libs/net6/net6-1.0.1.ebuild23
-rw-r--r--net-libs/net6/net6-1.1.0.ebuild4
4 files changed, 7 insertions, 27 deletions
diff --git a/net-libs/net6/ChangeLog b/net-libs/net6/ChangeLog
index 79d258c646e0..37b7bc54fb53 100644
--- a/net-libs/net6/ChangeLog
+++ b/net-libs/net6/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/net6
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/ChangeLog,v 1.4 2005/08/14 21:07:47 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/ChangeLog,v 1.5 2005/08/22 01:20:41 humpback Exp $
+
+ 22 Aug 2005; Gustavo Felisberto <humpback@gentoo.org>; -net6-1.0.1.ebuild,
+ net6-1.1.0.ebuild:
+ Stable on x86 and amd64
*net6-1.1.0 (14 Aug 2005)
diff --git a/net-libs/net6/files/digest-net6-1.0.1 b/net-libs/net6/files/digest-net6-1.0.1
deleted file mode 100644
index 90510b928b2f..000000000000
--- a/net-libs/net6/files/digest-net6-1.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3fde32699df176eef9d626232556195d net6-1.0.1.tar.gz 319193
diff --git a/net-libs/net6/net6-1.0.1.ebuild b/net-libs/net6/net6-1.0.1.ebuild
deleted file mode 100644
index 33022ead4cb5..000000000000
--- a/net-libs/net6/net6-1.0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/net6-1.0.1.ebuild,v 1.3 2005/07/15 16:17:03 humpback Exp $
-
-DESCRIPTION="Network access framework for IPv4/IPv6 written in C++"
-HOMEPAGE="http://darcs.0x539.de/net6"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~ppc ~x86 ~amd64"
-IUSE=""
-SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
-
-DEPEND=">=dev-libs/libsigc++-2.0"
-
-src_compile() {
- econf || die "./configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-}
-
diff --git a/net-libs/net6/net6-1.1.0.ebuild b/net-libs/net6/net6-1.1.0.ebuild
index 0cbdb143f5f7..256c0c8daaa6 100644
--- a/net-libs/net6/net6-1.1.0.ebuild
+++ b/net-libs/net6/net6-1.1.0.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/net6-1.1.0.ebuild,v 1.2 2005/08/14 21:10:34 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/net6-1.1.0.ebuild,v 1.3 2005/08/22 01:20:42 humpback Exp $
DESCRIPTION="Network access framework for IPv4/IPv6 written in c++"
HOMEPAGE="http://darcs.0x539.de/net6"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc amd64"
IUSE=""
SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"