Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 140236 Details for
Bug 201908
app-misc/bb (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
removed src_compile and formatted variables
bb-1.3.0_rc1.ebuild (text/plain), 1.00 KB, created by
Gokdeniz Karadag
on 2008-01-05 21:55:02 UTC
(
hide
)
Description:
removed src_compile and formatted variables
Filename:
MIME Type:
Creator:
Gokdeniz Karadag
Created:
2008-01-05 21:55:02 UTC
Size:
1.00 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils versionator > >MY_TARNAME="${PN}-$(get_version_component_range 1-2)$(get_version_component_range 4-4)" > >DESCRIPTION="Demonstration program for visual effects of aalib" >HOMEPAGE="http://aa-project.sourceforge.net/" >SRC_URI="mirror://sourceforge/aa-project/${MY_TARNAME}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="mikmod" > >DEPEND="media-libs/aalib > mikmod? ( media-libs/libmikmod )" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)" > > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}/${P}-noattr.patch" || die "epatch failed" >} > >src_install() { > newbin bb bb-aalib || die "renaming bb binary failed" > newman bb.1 bb-aalib.1 || die "renaming bb manpage failed" > insinto /usr/share/bb > doins bb.s3m bb2.s3m bb3.s3m >} > >pkg_postinst() { > ewarn "The bb program has been renamed to bb-aalib" > ewarn "to avoid a naming conflict with sys-apps/busybox" >}
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 201908
:
138215
|
138216
|
138219
|
140234
| 140236