diff options
-rw-r--r-- | dev-perl/Socket6/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Socket6/Socket6-0.230.0.ebuild | 23 |
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 +} |