diff options
author | 2006-10-23 22:31:22 +0000 | |
---|---|---|
committer | 2006-10-23 22:31:22 +0000 | |
commit | 6f0cead32eed3fa353f3cf3786e02feff1fbf5b1 (patch) | |
tree | 533ea936f30aaa6dcfdd5b14dbc3814fe530b6d4 /sys-devel | |
parent | old (diff) | |
download | gentoo-2-6f0cead32eed3fa353f3cf3786e02feff1fbf5b1.tar.gz gentoo-2-6f0cead32eed3fa353f3cf3786e02feff1fbf5b1.tar.bz2 gentoo-2-6f0cead32eed3fa353f3cf3786e02feff1fbf5b1.zip |
Version bump.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'sys-devel')
3 files changed, 37 insertions, 1 deletions
diff --git a/sys-devel/autoconf-archive/ChangeLog b/sys-devel/autoconf-archive/ChangeLog index 449fce42acad..a6768b84f088 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.11 2006/10/23 00:01:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.12 2006/10/23 22:31:22 vapier Exp $ + +*autoconf-archive-2006.10.24 (23 Oct 2006) + + 23 Oct 2006; Mike Frysinger <vapier@gentoo.org> + +autoconf-archive-2006.10.24.ebuild: + Version bump. *autoconf-archive-2006.10.23 (23 Oct 2006) diff --git a/sys-devel/autoconf-archive/autoconf-archive-2006.10.24.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2006.10.24.ebuild new file mode 100644 index 000000000000..184c9c45214b --- /dev/null +++ b/sys-devel/autoconf-archive/autoconf-archive-2006.10.24.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.24.ebuild,v 1.1 2006/10/23 22:31:22 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.24 b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2006.10.24 new file mode 100644 index 000000000000..ee4b03b0297c --- /dev/null +++ b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2006.10.24 @@ -0,0 +1,3 @@ +MD5 f4bf1a6edc6c12c4e78b5d7f4844c4cf autoconf-archive-2006-10-24.tar.bz2 514631 +RMD160 21d653da549681e96596e32d632eb39fc8321083 autoconf-archive-2006-10-24.tar.bz2 514631 +SHA256 8a4264bf042a245d9b917a62d29e32406ca9d89ffcda791d5d1290c34e9f3b43 autoconf-archive-2006-10-24.tar.bz2 514631 |