summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/eselect-news/eselect-news-20070709.ebuild')
-rw-r--r--app-admin/eselect-news/eselect-news-20070709.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-admin/eselect-news/eselect-news-20070709.ebuild b/app-admin/eselect-news/eselect-news-20070709.ebuild
new file mode 100644
index 000000000000..e701b2cd2129
--- /dev/null
+++ b/app-admin/eselect-news/eselect-news-20070709.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-news/eselect-news-20070709.ebuild,v 1.1 2007/07/09 21:23:17 peper Exp $
+
+DESCRIPTION="GLEP 42 news reader"
+HOMEPAGE="http://paludis.pioto.org/"
+SRC_URI="http://paludis.pioto.org/download/news.eselect-${PV}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="app-admin/eselect sys-apps/paludis"
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ newins "${DISTDIR}/news.eselect-${PV}" news.eselect || die
+}
+