summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-06-11 06:37:47 +0000
committerTorsten Veller <tove@gentoo.org>2010-06-11 06:37:47 +0000
commit95eda26eb3608b45eebfd3eb0ecdc745810eb9e0 (patch)
tree9275eb6ac5b6ea9ebaf994b1229077fc102f57ab /dev-perl/App-Nopaste
parentCleanup (diff)
downloadgentoo-2-95eda26eb3608b45eebfd3eb0ecdc745810eb9e0.tar.gz
gentoo-2-95eda26eb3608b45eebfd3eb0ecdc745810eb9e0.tar.bz2
gentoo-2-95eda26eb3608b45eebfd3eb0ecdc745810eb9e0.zip
Cleanup
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r--dev-perl/App-Nopaste/App-Nopaste-0.19.ebuild35
-rw-r--r--dev-perl/App-Nopaste/App-Nopaste-0.20.ebuild35
-rw-r--r--dev-perl/App-Nopaste/ChangeLog6
3 files changed, 5 insertions, 71 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.19.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.19.ebuild
deleted file mode 100644
index 79b736724ebf..000000000000
--- a/dev-perl/App-Nopaste/App-Nopaste-0.19.ebuild
+++ /dev/null
@@ -1,35 +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/App-Nopaste/App-Nopaste-0.19.ebuild,v 1.2 2010/03/17 17:30:21 sping Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=SARTAK
-inherit perl-module
-
-DESCRIPTION="easy access to any pastebin"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+pastebin +clipboard +github"
-
-DEPEND="
- dev-perl/WWW-Mechanize
- virtual/perl-Module-Pluggable
- >=dev-perl/Moose-0.74
- >=dev-perl/MooseX-Getopt-0.17
- pastebin? (
- dev-perl/WWW-Pastebin-PastebinCom-Create
- )
- clipboard? (
- dev-perl/Clipboard
- )
- github? (
- || (
- dev-vcs/git[perl]
- dev-perl/Config-INI
- )
- )
-"
-RDEPEND="${DEPEND}"
-SRC_TEST="do"
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.20.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.20.ebuild
deleted file mode 100644
index 35d6f22338b2..000000000000
--- a/dev-perl/App-Nopaste/App-Nopaste-0.20.ebuild
+++ /dev/null
@@ -1,35 +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/App-Nopaste/App-Nopaste-0.20.ebuild,v 1.1 2010/04/22 06:02:34 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=SARTAK
-inherit perl-module
-
-DESCRIPTION="easy access to any pastebin"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+pastebin +clipboard +github"
-
-DEPEND="
- dev-perl/WWW-Mechanize
- virtual/perl-Module-Pluggable
- >=dev-perl/Moose-0.74
- >=dev-perl/MooseX-Getopt-0.17
- pastebin? (
- dev-perl/WWW-Pastebin-PastebinCom-Create
- )
- clipboard? (
- dev-perl/Clipboard
- )
- github? (
- || (
- dev-vcs/git[perl]
- dev-perl/Config-INI
- )
- )
-"
-RDEPEND="${DEPEND}"
-SRC_TEST="do"
diff --git a/dev-perl/App-Nopaste/ChangeLog b/dev-perl/App-Nopaste/ChangeLog
index c0c7ed09be70..4840efda0bbc 100644
--- a/dev-perl/App-Nopaste/ChangeLog
+++ b/dev-perl/App-Nopaste/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/App-Nopaste
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.13 2010/05/02 10:00:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.14 2010/06/11 06:37:47 tove Exp $
+
+ 11 Jun 2010; Torsten Veller <tove@gentoo.org> -App-Nopaste-0.19.ebuild,
+ -App-Nopaste-0.20.ebuild:
+ Cleanup
*App-Nopaste-0.21 (02 May 2010)