summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-04-03 23:09:42 +0200
committerManuel Rüger <mrueg@gentoo.org>2016-04-03 23:09:42 +0200
commit78f30cae23e4e9911b910fb8b3d25526004b9027 (patch)
tree5906cb691d57520a77677b3b0ea4c99825575306 /dev-perl/Socket6/Socket6-0.270.0.ebuild
parentdev-python/pytz: Version bump to 2016.3 (diff)
downloadgentoo-78f30cae23e4e9911b910fb8b3d25526004b9027.tar.gz
gentoo-78f30cae23e4e9911b910fb8b3d25526004b9027.tar.bz2
gentoo-78f30cae23e4e9911b910fb8b3d25526004b9027.zip
dev-perl/Socket6: Version bump to 0.270.0
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-perl/Socket6/Socket6-0.270.0.ebuild')
-rw-r--r--dev-perl/Socket6/Socket6-0.270.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Socket6/Socket6-0.270.0.ebuild b/dev-perl/Socket6/Socket6-0.270.0.ebuild
new file mode 100644
index 000000000000..c179c0d7ec5c
--- /dev/null
+++ b/dev-perl/Socket6/Socket6-0.270.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=UMEMOTO
+MODULE_VERSION=0.27
+inherit perl-module
+
+DESCRIPTION="IPv6 related part of the C socket.h defines and structure manipulators"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"
+
+src_unpack() {
+ perl-module_src_unpack
+ tc-export CC
+}