Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 332875 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-portage/autounmask/autounmask-0.27.ebuild (+8 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-portage/autounmask/autounmask-0.27.ebuild,v 1.9 2010/06/05 18:50:45 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-portage/autounmask/autounmask-0.27.ebuild,v 1.9 2010/06/05 18:50:45 armin76 Exp $
4
4
5
EAPI="2"
6
7
inherit eutils
8
5
DESCRIPTION="autounmask - Unmasking packages the easy way"
9
DESCRIPTION="autounmask - Unmasking packages the easy way"
6
HOMEPAGE="http://download.mpsna.de/opensource/autounmask/"
10
HOMEPAGE="http://download.mpsna.de/opensource/autounmask/"
7
SRC_URI="http://download.mpsna.de/opensource/autounmask/${P}.tar.gz"
11
SRC_URI="http://download.mpsna.de/opensource/autounmask/${P}.tar.gz"
Lines 18-23 Link Here
18
RDEPEND="${DEPEND}
22
RDEPEND="${DEPEND}
19
		sys-apps/portage"
23
		sys-apps/portage"
20
24
25
src_prepare() {
26
	epatch ${FILESDIR}/${PN}-noarch.patch
27
}
28
21
src_install() {
29
src_install() {
22
	dobin autounmask || die
30
	dobin autounmask || die
23
	dodoc Changelog
31
	dodoc Changelog

Return to bug 332875