summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-02-22 04:48:20 +0000
committerMike Frysinger <vapier@gentoo.org>2008-02-22 04:48:20 +0000
commiteacb4c4d8336aba33f6a46e474b7ec5580fbe0f9 (patch)
tree84cf2f769eb66a0921cdcd055e05f091319b32f4
parentVersion bump #210980 and fix when testing when dpkg is not already installed ... (diff)
downloadgentoo-2-eacb4c4d8336aba33f6a46e474b7ec5580fbe0f9.tar.gz
gentoo-2-eacb4c4d8336aba33f6a46e474b7ec5580fbe0f9.tar.bz2
gentoo-2-eacb4c4d8336aba33f6a46e474b7ec5580fbe0f9.zip
old
-rw-r--r--sys-devel/autoconf-archive/autoconf-archive-2007.02.03.ebuild27
-rw-r--r--sys-devel/autoconf-archive/autoconf-archive-2007.06.01.ebuild27
2 files changed, 0 insertions, 54 deletions
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
-}