summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-09-17 08:19:38 +0000
committerJustin Lecher <jlec@gentoo.org>2010-09-17 08:19:38 +0000
commitfaeac7dfac380abfce0c9a4774e0409c9e94e9e0 (patch)
tree9e876ca88ccde5fb23976ca363a227f4fefe09a9 /app-text/pastebin
parentFix build failure: src/origin/importOPJ.cpp:2162: error: unknown escape seque... (diff)
downloadgentoo-2-faeac7dfac380abfce0c9a4774e0409c9e94e9e0.tar.gz
gentoo-2-faeac7dfac380abfce0c9a4774e0409c9e94e9e0.tar.bz2
gentoo-2-faeac7dfac380abfce0c9a4774e0409c9e94e9e0.zip
Version Bump, 337371
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'app-text/pastebin')
-rw-r--r--app-text/pastebin/ChangeLog7
-rw-r--r--app-text/pastebin/pastebin-0.6.2.ebuild19
2 files changed, 25 insertions, 1 deletions
diff --git a/app-text/pastebin/ChangeLog b/app-text/pastebin/ChangeLog
index 912c46e0e35b..9745993dd558 100644
--- a/app-text/pastebin/ChangeLog
+++ b/app-text/pastebin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/pastebin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pastebin/ChangeLog,v 1.6 2010/08/13 13:59:24 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pastebin/ChangeLog,v 1.7 2010/09/17 08:19:38 jlec Exp $
+
+*pastebin-0.6.2 (17 Sep 2010)
+
+ 17 Sep 2010; Justin Lecher <jlec@gentoo.org> +pastebin-0.6.2.ebuild:
+ Version Bump, 337371
13 Aug 2010; Jeremy Olexa <darkside@gentoo.org> -pastebin-0.5.ebuild:
remove old version
diff --git a/app-text/pastebin/pastebin-0.6.2.ebuild b/app-text/pastebin/pastebin-0.6.2.ebuild
new file mode 100644
index 000000000000..e77f3ffc6c45
--- /dev/null
+++ b/app-text/pastebin/pastebin-0.6.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 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.1 2010/09/17 08:19:38 jlec 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
+}