summaryrefslogtreecommitdiff
blob: 10d1ef1b98695c014d403c0e50dd9b17b122eac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/rmerge2/rmerge2-0.9.7.ebuild,v 1.3 2002/11/06 14:41:24 vapier Exp $

DESCRIPTION="rmerge2 is a robust version of 'emerge --emptytree' which supports resumption/forcing of builds"
HOMEPAGE=""
LICENSE="GPL-2"
SRC_URI=""
SLOT="0"
DEPEND="sys-apps/portage"
KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha"
IUSE=""

src_install() {
	echo ${PV}
	insinto /usr/bin
	insopts -m755
	newins ${FILESDIR}/${PF} rmerge2

	dodir /var/lib/rmerge2
}