summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-04-09 07:01:59 +0000
committerTorsten Veller <tove@gentoo.org>2010-04-09 07:01:59 +0000
commitc42cd58bbd2fbf4c4d87a930b9ea3dc720824c94 (patch)
treef3fa554e87568f6d3e5c1bc18d38f371fe0c2425 /dev-perl/App-Nopaste
parentudisks: Add a keepdir on /media (diff)
downloadhistorical-c42cd58bbd2fbf4c4d87a930b9ea3dc720824c94.tar.gz
historical-c42cd58bbd2fbf4c4d87a930b9ea3dc720824c94.tar.bz2
historical-c42cd58bbd2fbf4c4d87a930b9ea3dc720824c94.zip
Cleanup
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r--dev-perl/App-Nopaste/App-Nopaste-0.17.ebuild35
-rw-r--r--dev-perl/App-Nopaste/App-Nopaste-0.18.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.17.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.17.ebuild
deleted file mode 100644
index 215ba161a0ee..000000000000
--- a/dev-perl/App-Nopaste/App-Nopaste-0.17.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.17.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.18.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.18.ebuild
deleted file mode 100644
index 83f1e8156d5a..000000000000
--- a/dev-perl/App-Nopaste/App-Nopaste-0.18.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.18.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/ChangeLog b/dev-perl/App-Nopaste/ChangeLog
index 5a192008de5a..63ac1430a2b9 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.10 2010/03/17 17:30:21 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.11 2010/04/09 06:53:49 tove Exp $
+
+ 09 Apr 2010; Torsten Veller <tove@gentoo.org> -App-Nopaste-0.17.ebuild,
+ -App-Nopaste-0.18.ebuild:
+ Cleanup
17 Mar 2010; Sebastian Pipping <sping@gentoo.org> App-Nopaste-0.17.ebuild,
App-Nopaste-0.18.ebuild, App-Nopaste-0.19.ebuild: