Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22584 Details for
Bug 36238
adding ruby-gettext to portage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ruby-gettext-0.5.3.ebuild
ruby-gettext-0.5.3.ebuild (text/plain), 972 bytes, created by
alex f
on 2003-12-23 08:52:26 UTC
(
hide
)
Description:
ruby-gettext-0.5.3.ebuild
Filename:
MIME Type:
Creator:
alex f
Created:
2003-12-23 08:52:26 UTC
Size:
972 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc.; acid ! punk () gmx ! net ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools which modeled after GNU gettext package" >HOMEPAGE="http://ponx.s5.xrea.com/hiki/ruby-gettext.html" >#SRC_URI="http://ponx.s5.xrea.com/hiki/hiki.xcg?c=plugin\;plugin=attach_download\;p=ruby-gettext\;file_name=${PN}-package-${PV}.tar.gz" >SRC_URI="mirror://gentoo/${PN}-package-${PV}.tar.gz" > >KEYWORDS="~x86" >SLOT="0" >LICENSE="Ruby" > >RDEPEND="dev-lang/ruby > sys-devel/gettext > dev-ruby/racc" > >DEPEND="${RDEPEND}" >S="${WORKDIR}/${PN}-package-${PV}" > >src_compile() { > ruby install.rb config --prefix="${D}/usr" || die "install.rb config failed" > ruby install.rb setup || die "install.rb setup failed" >} > >src_install() { > ruby install.rb install || die "install.rb install failed" > dodoc README* COPYING* ChangeLog >}
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 36238
:
22521
|
22523
|
22584
|
24068