diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2012-02-07 00:14:44 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2012-02-07 00:14:44 +0000 |
commit | e8a8fb9cedfefaea73e9949c8143143373718da5 (patch) | |
tree | 888f05c9cc678fcaf65848cd385ce0d75db8924a /media-plugins/vdr-screenshot | |
parent | Use " instead of ' for flag names (diff) | |
download | gentoo-2-e8a8fb9cedfefaea73e9949c8143143373718da5.tar.gz gentoo-2-e8a8fb9cedfefaea73e9949c8143143373718da5.tar.bz2 gentoo-2-e8a8fb9cedfefaea73e9949c8143143373718da5.zip |
eapi=3, stable x86 amd64, bug 397085
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'media-plugins/vdr-screenshot')
-rw-r--r-- | media-plugins/vdr-screenshot/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/vdr-screenshot/vdr-screenshot-0.0.13.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-plugins/vdr-screenshot/ChangeLog b/media-plugins/vdr-screenshot/ChangeLog index a13ef9aae185..12777f302521 100644 --- a/media-plugins/vdr-screenshot/ChangeLog +++ b/media-plugins/vdr-screenshot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/vdr-screenshot -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-screenshot/ChangeLog,v 1.11 2009/03/15 14:29:49 zzam Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-screenshot/ChangeLog,v 1.12 2012/02/07 00:14:44 hd_brummy Exp $ + + 07 Feb 2012; Joerg Bornkessel <hd_brummy@gentoo.org> + vdr-screenshot-0.0.13.ebuild: + eapi=3, stable x86 amd64, bug 397085 *vdr-screenshot-0.0.13 (15 Mar 2009) diff --git a/media-plugins/vdr-screenshot/vdr-screenshot-0.0.13.ebuild b/media-plugins/vdr-screenshot/vdr-screenshot-0.0.13.ebuild index feaff28d0a44..fdd0ac1c4920 100644 --- a/media-plugins/vdr-screenshot/vdr-screenshot-0.0.13.ebuild +++ b/media-plugins/vdr-screenshot/vdr-screenshot-0.0.13.ebuild @@ -1,8 +1,8 @@ -# Copyright 2004-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-screenshot/vdr-screenshot-0.0.13.ebuild,v 1.1 2009/03/15 14:29:49 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-screenshot/vdr-screenshot-0.0.13.ebuild,v 1.2 2012/02/07 00:14:44 hd_brummy Exp $ -EAPI="2" +EAPI="3" inherit vdr-plugin @@ -12,7 +12,7 @@ SRC_URI="http://www.joachim-wilke.de/dl.htm?ct=gz&dir=vdr-screenshot&file=${P}.t SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=media-video/vdr-1.4.6" |