summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild')
-rw-r--r--dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild b/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild
deleted file mode 100644
index 37c6c53cf2ce..000000000000
--- a/dev-php/Savant3-Plugin-Form/Savant3-Plugin-Form-0.2.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit php-pear-lib-r1
-MY_P="${PN//-/_}-${PV}"
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="The Form Plugin for Savant3"
-HOMEPAGE="http://phpsavant.com/"
-SRC_URI="http://phpsavant.com/${MY_P}.tgz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-php/Savant3-3.0.0"
-
-S="${WORKDIR}/${MY_P}"