diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-13 13:09:55 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-13 13:09:55 +0000 |
commit | b70a0085686c152e908e1e46327b77086ff1c7ee (patch) | |
tree | 312caf30d84c501db86963c85755401f416d6f20 | |
parent | Cleanup (diff) | |
download | gentoo-2-b70a0085686c152e908e1e46327b77086ff1c7ee.tar.gz gentoo-2-b70a0085686c152e908e1e46327b77086ff1c7ee.tar.bz2 gentoo-2-b70a0085686c152e908e1e46327b77086ff1c7ee.zip |
Cleanup
(Portage version: 2.2_rc24/cvs/Linux i686)
-rw-r--r-- | dev-perl/Socket6/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Socket6/Socket6-0.17.ebuild | 18 | ||||
-rw-r--r-- | dev-perl/Socket6/Socket6-0.22.ebuild | 17 |
3 files changed, 6 insertions, 37 deletions
diff --git a/dev-perl/Socket6/ChangeLog b/dev-perl/Socket6/ChangeLog index b384508584c7..df063cf39178 100644 --- a/dev-perl/Socket6/ChangeLog +++ b/dev-perl/Socket6/ChangeLog @@ -1,6 +1,10 @@ # 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.30 2008/12/08 02:38:54 robbat2 Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/ChangeLog,v 1.31 2009/03/13 13:09:55 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -Socket6-0.17.ebuild, + -Socket6-0.22.ebuild: + Cleanup *Socket6-0.23 (08 Dec 2008) diff --git a/dev-perl/Socket6/Socket6-0.17.ebuild b/dev-perl/Socket6/Socket6-0.17.ebuild deleted file mode 100644 index 9b02d234cf5d..000000000000 --- a/dev-perl/Socket6/Socket6-0.17.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Socket6/Socket6-0.17.ebuild,v 1.13 2007/07/10 23:33:33 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="IPv6 related part of the C socket.h defines and structure manipulators" -SRC_URI="mirror://cpan/authors/id/U/UM/UMEMOTO/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/author/UMEMOTO/" - -IUSE="" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 amd64 ppc sparc alpha" - -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/Socket6/Socket6-0.22.ebuild b/dev-perl/Socket6/Socket6-0.22.ebuild deleted file mode 100644 index ecbafa0aced2..000000000000 --- a/dev-perl/Socket6/Socket6-0.22.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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" |