diff options
author | Torsten Veller <tove@gentoo.org> | 2008-05-21 14:50:45 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-05-21 14:50:45 +0000 |
commit | 9742584b9192ece17732d3019a65c6ea07a68b55 (patch) | |
tree | cd4b16cb797fb2b2ac1f416101037284ab90789b /dev-perl/Socket6 | |
parent | Re-add squeezecenter-7.0.1_beta20080501.ebuild to get proper ChangeLog entry (diff) | |
download | gentoo-2-9742584b9192ece17732d3019a65c6ea07a68b55.tar.gz gentoo-2-9742584b9192ece17732d3019a65c6ea07a68b55.tar.bz2 gentoo-2-9742584b9192ece17732d3019a65c6ea07a68b55.zip |
Version bump
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-perl/Socket6')
-rw-r--r-- | dev-perl/Socket6/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Socket6/Socket6-0.20.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Socket6/ChangeLog b/dev-perl/Socket6/ChangeLog index 388fed955fec..86d162a58831 100644 --- a/dev-perl/Socket6/ChangeLog +++ b/dev-perl/Socket6/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Socket6 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v 1.26 2007/03/05 12:26:00 ticho Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v 1.27 2008/05/21 14:50:45 tove Exp $ + +*Socket6-0.20 (21 May 2008) + + 21 May 2008; Torsten Veller <tove@gentoo.org> +Socket6-0.20.ebuild: + Version bump 05 Mar 2007; Andrej Kacian <ticho@gentoo.org> Socket6-0.19.ebuild: Stable on x86, bug #169152. diff --git a/dev-perl/Socket6/Socket6-0.20.ebuild b/dev-perl/Socket6/Socket6-0.20.ebuild new file mode 100644 index 000000000000..89c3289a16ea --- /dev/null +++ b/dev-perl/Socket6/Socket6-0.20.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.20.ebuild,v 1.1 2008/05/21 14:50:45 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" |