Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38609 Details for
Bug 62400
New ebuild. An international version of miscfiles.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Fixed ebuild
miscfiles-international-0.1.ebuild (text/plain), 742 bytes, created by
Niklas Bolander
on 2004-08-31 13:42:29 UTC
(
hide
)
Description:
Fixed ebuild
Filename:
MIME Type:
Creator:
Niklas Bolander
Created:
2004-08-31 13:42:29 UTC
Size:
742 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >inherit eutils > >DESCRIPTION="International version of the GNU miscfiles" >HOMEPAGE="" >SRC_URI="http://exodusmud.no-ip.info:65500/${PN}/${P}.tbz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390" >IUSE="uclibc" > >DEPEND="virtual/libc > uclibc? ( app-arch/gzip )" > >PROVIDE="virtual/miscfiles" > >src_install() { > einstall || die > dodoc GNU* NEWS ORIGIN README dict-README > > if use uclibc ; then > cd ${D}/usr/share/dict > # need to remove the hardlinks, else gzip won't work > rm -f words extra.words README > gzip -9 * > ln -s web2.gz words > ln -s web2a.gz extra.words > cd ${S} > fi >}
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 62400
:
38594
| 38609 |
38637