Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 238051 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.28 KB, created by
Daniel Pielmeier
on 2010-07-08 19:13:49 UTC
(
hide
)
Description:
rubyripper-0.6.0.diff
Filename:
MIME Type:
Creator:
Daniel Pielmeier
Created:
2010-07-08 19:13:49 UTC
Size:
2.28 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-08 18:57:23.023277831 +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 >+VIRTUALX_REQUIRED=always >+USE_RUBY=ruby18 >+inherit ruby-ng virtualx > > DESCRIPTION="A secure audio ripper for Linux" > HOMEPAGE="http://code.google.com/p/rubyripper" >@@ -13,20 +14,18 @@ > 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" >+ILINGUAS="bg de es fr hu it nl ru se" > > for lingua in $ILINGUAS; do > 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 >+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,14 +35,16 @@ > wav? ( media-sound/wavegain ) )" > DEPEND="${RDEPEND}" > >-src_prepare() { >- # fix for bug 203737 >- epatch "${FILESDIR}"/${PN}-0.5.2-require-rubygems.patch >-} >- >-src_configure() { >- local myconf="--prefix=/usr" >- local enable_linguas="" >+ruby_add_rdepend ">=dev-ruby/ruby-gettext-2.1.0-r1 >+ >=dev-ruby/rcairo-1.8.1[svg] >+ gtk? ( >=dev-ruby/ruby-gtk2-0.19.3 )" >+ >+# fix for bug 203737 >+RUBY_PATCHES=( "${FILESDIR}/${PN}-0.5.2-require-rubygems.patch" ) >+ >+each_ruby_configure() { >+ local myconf=--prefix=/usr >+ local enable_linguas > > for lingua in $ILINGUAS; do > use linguas_$lingua && enable_linguas="${enable_linguas},${lingua}" >@@ -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