Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 237811 Details for
Bug 327233
media-sound/rubyripper-0.6.0 - Version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rubyripper-0.6.0.diff
rubyripper-0.6.0.diff (text/plain), 2.07 KB, created by
Daniel Pielmeier
on 2010-07-06 23:39:07 UTC
(
hide
)
Description:
rubyripper-0.6.0.diff
Filename:
MIME Type:
Creator:
Daniel Pielmeier
Created:
2010-07-06 23:39:07 UTC
Size:
2.07 KB
patch
obsolete
>--- /media/system/repositories/portage/media-sound/rubyripper/rubyripper-0.5.7.ebuild 2009-12-06 13:36:23.000000000 +0100 >+++ rubyripper-0.6.0.ebuild 2010-07-07 01:31:22.061042802 +0200 >@@ -1,10 +1,11 @@ >-# Copyright 1999-2009 Gentoo Foundation >+# Copyright 1999-2010 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.3 2009/12/06 12:14:58 graaff Exp $ > > EAPI=2 > VIRTUALX_REQUIRED="always" >-inherit ruby virtualx >+USE_RUBY="ruby18" >+inherit ruby-ng virtualx > > DESCRIPTION="A secure audio ripper for Linux" > HOMEPAGE="http://code.google.com/p/rubyripper" >@@ -13,7 +14,7 @@ > LICENSE="GPL-3" > SLOT="0" > KEYWORDS="~amd64 ~sparc ~x86" >-IUSE="cli flac +gtk +mp3 normalize +vorbis wav" >+IUSE="cli cdrdao flac +gtk +mp3 normalize +vorbis wav" > > ILINGUAS="de es fr hu nl ru" > >@@ -21,12 +22,14 @@ > IUSE="${IUSE} linguas_${lingua}" > done > >-RDEPEND="gtk? ( dev-ruby/ruby-gtk2 >- >=dev-ruby/rcairo-1.8.0-r1[svg] ) >- dev-ruby/ruby-gettext >- virtual/eject >+ruby_add_rdepend "dev-ruby/ruby-gettext" >+ruby_add_rdepend ">=dev-ruby/rcairo-1.8.0-r1[svg]" >+ruby_add_rdepend gtk "dev-ruby/ruby-gtk2" >+ >+RDEPEND="virtual/eject > media-sound/cd-discid > media-sound/cdparanoia >+ cdrdao? ( app-cdr/cdrdao ) > flac? ( media-libs/flac ) > mp3? ( media-sound/lame ) > vorbis? ( media-sound/vorbis-tools ) >@@ -36,12 +39,10 @@ > wav? ( media-sound/wavegain ) )" > DEPEND="${RDEPEND}" > >-src_prepare() { >- # fix for bug 203737 >- epatch "${FILESDIR}"/${PN}-0.5.2-require-rubygems.patch >-} >+# fix for bug 203737 >+RUBY_PATCHES=( "${FILESDIR}/${PN}-0.5.2-require-rubygems.patch" ) > >-src_configure() { >+each_ruby_configure() { > local myconf="--prefix=/usr" > local enable_linguas="" > >@@ -54,9 +55,11 @@ > use gtk && myconf="${myconf} --enable-gtk2" > use cli && myconf="${myconf} --enable-cli" > >- Xeconf ${myconf} >+ # Force virtualmake to use configure instead of econf >+ maketype="./configure" >+ virtualmake ${myconf} > } > >-src_install() { >+each_ruby_install() { > emake DESTDIR="${D}" install || die "emake install failed" > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 327233
:
237811
|
237813
|
238051