diff options
author | Torsten Veller <tove@gentoo.org> | 2008-08-23 20:44:10 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-08-23 20:44:10 +0000 |
commit | eaa31d51f1ba7da787593a1f44d27a335e45b8bc (patch) | |
tree | 53ae6d01251efc35eb3035820b49793b1e114f6a /dev-perl/Socket6 | |
parent | changed SRC_URI back to mirror:// (diff) | |
download | gentoo-2-eaa31d51f1ba7da787593a1f44d27a335e45b8bc.tar.gz gentoo-2-eaa31d51f1ba7da787593a1f44d27a335e45b8bc.tar.bz2 gentoo-2-eaa31d51f1ba7da787593a1f44d27a335e45b8bc.zip |
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Socket6')
-rw-r--r-- | dev-perl/Socket6/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Socket6/Socket6-0.22.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/Socket6/ChangeLog b/dev-perl/Socket6/ChangeLog index 6df2aaa85384..5c677523bd3e 100644 --- a/dev-perl/Socket6/ChangeLog +++ b/dev-perl/Socket6/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Socket6 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v 1.28 2008/07/17 20:16:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v 1.29 2008/08/23 20:44:10 tove Exp $ + +*Socket6-0.22 (23 Aug 2008) + + 23 Aug 2008; Torsten Veller <tove@gentoo.org> +Socket6-0.22.ebuild: + Version bump 17 Jul 2008; Raúl Porcel <armin76@gentoo.org> Socket6-0.20.ebuild: alpha/ia64/sparc/x86 stable diff --git a/dev-perl/Socket6/Socket6-0.22.ebuild b/dev-perl/Socket6/Socket6-0.22.ebuild new file mode 100644 index 000000000000..ecbafa0aced2 --- /dev/null +++ b/dev-perl/Socket6/Socket6-0.22.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/Socket6-0.22.ebuild,v 1.1 2008/08/23 20:44:10 tove Exp $ + +MODULE_AUTHOR=UMEMOTO +inherit perl-module + +DESCRIPTION="IPv6 related part of the C socket.h defines and structure manipulators" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND="dev-lang/perl" |