diff options
author | Torsten Veller <tove@gentoo.org> | 2011-04-02 11:14:39 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-04-02 11:14:39 +0000 |
commit | f835a38d03bced14793f34a3b4088002090383ab (patch) | |
tree | 0f91af47765b54bc047212ee25920b366ba5ab6a /dev-perl/Socket6 | |
parent | Add ~ia64 wrt #359771 (diff) | |
download | historical-f835a38d03bced14793f34a3b4088002090383ab.tar.gz historical-f835a38d03bced14793f34a3b4088002090383ab.tar.bz2 historical-f835a38d03bced14793f34a3b4088002090383ab.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Socket6')
-rw-r--r-- | dev-perl/Socket6/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Socket6/Socket6-0.19.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-perl/Socket6/ChangeLog b/dev-perl/Socket6/ChangeLog index f7bf8ca01063..f1300b56b2ca 100644 --- a/dev-perl/Socket6/ChangeLog +++ b/dev-perl/Socket6/ChangeLog @@ -1,6 +1,9 @@ # 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.37 2011/03/08 18:28:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v 1.38 2011/04/02 10:40:55 tove Exp $ + + 02 Apr 2011; Torsten Veller <tove@gentoo.org> -Socket6-0.19.ebuild: + Cleanup 08 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> Socket6-0.20.ebuild: ppc stable wrt #342475 diff --git a/dev-perl/Socket6/Socket6-0.19.ebuild b/dev-perl/Socket6/Socket6-0.19.ebuild deleted file mode 100644 index 046d4e8eae34..000000000000 --- a/dev-perl/Socket6/Socket6-0.19.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/Socket6-0.19.ebuild,v 1.17 2010/01/21 12:36:24 tove Exp $ - -inherit perl-module - -DESCRIPTION="IPv6 related part of the C socket.h defines and structure manipulators" -HOMEPAGE="http://search.cpan.org/author/UMEMOTO/" -SRC_URI="mirror://cpan/authors/id/U/UM/UMEMOTO/${P}.tar.gz" - -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" |