summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-04-03 06:54:49 +0000
committerTorsten Veller <tove@gentoo.org>2011-04-03 06:54:49 +0000
commit1408a10f639dc08852fe4a23f483f4b0e1bd5371 (patch)
treefa37b3013a7d565eb29f5830a5da636fc69735a3 /dev-perl/App-Nopaste
parentCleanup (diff)
downloadgentoo-2-1408a10f639dc08852fe4a23f483f4b0e1bd5371.tar.gz
gentoo-2-1408a10f639dc08852fe4a23f483f4b0e1bd5371.tar.bz2
gentoo-2-1408a10f639dc08852fe4a23f483f4b0e1bd5371.zip
Cleanup
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r--dev-perl/App-Nopaste/App-Nopaste-0.23.ebuild38
-rw-r--r--dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild39
-rw-r--r--dev-perl/App-Nopaste/ChangeLog6
3 files changed, 5 insertions, 78 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.23.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.23.ebuild
deleted file mode 100644
index 5d1967355e6f..000000000000
--- a/dev-perl/App-Nopaste/App-Nopaste-0.23.ebuild
+++ /dev/null
@@ -1,38 +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.23.ebuild,v 1.1 2010/11/28 09:19:32 tove Exp $
-
-EAPI=3
-
-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]
- )
-"
-# github? (
-# || (
-# dev-vcs/git[perl]
-# dev-perl/Config-GitLike
-# )
-# )
-RDEPEND="${DEPEND}"
-SRC_TEST="do"
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild
deleted file mode 100644
index dedbb15300ae..000000000000
--- a/dev-perl/App-Nopaste/App-Nopaste-0.250.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 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.250.ebuild,v 1.2 2011/02/14 09:15:09 robbat2 Exp $
-
-EAPI=3
-
-MODULE_AUTHOR=SARTAK
-MODULE_VERSION=0.25
-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]
- )
-"
-# github? (
-# || (
-# dev-vcs/git[perl]
-# dev-perl/Config-GitLike
-# )
-# )
-RDEPEND="${DEPEND}"
-SRC_TEST="do"
diff --git a/dev-perl/App-Nopaste/ChangeLog b/dev-perl/App-Nopaste/ChangeLog
index 3e8544432951..16789d4aa3df 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.22 2011/03/23 08:13:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.23 2011/04/03 06:54:49 tove Exp $
+
+ 03 Apr 2011; Torsten Veller <tove@gentoo.org> -App-Nopaste-0.23.ebuild,
+ -App-Nopaste-0.250.ebuild:
+ Cleanup
*App-Nopaste-0.280.0 (23 Mar 2011)