| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 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/dev-util/debootstrap/Attic/debootstrap-1.0.32.ebuild,v 1.4 2011/07/15 20:18:28 maekke Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/Attic/debootstrap-1.0.32.ebuild,v 1.7 2011/07/24 12:52:08 xarthisius Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils |
5 | inherit eutils |
| 6 | |
6 | |
| 7 | DESCRIPTION="Debian/Ubuntu bootstrap scripts" |
7 | DESCRIPTION="Debian/Ubuntu bootstrap scripts" |
| 8 | HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" |
8 | HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" |
| 9 | SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz |
9 | SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz |
| 10 | mirror://gentoo/devices.tar.gz" |
10 | mirror://gentoo/devices.tar.gz" |
| 11 | |
11 | |
| 12 | LICENSE="as-is" |
12 | LICENSE="as-is" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86" |
14 | KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86" |
| 15 | IUSE="" |
15 | IUSE="" |
| 16 | |
16 | |
| 17 | RDEPEND="sys-devel/binutils |
17 | RDEPEND="sys-devel/binutils |
| 18 | net-misc/wget |
18 | net-misc/wget |
| 19 | >=app-arch/dpkg-1.14.20" |
19 | >=app-arch/dpkg-1.14.20" |