summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-02-18 15:32:13 +0000
committerTorsten Veller <tove@gentoo.org>2012-02-18 15:32:13 +0000
commitd0a47f5cb2ed2161ab9e8ba81bc9c5ac0d9457da (patch)
tree6ba8b5e3f102c8d6761b4711ff3b908cf823bb76 /dev-perl
parentppc stable #396359 (diff)
downloadgentoo-2-d0a47f5cb2ed2161ab9e8ba81bc9c5ac0d9457da.tar.gz
gentoo-2-d0a47f5cb2ed2161ab9e8ba81bc9c5ac0d9457da.tar.bz2
gentoo-2-d0a47f5cb2ed2161ab9e8ba81bc9c5ac0d9457da.zip
Cleanup
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/App-Nopaste/App-Nopaste-0.310.0.ebuild41
-rw-r--r--dev-perl/App-Nopaste/App-Nopaste-0.320.0.ebuild41
-rw-r--r--dev-perl/App-Nopaste/ChangeLog8
3 files changed, 6 insertions, 84 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.310.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.310.0.ebuild
deleted file mode 100644
index 33df19d3fb62..000000000000
--- a/dev-perl/App-Nopaste/App-Nopaste-0.310.0.ebuild
+++ /dev/null
@@ -1,41 +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.310.0.ebuild,v 1.1 2011/09/02 18:52:31 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SARTAK
-MODULE_VERSION=0.31
-inherit perl-module
-
-DESCRIPTION="Easy access to any pastebin"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+pastebin clipboard github"
-
-DEPEND="
- dev-perl/Class-Load
- dev-perl/WWW-Mechanize
- virtual/perl-Module-Pluggable
- >=dev-perl/Moose-0.74
- >=dev-perl/MooseX-Getopt-0.17
- dev-perl/URI
- 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.320.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.320.0.ebuild
deleted file mode 100644
index acdfea99bc0f..000000000000
--- a/dev-perl/App-Nopaste/App-Nopaste-0.320.0.ebuild
+++ /dev/null
@@ -1,41 +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.320.0.ebuild,v 1.1 2011/10/22 08:19:49 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=SARTAK
-MODULE_VERSION=0.32
-inherit perl-module
-
-DESCRIPTION="Easy access to any pastebin"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+pastebin clipboard github"
-
-DEPEND="
- dev-perl/Class-Load
- dev-perl/WWW-Mechanize
- virtual/perl-Module-Pluggable
- >=dev-perl/Moose-0.74
- >=dev-perl/MooseX-Getopt-0.17
- dev-perl/URI
- 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 cd53e7b1c311..8416eca6ab16 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.30 2011/12/19 19:17:56 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.31 2012/02/18 15:32:11 tove Exp $
+
+ 18 Feb 2012; Torsten Veller <tove@gentoo.org> -App-Nopaste-0.310.0.ebuild,
+ -App-Nopaste-0.320.0.ebuild:
+ Cleanup
*App-Nopaste-0.330.0 (19 Dec 2011)