public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.55.ebuild ChangeLog
@ 2013-10-23 23:07 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2013-10-23 23:07 UTC (permalink / raw
  To: gentoo-commits

jer         13/10/23 23:07:33

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

Revision  Changes    Path
1.232                dev-util/debootstrap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- ChangeLog	18 Jul 2013 11:52:11 -0000	1.231
+++ ChangeLog	23 Oct 2013 23:07:33 -0000	1.232
@@ -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.231 2013/07/18 11:52:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.232 2013/10/23 23:07:33 jer Exp $
+
+*debootstrap-1.0.55 (23 Oct 2013)
+
+  23 Oct 2013; Jeroen Roovers <jer@gentoo.org> +debootstrap-1.0.55.ebuild:
+  Version bump.
 
 *debootstrap-1.0.53 (18 Jul 2013)
 



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

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

Index: debootstrap-1.0.55.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.55.ebuild,v 1.1 2013/10/23 23:07: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 ~amd64-linux ~x86-linux"
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
}





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.55.ebuild ChangeLog
@ 2013-11-30 14:20 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2013-11-30 14:20 UTC (permalink / raw
  To: gentoo-commits

maekke      13/11/30 14:20:12

  Modified:             debootstrap-1.0.55.ebuild ChangeLog
  Log:
  arm stable, bug #491590
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.2                  dev-util/debootstrap/debootstrap-1.0.55.ebuild

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

Index: debootstrap-1.0.55.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- debootstrap-1.0.55.ebuild	23 Oct 2013 23:07:33 -0000	1.1
+++ debootstrap-1.0.55.ebuild	30 Nov 2013 14:20:12 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.55.ebuild,v 1.1 2013/10/23 23:07:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v 1.2 2013/11/30 14:20:12 maekke Exp $
 
 EAPI=5
 inherit eutils
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



1.233                dev-util/debootstrap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog	23 Oct 2013 23:07:33 -0000	1.232
+++ ChangeLog	30 Nov 2013 14:20:12 -0000	1.233
@@ -1,6 +1,9 @@
 # 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.232 2013/10/23 23:07:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.233 2013/11/30 14:20:12 maekke Exp $
+
+  30 Nov 2013; Markus Meier <maekke@gentoo.org> debootstrap-1.0.55.ebuild:
+  arm stable, bug #491590
 
 *debootstrap-1.0.55 (23 Oct 2013)
 





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.55.ebuild ChangeLog
@ 2013-12-14 13:07 Johannes Huber (johu)
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber (johu) @ 2013-12-14 13:07 UTC (permalink / raw
  To: gentoo-commits

johu        13/12/14 13:07:59

  Modified:             debootstrap-1.0.55.ebuild ChangeLog
  Log:
  x86 stable, bug #491590
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

Revision  Changes    Path
1.3                  dev-util/debootstrap/debootstrap-1.0.55.ebuild

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

Index: debootstrap-1.0.55.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- debootstrap-1.0.55.ebuild	30 Nov 2013 14:20:12 -0000	1.2
+++ debootstrap-1.0.55.ebuild	14 Dec 2013 13:07:59 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.55.ebuild,v 1.2 2013/11/30 14:20:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v 1.3 2013/12/14 13:07:59 johu Exp $
 
 EAPI=5
 inherit eutils
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



1.234                dev-util/debootstrap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -r1.233 -r1.234
--- ChangeLog	30 Nov 2013 14:20:12 -0000	1.233
+++ ChangeLog	14 Dec 2013 13:07:59 -0000	1.234
@@ -1,6 +1,9 @@
 # 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.233 2013/11/30 14:20:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.234 2013/12/14 13:07:59 johu Exp $
+
+  14 Dec 2013; Johannes Huber <johu@gentoo.org> debootstrap-1.0.55.ebuild:
+  x86 stable, bug #491590
 
   30 Nov 2013; Markus Meier <maekke@gentoo.org> debootstrap-1.0.55.ebuild:
   arm stable, bug #491590





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.55.ebuild ChangeLog
@ 2013-12-21 15:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-21 15:55 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/21 15:55:04

  Modified:             debootstrap-1.0.55.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #491590
  
  (Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-util/debootstrap/debootstrap-1.0.55.ebuild

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

Index: debootstrap-1.0.55.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- debootstrap-1.0.55.ebuild	14 Dec 2013 13:07:59 -0000	1.3
+++ debootstrap-1.0.55.ebuild	21 Dec 2013 15:55:04 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.55.ebuild,v 1.3 2013/12/14 13:07:59 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v 1.4 2013/12/21 15:55:04 ago Exp $
 
 EAPI=5
 inherit eutils
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



1.235                dev-util/debootstrap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog	14 Dec 2013 13:07:59 -0000	1.234
+++ ChangeLog	21 Dec 2013 15:55:04 -0000	1.235
@@ -1,6 +1,9 @@
 # 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.234 2013/12/14 13:07:59 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.235 2013/12/21 15:55:04 ago Exp $
+
+  21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.55.ebuild:
+  Stable for ppc, wrt bug #491590
 
   14 Dec 2013; Johannes Huber <johu@gentoo.org> debootstrap-1.0.55.ebuild:
   x86 stable, bug #491590





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.55.ebuild ChangeLog
@ 2013-12-23 15:29 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-23 15:29 UTC (permalink / raw
  To: gentoo-commits

ago         13/12/23 15:29:33

  Modified:             debootstrap-1.0.55.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #491590
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-util/debootstrap/debootstrap-1.0.55.ebuild

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

Index: debootstrap-1.0.55.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- debootstrap-1.0.55.ebuild	22 Dec 2013 18:46:10 -0000	1.6
+++ debootstrap-1.0.55.ebuild	23 Dec 2013 15:29:33 -0000	1.7
@@ -1,6 +1,6 @@
 # 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.55.ebuild,v 1.6 2013/12/22 18:46:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v 1.7 2013/12/23 15:29:33 ago Exp $
 
 EAPI=5
 inherit eutils
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



1.238                dev-util/debootstrap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog	22 Dec 2013 18:46:10 -0000	1.237
+++ ChangeLog	23 Dec 2013 15:29:33 -0000	1.238
@@ -1,6 +1,9 @@
 # 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.237 2013/12/22 18:46:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.238 2013/12/23 15:29:33 ago Exp $
+
+  23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.55.ebuild:
+  Stable for sparc, wrt bug #491590
 
   22 Dec 2013; Pacho Ramos <pacho@gentoo.org> debootstrap-1.0.55.ebuild:
   amd64 stable, bug #491590





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.55.ebuild ChangeLog
@ 2014-01-15  9:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-15  9:15 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/15 09:15:52

  Modified:             debootstrap-1.0.55.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #491590
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-util/debootstrap/debootstrap-1.0.55.ebuild

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

Index: debootstrap-1.0.55.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- debootstrap-1.0.55.ebuild	23 Dec 2013 15:29:33 -0000	1.7
+++ debootstrap-1.0.55.ebuild	15 Jan 2014 09:15:52 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.55.ebuild,v 1.7 2013/12/23 15:29:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v 1.8 2014/01/15 09:15:52 ago Exp $
 
 EAPI=5
 inherit eutils
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



1.240                dev-util/debootstrap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- ChangeLog	30 Dec 2013 11:29:25 -0000	1.239
+++ ChangeLog	15 Jan 2014 09:15:52 -0000	1.240
@@ -1,6 +1,9 @@
 # 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.239 2013/12/30 11:29:25 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.240 2014/01/15 09:15:52 ago Exp $
+
+  15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.55.ebuild:
+  Stable for ia64, wrt bug #491590
 
 *debootstrap-1.0.56 (30 Dec 2013)
 





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.55.ebuild ChangeLog
@ 2014-01-18 19:56 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-18 19:56 UTC (permalink / raw
  To: gentoo-commits

ago         14/01/18 19:56:20

  Modified:             debootstrap-1.0.55.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #491590
  
  (Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-util/debootstrap/debootstrap-1.0.55.ebuild

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

Index: debootstrap-1.0.55.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- debootstrap-1.0.55.ebuild	15 Jan 2014 09:15:52 -0000	1.8
+++ debootstrap-1.0.55.ebuild	18 Jan 2014 19:56:20 -0000	1.9
@@ -1,6 +1,6 @@
 # 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.55.ebuild,v 1.8 2014/01/15 09:15:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v 1.9 2014/01/18 19:56:20 ago Exp $
 
 EAPI=5
 inherit eutils
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



1.241                dev-util/debootstrap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- ChangeLog	15 Jan 2014 09:15:52 -0000	1.240
+++ ChangeLog	18 Jan 2014 19:56:20 -0000	1.241
@@ -1,6 +1,9 @@
 # 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.240 2014/01/15 09:15:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.241 2014/01/18 19:56:20 ago Exp $
+
+  18 Jan 2014; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.55.ebuild:
+  Stable for alpha, wrt bug #491590
 
   15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.55.ebuild:
   Stable for ia64, wrt bug #491590





^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.55.ebuild ChangeLog
@ 2014-01-23 15:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2014-01-23 15:14 UTC (permalink / raw
  To: gentoo-commits

jer         14/01/23 15:14:40

  Modified:             debootstrap-1.0.55.ebuild ChangeLog
  Log:
  Stable for HPPA too.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.10                 dev-util/debootstrap/debootstrap-1.0.55.ebuild

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

Index: debootstrap-1.0.55.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- debootstrap-1.0.55.ebuild	18 Jan 2014 19:56:20 -0000	1.9
+++ debootstrap-1.0.55.ebuild	23 Jan 2014 15:14:40 -0000	1.10
@@ -1,6 +1,6 @@
 # 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.55.ebuild,v 1.9 2014/01/18 19:56:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.55.ebuild,v 1.10 2014/01/23 15:14:40 jer Exp $
 
 EAPI=5
 inherit eutils
@@ -12,7 +12,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 RDEPEND="



1.244                dev-util/debootstrap/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- ChangeLog	23 Jan 2014 14:57:57 -0000	1.243
+++ ChangeLog	23 Jan 2014 15:14:40 -0000	1.244
@@ -1,6 +1,9 @@
 # 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.243 2014/01/23 14:57:57 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.244 2014/01/23 15:14:40 jer Exp $
+
+  23 Jan 2014; Jeroen Roovers <jer@gentoo.org> debootstrap-1.0.55.ebuild:
+  Stable for HPPA too.
 
   23 Jan 2014; Guy Martin <gmsoft@gentoo.org> debootstrap-1.0.56.ebuild:
   Marked ~hppa.





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-01-23 15:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-21 15:55 [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.55.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-23 15:14 Jeroen Roovers (jer)
2014-01-18 19:56 Agostino Sarubbo (ago)
2014-01-15  9:15 Agostino Sarubbo (ago)
2013-12-23 15:29 Agostino Sarubbo (ago)
2013-12-14 13:07 Johannes Huber (johu)
2013-11-30 14:20 Markus Meier (maekke)
2013-10-23 23:07 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