From 822bb02953102976da9f5c6d499440a827cf4b35 Mon Sep 17 00:00:00 2001 From: Jason Smathers Date: Sat, 22 Dec 2007 07:31:02 +0000 Subject: bumped to rc4 Package-Manager: portage-2.1.3.19 --- net-news/rsstool/rsstool-1.0.0_rc4.ebuild | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 net-news/rsstool/rsstool-1.0.0_rc4.ebuild (limited to 'net-news/rsstool/rsstool-1.0.0_rc4.ebuild') diff --git a/net-news/rsstool/rsstool-1.0.0_rc4.ebuild b/net-news/rsstool/rsstool-1.0.0_rc4.ebuild new file mode 100644 index 000000000000..242359df0226 --- /dev/null +++ b/net-news/rsstool/rsstool-1.0.0_rc4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/rsstool/rsstool-1.0.0_rc4.ebuild,v 1.1 2007/12/22 07:31:01 jsin Exp $ + +inherit versionator eutils +MY_PV=$(replace_version_separator 3 '') +MY_P=${PN}-${MY_PV} +S="${WORKDIR}/${MY_P}"-src/src +DESCRIPTION="cmdline tool to read, parse, merge, and write RSS (and Atom) feeds" +HOMEPAGE="http://rsstool.y7.ath.cx/" +SRC_URI="http://download.berlios.de/${PN}/${MY_P}-src.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-libs/libxml2" +RDEPEND="dev-libs/libxml2" + +src_install() { + emake DESTDIR="${D}" BINDIR="/usr/bin" install || die "emake install failed" + dohtml ../*.html +} -- cgit v1.2.3-65-gdbad