summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Smith (ndansmith) <ndansmith@gmail.com>2007-06-29 17:57:46 +0000
committerNathan Smith (ndansmith) <ndansmith@gmail.com>2007-06-29 17:57:46 +0000
commitb027a25bd22c0b669c967d1b22c3beaafbceb540 (patch)
treec5f032790910c3cbd1701fb371eae64d5f5b98a8 /www-misc/surl/surl-0.3.1.ebuild
parentAdded ~x86-fbsd keyword (diff)
downloadsunrise-b027a25bd22c0b669c967d1b22c3beaafbceb540.tar.gz
sunrise-b027a25bd22c0b669c967d1b22c3beaafbceb540.tar.bz2
sunrise-b027a25bd22c0b669c967d1b22c3beaafbceb540.zip
Changed license to GNU GPL v.3, minor version bump
svn path=/sunrise/; revision=4094
Diffstat (limited to 'www-misc/surl/surl-0.3.1.ebuild')
-rw-r--r--www-misc/surl/surl-0.3.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/www-misc/surl/surl-0.3.1.ebuild b/www-misc/surl/surl-0.3.1.ebuild
new file mode 100644
index 000000000..03929cdf2
--- /dev/null
+++ b/www-misc/surl/surl-0.3.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 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.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~ppc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}"