diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-18 01:43:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-18 01:43:14 +0000 |
commit | e51cf7c13ae236b51e5b62c58a4b7a798eef754f (patch) | |
tree | 9897b2cfbe97666e56683b9ed6128d2be3458bb9 /sys-devel/autoconf-archive | |
parent | Sync with overlay. (diff) | |
download | gentoo-2-e51cf7c13ae236b51e5b62c58a4b7a798eef754f.tar.gz gentoo-2-e51cf7c13ae236b51e5b62c58a4b7a798eef754f.tar.bz2 gentoo-2-e51cf7c13ae236b51e5b62c58a4b7a798eef754f.zip |
Version bump.
(Portage version: 2.0.53)
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 4de3cea0b481..5e658f3938ae 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.4 2005/08/18 02:00:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.5 2005/12/18 01:39:45 vapier Exp $ + +*autoconf-archive-2005.10.14 (18 Dec 2005) + + 18 Dec 2005; Mike Frysinger <vapier@gentoo.org> + +autoconf-archive-2005.10.14.ebuild: + Version bump. *autoconf-archive-2005.08.12 (18 Aug 2005) diff --git a/sys-devel/autoconf-archive/autoconf-archive-2005.10.14.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2005.10.14.ebuild new file mode 100644 index 000000000000..8f5e664c8180 --- /dev/null +++ b/sys-devel/autoconf-archive/autoconf-archive-2005.10.14.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.10.14.ebuild,v 1.1 2005/12/18 01:39:45 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.10.14 b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.10.14 new file mode 100644 index 000000000000..5c7f4705ea1a --- /dev/null +++ b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.10.14 @@ -0,0 +1 @@ +MD5 fbc707d3fb8b7ba4c734ca61626d14d0 autoconf-archive-2005-10-14.tar.bz2 417757 |