Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 104302 Details for
Bug 158392
error emerging dev-lang/regina-rexx
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
regina-rexx-3.3.ebuild
regina-rexx-3.3.ebuild (text/plain), 1.17 KB, created by
Ali Polatel (RETIRED)
on 2006-12-18 11:39:35 UTC
(
hide
)
Description:
regina-rexx-3.3.ebuild
Filename:
MIME Type:
Creator:
Ali Polatel (RETIRED)
Created:
2006-12-18 11:39:35 UTC
Size:
1.17 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-lang/regina-rexx/regina-rexx-3.3.ebuild,v 1.8 2006/12/03 03:25:50 vapier Exp $ > >DESCRIPTION="Portable Rexx interpreter" >HOMEPAGE="http://regina-rexx.sourceforge.net" >SRC_URI="mirror://sourceforge/regina-rexx/Regina-REXX-${PV}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~amd64 hppa ~ppc s390 ~sparc ~x86" >IUSE="" > >DEPEND="" > >S=${WORKDIR}/Regina-${PV} > >src_unpack() { > unpack ${A} > cd "${S}" > WANT_AUTOCONF="2.1" autoconf || die "autoconf problem" >} > >src_compile() { > econf || die "econf failed" > sed -i \ > -e 's|-$(INSTALL) -m 755 -c ./rxstack.init.d $(STARTUPDIR)/rxstack||' \ > -e "s|/usr/share/regina|${D}/usr/share/regina|" \ > Makefile || die > emake CFLAGS="${CFLAGS} -fno-strict-aliasing" -j1 || die "make problem" >} > >src_install() { > einstall datadir="${D}"/usr/share/regina || die > rm -rf "${D}"/etc/rc.d > > newinitd "${FILESDIR}"/rxstack > > dodoc BUGS HACKERS.txt README.Unix README_SAFE TODO >} > >pkg_postinst() { > einfo "You may want to run" > einfo > einfo "\trc-update add rxstack default" > einfo > einfo "to enable Rexx queues (optional)." >}
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 158392
:
104300
| 104302