]> Pileus Git - ~andy/sunrise/blob - app-portage/forcekeymask/forcekeymask-1.1.ebuild
app-editors/yzis: Fix qt deps, EAPI bump
[~andy/sunrise] / app-portage / forcekeymask / forcekeymask-1.1.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="This script allows you to unmask a package and its dependencies"
6 HOMEPAGE="http://gechi-overlay.sourceforge.net/?page=forcekeymask"
7 SRC_URI="mirror://sourceforge/gechi-overlay/${P}.tar.bz2"
8 LICENSE="GPL-2"
9 SLOT="0"
10 KEYWORDS="~x86"
11 IUSE=""
12 DEPEND=""
13 RDEPEND="sys-apps/portage"
14
15 src_install() {
16         newsbin ${PN}.sh ${PN}
17         dodoc AUTHORS NEWS ChangeLog
18 }