From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7B5C31384B4 for ; Sat, 26 Dec 2015 21:17:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1ED8E07E2; Sat, 26 Dec 2015 21:17:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36480E07EC for ; Sat, 26 Dec 2015 21:17:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26EF634076D for ; Sat, 26 Dec 2015 21:17:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72DC5A4B for ; Sat, 26 Dec 2015 21:17:02 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1451164631.0b28ced968a03406823e99e02314c922313ade82.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/App-Nopaste/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/App-Nopaste/App-Nopaste-0.910.0.ebuild dev-perl/App-Nopaste/App-Nopaste-0.920.0.ebuild dev-perl/App-Nopaste/Manifest X-VCS-Directories: dev-perl/App-Nopaste/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 0b28ced968a03406823e99e02314c922313ade82 X-VCS-Branch: master Date: Sat, 26 Dec 2015 21:17:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 46448f6b-df72-4056-bfea-0c251bf34408 X-Archives-Hash: 2e167724775af11bec457390e7d63d29 commit: 0b28ced968a03406823e99e02314c922313ade82 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Dec 26 21:17:11 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Dec 26 21:17:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b28ced9 dev-perl/App-Nopaste: Remove old Package-Manager: portage-2.2.26 dev-perl/App-Nopaste/App-Nopaste-0.910.0.ebuild | 36 ------------------------- dev-perl/App-Nopaste/App-Nopaste-0.920.0.ebuild | 36 ------------------------- dev-perl/App-Nopaste/Manifest | 2 -- 3 files changed, 74 deletions(-) diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.910.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.910.0.ebuild deleted file mode 100644 index c657406..0000000 --- a/dev-perl/App-Nopaste/App-Nopaste-0.910.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=SARTAK -MODULE_VERSION=0.91 -inherit perl-module - -DESCRIPTION="Easy access to any pastebin" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="+pastebin clipboard github" - -DEPEND=" - dev-perl/Class-Load - dev-perl/Getopt-Long-Descriptive - dev-perl/JSON - dev-perl/WWW-Mechanize - dev-perl/Module-Pluggable - dev-perl/URI - pastebin? ( - dev-perl/WWW-Pastebin-PastebinCom-Create - ) - clipboard? ( - dev-perl/Clipboard - ) - github? ( - dev-vcs/git[perl] - ) -" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/App-Nopaste/App-Nopaste-0.920.0.ebuild b/dev-perl/App-Nopaste/App-Nopaste-0.920.0.ebuild deleted file mode 100644 index abefc2a..0000000 --- a/dev-perl/App-Nopaste/App-Nopaste-0.920.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MODULE_AUTHOR=SARTAK -MODULE_VERSION=0.92 -inherit perl-module - -DESCRIPTION="Easy access to any pastebin" - -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="+pastebin clipboard github" - -DEPEND=" - dev-perl/Class-Load - dev-perl/Getopt-Long-Descriptive - dev-perl/JSON - dev-perl/WWW-Mechanize - dev-perl/Module-Pluggable - dev-perl/URI - pastebin? ( - dev-perl/WWW-Pastebin-PastebinCom-Create - ) - clipboard? ( - dev-perl/Clipboard - ) - github? ( - dev-vcs/git[perl] - ) -" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/App-Nopaste/Manifest b/dev-perl/App-Nopaste/Manifest index d7c3561d..18da597 100644 --- a/dev-perl/App-Nopaste/Manifest +++ b/dev-perl/App-Nopaste/Manifest @@ -1,3 +1 @@ -DIST App-Nopaste-0.91.tar.gz 43018 SHA256 7556801d9b00508fcd6e07d362a1dd648cd4d08921c3f16ac8b13340e1f781d5 SHA512 b1ca6510fdc182866f6dd50381e62d4d400078dac665a56da038c86d5302c6538ff616c7a39ee738f7f02d26cff9c461bb99ff3b0121310c1ec51e29ae658025 WHIRLPOOL 12bfb40490a7632a31b41546d412d4390b5ef04d8f12d015154dc6634c6c8077698784f1c0c6e163f2c08552feadcee14b626598078c14b0f463a51783ba5d4c -DIST App-Nopaste-0.92.tar.gz 42911 SHA256 8a7d8b19662c96679a7844685d9833cd16a75c47683d8a68908b56a2cc2da211 SHA512 fb1be8d5e94bbd4d3a0c6b21be5b9bb39d12e7c081c7c2184be440033f3e9e1d1fa8a053e1478b8d8b333ec893ccc5f0359c6d93bbc3d3dc21fe03865123484c WHIRLPOOL effed52632f2e46c0c05a8b6dc0dfbebc571cb9a3431f0fd9c5593674cfdce69c20eccc05b722b8b577d02846447e0f3a312f6c5dedc43ed607bcb9302533566 DIST App-Nopaste-1.004.tar.gz 45403 SHA256 62eac2cd9bef0a3bd41c16da94236619ecab1f5cf950807dcd64783c9a7d2a16 SHA512 d3fd4116ed4a3e73ac53ac60e122b7d79b877d056ab5a0715d6c478f0c6dd0d7c1fe19def769e67ddf6328fe95ee4ee7a412938e6ac5fb6440c05f0328bd75b5 WHIRLPOOL ba2be134c1d0ee37cd4d03bf1516e2b3c0872cb58010075cc5f6b9d440bbaeca86ac5d041a700b37b3932cb03cb377ced9ef223038d3c0c0a5fa09707c48fe61