jer 14/05/06 16:24:24 Modified: ChangeLog Added: debootstrap-1.0.60.ebuild Removed: debootstrap-1.0.55.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.259 dev-util/debootstrap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.259&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.259&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.258&r2=1.259 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v retrieving revision 1.258 retrieving revision 1.259 diff -u -r1.258 -r1.259 --- ChangeLog 2 Apr 2014 18:56:08 -0000 1.258 +++ ChangeLog 6 May 2014 16:24:24 -0000 1.259 @@ -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.258 2014/04/02 18:56:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.259 2014/05/06 16:24:24 jer Exp $ + +*debootstrap-1.0.60 (06 May 2014) + + 06 May 2014; Jeroen Roovers <[email protected]> -debootstrap-1.0.55.ebuild, + +debootstrap-1.0.60.ebuild: + Version bump. 02 Apr 2014; Markus Meier <[email protected]> debootstrap-1.0.59.ebuild: arm stable, bug #506100 1.1 dev-util/debootstrap/debootstrap-1.0.60.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.60.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.60.ebuild?rev=1.1&content-type=text/plain Index: debootstrap-1.0.60.ebuild =================================================================== # 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.60.ebuild,v 1.1 2014/05/06 16:24:24 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 }
