summaryrefslogtreecommitdiff
path: root/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.3-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.3-r2.ebuild')
-rw-r--r--dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.3-r2.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.3-r2.ebuild b/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.3-r2.ebuild
deleted file mode 100644
index 2a2f0882b48d..000000000000
--- a/dev-php/PEAR-HTTP_Session2/PEAR-HTTP_Session2-0.7.3-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit php-pear-r2
-
-DESCRIPTION="Wraps PHP's session functions providing extras like db storage for session data"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="minimal test"
-
-RDEPEND="!minimal? ( >=dev-php/PEAR-MDB2-2.4.1
- >=dev-php/PEAR-DB-1.7.11 )"
-DEPEND="test? ( dev-php/PEAR-PEAR )"
-
-src_test() {
- pear run-tests tests || die "Tests failed"
-}