diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-16 09:23:57 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-16 09:23:57 +0000 |
commit | d9cb4faa944d431b43d8dda6ebd608874fc6760d (patch) | |
tree | 4b41c34450b267a618e1ac66efdab1401234776f /dev-perl/App-Nopaste | |
parent | Remove obsolete patches. (diff) | |
download | historical-d9cb4faa944d431b43d8dda6ebd608874fc6760d.tar.gz historical-d9cb4faa944d431b43d8dda6ebd608874fc6760d.tar.bz2 historical-d9cb4faa944d431b43d8dda6ebd608874fc6760d.zip |
Cleanup
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/App-Nopaste')
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-0.11.ebuild | 34 | ||||
-rw-r--r-- | dev-perl/App-Nopaste/App-Nopaste-0.12.ebuild | 35 | ||||
-rw-r--r-- | dev-perl/App-Nopaste/ChangeLog | 6 |
3 files changed, 5 insertions, 70 deletions
diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.11.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.11.ebuild deleted file mode 100644 index 9c007d5e406b..000000000000 --- a/dev-perl/App-Nopaste/App-Nopaste-0.11.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2009 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.11.ebuild,v 1.1 2009/06/27 05:56:50 robbat2 Exp $ -EAPI=2 -MODULE_AUTHOR=SARTAK -inherit perl-module - -DESCRIPTION="easy access to any pastebin" -LICENSE="|| ( Artistic GPL-2 )" - -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-util/git[perl] - dev-perl/Config-INI - ) - ) -" -RDEPEND="${DEPEND}" -SRC_TEST="do" diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.12.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.12.ebuild deleted file mode 100644 index 152a77f0d5b1..000000000000 --- a/dev-perl/App-Nopaste/App-Nopaste-0.12.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2009 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.12.ebuild,v 1.1 2009/07/14 18:44:18 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-util/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 f9a14846ba0d..df55cfc02152 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.3 2009/07/15 11:28:27 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/App-Nopaste/ChangeLog,v 1.4 2009/07/16 09:06:06 tove Exp $ + + 16 Jul 2009; Torsten Veller <tove@gentoo.org> -App-Nopaste-0.11.ebuild, + -App-Nopaste-0.12.ebuild: + Cleanup *App-Nopaste-0.15 (15 Jul 2009) |