summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-09-03 08:44:26 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-09-03 08:44:26 +0000
commit4fa8ea7475ae73e5921dd19a7cd4491a836006ab (patch)
tree59e7c2640951f6eccac8e1402275cc028d68f2b5 /dev-perl/Net-IRC
parentUpdate to git2 eclass too. (diff)
downloadgentoo-2-4fa8ea7475ae73e5921dd19a7cd4491a836006ab.tar.gz
gentoo-2-4fa8ea7475ae73e5921dd19a7cd4491a836006ab.tar.bz2
gentoo-2-4fa8ea7475ae73e5921dd19a7cd4491a836006ab.zip
Remove the stupid keywords. The 0.79 again has the files that .76 had missing.
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Net-IRC')
-rw-r--r--dev-perl/Net-IRC/ChangeLog9
-rw-r--r--dev-perl/Net-IRC/Net-IRC-0.76.ebuild33
-rw-r--r--dev-perl/Net-IRC/Net-IRC-0.79.ebuild10
3 files changed, 10 insertions, 42 deletions
diff --git a/dev-perl/Net-IRC/ChangeLog b/dev-perl/Net-IRC/ChangeLog
index b19d595a3d4d..eac68d1cd987 100644
--- a/dev-perl/Net-IRC/ChangeLog
+++ b/dev-perl/Net-IRC/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Net-IRC
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-IRC/ChangeLog,v 1.29 2010/03/27 21:47:02 robbat2 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-IRC/ChangeLog,v 1.30 2011/09/03 08:44:26 scarabeus Exp $
+
+ 03 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org> -Net-IRC-0.76.ebuild,
+ Net-IRC-0.79.ebuild:
+ Remove the stupid keywords. The 0.79 again has the files that .76 had
+ missing.
*Net-IRC-0.79 (27 Mar 2010)
diff --git a/dev-perl/Net-IRC/Net-IRC-0.76.ebuild b/dev-perl/Net-IRC/Net-IRC-0.76.ebuild
deleted file mode 100644
index e339b179e069..000000000000
--- a/dev-perl/Net-IRC/Net-IRC-0.76.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-IRC/Net-IRC-0.76.ebuild,v 1.1 2009/11/13 02:38:07 robbat2 Exp $
-
-MODULE_AUTHOR="APEIRON"
-EAPI=2
-inherit perl-module
-
-DESCRIPTION="Perl IRC module"
-
-SLOT="0"
-LICENSE="Artistic"
-# upstream is missing some files from the tarball that are needed.
-# Entry.pm, EventQueue.pm
-# this is being added to the tree just so we can track it.
-KEYWORDS="-*"
-#KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-SRC_TEST="do"
-
-mydoc="TODO"
-
-DEPEND="dev-lang/perl"
-
-src_prepare() {
- # Remove the stdin and warning input required re deprecated.
- sed -i \
- -e '/or die $warning/d' \
- -e '/my $acceptance/,/$acceptance eq $ok/d' \
- "${S}"/Makefile.PL
- perl-module_src_prepare
-}
diff --git a/dev-perl/Net-IRC/Net-IRC-0.79.ebuild b/dev-perl/Net-IRC/Net-IRC-0.79.ebuild
index e5c6bc1e6f0a..79b7c173c375 100644
--- a/dev-perl/Net-IRC/Net-IRC-0.79.ebuild
+++ b/dev-perl/Net-IRC/Net-IRC-0.79.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-IRC/Net-IRC-0.79.ebuild,v 1.1 2010/03/27 21:47:02 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-IRC/Net-IRC-0.79.ebuild,v 1.2 2011/09/03 08:44:26 scarabeus Exp $
MODULE_AUTHOR="APEIRON"
EAPI=2
@@ -10,11 +10,7 @@ DESCRIPTION="Perl IRC module"
SLOT="0"
LICENSE="Artistic"
-# upstream is missing some files from the tarball that are needed.
-# Entry.pm, EventQueue.pm
-# this is being added to the tree just so we can track it.
-KEYWORDS="-*"
-#KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE=""
SRC_TEST="do"