summaryrefslogtreecommitdiff
blob: c2be1e2b6f07f728b69c52df9f800c55b6dea987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="This script allows you to unmask a package and its dependencies"
HOMEPAGE="http://gechi-overlay.sourceforge.net/?page=forcekeymask"
SRC_URI="mirror://sourceforge/gechi-overlay/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
RDEPEND="sys-apps/portage"

src_install() {
	newsbin ${PN}.sh ${PN}
	dodoc AUTHORS NEWS ChangeLog
}