diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 02:00:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-18 02:00:32 +0000 |
commit | 99ed7843613972ad47b2e02edbbc1a353e1e3120 (patch) | |
tree | 151b4c21971297cddaa854e575be9e54feebae3b /sys-devel/autoconf-archive | |
parent | Removed old ebuild. (diff) | |
download | gentoo-2-99ed7843613972ad47b2e02edbbc1a353e1e3120.tar.gz gentoo-2-99ed7843613972ad47b2e02edbbc1a353e1e3120.tar.bz2 gentoo-2-99ed7843613972ad47b2e02edbbc1a353e1e3120.zip |
Version bump #97887 by Peter Simons.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-devel/autoconf-archive')
3 files changed, 41 insertions, 1 deletions
diff --git a/sys-devel/autoconf-archive/ChangeLog b/sys-devel/autoconf-archive/ChangeLog index a65584ac9107..4de3cea0b481 100644 --- a/sys-devel/autoconf-archive/ChangeLog +++ b/sys-devel/autoconf-archive/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/autoconf-archive # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.3 2005/07/04 21:29:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.4 2005/08/18 02:00:32 vapier Exp $ + +*autoconf-archive-2005.08.12 (18 Aug 2005) + + 18 Aug 2005; Mike Frysinger <vapier@gentoo.org> + +autoconf-archive-2005.08.12.ebuild: + Version bump #97887 by Peter Simons. *autoconf-archive-2005.06.17 (04 Jul 2005) diff --git a/sys-devel/autoconf-archive/autoconf-archive-2005.08.12.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2005.08.12.ebuild new file mode 100644 index 000000000000..c3cbd2f9a539 --- /dev/null +++ b/sys-devel/autoconf-archive/autoconf-archive-2005.08.12.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2005.08.12.ebuild,v 1.1 2005/08/18 02:00:32 vapier Exp $ + +MY_PV=${PV//./-} +DESCRIPTION="GNU Autoconf Macro Archive" +HOMEPAGE="http://autoconf-archive.cryp.to/" +SRC_URI="http://autoconf-archive.cryp.to/${PN}-${MY_PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" +IUSE="" + +DEPEND="" +RDEPEND="sys-devel/automake + sys-devel/autoconf" + +S=${WORKDIR}/${PN}-${MY_PV} + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i \ + -e '/^htmldir/s:$(prefix)/html:$(datadir)/doc/'${PF}'/html:' \ + Makefile.in || die "sed html doc" +} + +src_install() { + make install DESTDIR="${D}" || die + rm -r "${D}"/usr/share/${PN} + dodoc AUTHORS README +} diff --git a/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.08.12 b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.08.12 new file mode 100644 index 000000000000..9b2513caf5c3 --- /dev/null +++ b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.08.12 @@ -0,0 +1 @@ +MD5 92f1826c333ce4707175e9519ba13aa7 autoconf-archive-2005-08-12.tar.bz2 413747 |