diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:43:05 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-12-08 02:43:05 +0000 |
commit | c87ad59dcaa7a2176881f7dce9ac073f4448b322 (patch) | |
tree | 156cc2b5fa520ad4e463659cb2f73f029cc74a69 /dev-perl/Socket6 | |
parent | Removing wltjr as a maintainer since he was retired. (diff) | |
download | historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.gz historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.tar.bz2 historical-c87ad59dcaa7a2176881f7dce9ac073f4448b322.zip |
Version bump.
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.28-rc5-00117-g7f0f598 x86_64
Diffstat (limited to 'dev-perl/Socket6')
-rw-r--r-- | dev-perl/Socket6/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Socket6/Socket6-0.23.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/Socket6/ChangeLog b/dev-perl/Socket6/ChangeLog index 5c677523bd3e..b384508584c7 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.29 2008/08/23 20:44:10 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v 1.30 2008/12/08 02:38:54 robbat2 Exp $ + +*Socket6-0.23 (08 Dec 2008) + + 08 Dec 2008; Robin H. Johnson <robbat2@gentoo.org> +Socket6-0.23.ebuild: + Version bump. *Socket6-0.22 (23 Aug 2008) diff --git a/dev-perl/Socket6/Socket6-0.23.ebuild b/dev-perl/Socket6/Socket6-0.23.ebuild new file mode 100644 index 000000000000..fa906f22f9ea --- /dev/null +++ b/dev-perl/Socket6/Socket6-0.23.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.23.ebuild,v 1.1 2008/12/08 02:38:54 robbat2 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" |