public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog
Date: Thu, 23 May 2013 03:18:33 +0000 (UTC)	[thread overview]
Message-ID: <20130523031834.0DB1F2171E@flycatcher.gentoo.org> (raw)

jer         13/05/23 03:18:33

  Modified:             ChangeLog
  Added:                debootstrap-1.0.52.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.220                dev-util/debootstrap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- ChangeLog	19 May 2013 16:54:42 -0000	1.219
+++ ChangeLog	23 May 2013 03:18:33 -0000	1.220
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/debootstrap
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.219 2013/05/19 16:54:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.220 2013/05/23 03:18:33 jer Exp $
+
+*debootstrap-1.0.52 (23 May 2013)
+
+  23 May 2013; Jeroen Roovers <jer@gentoo.org> +debootstrap-1.0.52.ebuild:
+  Version bump.
 
 *debootstrap-1.0.51 (19 May 2013)
 



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

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

Index: debootstrap-1.0.52.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.1 2013/05/23 03:18:33 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 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE=""

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
}





             reply	other threads:[~2013-05-23  3:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-23  3:18 Jeroen Roovers (jer) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-06-04 21:52 [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog Sebastien Fabbro (bicatali)
2013-06-24  5:23 Agostino Sarubbo (ago)
2013-06-25 10:38 Agostino Sarubbo (ago)
2013-06-25 12:15 Agostino Sarubbo (ago)
2013-06-25 13:00 Agostino Sarubbo (ago)
2013-06-26  2:58 Agostino Sarubbo (ago)
2013-06-26  8:52 Agostino Sarubbo (ago)
2013-06-26 12:01 Agostino Sarubbo (ago)
2013-06-29 16:24 Agostino Sarubbo (ago)
2013-07-02  7:41 Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130523031834.0DB1F2171E@flycatcher.gentoo.org \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox