summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2006-08-14 11:20:00 +0000
committerJakub Moc <jakub@gentoo.org>2006-08-14 11:20:00 +0000
commit6f000f8a3fc32236b3282e4a40f860460215825e (patch)
tree1bb228c8f86a3bbd079535a957eccd8f094c3657 /app-text/pastebin-it/pastebin-it-20060627.ebuild
parentmedia-gfx/xaralx: version bump, much improved ebuild (diff)
downloadsunrise-6f000f8a3fc32236b3282e4a40f860460215825e.tar.gz
sunrise-6f000f8a3fc32236b3282e4a40f860460215825e.tar.bz2
sunrise-6f000f8a3fc32236b3282e4a40f860460215825e.zip
app-text/pastebin-it: Initial ebuild, thanks to Allen Brooker. Bug 138274
svn path=/sunrise/; revision=910
Diffstat (limited to 'app-text/pastebin-it/pastebin-it-20060627.ebuild')
-rw-r--r--app-text/pastebin-it/pastebin-it-20060627.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-text/pastebin-it/pastebin-it-20060627.ebuild b/app-text/pastebin-it/pastebin-it-20060627.ebuild
new file mode 100644
index 000000000..aec91de5a
--- /dev/null
+++ b/app-text/pastebin-it/pastebin-it-20060627.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Command line interface to http://rafb.net/paste written in Perl"
+HOMEPAGE="http://allenjb.me.uk/"
+SRC_URI="http://allenjb.me.uk/files/${PN}.tbz2"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+SLOT="0"
+DEPEND=""
+RDEPEND="dev-lang/perl
+ dev-perl/libwww-perl
+ dev-perl/AppConfig"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+ dobin ${PN}
+}