From eacb4c4d8336aba33f6a46e474b7ec5580fbe0f9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 22 Feb 2008 04:48:20 +0000 Subject: old --- .../autoconf-archive-2007.02.03.ebuild | 27 ---------------------- .../autoconf-archive-2007.06.01.ebuild | 27 ---------------------- 2 files changed, 54 deletions(-) delete mode 100644 sys-devel/autoconf-archive/autoconf-archive-2007.02.03.ebuild delete mode 100644 sys-devel/autoconf-archive/autoconf-archive-2007.06.01.ebuild diff --git a/sys-devel/autoconf-archive/autoconf-archive-2007.02.03.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2007.02.03.ebuild deleted file mode 100644 index 993ebc5a6d35..000000000000 --- a/sys-devel/autoconf-archive/autoconf-archive-2007.02.03.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.02.03.ebuild,v 1.1 2007/02/12 01:20:19 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-2007.06.01.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2007.06.01.ebuild deleted file mode 100644 index 7f853894355f..000000000000 --- a/sys-devel/autoconf-archive/autoconf-archive-2007.06.01.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.06.01.ebuild,v 1.1 2007/06/11 04:23:51 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 -} -- cgit v1.2.3-65-gdbad