diff options
author | andy <andy@ndyk.de> | 2018-01-21 18:34:00 +0100 |
---|---|---|
committer | andy <andy@ndyk.de> | 2018-01-21 18:34:00 +0100 |
commit | 362f26147b7862fd59c41f058ebf3a3c6b08644a (patch) | |
tree | 27b20f9089a2c30d25b14984ed0d12c0ddf2f8d0 /dev-util/cdebootstrap/cdebootstrap-0.5.10.ebuild | |
parent | bump (diff) | |
download | andy-362f26147b7862fd59c41f058ebf3a3c6b08644a.tar.gz andy-362f26147b7862fd59c41f058ebf3a3c6b08644a.tar.bz2 andy-362f26147b7862fd59c41f058ebf3a3c6b08644a.zip |
removed depcracted ebuilds
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-util/cdebootstrap/cdebootstrap-0.5.10.ebuild')
-rw-r--r-- | dev-util/cdebootstrap/cdebootstrap-0.5.10.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-util/cdebootstrap/cdebootstrap-0.5.10.ebuild b/dev-util/cdebootstrap/cdebootstrap-0.5.10.ebuild new file mode 100644 index 0000000..c476924 --- /dev/null +++ b/dev-util/cdebootstrap/cdebootstrap-0.5.10.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Bootstrap a Debian system" +HOMEPAGE="http://packages.qa.debian.org/c/cdebootstrap.html" +SRC_URI="mirror://debian/pool/main/c/${PN}/${PN}_${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND="net-misc/wget + app-arch/xz-utils + sys-libs/zlib + dev-libs/libdebian-installer" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}" |