diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-04 21:29:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-04 21:29:16 +0000 |
commit | 8d98e8db891815504a575a93c9745435f3648323 (patch) | |
tree | 41765bca44bed82ddaf807ecf56e359d6cddcfe5 /sys-devel/autoconf-archive | |
parent | old (diff) | |
download | gentoo-2-8d98e8db891815504a575a93c9745435f3648323.tar.gz gentoo-2-8d98e8db891815504a575a93c9745435f3648323.tar.bz2 gentoo-2-8d98e8db891815504a575a93c9745435f3648323.zip |
Version bump #97887 by Peter Simons.
(Portage version: 2.0.51.22-r1)
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 5ea619133c66..a65584ac9107 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.2 2005/06/01 22:26:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.3 2005/07/04 21:29:16 vapier Exp $ + +*autoconf-archive-2005.06.17 (04 Jul 2005) + + 04 Jul 2005; Mike Frysinger <vapier@gentoo.org> + +autoconf-archive-2005.06.17.ebuild: + Version bump #97887 by Peter Simons. *autoconf-archive-2005.05.31 (01 Jun 2005) diff --git a/sys-devel/autoconf-archive/autoconf-archive-2005.06.17.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2005.06.17.ebuild new file mode 100644 index 000000000000..6f97106679b3 --- /dev/null +++ b/sys-devel/autoconf-archive/autoconf-archive-2005.06.17.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.06.17.ebuild,v 1.1 2005/07/04 21:29:16 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.06.17 b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.06.17 new file mode 100644 index 000000000000..3e45976f03aa --- /dev/null +++ b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.06.17 @@ -0,0 +1 @@ +MD5 16ec476e31b8a9e81e4fe690d8ce21dc autoconf-archive-2005-06-17.tar.bz2 410630 |