summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2013-07-27 11:06:13 +0000
committerOle Markus With <olemarkus@gentoo.org>2013-07-27 11:06:13 +0000
commitb4f36b5dc0fe5f84207c4f983cedfa69dc52b461 (patch)
tree208e84a5636ba8beacfcce932f0ac119d9020111 /app-admin/eselect-php/eselect-php-0.6.2.ebuild
parentRevbump providing preliminary systemd support (diff)
downloadgentoo-2-b4f36b5dc0fe5f84207c4f983cedfa69dc52b461.tar.gz
gentoo-2-b4f36b5dc0fe5f84207c4f983cedfa69dc52b461.tar.bz2
gentoo-2-b4f36b5dc0fe5f84207c4f983cedfa69dc52b461.zip
Removed unused files
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'app-admin/eselect-php/eselect-php-0.6.2.ebuild')
-rw-r--r--app-admin/eselect-php/eselect-php-0.6.2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-admin/eselect-php/eselect-php-0.6.2.ebuild b/app-admin/eselect-php/eselect-php-0.6.2.ebuild
deleted file mode 100644
index 1ff0752ee820..000000000000
--- a/app-admin/eselect-php/eselect-php-0.6.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-php/eselect-php-0.6.2.ebuild,v 1.8 2011/01/30 15:40:08 armin76 Exp $
-
-EAPI=3
-
-DESCRIPTION="PHP eselect module"
-HOMEPAGE="http://www.gentoo.org"
-SRC_URI="http://olemarkus.org/~olemarkus/gentoo/eselect-php-${PV}.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-DEPEND=">=app-admin/eselect-1.2.4
- !app-admin/php-toolkit"
-RDEPEND="${DEPEND}"
-
-src_install() {
- mv eselect-php-${PV} php.eselect
- insinto /usr/share/eselect/modules/
- doins php.eselect
-}