diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-04-18 16:23:57 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-04-18 16:23:57 +0000 |
commit | 2293f68d4a815d0bdd857fec0fcb3a356746ef3c (patch) | |
tree | c11c850fdac84c38fec4515cb16c09a00e382c59 /net-www/kaffeine-mozilla-plugin | |
parent | corrected dependencies (diff) | |
download | historical-2293f68d4a815d0bdd857fec0fcb3a356746ef3c.tar.gz historical-2293f68d4a815d0bdd857fec0fcb3a356746ef3c.tar.bz2 historical-2293f68d4a815d0bdd857fec0fcb3a356746ef3c.zip |
corrected dependencies
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-www/kaffeine-mozilla-plugin')
-rw-r--r-- | net-www/kaffeine-mozilla-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/kaffeine-mozilla-plugin/Manifest | 4 | ||||
-rw-r--r-- | net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild | 7 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-www/kaffeine-mozilla-plugin/ChangeLog b/net-www/kaffeine-mozilla-plugin/ChangeLog index f5cf16d9ac61..99b1a0d880fa 100644 --- a/net-www/kaffeine-mozilla-plugin/ChangeLog +++ b/net-www/kaffeine-mozilla-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/kaffeine-mozilla-plugin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/kaffeine-mozilla-plugin/ChangeLog,v 1.6 2005/03/23 16:19:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/kaffeine-mozilla-plugin/ChangeLog,v 1.7 2005/04/18 16:23:57 carlo Exp $ + + 18 Apr 2005; Carsten Lohrke <carlo@gentoo.org> + kaffeine-mozilla-plugin-0.2.ebuild: + corrected dependencies 23 Mar 2005; Seemant Kulleen <seemant@gentoo.org> kaffeine-mozilla-plugin-0.2.ebuild: diff --git a/net-www/kaffeine-mozilla-plugin/Manifest b/net-www/kaffeine-mozilla-plugin/Manifest index fb1878208b4c..293a90476dbb 100644 --- a/net-www/kaffeine-mozilla-plugin/Manifest +++ b/net-www/kaffeine-mozilla-plugin/Manifest @@ -1,4 +1,4 @@ +MD5 5203f9b3dce9772daebe3ce92dd4da6f kaffeine-mozilla-plugin-0.2.ebuild 781 +MD5 c6a432b29144c2522c8c06fc0474e0f2 ChangeLog 1160 MD5 f252d0d8aaea067fe6be5e09527ab18e metadata.xml 175 -MD5 0a971bb0ed5f499321bd1abdbcc6283b ChangeLog 1049 -MD5 53414f6601d0c1db69b6423ca6cd6b92 kaffeine-mozilla-plugin-0.2.ebuild 871 MD5 0b74a792ba8a8759ff195ab011cf3b7d files/digest-kaffeine-mozilla-plugin-0.2 73 diff --git a/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild b/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild index 1d439c19f249..a75b6faa9ee9 100644 --- a/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild +++ b/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.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-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild,v 1.6 2005/03/23 16:19:04 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild,v 1.7 2005/04/18 16:23:57 carlo Exp $ inherit nsplugins @@ -16,9 +16,8 @@ KEYWORDS="x86 ~ppc" LICENSE="GPL-2" IUSE="" -DEPEND=">=media-video/kaffeine-0.4.3b" -RDEPEND=">=media-video/kaffeine-0.4.3b - || ( >=www-client/mozilla-1.6-r1 >=www-client/mozilla-firefox-0.8 )" +DEPEND="virtual/x11" +RDEPEND=">=media-video/kaffeine-0.4.3" src_compile() { econf --prefix=/usr/lib/${PLUGINS_DIR} || die |