blob: e701b2cd2129de5619dd3e9ebcd68535c76fc5c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
}
|