diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-05-15 16:22:43 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-05-15 16:22:43 +0000 |
commit | 7c736929edd2cbf6a9d3fad96a6fc3cd3132ecb1 (patch) | |
tree | 1474a9e5ee210c91b6742b844a78d471c8cb050f /rox-extra/comicthumb/comicthumb-0.1.ebuild | |
parent | Adding 'flashsupport' for netscape-flash and 'rar' for comicthumb (diff) | |
download | gentoo-2-7c736929edd2cbf6a9d3fad96a6fc3cd3132ecb1.tar.gz gentoo-2-7c736929edd2cbf6a9d3fad96a6fc3cd3132ecb1.tar.bz2 gentoo-2-7c736929edd2cbf6a9d3fad96a6fc3cd3132ecb1.zip |
New package, requested in bug 125757
(Portage version: 2.1.2.5)
Diffstat (limited to 'rox-extra/comicthumb/comicthumb-0.1.ebuild')
-rw-r--r-- | rox-extra/comicthumb/comicthumb-0.1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/rox-extra/comicthumb/comicthumb-0.1.ebuild b/rox-extra/comicthumb/comicthumb-0.1.ebuild new file mode 100644 index 000000000000..404a32fba08d --- /dev/null +++ b/rox-extra/comicthumb/comicthumb-0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/comicthumb/comicthumb-0.1.ebuild,v 1.1 2007/05/15 16:22:43 lack Exp $ + +ROX_VER="2.1.1" +ROX_LIB_VER="2.0.2" +inherit rox + +MY_PN="ComicThumb" +DESCRIPTION="Thumbnailer for rox, which generates thumbnails for archived comix files." +HOMEPAGE="http://www.theli.ho.com.ua/" +SRC_URI="http://www.theli.ho.com.ua/${MY_PN}-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +IUSE="rar" +KEYWORDS="~x86" + +RDEPEND="rar? ( app-arch/unrar ) + dev-python/imaging" + +APPNAME=${MY_PN} +S=${WORKDIR} |