summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Smith (ndansmith) <ndansmith@gmail.com>2009-03-05 18:13:02 +0000
committerNathan Smith (ndansmith) <ndansmith@gmail.com>2009-03-05 18:13:02 +0000
commit169edde5c9adc9118fe3d425a181dee827a0fe2f (patch)
treea00ba46c0f87e93a04acdecaf6f5741323552553 /www-misc/surl/surl-1.2.ebuild
parentsci-biology/fahmon: Initial ebuild for FahMon (bug 126373). Thx Tommy[D] (diff)
downloadsunrise-169edde5c9adc9118fe3d425a181dee827a0fe2f.tar.gz
sunrise-169edde5c9adc9118fe3d425a181dee827a0fe2f.tar.bz2
sunrise-169edde5c9adc9118fe3d425a181dee827a0fe2f.zip
www-misc/surl: Version bump for www-misc/surl
svn path=/sunrise/; revision=8018
Diffstat (limited to 'www-misc/surl/surl-1.2.ebuild')
-rw-r--r--www-misc/surl/surl-1.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/www-misc/surl/surl-1.2.ebuild b/www-misc/surl/surl-1.2.ebuild
new file mode 100644
index 000000000..4047336cf
--- /dev/null
+++ b/www-misc/surl/surl-1.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils
+
+DESCRIPTION="a command-line interface to http://metamark.net/"
+HOMEPAGE="http://sourceforge.net/projects/surl/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~ppc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+
+RDEPEND="${DEPEND}"