diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-01-15 19:25:36 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-01-15 19:25:36 +0000 |
commit | a90c1993f162e003658c1dc7d520b9be8dbca574 (patch) | |
tree | 2963f0de938a73a3ff1520e80c53d80f64ab9cae /dev-util/debootstrap | |
parent | fixed compile with >=vdr-2.1.2; depend fixed (diff) | |
download | gentoo-2-a90c1993f162e003658c1dc7d520b9be8dbca574.tar.gz gentoo-2-a90c1993f162e003658c1dc7d520b9be8dbca574.tar.bz2 gentoo-2-a90c1993f162e003658c1dc7d520b9be8dbca574.zip |
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-util/debootstrap')
-rw-r--r-- | dev-util/debootstrap/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.65.ebuild | 48 | ||||
-rw-r--r-- | dev-util/debootstrap/debootstrap-1.0.67.ebuild (renamed from dev-util/debootstrap/debootstrap-1.0.64.ebuild) | 12 |
3 files changed, 12 insertions, 58 deletions
diff --git a/dev-util/debootstrap/ChangeLog b/dev-util/debootstrap/ChangeLog index e2b8e9aaa88c..2aea18b593c2 100644 --- a/dev-util/debootstrap/ChangeLog +++ b/dev-util/debootstrap/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/debootstrap -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.270 2014/11/25 08:52:01 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.271 2015/01/15 19:25:36 jer Exp $ + +*debootstrap-1.0.67 (15 Jan 2015) + + 15 Jan 2015; Jeroen Roovers <jer@gentoo.org> -debootstrap-1.0.64.ebuild, + -debootstrap-1.0.65.ebuild, +debootstrap-1.0.67.ebuild: + Version bump. *debootstrap-1.0.66 (25 Nov 2014) diff --git a/dev-util/debootstrap/debootstrap-1.0.65.ebuild b/dev-util/debootstrap/debootstrap-1.0.65.ebuild deleted file mode 100644 index 2a27c871e78b..000000000000 --- a/dev-util/debootstrap/debootstrap-1.0.65.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.65.ebuild,v 1.1 2014/11/12 08:30:25 jer Exp $ - -EAPI=5 -inherit eutils - -DESCRIPTION="Debian/Ubuntu bootstrap scripts" -HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz - mirror://gentoo/devices.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND=" - app-arch/xz-utils -" -RDEPEND=" - app-arch/dpkg - net-misc/wget - sys-devel/binutils -" - -DOCS=( TODO debian/changelog ) - -src_unpack() { - unpack ${PN}_${PV}.tar.xz - cp "${DISTDIR}"/devices.tar.gz "${S}" -} - -src_compile() { - return -} - -src_install() { - default - doman debootstrap.8 -} - -pkg_postinst() { - if ! has_version ${CATEGORY}/${PN} && ! has_version app-crypt/gnupg; then - elog "To check Release files against a keyring" - elog " (--keyring=K), please install app-crypt/gnupg." - fi -} diff --git a/dev-util/debootstrap/debootstrap-1.0.64.ebuild b/dev-util/debootstrap/debootstrap-1.0.67.ebuild index fd1a05e51200..b934393209a0 100644 --- a/dev-util/debootstrap/debootstrap-1.0.64.ebuild +++ b/dev-util/debootstrap/debootstrap-1.0.67.ebuild @@ -1,23 +1,19 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.64.ebuild,v 1.1 2014/10/20 21:48:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.67.ebuild,v 1.1 2015/01/15 19:25:36 jer Exp $ EAPI=5 inherit eutils DESCRIPTION="Debian/Ubuntu bootstrap scripts" HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html" -SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz +SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz mirror://gentoo/devices.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="" -DEPEND=" - app-arch/xz-utils -" RDEPEND=" app-arch/dpkg net-misc/wget @@ -27,7 +23,7 @@ RDEPEND=" DOCS=( TODO debian/changelog ) src_unpack() { - unpack ${PN}_${PV}.tar.xz + unpack ${PN}_${PV}.tar.gz cp "${DISTDIR}"/devices.tar.gz "${S}" } |