diff options
author | 2020-10-23 02:58:32 +0200 | |
---|---|---|
committer | 2020-10-23 03:19:33 +0200 | |
commit | 88b4c1f8ec0129800d4909ff60eccb8fe747c270 (patch) | |
tree | 400dc5caedf0811229a5a58a713e0fb892b97811 /dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.5.0.ebuild | |
parent | dev-php/pecl-redis: bump to v5.3.2 (diff) | |
download | gentoo-88b4c1f8ec0129800d4909ff60eccb8fe747c270.tar.gz gentoo-88b4c1f8ec0129800d4909ff60eccb8fe747c270.tar.bz2 gentoo-88b4c1f8ec0129800d4909ff60eccb8fe747c270.zip |
dev-php/PEAR-Net_DNS2: bump to v1.5.0
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.5.0.ebuild')
-rw-r--r-- | dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.5.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.5.0.ebuild b/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.5.0.ebuild new file mode 100644 index 000000000000..063594722722 --- /dev/null +++ b/dev-php/PEAR-Net_DNS2/PEAR-Net_DNS2-1.5.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +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 ) |