public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: ChangeLog debootstrap-1.0.67.ebuild debootstrap-1.0.64.ebuild debootstrap-1.0.65.ebuild
@ 2015-01-15 19:25 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2015-01-15 19:25 UTC (permalink / raw
  To: gentoo-commits

jer         15/01/15 19:25:36

  Modified:             ChangeLog
  Added:                debootstrap-1.0.67.ebuild
  Removed:              debootstrap-1.0.64.ebuild debootstrap-1.0.65.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.271                dev-util/debootstrap/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.271&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.271&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.270&r2=1.271

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -r1.270 -r1.271
--- ChangeLog	25 Nov 2014 08:52:01 -0000	1.270
+++ ChangeLog	15 Jan 2015 19:25:36 -0000	1.271
@@ -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)
 



1.1                  dev-util/debootstrap/debootstrap-1.0.67.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.67.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.67.ebuild?rev=1.1&content-type=text/plain

Index: debootstrap-1.0.67.ebuild
===================================================================
# 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.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.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"

RDEPEND="
	app-arch/dpkg
	net-misc/wget
	sys-devel/binutils
"

DOCS=( TODO debian/changelog )

src_unpack() {
	unpack ${PN}_${PV}.tar.gz
	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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-15 19:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-15 19:25 [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: ChangeLog debootstrap-1.0.67.ebuild debootstrap-1.0.64.ebuild debootstrap-1.0.65.ebuild Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox