diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-10-19 21:13:37 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-10-19 21:13:37 +0000 |
commit | e703bf2a5ad2ec3bc388b0ccce0fa150c6343886 (patch) | |
tree | dd5010bb86e1d01a39d3f153b27dddf87d475a9d /media-sound | |
parent | Fix xfce4-tips (diff) | |
download | gentoo-2-e703bf2a5ad2ec3bc388b0ccce0fa150c6343886.tar.gz gentoo-2-e703bf2a5ad2ec3bc388b0ccce0fa150c6343886.tar.bz2 gentoo-2-e703bf2a5ad2ec3bc388b0ccce0fa150c6343886.zip |
virtualx.eclass now has support for forcing the dependency; use it
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/rubyripper/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/rubyripper/rubyripper-0.5.5-r1.ebuild | 5 | ||||
-rw-r--r-- | media-sound/rubyripper/rubyripper-0.5.7.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/media-sound/rubyripper/ChangeLog b/media-sound/rubyripper/ChangeLog index 6246c38b4df4..1f9a4ec9feee 100644 --- a/media-sound/rubyripper/ChangeLog +++ b/media-sound/rubyripper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/rubyripper # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rubyripper/ChangeLog,v 1.28 2009/09/30 22:23:25 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rubyripper/ChangeLog,v 1.29 2009/10/19 21:13:37 abcd Exp $ + + 19 Oct 2009; Jonathan Callen <abcd@gentoo.org> rubyripper-0.5.5-r1.ebuild, + rubyripper-0.5.7.ebuild: + virtualx.eclass now has support for forcing the dependency; use it *rubyripper-0.5.7 (30 Sep 2009) diff --git a/media-sound/rubyripper/rubyripper-0.5.5-r1.ebuild b/media-sound/rubyripper/rubyripper-0.5.5-r1.ebuild index d481edf85431..9f302a8a66a5 100644 --- a/media-sound/rubyripper/rubyripper-0.5.5-r1.ebuild +++ b/media-sound/rubyripper/rubyripper-0.5.5-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rubyripper/rubyripper-0.5.5-r1.ebuild,v 1.4 2009/05/14 19:33:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rubyripper/rubyripper-0.5.5-r1.ebuild,v 1.5 2009/10/19 21:13:37 abcd Exp $ EAPI=2 +VIRTUALX_REQUIRED="always" inherit ruby virtualx DESCRIPTION="A secure audio ripper for Linux" @@ -12,7 +13,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~sparc x86" -IUSE="cli flac +gtk +mp3 normalize +vorbis wav X" +IUSE="cli flac +gtk +mp3 normalize +vorbis wav" ILINGUAS="de es fr hu nl ru" diff --git a/media-sound/rubyripper/rubyripper-0.5.7.ebuild b/media-sound/rubyripper/rubyripper-0.5.7.ebuild index ac5d16772aec..a2375163598c 100644 --- a/media-sound/rubyripper/rubyripper-0.5.7.ebuild +++ b/media-sound/rubyripper/rubyripper-0.5.7.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rubyripper/rubyripper-0.5.7.ebuild,v 1.1 2009/09/30 22:23:25 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rubyripper/rubyripper-0.5.7.ebuild,v 1.2 2009/10/19 21:13:37 abcd Exp $ EAPI=2 +VIRTUALX_REQUIRED="always" inherit ruby virtualx DESCRIPTION="A secure audio ripper for Linux" @@ -12,7 +13,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" -IUSE="cli flac +gtk +mp3 normalize +vorbis wav X" +IUSE="cli flac +gtk +mp3 normalize +vorbis wav" ILINGUAS="de es fr hu nl ru" |