summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-28 19:47:02 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-28 19:47:02 +0000
commit72a2c36392690dea2a3b1e1649248d793e430a85 (patch)
tree97ccf095354b9c9b56d3df9f978e43bef33b89ab /dev-perl/Socket6
parentChange version scheme (diff)
downloadgentoo-2-72a2c36392690dea2a3b1e1649248d793e430a85.tar.gz
gentoo-2-72a2c36392690dea2a3b1e1649248d793e430a85.tar.bz2
gentoo-2-72a2c36392690dea2a3b1e1649248d793e430a85.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Socket6')
-rw-r--r--dev-perl/Socket6/ChangeLog7
-rw-r--r--dev-perl/Socket6/Socket6-0.230.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Socket6/ChangeLog b/dev-perl/Socket6/ChangeLog
index de02fbbb2684..53672e0b3334 100644
--- a/dev-perl/Socket6/ChangeLog
+++ b/dev-perl/Socket6/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Socket6
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v 1.39 2011/04/20 12:56:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v 1.40 2011/08/28 19:47:01 tove Exp $
+
+*Socket6-0.230.0 (28 Aug 2011)
+
+ 28 Aug 2011; Torsten Veller <tove@gentoo.org> +Socket6-0.230.0.ebuild:
+ Change version scheme
20 Apr 2011; Justin Lecher <jlec@gentoo.org> Socket6-0.20.ebuild,
Socket6-0.23.ebuild:
diff --git a/dev-perl/Socket6/Socket6-0.230.0.ebuild b/dev-perl/Socket6/Socket6-0.230.0.ebuild
new file mode 100644
index 000000000000..17cca78f728c
--- /dev/null
+++ b/dev-perl/Socket6/Socket6-0.230.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/Socket6-0.230.0.ebuild,v 1.1 2011/08/28 19:47:02 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=UMEMOTO
+MODULE_VERSION=0.23
+inherit perl-module
+
+DESCRIPTION="IPv6 related part of the C socket.h defines and structure manipulators"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+IUSE=""
+
+SRC_TEST="do"
+
+src_unpack() {
+ perl-module_src_unpack
+ tc-export CC
+}