summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-08-20 23:40:39 +0000
committerJonathan Smith <smithj@gentoo.org>2005-08-20 23:40:39 +0000
commit2016db61280df564946c31949720465b0894950a (patch)
tree1c7dba073b36e50b0b5c8e0a26f4fcee1ff70440 /net-misc/d4x
parentnew version, remove warning patch, now included upstream. (diff)
downloadgentoo-2-2016db61280df564946c31949720465b0894950a.tar.gz
gentoo-2-2016db61280df564946c31949720465b0894950a.tar.bz2
gentoo-2-2016db61280df564946c31949720465b0894950a.zip
#103058: fixed dependency problem
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/d4x')
-rw-r--r--net-misc/d4x/ChangeLog5
-rw-r--r--net-misc/d4x/Manifest23
-rw-r--r--net-misc/d4x/d4x-2.5.1.ebuild3
3 files changed, 6 insertions, 25 deletions
diff --git a/net-misc/d4x/ChangeLog b/net-misc/d4x/ChangeLog
index 12960013e4ce..0c7e25984666 100644
--- a/net-misc/d4x/ChangeLog
+++ b/net-misc/d4x/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/d4x
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/ChangeLog,v 1.31 2005/08/20 18:42:56 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/ChangeLog,v 1.32 2005/08/20 23:40:39 smithj Exp $
+
+ 20 Aug 2005; Jonathan Smith <smithj@gentoo.org> d4x-2.5.1.ebuild:
+ #103058: fixed dependency problem
20 Aug 2005; Jonathan Smith <smithj@gentoo.org> -d4x-2.03.ebuild,
-d4x-2.5.0_rc2.ebuild, -d4x-2.5.0_rc4.ebuild, -d4x-2.5.0.ebuild,
diff --git a/net-misc/d4x/Manifest b/net-misc/d4x/Manifest
index aff73430f88e..e69de29bb2d1 100644
--- a/net-misc/d4x/Manifest
+++ b/net-misc/d4x/Manifest
@@ -1,23 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 3d5b63818e4a1e8d703c78eaaa8b555f ChangeLog 5260
-MD5 b9f339e71a8ba17f3be1a9a37bdffaa8 d4x-2.5.1.ebuild 1787
-MD5 c1d99567166886bdb3e9f215fca712c0 d4x-2.4.1-r1.ebuild 1982
-MD5 1a5d0162ab11f8382fbf615f00a4ae24 d4x-2.5.0-r1.ebuild 1868
-MD5 3f142d03f332a3f7047929a1b476c14f metadata.xml 301
-MD5 95b235ef645b366b79c6d4465afce23b files/digest-d4x-2.5.1 62
-MD5 07dde74dfe302bab95327f285a5a16ba files/d4x-2.4.1-fix-statusbar-crash.patch 772
-MD5 512e25cdcccd73401a82518c6e49ae8c files/d4x-2.5.0-fix-compile-gtk26.patch 2957
-MD5 5b49dbe10d588970e6f766cfdb310e67 files/d4x-2.5.0_rc2-gtk24.patch 279
-MD5 7025e0ce352893c55b23ffeea8f87d1c files/d4x-2.5.0_rc4-fix-cast.patch 317
-MD5 a9d346bf4f3d64d906935b663747e434 files/d4x-sndserv-bigendian.patch 502
-MD5 3e8783cc051415a9ee4f756fcc45c925 files/digest-d4x-2.4.1-r1 62
-MD5 4f038da47df5648c8799469e62ec03b6 files/digest-d4x-2.5.0-r1 67
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDB3nUl5AvwDPiUowRAh4IAJ4/xqVrx1Zmk/XNVHpuckKDszxcygCdEpEo
-z8VbhV2KakBvUUcBYyUsSmI=
-=uX7W
------END PGP SIGNATURE-----
diff --git a/net-misc/d4x/d4x-2.5.1.ebuild b/net-misc/d4x/d4x-2.5.1.ebuild
index a6888d690c9e..897401fb4d18 100644
--- a/net-misc/d4x/d4x-2.5.1.ebuild
+++ b/net-misc/d4x/d4x-2.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.5.1.ebuild,v 1.2 2005/08/18 22:28:48 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/d4x/d4x-2.5.1.ebuild,v 1.3 2005/08/20 23:40:39 smithj Exp $
IUSE="nls esd gnome oss kde"
@@ -17,6 +17,7 @@ LICENSE="Artistic"
DEPEND=">=x11-libs/gtk+-2.0.6
>=dev-libs/glib-2.0.6
>=sys-devel/gettext-0.11.2
+ >=dev-libs/openssl-0.9.7f
esd? ( >=media-sound/esound-0.2.7 )"
src_unpack() {