summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-21 20:57:38 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-21 20:57:38 +0000
commit0f7923a9a5afef9d8ca3d247167d127a5c48b1bf (patch)
tree67e84645381150c2d68885d9c9256642bd27c910 /dev-util
parentRemove old. (diff)
downloadgentoo-2-0f7923a9a5afef9d8ca3d247167d127a5c48b1bf.tar.gz
gentoo-2-0f7923a9a5afef9d8ca3d247167d127a5c48b1bf.tar.bz2
gentoo-2-0f7923a9a5afef9d8ca3d247167d127a5c48b1bf.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/autoproject/ChangeLog7
-rw-r--r--dev-util/autoproject/autoproject-0.20_p4.ebuild34
2 files changed, 5 insertions, 36 deletions
diff --git a/dev-util/autoproject/ChangeLog b/dev-util/autoproject/ChangeLog
index cbf7caac24f6..aa9c28604140 100644
--- a/dev-util/autoproject/ChangeLog
+++ b/dev-util/autoproject/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/autoproject
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/autoproject/ChangeLog,v 1.10 2010/02/14 00:32:23 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/autoproject/ChangeLog,v 1.11 2015/07/21 20:57:38 mrueg Exp $
+
+ 21 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -autoproject-0.20_p4.ebuild:
+ Remove old.
*autoproject-0.20_p5 (14 Feb 2010)
diff --git a/dev-util/autoproject/autoproject-0.20_p4.ebuild b/dev-util/autoproject/autoproject-0.20_p4.ebuild
deleted file mode 100644
index 5057f9b28efe..000000000000
--- a/dev-util/autoproject/autoproject-0.20_p4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/autoproject/autoproject-0.20_p4.ebuild,v 1.3 2010/01/15 21:16:38 fauli Exp $
-
-inherit eutils
-
-MY_PV=${PV%_p*}
-DEB_VER=${PV#*_p}
-DESCRIPTION="Used to start a programming project using autotools and a command line parser generator"
-HOMEPAGE="http://packages.debian.org/unstable/devel/autoproject"
-SRC_URI="mirror://debian/pool/main/a/autoproject/${PN}_${MY_PV}.orig.tar.gz
- mirror://debian/pool/main/a/autoproject/${PN}_${MY_PV}-${DEB_VER}.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="test"
-
-RDEPEND="sys-devel/automake
- sys-devel/autoconf"
-DEPEND="${RDEPEND}
- test? ( sys-apps/texinfo )"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_unpack() {
- unpack ${A}
- epatch ${PN}_${MY_PV}-${DEB_VER}.diff
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS NEWS README TODO ChangeLog
-}