summaryrefslogtreecommitdiff
blob: 8e913d4394a5e03bf9a1192de802a50d11c5e110 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit git-2

DESCRIPTION="A most excellent portage wrapper"
HOMEPAGE="http://weaver.gentooexperimental.org/update.html"
EGIT_REPO_URI="git://weaver.gentooexperimental.org/update.git"
RESTRICT="mirror"

LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=""
RDEPEND=">app-shells/bash-3.1
   sys-apps/ed
   dev-util/dialog
   app-portage/portage-utils
   app-portage/gentoolkit
   net-misc/curl"


src_install() {
   insinto /etc || die
   doins warning || die
   insinto /usr || die
   dosbin update || die
   dolib libIgli || die
}