diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-28 04:16:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-28 04:16:52 +0000 |
commit | c862362aa6e491619995d875ffb00cfd56dcbe05 (patch) | |
tree | 6145b69e8dfabf3387c50ec40133d300595061a3 /sys-devel/autoconf-archive | |
parent | add a workaround so yacc + bison dont collide with /usr/bin/yacc #90089 (diff) | |
download | gentoo-2-c862362aa6e491619995d875ffb00cfd56dcbe05.tar.gz gentoo-2-c862362aa6e491619995d875ffb00cfd56dcbe05.tar.bz2 gentoo-2-c862362aa6e491619995d875ffb00cfd56dcbe05.zip |
initial import #79472
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'sys-devel/autoconf-archive')
4 files changed, 44 insertions, 0 deletions
diff --git a/sys-devel/autoconf-archive/ChangeLog b/sys-devel/autoconf-archive/ChangeLog new file mode 100644 index 000000000000..ebf73d5b6f3c --- /dev/null +++ b/sys-devel/autoconf-archive/ChangeLog @@ -0,0 +1,8 @@ +# 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 $ + +*autoconf-archive-2005.04.18 (28 Apr 2005) + + 28 Apr 2005; Mike Frysinger <vapier@gentoo.org> : + Initial import. Ebuild submitted by Peter Simons #79472. diff --git a/sys-devel/autoconf-archive/Manifest b/sys-devel/autoconf-archive/Manifest new file mode 100644 index 000000000000..c291b5fbf17f --- /dev/null +++ b/sys-devel/autoconf-archive/Manifest @@ -0,0 +1,2 @@ +MD5 86af856586b926af9b2672da058721f0 autoconf-archive-2005.04.18.ebuild 663 +MD5 b85611ba16b0e6db771b88430aeb3024 files/digest-autoconf-archive-2005.04.18 80 diff --git a/sys-devel/autoconf-archive/autoconf-archive-2005.04.18.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2005.04.18.ebuild new file mode 100644 index 000000000000..0f14b5bf5d32 --- /dev/null +++ b/sys-devel/autoconf-archive/autoconf-archive-2005.04.18.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.04.18.ebuild,v 1.1 2005/04/28 04:16:52 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.04.18 b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.04.18 new file mode 100644 index 000000000000..a8ada4009628 --- /dev/null +++ b/sys-devel/autoconf-archive/files/digest-autoconf-archive-2005.04.18 @@ -0,0 +1 @@ +MD5 ac74b92e6e346f2ee7e9e67f07aaf120 autoconf-archive-2005-04-18.tar.bz2 408934 |