Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 69370 Details for
Bug 107435
ebuild for automake-1.9.6 with new patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
new ebuild with the patch
automake-1.9.6-r1.ebuild (text/plain), 1.35 KB, created by
John Ratliff
on 2005-09-27 12:34:05 UTC
(
hide
)
Description:
new ebuild with the patch
Filename:
MIME Type:
Creator:
John Ratliff
Created:
2005-09-27 12:34:05 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6.ebuild,v 1.2 2005/08/23 23:58:38 vapier Exp $ > >inherit eutils > >DESCRIPTION="Used to generate Makefile.in from Makefile.am" >HOMEPAGE="http://sources.redhat.com/automake/" >SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="${PV:0:3}" >KEYWORDS="~x86" >IUSE="" > >RDEPEND="dev-lang/perl > sys-devel/automake-wrapper > >=sys-devel/autoconf-2.59-r6 > >=sys-apps/texinfo-4.7 > sys-devel/gnuconfig" > >src_unpack() { > unpack ${A} > cd "${S}" > sed -i \ > -e "/^@setfilename/s|automake|automake${SLOT}|" \ > -e "s|automake: (automake)|automake v${SLOT}: (automake${SLOT})|" \ > -e "s|aclocal: (automake)|aclocal v${SLOT}: (automake${SLOT})|" \ > doc/automake.texi || die "sed failed" > epatch "${FILESDIR}"/${PN}-1.9.6-infopage-namechange.patch > epatch "${FILESDIR}"/${PN}-1.9.6-suffix-rules.patch > export WANT_AUTOCONF=2.5 >} > >src_install() { > make DESTDIR="${D}" install || die > rm -f "${D}"/usr/bin/{aclocal,automake} > > dodoc NEWS README THANKS TODO AUTHORS ChangeLog > doinfo doc/*.info* > > # remove all config.guess and config.sub files replacing them > # w/a symlink to a specific gnuconfig version > local x= > for x in guess sub ; do > dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x} > done >}
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 107435
:
69369
| 69370