summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-09-16 21:25:58 +0000
committerMike Frysinger <vapier@gentoo.org>2006-09-16 21:25:58 +0000
commit52970daa0932893d16a290586fd51b575cabdba6 (patch)
treef623d4890f5767059eacf8d6664fdfbc6ff43893 /sys-devel
parentppc stable (diff)
downloadgentoo-2-52970daa0932893d16a290586fd51b575cabdba6.tar.gz
gentoo-2-52970daa0932893d16a290586fd51b575cabdba6.tar.bz2
gentoo-2-52970daa0932893d16a290586fd51b575cabdba6.zip
old
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/automake/automake-1.9.6-r1.ebuild55
-rw-r--r--sys-devel/automake/files/digest-automake-1.9.6-r13
2 files changed, 0 insertions, 58 deletions
diff --git a/sys-devel/automake/automake-1.9.6-r1.ebuild b/sys-devel/automake/automake-1.9.6-r1.ebuild
deleted file mode 100644
index 5ce0475be5f3..000000000000
--- a/sys-devel/automake/automake-1.9.6-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2006 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-r1.ebuild,v 1.5 2006/03/23 09:29:41 spyderous 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="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ~ppc-macos s390 sh sparc x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- sys-devel/automake-wrapper
- >=sys-devel/autoconf-2.59-r6
- >=sys-apps/texinfo-4.7
- sys-devel/gnuconfig"
-DEPEND="${RDEPEND}
- sys-apps/help2man"
-
-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}"/${P}-include-dir-prefix.patch #107435
- export WANT_AUTOCONF=2.5
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- local x
- for x in aclocal automake ; do
- help2man ${x} > ${x}.1
- doman ${x}.1
- rm -f "${D}"/usr/bin/${x}
- done
-
- 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
- for x in guess sub ; do
- dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x}
- done
-}
diff --git a/sys-devel/automake/files/digest-automake-1.9.6-r1 b/sys-devel/automake/files/digest-automake-1.9.6-r1
deleted file mode 100644
index 9105ee7cdaa6..000000000000
--- a/sys-devel/automake/files/digest-automake-1.9.6-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c11b8100bb311492d8220378fd8bf9e0 automake-1.9.6.tar.bz2 765505
-RMD160 ad93e095056f41f0369ac6a06fed3904d8e3514f automake-1.9.6.tar.bz2 765505
-SHA256 8eccaa98e1863d10e4a5f861d8e2ec349a23e88cb12ad10f6b6f79022ad2bb8d automake-1.9.6.tar.bz2 765505