Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22523 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), 971 bytes, created by
alex f
on 2003-12-21 08:03:27 UTC
(
hide
)
Description:
ruby-gettext-0.5.3.ebuild
Filename:
MIME Type:
Creator:
alex f
Created:
2003-12-21 08:03:27 UTC
Size:
971 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc.; acid DOT punk AT gmx DOT 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=ruby-gettext-package-0.5.3.tar.gz" >SRC_URI="mirror://gentoo/${PN}-package-${PV}.tar.gz" > >KEYWORDS="~x86" >SLOT="0" >LICENSE="Ruby" > >RDEPEND=">=dev-lang/ruby-1.8.0 > >=sys-devel/gettext-0.11.5 > >=dev-ruby/racc-1.4.3" > >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" >}
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