summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-02-02 07:25:41 +0000
committerJustin Lecher <jlec@gentoo.org>2012-02-02 07:25:41 +0000
commit9447885b16382fddccefd2d9552383eba1a68a68 (patch)
tree5551f19927332a3c9a8ed1ba9e88225494fe5f66 /app-text/pastebin
parentDropped old (diff)
downloadgentoo-2-9447885b16382fddccefd2d9552383eba1a68a68.tar.gz
gentoo-2-9447885b16382fddccefd2d9552383eba1a68a68.tar.bz2
gentoo-2-9447885b16382fddccefd2d9552383eba1a68a68.zip
Dropped old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-text/pastebin')
-rw-r--r--app-text/pastebin/ChangeLog5
-rw-r--r--app-text/pastebin/pastebin-0.6.2-r1.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/app-text/pastebin/ChangeLog b/app-text/pastebin/ChangeLog
index f58b9a8b3fcc..892746f982cb 100644
--- a/app-text/pastebin/ChangeLog
+++ b/app-text/pastebin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/pastebin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pastebin/ChangeLog,v 1.15 2012/02/01 17:33:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pastebin/ChangeLog,v 1.16 2012/02/02 07:25:41 jlec Exp $
+
+ 02 Feb 2012; Justin Lecher <jlec@gentoo.org> -pastebin-0.6.2-r1.ebuild:
+ Dropped old
01 Feb 2012; Brent Baude <ranger@gentoo.org> pastebin-0.6.2-r1.ebuild:
Marking pastebin-0.6.2-r1 ppc for bug 399955
diff --git a/app-text/pastebin/pastebin-0.6.2-r1.ebuild b/app-text/pastebin/pastebin-0.6.2-r1.ebuild
deleted file mode 100644
index 422d523610cf..000000000000
--- a/app-text/pastebin/pastebin-0.6.2-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pastebin/pastebin-0.6.2-r1.ebuild,v 1.4 2012/02/01 17:33:52 ranger Exp $
-
-EAPI=4
-
-inherit eutils perl-app
-
-DESCRIPTION="CLI to pastebin.com"
-HOMEPAGE="http://code.google.com/p/pastebin-cli/"
-SRC_URI="http://pastebin-cli.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-perl/libwww-perl"
-
-S="${WORKDIR}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-lnot-specified.patch
-}
-
-src_install() {
- dobin ${PN}
-}