summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.4.4.ebuild')
-rw-r--r--dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.4.4.ebuild16
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.4.4.ebuild b/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.4.4.ebuild
deleted file mode 100644
index a4f4682ca495..000000000000
--- a/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.4.4.ebuild
+++ /dev/null
@@ -1,16 +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="Object-oriented PHP5 resolver library used to communicate with a DNS server"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-php/PEAR-PEAR >=dev-lang/php-5.3:*[sockets]"
-
-DOCS=( README.md )