summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurek Bartuszek <jurek@gentoo.org>2007-05-14 19:51:36 +0000
committerJurek Bartuszek <jurek@gentoo.org>2007-05-14 19:51:36 +0000
commitbfdf992442f20fe3069b17ffced300974eb40ebc (patch)
tree98015d9888b89c981ca8f645bea4dd6431e5b7b1 /app-text/gnopaster/gnopaster-0.0.9.ebuild
parentadd herd:no-herd (diff)
downloadhistorical-bfdf992442f20fe3069b17ffced300974eb40ebc.tar.gz
historical-bfdf992442f20fe3069b17ffced300974eb40ebc.tar.bz2
historical-bfdf992442f20fe3069b17ffced300974eb40ebc.zip
app-text/gnopaster: Version bump (0.0.9)
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'app-text/gnopaster/gnopaster-0.0.9.ebuild')
-rw-r--r--app-text/gnopaster/gnopaster-0.0.9.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-text/gnopaster/gnopaster-0.0.9.ebuild b/app-text/gnopaster/gnopaster-0.0.9.ebuild
new file mode 100644
index 000000000000..ce37de47ac02
--- /dev/null
+++ b/app-text/gnopaster/gnopaster-0.0.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnopaster/gnopaster-0.0.9.ebuild,v 1.1 2007/05/14 19:51:36 jurek Exp $
+
+DESCRIPTION="A submitter for gnopaste, a nopaste service like http://nopaste.info"
+HOMEPAGE="http://gnopaste.sf.net"
+SRC_URI="mirror://sourceforge/gnopaste/${P}.pl.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc ~sparc ~x86 ~amd64"
+IUSE=""
+
+DEPEND="dev-lang/perl
+ dev-perl/libwww-perl
+ dev-perl/Config-Simple"
+
+src_install() {
+ dobin ${WORKDIR}/${P}.pl
+ dosym ${P}.pl /usr/bin/${PN}
+}