diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-29 16:06:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-29 16:06:53 +0000 |
commit | dac22a3d54dc4aa15db9b57240381600c4a4611b (patch) | |
tree | dd45367f275145bf8ec76bde869e593c9fb14350 /sys-devel/autoconf-archive | |
parent | Add postinst message pointing to the additional packages that must be install... (diff) | |
download | historical-dac22a3d54dc4aa15db9b57240381600c4a4611b.tar.gz historical-dac22a3d54dc4aa15db9b57240381600c4a4611b.tar.bz2 historical-dac22a3d54dc4aa15db9b57240381600c4a4611b.zip |
old
Diffstat (limited to 'sys-devel/autoconf-archive')
3 files changed, 0 insertions, 81 deletions
diff --git a/sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild deleted file mode 100644 index b865364a3fe4..000000000000 --- a/sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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/autoconf-archive-2008.02.21.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2008.02.21.ebuild deleted file mode 100644 index af6e27eb5dbc..000000000000 --- a/sys-devel/autoconf-archive/autoconf-archive-2008.02.21.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2008.02.21.ebuild,v 1.2 2008/04/20 19:12:32 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/autoconf-archive-2008.04.17.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2008.04.17.ebuild deleted file mode 100644 index 2bba87678481..000000000000 --- a/sys-devel/autoconf-archive/autoconf-archive-2008.04.17.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2008.04.17.ebuild,v 1.1 2008/04/20 19:13:13 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 -} |