* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog
@ 2013-05-23 3:18 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2013-05-23 3:18 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog
@ 2013-06-04 21:52 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 11+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2013-06-04 21:52 UTC (permalink / raw
To: gentoo-commits
bicatali 13/06/04 21:52:06
Modified: debootstrap-1.0.52.ebuild ChangeLog
Log:
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.21938-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Revision Changes Path
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?r1=1.1&r2=1.2
Index: debootstrap-1.0.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- debootstrap-1.0.52.ebuild 23 May 2013 03:18:33 -0000 1.1
+++ debootstrap-1.0.52.ebuild 4 Jun 2013 21:52:06 -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.52.ebuild,v 1.1 2013/05/23 03:18:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.2 2013/06/04 21:52:06 bicatali Exp $
EAPI=5
inherit eutils
@@ -12,7 +12,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
1.221 dev-util/debootstrap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.221&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.221&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.220&r2=1.221
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog 23 May 2013 03:18:33 -0000 1.220
+++ ChangeLog 4 Jun 2013 21:52:06 -0000 1.221
@@ -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.220 2013/05/23 03:18:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.221 2013/06/04 21:52:06 bicatali Exp $
+
+ 04 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> debootstrap-1.0.52.ebuild:
+ Keyword amd64-linux and x86-linux
*debootstrap-1.0.52 (23 May 2013)
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog
@ 2013-06-24 5:23 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-24 5:23 UTC (permalink / raw
To: gentoo-commits
ago 13/06/24 05:23:04
Modified: debootstrap-1.0.52.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #473840
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?r1=1.2&r2=1.3
Index: debootstrap-1.0.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- debootstrap-1.0.52.ebuild 4 Jun 2013 21:52:06 -0000 1.2
+++ debootstrap-1.0.52.ebuild 24 Jun 2013 05:23:04 -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.52.ebuild,v 1.2 2013/06/04 21:52:06 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.3 2013/06/24 05:23: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.222 dev-util/debootstrap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.222&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.222&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.221&r2=1.222
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog 4 Jun 2013 21:52:06 -0000 1.221
+++ ChangeLog 24 Jun 2013 05:23:04 -0000 1.222
@@ -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.221 2013/06/04 21:52:06 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.222 2013/06/24 05:23:04 ago Exp $
+
+ 24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
+ Stable for ppc, wrt bug #473840
04 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> debootstrap-1.0.52.ebuild:
Keyword amd64-linux and x86-linux
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog
@ 2013-06-25 10:38 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 10:38 UTC (permalink / raw
To: gentoo-commits
ago 13/06/25 10:38:49
Modified: debootstrap-1.0.52.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #473840
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?r1=1.3&r2=1.4
Index: debootstrap-1.0.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- debootstrap-1.0.52.ebuild 24 Jun 2013 05:23:04 -0000 1.3
+++ debootstrap-1.0.52.ebuild 25 Jun 2013 10:38:48 -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.52.ebuild,v 1.3 2013/06/24 05:23:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.4 2013/06/25 10:38:48 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.223 dev-util/debootstrap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.223&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.223&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.222&r2=1.223
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog 24 Jun 2013 05:23:04 -0000 1.222
+++ ChangeLog 25 Jun 2013 10:38:48 -0000 1.223
@@ -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.222 2013/06/24 05:23:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.223 2013/06/25 10:38:48 ago Exp $
+
+ 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
+ Stable for ppc64, wrt bug #473840
24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
Stable for ppc, wrt bug #473840
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog
@ 2013-06-25 12:15 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 12:15 UTC (permalink / raw
To: gentoo-commits
ago 13/06/25 12:15:57
Modified: debootstrap-1.0.52.ebuild ChangeLog
Log:
Stable for x86, wrt bug #473840
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?r1=1.4&r2=1.5
Index: debootstrap-1.0.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- debootstrap-1.0.52.ebuild 25 Jun 2013 10:38:48 -0000 1.4
+++ debootstrap-1.0.52.ebuild 25 Jun 2013 12:15:57 -0000 1.5
@@ -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.52.ebuild,v 1.4 2013/06/25 10:38:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.5 2013/06/25 12:15:57 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.224 dev-util/debootstrap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.224&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.224&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.223&r2=1.224
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog 25 Jun 2013 10:38:48 -0000 1.223
+++ ChangeLog 25 Jun 2013 12:15:57 -0000 1.224
@@ -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.223 2013/06/25 10:38:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.224 2013/06/25 12:15:57 ago Exp $
+
+ 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
+ Stable for x86, wrt bug #473840
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
Stable for ppc64, wrt bug #473840
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog
@ 2013-06-25 13:00 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 13:00 UTC (permalink / raw
To: gentoo-commits
ago 13/06/25 13:00:43
Modified: debootstrap-1.0.52.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #473840
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?r1=1.5&r2=1.6
Index: debootstrap-1.0.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- debootstrap-1.0.52.ebuild 25 Jun 2013 12:15:57 -0000 1.5
+++ debootstrap-1.0.52.ebuild 25 Jun 2013 13:00:43 -0000 1.6
@@ -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.52.ebuild,v 1.5 2013/06/25 12:15:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.6 2013/06/25 13:00:43 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.225 dev-util/debootstrap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.225&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.225&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.224&r2=1.225
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog 25 Jun 2013 12:15:57 -0000 1.224
+++ ChangeLog 25 Jun 2013 13:00:43 -0000 1.225
@@ -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.224 2013/06/25 12:15:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.225 2013/06/25 13:00:43 ago Exp $
+
+ 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
+ Stable for amd64, wrt bug #473840
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
Stable for x86, wrt bug #473840
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog
@ 2013-06-26 2:58 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26 2:58 UTC (permalink / raw
To: gentoo-commits
ago 13/06/26 02:58:18
Modified: debootstrap-1.0.52.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #473840
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?r1=1.6&r2=1.7
Index: debootstrap-1.0.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- debootstrap-1.0.52.ebuild 25 Jun 2013 13:00:43 -0000 1.6
+++ debootstrap-1.0.52.ebuild 26 Jun 2013 02:58:18 -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.52.ebuild,v 1.6 2013/06/25 13:00:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.7 2013/06/26 02:58:18 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.226 dev-util/debootstrap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.226&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.226&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.225&r2=1.226
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -r1.225 -r1.226
--- ChangeLog 25 Jun 2013 13:00:43 -0000 1.225
+++ ChangeLog 26 Jun 2013 02:58:18 -0000 1.226
@@ -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.225 2013/06/25 13:00:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.226 2013/06/26 02:58:18 ago Exp $
+
+ 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
+ Stable for alpha, wrt bug #473840
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
Stable for amd64, wrt bug #473840
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog
@ 2013-06-26 8:52 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26 8:52 UTC (permalink / raw
To: gentoo-commits
ago 13/06/26 08:52:38
Modified: debootstrap-1.0.52.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #473840
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?r1=1.7&r2=1.8
Index: debootstrap-1.0.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- debootstrap-1.0.52.ebuild 26 Jun 2013 02:58:18 -0000 1.7
+++ debootstrap-1.0.52.ebuild 26 Jun 2013 08:52:38 -0000 1.8
@@ -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.52.ebuild,v 1.7 2013/06/26 02:58:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.8 2013/06/26 08:52:38 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.227 dev-util/debootstrap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.227&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.227&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.226&r2=1.227
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog 26 Jun 2013 02:58:18 -0000 1.226
+++ ChangeLog 26 Jun 2013 08:52:38 -0000 1.227
@@ -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.226 2013/06/26 02:58:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.227 2013/06/26 08:52:38 ago Exp $
+
+ 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
+ Stable for ia64, wrt bug #473840
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
Stable for alpha, wrt bug #473840
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog
@ 2013-06-26 12:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26 12:01 UTC (permalink / raw
To: gentoo-commits
ago 13/06/26 12:01:04
Modified: debootstrap-1.0.52.ebuild ChangeLog
Log:
Stable for arm, wrt bug #473840
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 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.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?r1=1.8&r2=1.9
Index: debootstrap-1.0.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- debootstrap-1.0.52.ebuild 26 Jun 2013 08:52:38 -0000 1.8
+++ debootstrap-1.0.52.ebuild 26 Jun 2013 12:01:04 -0000 1.9
@@ -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.52.ebuild,v 1.8 2013/06/26 08:52:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.9 2013/06/26 12:01: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.228 dev-util/debootstrap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.228&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.228&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.227&r2=1.228
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- ChangeLog 26 Jun 2013 08:52:38 -0000 1.227
+++ ChangeLog 26 Jun 2013 12:01:04 -0000 1.228
@@ -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.227 2013/06/26 08:52:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.228 2013/06/26 12:01:04 ago Exp $
+
+ 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
+ Stable for arm, wrt bug #473840
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
Stable for ia64, wrt bug #473840
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog
@ 2013-06-29 16:24 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-29 16:24 UTC (permalink / raw
To: gentoo-commits
ago 13/06/29 16:24:04
Modified: debootstrap-1.0.52.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #473840
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 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.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?r1=1.9&r2=1.10
Index: debootstrap-1.0.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- debootstrap-1.0.52.ebuild 26 Jun 2013 12:01:04 -0000 1.9
+++ debootstrap-1.0.52.ebuild 29 Jun 2013 16:24:04 -0000 1.10
@@ -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.52.ebuild,v 1.9 2013/06/26 12:01:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.10 2013/06/29 16:24: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.229 dev-util/debootstrap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.229&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.229&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.228&r2=1.229
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- ChangeLog 26 Jun 2013 12:01:04 -0000 1.228
+++ ChangeLog 29 Jun 2013 16:24:04 -0000 1.229
@@ -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.228 2013/06/26 12:01:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.229 2013/06/29 16:24:04 ago Exp $
+
+ 29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
+ Stable for sparc, wrt bug #473840
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
Stable for arm, wrt bug #473840
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog
@ 2013-07-02 7:41 Agostino Sarubbo (ago)
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-02 7:41 UTC (permalink / raw
To: gentoo-commits
ago 13/07/02 07:41:49
Modified: debootstrap-1.0.52.ebuild ChangeLog
Log:
Stable for sh, wrt bug #473840
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sh", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 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.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild?r1=1.10&r2=1.11
Index: debootstrap-1.0.52.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- debootstrap-1.0.52.ebuild 29 Jun 2013 16:24:04 -0000 1.10
+++ debootstrap-1.0.52.ebuild 2 Jul 2013 07:41:49 -0000 1.11
@@ -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.52.ebuild,v 1.10 2013/06/29 16:24:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.52.ebuild,v 1.11 2013/07/02 07:41:49 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.230 dev-util/debootstrap/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.230&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?rev=1.230&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/debootstrap/ChangeLog?r1=1.229&r2=1.230
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -r1.229 -r1.230
--- ChangeLog 29 Jun 2013 16:24:04 -0000 1.229
+++ ChangeLog 2 Jul 2013 07:41:49 -0000 1.230
@@ -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.229 2013/06/29 16:24:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/ChangeLog,v 1.230 2013/07/02 07:41:49 ago Exp $
+
+ 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
+ Stable for sh, wrt bug #473840
29 Jun 2013; Agostino Sarubbo <ago@gentoo.org> debootstrap-1.0.52.ebuild:
Stable for sparc, wrt bug #473840
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2013-07-02 7:41 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-24 5:23 [gentoo-commits] gentoo-x86 commit in dev-util/debootstrap: debootstrap-1.0.52.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-07-02 7:41 Agostino Sarubbo (ago)
2013-06-29 16:24 Agostino Sarubbo (ago)
2013-06-26 12:01 Agostino Sarubbo (ago)
2013-06-26 8:52 Agostino Sarubbo (ago)
2013-06-26 2:58 Agostino Sarubbo (ago)
2013-06-25 13:00 Agostino Sarubbo (ago)
2013-06-25 12:15 Agostino Sarubbo (ago)
2013-06-25 10:38 Agostino Sarubbo (ago)
2013-06-04 21:52 Sebastien Fabbro (bicatali)
2013-05-23 3:18 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