blob: 06081b8296a51b563e29e01c7055b1cf66f98059 (
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.4 2002/12/09 04:17:36 manson 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 ~alpha"
IUSE=""
src_install() {
echo ${PV}
insinto /usr/bin
insopts -m755
newins ${FILESDIR}/${PF} rmerge2
dodir /var/lib/rmerge2
}
|