diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-02-02 04:48:05 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-02-02 04:48:05 +0000 |
commit | 92a856cff82b44126c6766665b87f5786cd893d9 (patch) | |
tree | 59537c99fd07ecbb7a39e644069b8ae95787789c /media-sound/kstreamripper | |
parent | EAPI3, use array for DOCS (diff) | |
download | historical-92a856cff82b44126c6766665b87f5786cd893d9.tar.gz historical-92a856cff82b44126c6766665b87f5786cd893d9.tar.bz2 historical-92a856cff82b44126c6766665b87f5786cd893d9.zip |
EAPI3
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'media-sound/kstreamripper')
-rw-r--r-- | media-sound/kstreamripper/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/kstreamripper/kstreamripper-0.7.0.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/kstreamripper/ChangeLog b/media-sound/kstreamripper/ChangeLog index ab86c77868ca..bf951faf7db6 100644 --- a/media-sound/kstreamripper/ChangeLog +++ b/media-sound/kstreamripper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/kstreamripper -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v 1.22 2010/08/09 16:11:10 reavertm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/ChangeLog,v 1.23 2011/02/02 04:48:05 tampakrap Exp $ + + 02 Feb 2011; Theo Chatzimichos <tampakrap@gentoo.org> + kstreamripper-0.7.0.ebuild: + EAPI3 09 Aug 2010; Maciej Mrozowski <reavertm@gentoo.org> kstreamripper-0.7.0.ebuild: diff --git a/media-sound/kstreamripper/kstreamripper-0.7.0.ebuild b/media-sound/kstreamripper/kstreamripper-0.7.0.ebuild index 8ba4ded5d518..0def0245e12e 100644 --- a/media-sound/kstreamripper/kstreamripper-0.7.0.ebuild +++ b/media-sound/kstreamripper/kstreamripper-0.7.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.7.0.ebuild,v 1.2 2010/08/09 16:11:10 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kstreamripper/kstreamripper-0.7.0.ebuild,v 1.3 2011/02/02 04:48:05 tampakrap Exp $ -EAPI=2 +EAPI=3 inherit kde4-base @@ -24,4 +24,4 @@ RDEPEND="${DEPEND} S=${WORKDIR}/${PN} -DOCS=(TODO.odt) +DOCS=( TODO.odt ) |