diff options
Diffstat (limited to 'net-news/rawdog/rawdog-1.12.ebuild')
-rw-r--r-- | net-news/rawdog/rawdog-1.12.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net-news/rawdog/rawdog-1.12.ebuild b/net-news/rawdog/rawdog-1.12.ebuild new file mode 100644 index 000000000000..ab9bc6a62525 --- /dev/null +++ b/net-news/rawdog/rawdog-1.12.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/rawdog/rawdog-1.12.ebuild,v 1.1 2005/03/23 16:50:38 seemant Exp $ + +inherit distutils + +DESCRIPTION="Rawdog - RSS Aggregator Without Delusions Of Grandeur" +SRC_URI="http://offog.org/files/${P}.tar.gz" +HOMEPAGE="http://offog.org/code/rawdog.html" +KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~s390 ~alpha ~ia64" +LICENSE="GPL-2" +SLOT="0" +IUSE="" +DOCS="NEWS config style.css" + +pkg_postinst() { + distutils_pkg_postinst + einfo + einfo "You can find sample config and style.css in /usr/share/doc/${PF}" + einfo +} + |