You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/grabcartoons/grabcartoons-9999.ebuild

36 lines
785 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/grabcartoons/grabcartoons-9999.ebuild,v 1.3 2015/05/26 22:59:33 tamiko Exp $
EAPI=5
inherit eutils git-r3
DESCRIPTION="Comic-summarizing utility"
HOMEPAGE="http://zzamboni.org/grabcartoons"
EGIT_REPO_URI="https://github.com/zzamboni/grabcartoons.git"
if [[ "${PV}" != "9999" ]] ; then
KEYWORDS="~amd64 ~x86"
#EGIT_COMMIT=""
fi
LICENSE="BSD"
SLOT="0"
RDEPEND="dev-lang/perl
virtual/perl-Getopt-Long"
# Opens a web page, which is unacceptable during an emerge.
RESTRICT="test"
src_prepare() {
epatch "${FILESDIR}"/2.8.4-fix-install-paths.patch
}
src_install() {
emake PREFIX="${ED}"/usr install
dodoc ChangeLog README
}