summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/galleryadd/galleryadd-2.30.ebuild')
-rw-r--r--media-gfx/galleryadd/galleryadd-2.30.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-gfx/galleryadd/galleryadd-2.30.ebuild b/media-gfx/galleryadd/galleryadd-2.30.ebuild
new file mode 100644
index 000000000000..215405477e23
--- /dev/null
+++ b/media-gfx/galleryadd/galleryadd-2.30.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+DESCRIPTION="Perl script to recursively adds directories/images to Gallery"
+HOMEPAGE="http://iainlea.dyndns.org/software/galleryadd/"
+SRC_URI="http://iainlea.dyndns.org/software/galleryadd/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE=""
+RDEPEND="dev-perl/libwww-perl
+ virtual/perl-Time-HiRes"
+DEPEND=""
+
+S="${WORKDIR}"
+
+src_install() {
+ dobin galleryadd.pl
+}