diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-01 22:26:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-01 22:26:35 +0000 |
commit | 200f760a0bf552e5816b10ae91e89395f40e45b5 (patch) | |
tree | 62bcf86fa47343c302753ade05fb18d2be256e28 /sys-devel/autoconf-archive | |
parent | better way to rename #94752 Yuri Vasilevski (diff) | |
download | gentoo-2-200f760a0bf552e5816b10ae91e89395f40e45b5.tar.gz gentoo-2-200f760a0bf552e5816b10ae91e89395f40e45b5.tar.bz2 gentoo-2-200f760a0bf552e5816b10ae91e89395f40e45b5.zip |
Version bump #94736 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 ebf73d5b6f3c..5ea619133c66 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.1 2005/04/28 04:16:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.2 2005/06/01 22:26:35 vapier Exp $ + +*autoconf-archive-2005.05.31 (01 Jun 2005) + + 01 Jun 2005; Mike Frysinger <vapier@gentoo.org> + +autoconf-archive-2005.05.31.ebuild: + Version bump #94736 by Peter Simons. *autoconf-archive-2005.04.18 (28 Apr 2005) diff --git a/sys-devel/autoconf-archive/autoconf-archive-2005.05.31.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2005.05.31.ebuild new file mode 100644 index 000000000000..f84bad2cc3e5 --- /dev/null +++ b/sys-devel/autoconf-archive/autoconf-archive-2005.05.31.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.05.31.ebuild,v 1.1 2005/06/01 22:26:35 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.05.31 b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.05.31 new file mode 100644 index 000000000000..cf9492cd413f --- /dev/null +++ b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.05.31 @@ -0,0 +1 @@ +MD5 3fe56509bb2680d0f9ffcc77114edc69 autoconf-archive-2005-05-31.tar.bz2 409306 |