summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-01-29 16:06:53 +0000
committerMike Frysinger <vapier@gentoo.org>2009-01-29 16:06:53 +0000
commit218175308b50c2734e3784e993c2041e7fd2a486 (patch)
treed480a829558991e67f876d2f28fd9246650768a5 /sys-devel/autoconf-archive
parentAdd postinst message pointing to the additional packages that must be install... (diff)
downloadgentoo-2-218175308b50c2734e3784e993c2041e7fd2a486.tar.gz
gentoo-2-218175308b50c2734e3784e993c2041e7fd2a486.tar.bz2
gentoo-2-218175308b50c2734e3784e993c2041e7fd2a486.zip
old
Diffstat (limited to 'sys-devel/autoconf-archive')
-rw-r--r--sys-devel/autoconf-archive/autoconf-archive-2007.08.22.ebuild27
-rw-r--r--sys-devel/autoconf-archive/autoconf-archive-2008.02.21.ebuild27
-rw-r--r--sys-devel/autoconf-archive/autoconf-archive-2008.04.17.ebuild27
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
-}