From f684fc065da99888a464892e44881ec78abb3382 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 2 Feb 2012 10:25:16 +0000 Subject: Reinstall latest version and drop correct one (Portage version: 2.2.0_alpha84/cvs/Linux x86_64, RepoMan options: --force) --- app-text/pastebin/ChangeLog | 6 +++++- app-text/pastebin/pastebin-0.6.2-r1.ebuild | 29 +++++++++++++++++++++++++++++ app-text/pastebin/pastebin-0.6.2.ebuild | 19 ------------------- 3 files changed, 34 insertions(+), 20 deletions(-) create mode 100644 app-text/pastebin/pastebin-0.6.2-r1.ebuild delete mode 100644 app-text/pastebin/pastebin-0.6.2.ebuild (limited to 'app-text') diff --git a/app-text/pastebin/ChangeLog b/app-text/pastebin/ChangeLog index 892746f982cb..944e737bcfe5 100644 --- a/app-text/pastebin/ChangeLog +++ b/app-text/pastebin/ChangeLog @@ -1,6 +1,10 @@ # 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.16 2012/02/02 07:25:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pastebin/ChangeLog,v 1.17 2012/02/02 10:25:15 jlec Exp $ + + 02 Feb 2012; Justin Lecher -pastebin-0.6.2.ebuild, + +pastebin-0.6.2-r1.ebuild: + Reinstall latest version and drop correct one 02 Feb 2012; Justin Lecher -pastebin-0.6.2-r1.ebuild: Dropped old diff --git a/app-text/pastebin/pastebin-0.6.2-r1.ebuild b/app-text/pastebin/pastebin-0.6.2-r1.ebuild new file mode 100644 index 000000000000..72bf49b43b35 --- /dev/null +++ b/app-text/pastebin/pastebin-0.6.2-r1.ebuild @@ -0,0 +1,29 @@ +# 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.6 2012/02/02 10:25:15 jlec 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} +} diff --git a/app-text/pastebin/pastebin-0.6.2.ebuild b/app-text/pastebin/pastebin-0.6.2.ebuild deleted file mode 100644 index 4e9686efc3ab..000000000000 --- a/app-text/pastebin/pastebin-0.6.2.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2011 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.ebuild,v 1.4 2011/01/11 22:28:52 maekke Exp $ - -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" - -src_install() { - dobin ${PN} || die -} -- cgit v1.2.3-65-gdbad