diff options
3 files changed, 37 insertions, 1 deletions
diff --git a/sys-devel/autoconf-archive/ChangeLog b/sys-devel/autoconf-archive/ChangeLog index 7b9df1293ff4..d6e4da807273 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.16 2007/06/11 04:23:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.17 2007/08/24 07:16:53 vapier Exp $ + +*autoconf-archive-2007.08.22 (24 Aug 2007) + + 24 Aug 2007; Mike Frysinger <vapier@gentoo.org> + +autoconf-archive-2007.08.22.ebuild: + Version bump #189891 by Peter Simons. *autoconf-archive-2007.06.01 (11 Jun 2007) diff --git a/sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild new file mode 100644 index 000000000000..b865364a3fe4 --- /dev/null +++ b/sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild,v 1.1 2007/08/24 07:16:53 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-2007.08.22 b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2007.08.22 new file mode 100644 index 000000000000..0e33ba55f250 --- /dev/null +++ b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2007.08.22 @@ -0,0 +1,3 @@ +MD5 3079fbcc895544e775b6707cabc8e2ae autoconf-archive-2007-08-22.tar.bz2 856272 +RMD160 8666ea6ee8b81a0411e24adf07e8e3a4db58ecce autoconf-archive-2007-08-22.tar.bz2 856272 +SHA256 dd6fa634fe0577c18b1609885da73c0f8b26175fb0c2fd5b087353b45c035569 autoconf-archive-2007-08-22.tar.bz2 856272 |