summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/net6/ChangeLog10
-rw-r--r--net-libs/net6/files/digest-net6-1.3.0_rc23
-rw-r--r--net-libs/net6/net6-1.3.0_rc2.ebuild24
-rw-r--r--net-libs/obby/ChangeLog10
-rw-r--r--net-libs/obby/files/digest-obby-0.3.02
-rw-r--r--net-libs/obby/files/digest-obby-0.4.0_rc23
-rw-r--r--net-libs/obby/obby-0.4.0_rc2.ebuild43
7 files changed, 93 insertions, 2 deletions
diff --git a/net-libs/net6/ChangeLog b/net-libs/net6/ChangeLog
index 6929712a1fb2..b2ea4a7ce8f5 100644
--- a/net-libs/net6/ChangeLog
+++ b/net-libs/net6/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-libs/net6
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/ChangeLog,v 1.12 2006/01/23 14:09:02 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/ChangeLog,v 1.13 2006/06/12 16:22:01 humpback Exp $
+
+*net6-1.3.0_rc2 (12 Jun 2006)
+
+ 12 Jun 2006; Gustavo Felisberto <humpback@gentoo.org>;
+ +net6-1.3.0_rc2.ebuild:
+ Added masked 1.4.0_rc2 that is needed by 0bby/gobby 0.4.0_rc2. This packge
+ will not unmasked and should only be used by people wanting to help upstream
+ developers.
23 Jan 2006; Simon Stelling <blubb@gentoo.org> net6-1.2.2.ebuild:
stable on amd64
diff --git a/net-libs/net6/files/digest-net6-1.3.0_rc2 b/net-libs/net6/files/digest-net6-1.3.0_rc2
new file mode 100644
index 000000000000..d6d0e9f28fc8
--- /dev/null
+++ b/net-libs/net6/files/digest-net6-1.3.0_rc2
@@ -0,0 +1,3 @@
+MD5 072ff64096fbe43e16763f33e4dd8d32 net6-1.3.0rc2.tar.gz 407880
+RMD160 71baa98cc7c9e0d1f2376f81db2378629b8e23f6 net6-1.3.0rc2.tar.gz 407880
+SHA256 f3512ab47df1dba28b1bd9cdacb13ce642fbb081fe18cc4da6977f626465c9cf net6-1.3.0rc2.tar.gz 407880
diff --git a/net-libs/net6/net6-1.3.0_rc2.ebuild b/net-libs/net6/net6-1.3.0_rc2.ebuild
new file mode 100644
index 000000000000..4eb6f106e085
--- /dev/null
+++ b/net-libs/net6/net6-1.3.0_rc2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/net6/net6-1.3.0_rc2.ebuild,v 1.1 2006/06/12 16:22:01 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="~amd64 ~ppc ~x86"
+IUSE=""
+SRC_URI="http://releases.0x539.de/${PN}/${P/_/}.tar.gz"
+
+DEPEND=">=dev-libs/libsigc++-2.0"
+
+S=${WORKDIR}/${P/_/}
+
+src_compile() {
+ econf || die "./configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+}
diff --git a/net-libs/obby/ChangeLog b/net-libs/obby/ChangeLog
index 4f232abccbfe..ed4199613994 100644
--- a/net-libs/obby/ChangeLog
+++ b/net-libs/obby/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-libs/obby
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/obby/ChangeLog,v 1.13 2006/03/12 15:10:35 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/obby/ChangeLog,v 1.14 2006/06/12 16:25:37 humpback Exp $
+
+*obby-0.4.0_rc2 (12 Jun 2006)
+
+ 12 Jun 2006; Gustavo Felisberto <humpback@gentoo.org>;
+ +obby-0.4.0_rc2.ebuild:
+ Added masked 0.4.0_rc2 that is needed by gobby 0.4.0_rc2. This packge will
+ not unmasked and should only be used by people wanting to help upstream
+ developers.
*obby-0.3.0-r1 (12 Mar 2006)
diff --git a/net-libs/obby/files/digest-obby-0.3.0 b/net-libs/obby/files/digest-obby-0.3.0
index d01e2ce0fc02..bc3e23bfd8b9 100644
--- a/net-libs/obby/files/digest-obby-0.3.0
+++ b/net-libs/obby/files/digest-obby-0.3.0
@@ -1 +1,3 @@
MD5 b14135018a3093395296cf091f9f824f obby-0.3.0.tar.gz 454757
+RMD160 b998b429c4ff030c89e62a0c38540e9a1fe15751 obby-0.3.0.tar.gz 454757
+SHA256 609feb33095e6036808cd9b5dbeed8775866c8823f4416d1c333bffa36b072aa obby-0.3.0.tar.gz 454757
diff --git a/net-libs/obby/files/digest-obby-0.4.0_rc2 b/net-libs/obby/files/digest-obby-0.4.0_rc2
new file mode 100644
index 000000000000..8051adbdbf79
--- /dev/null
+++ b/net-libs/obby/files/digest-obby-0.4.0_rc2
@@ -0,0 +1,3 @@
+MD5 5dbc7054ee31eca614d44761aeddee49 obby-0.4.0rc2.tar.gz 464556
+RMD160 8c1d20c1c737d99cd62667277cdefb37deee518b obby-0.4.0rc2.tar.gz 464556
+SHA256 2e800f1e9d80462cafe12e831414e11531de4c8bf4477416d8faf2e27a032c31 obby-0.4.0rc2.tar.gz 464556
diff --git a/net-libs/obby/obby-0.4.0_rc2.ebuild b/net-libs/obby/obby-0.4.0_rc2.ebuild
new file mode 100644
index 000000000000..5c3705eb3fee
--- /dev/null
+++ b/net-libs/obby/obby-0.4.0_rc2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/obby/obby-0.4.0_rc2.ebuild,v 1.1 2006/06/12 16:25:37 humpback Exp $
+
+#MY_P=${P/_rc/rc}
+#S=${WORKDIR}/${MY_P}
+inherit eutils
+
+DESCRIPTION="Library for collaborative text editing"
+HOMEPAGE="http://darcs.0x539.de/libobby"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="howl"
+SRC_URI="http://releases.0x539.de/${PN}/${P/_/}.tar.gz"
+
+DEPEND=">=net-libs/net6-1.3.0_rc2
+ >=dev-libs/libsigc++-2.0
+ >=dev-libs/gmp-4.1.4
+ howl? ( >=net-misc/howl-0.9.8 )"
+
+RDEPEND=""
+
+S=${WORKDIR}/${P/_/}
+
+src_unpack() {
+ unpack ${A}
+# cd ${S}
+# epatch ${FILESDIR}/dual_subscribe.patch
+}
+
+src_compile() {
+
+ local myconf
+ myconf="${myconf} --disable-tests"
+ use howl && myconf="${myconf} --with-howl"
+ econf ${myconf} || die "./configure failed"
+ emake || die "make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+}