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
commit9aa4db373efd2db97e4d761366efc941b4f474d6 (patch)
treec192cb90754d477eb69295f195345566fc75c212 /net-p2p/gnunet
parentversion bump (#48171) (Manifest recommit) (diff)
downloadgentoo-2-9aa4db373efd2db97e4d761366efc941b4f474d6.tar.gz
gentoo-2-9aa4db373efd2db97e4d761366efc941b4f474d6.tar.bz2
gentoo-2-9aa4db373efd2db97e4d761366efc941b4f474d6.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/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
5 files changed, 14 insertions, 9 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/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