Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 116760 Details for
Bug 166527
dev-ruby/ruby-gd: questionable keywording for 64-bit arches
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ruby-gd-0.7.4-r1.ebuild
ruby-gd-0.7.4-r1.ebuild (text/plain), 1.58 KB, created by
Hans de Graaff
on 2007-04-19 20:25:44 UTC
(
hide
)
Description:
ruby-gd-0.7.4-r1.ebuild
Filename:
MIME Type:
Creator:
Hans de Graaff
Created:
2007-04-19 20:25:44 UTC
Size:
1.58 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gd/ruby-gd-0.7.4.ebuild,v 1.13 2007/03/26 13:54:07 armin76 Exp $ > >inherit ruby >USE_RUBY="ruby16 ruby18 ruby19" > >MY_P="${P/gd/GD}" >S="${WORKDIR}/${MY_P}" > >DESCRIPTION="ruby-gd: an interface to Boutell GD library" >HOMEPAGE="http://tam.0xfa.com/ruby-gd/" >SRC_URI="http://tam.0xfa.com/ruby-gd/${MY_P}-1.tar.gz" >PATCHES="${FILESDIR}/ruby-gd-0.7.4-fix-interlace.patch" > >LICENSE="Ruby" >SLOT="0" >KEYWORDS="-ia64 ~ppc ppc64 ~x86" >IUSE="jpeg truetype X" > >DEPEND="virtual/ruby > >=media-libs/gd-2.0 > jpeg? ( media-libs/jpeg ) > truetype? ( media-libs/freetype ) > X? ( || ( x11-libs/libX11 <virtual/x11-7 ) )" > >pkg_setup() { > if ! built_with_use media-libs/gd png; then > eerror "dev-ruby/ruby-gd requires media-libs/gd compiled with the" > eerror "'png' USE flag enabled, or it won't build." > eerror "Please emerge media-libs/gd again with the 'png' USE flag" > eerror "enabled and then try again." > die "Missing png useflag on media-libs/gd." > fi >} > >src_compile() { > local myconf="${myconf} --enable-gd2_0 --with-xpm" > > if use X; then > myconf="${myconf} --with-xpm" > fi > > if use jpeg; then > myconf="${myconf} --with-jpeg" > fi > > if use truetype; then > myconf="${myconf} --with-ttf --with-freetype" > fi > > ruby extconf.rb ${myconf} || die > emake || die >} > >src_install() { > make DESTDIR="${D}" install || die > > dodoc Changes TODO readme.* doc/manual.rd doc/INSTALL.* > dohtml doc/manual.html doc/manual_index.html > insinto /usr/share/doc/${PF}/sample > doins sample/* >}
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 Raw
Actions:
View
Attachments on
bug 166527
:
116758
| 116760