diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-07-09 23:58:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-07-09 23:58:04 +0000 |
commit | 6a0ced2d0d7f7c23b1e5195a1d9a01a4ee66841b (patch) | |
tree | a629bcac7d634da6a2d7c8afe7e7b0983f93ece1 /sys-devel | |
parent | Linux patch 2.6.32.16 (diff) | |
download | historical-6a0ced2d0d7f7c23b1e5195a1d9a01a4ee66841b.tar.gz historical-6a0ced2d0d7f7c23b1e5195a1d9a01a4ee66841b.tar.bz2 historical-6a0ced2d0d7f7c23b1e5195a1d9a01a4ee66841b.zip |
old
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild | 23 | ||||
-rw-r--r-- | sys-devel/autoconf-archive/autoconf-archive-2009.04.26.ebuild | 23 |
2 files changed, 0 insertions, 46 deletions
diff --git a/sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild deleted file mode 100644 index d43a15bb2938..000000000000 --- a/sys-devel/autoconf-archive/autoconf-archive-2008.08.25.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 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.08.25.ebuild,v 1.2 2009/01/29 16:10:26 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="" - -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-2009.04.26.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2009.04.26.ebuild deleted file mode 100644 index 7a2a503190f7..000000000000 --- a/sys-devel/autoconf-archive/autoconf-archive-2009.04.26.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2009.04.26.ebuild,v 1.1 2009/04/27 03:40:52 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="" - -S=${WORKDIR}/${PN}-${MY_PV} - -src_install() { - emake install DESTDIR="${D}" || die - dodir /usr/share/doc - mv "${D}"/usr/share/{${PN},doc/${PF}} || die -} |