aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/autounmask/autounmask-0.27-r1.ebuild')
-rw-r--r--app-portage/autounmask/autounmask-0.27-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-portage/autounmask/autounmask-0.27-r1.ebuild b/app-portage/autounmask/autounmask-0.27-r1.ebuild
deleted file mode 100644
index 114a111..0000000
--- a/app-portage/autounmask/autounmask-0.27-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 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.9 2010/06/05 18:50:45 armin76 Exp $
-
-EAPI="2"
-
-inherit eutils
-
-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 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_prepare() {
- epatch "${FILESDIR}"/"${PN}"-noarch.patch
-}
-
-src_install() {
- dobin autounmask || die
- dodoc Changelog
-}