summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-04-28 18:41:41 +0000
committerJon Hood <squinky86@gentoo.org>2004-04-28 18:41:41 +0000
commit5c8dafca24e3dbb41b75988cd96b3b1d640dca6e (patch)
tree0deaa473db29e17abaa59b73e6be8ba173c7d15d /net-p2p/gnunet
parentversion bump (#48171) (diff)
downloadhistorical-5c8dafca24e3dbb41b75988cd96b3b1d640dca6e.tar.gz
historical-5c8dafca24e3dbb41b75988cd96b3b1d640dca6e.tar.bz2
historical-5c8dafca24e3dbb41b75988cd96b3b1d640dca6e.zip
moving dev-libs/libextractor to media-libs/libextractor, fixing DEPEND
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r--net-p2p/gnunet/ChangeLog7
-rw-r--r--net-p2p/gnunet/Manifest10
-rw-r--r--net-p2p/gnunet/gnunet-0.5.4-r1.ebuild4
-rw-r--r--net-p2p/gnunet/gnunet-0.5.5.ebuild4
-rw-r--r--net-p2p/gnunet/gnunet-0.6.1b.ebuild4
-rw-r--r--net-p2p/gnunet/gnunet-0.6.1c.ebuild4
6 files changed, 19 insertions, 14 deletions
diff --git a/net-p2p/gnunet/ChangeLog b/net-p2p/gnunet/ChangeLog
index f007118e07a1..458cb9e53b0d 100644
--- a/net-p2p/gnunet/ChangeLog
+++ b/net-p2p/gnunet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/gnunet
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.20 2004/04/26 12:47:09 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/ChangeLog,v 1.21 2004/04/28 18:41:41 squinky86 Exp $
+
+ 28 Apr 2004; Jon Hood <squinky86@gentoo.org> gnunet-0.5.4-r1.ebuild,
+ gnunet-0.5.5.ebuild, gnunet-0.6.0.ebuild, gnunet-0.6.1b.ebuild,
+ gnunet-0.6.1c.ebuild:
+ fix DEPEND for libextractor
26 Apr 2004; Aron Griffis <agriffis@gentoo.org> gnunet-0.5.4-r1.ebuild,
gnunet-0.5.5.ebuild:
diff --git a/net-p2p/gnunet/Manifest b/net-p2p/gnunet/Manifest
index f8809adee842..ac2024cecc41 100644
--- a/net-p2p/gnunet/Manifest
+++ b/net-p2p/gnunet/Manifest
@@ -1,8 +1,8 @@
-MD5 138e58557f09a06c3bcda1d200605763 gnunet-0.5.5.ebuild 1257
-MD5 0fde2be6a7b62e679b4c3a61eeea13e8 gnunet-0.6.1c.ebuild 1469
-MD5 18f2c22bb906fcee873e94e9a3cf5763 gnunet-0.5.4-r1.ebuild 1266
-MD5 f34c328e3b12aa9ea4c1ab1a706744fd gnunet-0.6.1b.ebuild 1198
-MD5 61a9616919b81360edcf18782fa0eaf8 ChangeLog 3413
+MD5 8d4dd0949f65d152f294407042e645c1 gnunet-0.5.5.ebuild 1260
+MD5 ea51e97cb7566ab77de309b5ebce68a3 gnunet-0.6.1c.ebuild 1470
+MD5 28fd4f448ca69666fe9a2b546885f5c7 gnunet-0.5.4-r1.ebuild 1269
+MD5 8842bc0976ada205d4da386fff3f966b gnunet-0.6.1b.ebuild 1199
+MD5 b97583a0c0b40cb17ff241825a0cecbd ChangeLog 3606
MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160
MD5 7497a53319c18a07e6f673a925b1bf8c files/digest-gnunet-0.6.1b 67
MD5 99094e50a9e664c0f98757ec36e1b5fe files/digest-gnunet-0.6.1c 67
diff --git a/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild b/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild
index 987634712faf..b5d87f227df9 100644
--- a/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild
+++ b/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild,v 1.8 2004/04/26 12:47:09 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.5.4-r1.ebuild,v 1.9 2004/04/28 18:41:41 squinky86 Exp $
inherit libtool
@@ -20,7 +20,7 @@ DEPEND=">=dev-libs/openssl-0.9.6d
>=sys-libs/gdbm-1.8.0
=dev-libs/glib-1.2*
=x11-libs/gtk+-1.2*
- >=dev-libs/libextractor-0.2.0"
+ >=media-libs/libextractor-0.2.0"
src_compile () {
diff --git a/net-p2p/gnunet/gnunet-0.5.5.ebuild b/net-p2p/gnunet/gnunet-0.5.5.ebuild
index eca54b726e4d..ded7c4d91257 100644
--- a/net-p2p/gnunet/gnunet-0.5.5.ebuild
+++ b/net-p2p/gnunet/gnunet-0.5.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.5.5.ebuild,v 1.4 2004/04/26 12:47:09 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.5.5.ebuild,v 1.5 2004/04/28 18:41:41 squinky86 Exp $
inherit libtool
@@ -20,7 +20,7 @@ DEPEND=">=dev-libs/openssl-0.9.6d
>=sys-libs/gdbm-1.8.0
=dev-libs/glib-1.2*
=x11-libs/gtk+-1.2*
- >=dev-libs/libextractor-0.2.5"
+ >=media-libs/libextractor-0.2.5"
src_compile () {
diff --git a/net-p2p/gnunet/gnunet-0.6.1b.ebuild b/net-p2p/gnunet/gnunet-0.6.1b.ebuild
index 9a33521d95b8..a5c4f1312711 100644
--- a/net-p2p/gnunet/gnunet-0.6.1b.ebuild
+++ b/net-p2p/gnunet/gnunet-0.6.1b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.6.1b.ebuild,v 1.2 2004/03/23 07:08:58 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.6.1b.ebuild,v 1.3 2004/04/28 18:41:41 squinky86 Exp $
inherit libtool
@@ -20,7 +20,7 @@ DEPEND=">=dev-libs/openssl-0.9.6d
>=sys-libs/gdbm-1.8.0
=dev-libs/glib-1.2*
=x11-libs/gtk+-1.2*
- >=dev-libs/libextractor-0.2.6"
+ >=media-libs/libextractor-0.2.6"
src_compile() {
elibtoolize
diff --git a/net-p2p/gnunet/gnunet-0.6.1c.ebuild b/net-p2p/gnunet/gnunet-0.6.1c.ebuild
index 9466501e3a4b..5a83cff901da 100644
--- a/net-p2p/gnunet/gnunet-0.6.1c.ebuild
+++ b/net-p2p/gnunet/gnunet-0.6.1c.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.6.1c.ebuild,v 1.2 2004/03/23 07:08:58 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.6.1c.ebuild,v 1.3 2004/04/28 18:41:41 squinky86 Exp $
inherit libtool
@@ -21,7 +21,7 @@ DEPEND=">=dev-libs/openssl-0.9.6d
crypt? ( dev-libs/libgcrypt )
gtk? ( =x11-libs/gtk+-1.2* )
mysql? ( dev-db/mysql )
- >=dev-libs/libextractor-0.2.6"
+ >=media-libs/libextractor-0.2.6"
src_compile() {
elibtoolize