summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-14 18:45:51 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-14 18:45:51 +0000
commitd2fa3b384183a9763f5a2c7cbd2a8d56e5b5ae6d (patch)
tree7dea5506be6c812c20b721ab3c3d215199f66a6f /dev-perl/App-Nopaste
parentCleanup (diff)
downloadgentoo-2-d2fa3b384183a9763f5a2c7cbd2a8d56e5b5ae6d.tar.gz
gentoo-2-d2fa3b384183a9763f5a2c7cbd2a8d56e5b5ae6d.tar.bz2
gentoo-2-d2fa3b384183a9763f5a2c7cbd2a8d56e5b5ae6d.zip
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r--dev-perl/App-Nopaste/App-Nopaste-0.22.ebuild35
-rw-r--r--dev-perl/App-Nopaste/ChangeLog7
2 files changed, 5 insertions, 37 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.22.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.22.ebuild
deleted file mode 100644
index 204276793ec2..000000000000
--- a/dev-perl/App-Nopaste/App-Nopaste-0.22.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.22.ebuild,v 1.1 2010/06/12 11:46:52 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 f0870b851a10..da504090ae0c 100644
--- a/dev-perl/App-Nopaste/ChangeLog
+++ b/dev-perl/App-Nopaste/ChangeLog
@@ -1,6 +1,9 @@
# 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.17 2010/11/28 09:19:32 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.18 2011/01/14 18:45:50 tove Exp $
+
+ 14 Jan 2011; Torsten Veller <tove@gentoo.org> -App-Nopaste-0.22.ebuild:
+ Cleanup
*App-Nopaste-0.23 (28 Nov 2010)