diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2010-12-27 14:35:29 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2010-12-27 14:35:29 +0000 |
commit | 07a91429e4d8075b2fff2345b9a3d84ed0e567a2 (patch) | |
tree | c6ae7f6cb1839e9dcd18eba6a2ba127c10910090 /www-misc | |
parent | Call python_set_active_version() only with USE="python". (diff) | |
download | gentoo-2-07a91429e4d8075b2fff2345b9a3d84ed0e567a2.tar.gz gentoo-2-07a91429e4d8075b2fff2345b9a3d84ed0e567a2.tar.bz2 gentoo-2-07a91429e4d8075b2fff2345b9a3d84ed0e567a2.zip |
added missing depend dev-perl/Template-GD; thx to negril @ irc gentoo-vdr
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/xxv/ChangeLog | 6 | ||||
-rw-r--r-- | www-misc/xxv/xxv-1.6.1.ebuild | 3 | ||||
-rw-r--r-- | www-misc/xxv/xxv-1.6.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/www-misc/xxv/ChangeLog b/www-misc/xxv/ChangeLog index 0e2d4c8f1ad7..bd61af95c05f 100644 --- a/www-misc/xxv/ChangeLog +++ b/www-misc/xxv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-misc/xxv # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/xxv/ChangeLog,v 1.14 2010/12/01 15:41:28 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/xxv/ChangeLog,v 1.15 2010/12/27 14:35:29 hd_brummy Exp $ + + 27 Dec 2010; Joerg Bornkessel <hd_brummy@gentoo.org> xxv-1.6.ebuild, + xxv-1.6.1.ebuild: + added missing depend dev-perl/Template-GD; thx to negril @ irc gentoo-vdr 01 Dec 2010; Joerg Bornkessel <hd_brummy@gentoo.org> xxv-1.6.1.ebuild: fixed versions depend to xxv-skins; thx to negril@irc#gentoo-vdr diff --git a/www-misc/xxv/xxv-1.6.1.ebuild b/www-misc/xxv/xxv-1.6.1.ebuild index 3752090fca00..0cb10c6d9e4f 100644 --- a/www-misc/xxv/xxv-1.6.1.ebuild +++ b/www-misc/xxv/xxv-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/xxv/xxv-1.6.1.ebuild,v 1.2 2010/12/01 15:41:28 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/xxv/xxv-1.6.1.ebuild,v 1.3 2010/12/27 14:35:29 hd_brummy Exp $ EAPI="2" @@ -46,6 +46,7 @@ RDEPEND=">=media-video/vdr-1.2.6 dev-perl/Proc-ProcessTable dev-perl/SOAP-Lite dev-perl/TextToHTML + dev-perl/Template-GD dev-perl/Template-Toolkit dev-perl/XML-RSS themes? ( >=x11-themes/${PN}-skins-1.6 )" diff --git a/www-misc/xxv/xxv-1.6.ebuild b/www-misc/xxv/xxv-1.6.ebuild index 9afe6672b257..08e9ebfd7692 100644 --- a/www-misc/xxv/xxv-1.6.ebuild +++ b/www-misc/xxv/xxv-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/xxv/xxv-1.6.ebuild,v 1.2 2010/05/09 21:10:35 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/xxv/xxv-1.6.ebuild,v 1.3 2010/12/27 14:35:29 hd_brummy Exp $ EAPI="2" @@ -46,6 +46,7 @@ RDEPEND=">=media-video/vdr-1.2.6 dev-perl/Proc-ProcessTable dev-perl/SOAP-Lite dev-perl/TextToHTML + dev-perl/Template-GD dev-perl/Template-Toolkit dev-perl/XML-RSS themes? ( >=x11-themes/${PN}-skins-${PV} )" |