You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-portage/autounmask/autounmask-0.27.ebuild

25 lines
736 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/autounmask/autounmask-0.27.ebuild,v 1.10 2011/01/18 22:21:45 xarthisius Exp $
DESCRIPTION="autounmask - Unmasking packages the easy way"
HOMEPAGE="http://download.mpsna.de/opensource/autounmask/"
SRC_URI="http://download.mpsna.de/opensource/autounmask/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="dev-lang/perl
>=dev-perl/PortageXS-0.02.09
virtual/perl-Term-ANSIColor
dev-perl/Shell-EnvImporter"
RDEPEND="${DEPEND}
sys-apps/portage"
src_install() {
dobin autounmask || die
dodoc Changelog
}