diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-23 00:01:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-23 00:01:41 +0000 |
commit | 6ba4bc43695e13c255f63ade773dafcffcba287b (patch) | |
tree | e461c148d1023e780a88497658973528b7653d3d /sys-devel/autoconf-archive | |
parent | old (diff) | |
download | gentoo-2-6ba4bc43695e13c255f63ade773dafcffcba287b.tar.gz gentoo-2-6ba4bc43695e13c255f63ade773dafcffcba287b.tar.bz2 gentoo-2-6ba4bc43695e13c255f63ade773dafcffcba287b.zip |
Version bump #151450 by simons.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'sys-devel/autoconf-archive')
3 files changed, 37 insertions, 1 deletions
diff --git a/sys-devel/autoconf-archive/ChangeLog b/sys-devel/autoconf-archive/ChangeLog index 3f6d041751e0..449fce42acad 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.10 2006/10/15 19:18:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.11 2006/10/23 00:01:41 vapier Exp $ + +*autoconf-archive-2006.10.23 (23 Oct 2006) + + 23 Oct 2006; Mike Frysinger <vapier@gentoo.org> + +autoconf-archive-2006.10.23.ebuild: + Version bump #151450 by simons. *autoconf-archive-2006.10.15 (15 Oct 2006) diff --git a/sys-devel/autoconf-archive/autoconf-archive-2006.10.23.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2006.10.23.ebuild new file mode 100644 index 000000000000..8ac30558e84e --- /dev/null +++ b/sys-devel/autoconf-archive/autoconf-archive-2006.10.23.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2006.10.23.ebuild,v 1.1 2006/10/23 00:01:41 vapier Exp $ + +inherit eutils + +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_install() { + emake install DESTDIR="${D}" || die + dodir /usr/share/doc + mv "${D}"/usr/share/{${PN},doc/${PF}} || die +} diff --git a/sys-devel/autoconf-archive/files/digest-autoconf-archive-2006.10.23 b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2006.10.23 new file mode 100644 index 000000000000..003145ab9f6b --- /dev/null +++ b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2006.10.23 @@ -0,0 +1,3 @@ +MD5 6719a59e2c58b350e0eb3156cf9dc2af autoconf-archive-2006-10-23.tar.bz2 514601 +RMD160 afdad097fbcef5bbb01f8689fcfdeccc729bdd8f autoconf-archive-2006-10-23.tar.bz2 514601 +SHA256 3af255cb9d3c194b071b815c16f799b1f5bc19fe0d511d80e7cc9d8ae14191e1 autoconf-archive-2006-10-23.tar.bz2 514601 |