summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shakaryan <omp@gentoo.org>2009-03-17 01:30:03 +0000
committerDavid Shakaryan <omp@gentoo.org>2009-03-17 01:30:03 +0000
commitc3cfc3446398df3c3253d8af6fff808104d2cf4f (patch)
tree8f40598065b96cf992d8ede8f900d832a7e85356 /app-misc/ompload/ompload-20090121.ebuild
parentVersion bump. (diff)
downloadgentoo-2-c3cfc3446398df3c3253d8af6fff808104d2cf4f.tar.gz
gentoo-2-c3cfc3446398df3c3253d8af6fff808104d2cf4f.tar.bz2
gentoo-2-c3cfc3446398df3c3253d8af6fff808104d2cf4f.zip
Version bump.
(Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-misc/ompload/ompload-20090121.ebuild')
-rw-r--r--app-misc/ompload/ompload-20090121.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/ompload/ompload-20090121.ebuild b/app-misc/ompload/ompload-20090121.ebuild
new file mode 100644
index 000000000000..79ce090e956d
--- /dev/null
+++ b/app-misc/ompload/ompload-20090121.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ompload/ompload-20090121.ebuild,v 1.1 2009/03/17 01:30:03 omp Exp $
+
+DESCRIPTION="CLI script for uploading files to http://omploader.org/"
+HOMEPAGE="http://omploader.org/"
+SRC_URI="http://omploader.org/${P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=dev-lang/ruby-1.8
+ net-misc/curl"
+
+S=${WORKDIR}
+
+src_install() {
+ newbin "${DISTDIR}/${P}" ${PN} || die "newbin failed"
+}