summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-12-26 08:55:27 +0000
committerTorsten Veller <tove@gentoo.org>2012-12-26 08:55:27 +0000
commit35942ac548a1c514c6e1cd252d9cd82f6bd28b5c (patch)
tree38ecc85428db5535c8bb6d0a6b906ccd9cb9be61 /perl-core/Socket/Socket-2.7.0.ebuild
parentEnable verbose build, wrt bug #448196. Thanks to Agostino Sarubbo for discove... (diff)
downloadgentoo-2-35942ac548a1c514c6e1cd252d9cd82f6bd28b5c.tar.gz
gentoo-2-35942ac548a1c514c6e1cd252d9cd82f6bd28b5c.tar.bz2
gentoo-2-35942ac548a1c514c6e1cd252d9cd82f6bd28b5c.zip
[bump] perl-core/Socket-2.7.0
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'perl-core/Socket/Socket-2.7.0.ebuild')
-rw-r--r--perl-core/Socket/Socket-2.7.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/perl-core/Socket/Socket-2.7.0.ebuild b/perl-core/Socket/Socket-2.7.0.ebuild
new file mode 100644
index 000000000000..3d482d9c8e6a
--- /dev/null
+++ b/perl-core/Socket/Socket-2.7.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Socket/Socket-2.7.0.ebuild,v 1.1 2012/12/26 08:55:27 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=PEVANS
+MODULE_VERSION=2.007
+inherit perl-module
+
+DESCRIPTION="Networking constants and support functions"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ virtual/perl-ExtUtils-CBuilder
+ >=virtual/perl-ExtUtils-Constant-0.230.0
+"
+
+SRC_TEST="do"