diff options
author | 2011-03-28 15:24:42 +0000 | |
---|---|---|
committer | 2011-03-28 15:24:42 +0000 | |
commit | a350907b46913807a784ad6ce6856c5f6f2f1e80 (patch) | |
tree | 20432d89f8ee11b8d75d076b6410303af339c9a5 /media-sound/gstreamripper | |
parent | Use SLOT dependencies for x11-libs/gtk+. Install .desktop entry wrt #360239 b... (diff) | |
download | gentoo-2-a350907b46913807a784ad6ce6856c5f6f2f1e80.tar.gz gentoo-2-a350907b46913807a784ad6ce6856c5f6f2f1e80.tar.bz2 gentoo-2-a350907b46913807a784ad6ce6856c5f6f2f1e80.zip |
Port to EAPI4 while at it to avoid prepalldocs.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/gstreamripper')
-rw-r--r-- | media-sound/gstreamripper/gstreamripper-0.2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/media-sound/gstreamripper/gstreamripper-0.2.ebuild b/media-sound/gstreamripper/gstreamripper-0.2.ebuild index 1e3cb8449677..b63e45846243 100644 --- a/media-sound/gstreamripper/gstreamripper-0.2.ebuild +++ b/media-sound/gstreamripper/gstreamripper-0.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gstreamripper/gstreamripper-0.2.ebuild,v 1.13 2011/03/28 15:23:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gstreamripper/gstreamripper-0.2.ebuild,v 1.14 2011/03/28 15:24:42 ssuominen Exp $ -EAPI=2 +EAPI=4 inherit eutils MY_P=GStreamripperX-${PV} @@ -32,9 +32,7 @@ src_install() { gstreamripperxdocdir=${docdir} \ install || die - rm -f "${D}"/${docdir}/COPYING + rm -f "${D}"/${docdir}/{COPYING,NEWS,TODO} make_desktop_entry gstreamripperx GStreamripperX - - prepalldocs } |