* [gentoo-commits] gentoo-x86 commit in sys-fs/xfsdump: xfsdump-3.1.2.ebuild ChangeLog
@ 2013-01-06 23:23 Mike Frysinger (vapier)
0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2013-01-06 23:23 UTC (permalink / raw
To: gentoo-commits
vapier 13/01/06 23:23:06
Modified: ChangeLog
Added: xfsdump-3.1.2.ebuild
Log:
Version bump #450586 by Agostino Sarubbo.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.94 sys-fs/xfsdump/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?r1=1.93&r2=1.94
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog 15 Jul 2012 17:44:29 -0000 1.93
+++ ChangeLog 6 Jan 2013 23:23:06 -0000 1.94
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/xfsdump
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.93 2012/07/15 17:44:29 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.94 2013/01/06 23:23:06 vapier Exp $
+
+*xfsdump-3.1.2 (06 Jan 2013)
+
+ 06 Jan 2013; Mike Frysinger <vapier@gentoo.org> +xfsdump-3.1.2.ebuild:
+ Version bump #450586 by Agostino Sarubbo.
15 Jul 2012; Raúl Porcel <armin76@gentoo.org> xfsdump-3.1.0.ebuild:
alpha/ia64 stable wrt #422223
1.1 sys-fs/xfsdump/xfsdump-3.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.1&content-type=text/plain
Index: xfsdump-3.1.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.1 2013/01/06 23:23:06 vapier Exp $
EAPI="4"
inherit multilib eutils
DESCRIPTION="xfs dump/restore utilities"
HOMEPAGE="http://oss.sgi.com/projects/xfs"
SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz
ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86"
IUSE=""
RDEPEND="sys-fs/e2fsprogs
!<sys-fs/xfsprogs-3
sys-apps/dmapi
>=sys-apps/attr-2.4.19"
DEPEND="${RDEPEND}
sys-devel/gettext"
src_prepare() {
sed -i \
-e "/^PKG_DOC_DIR/s:@pkg_name@:${PF}:" \
include/builddefs.in \
|| die
epatch "${FILESDIR}"/${PN}-3.0.5-prompt-overflow.patch #335115
epatch "${FILESDIR}"/${PN}-3.0.4-no-symlink.patch #311881
}
src_configure() {
unset PLATFORM #184564
export OPTIMIZER=${CFLAGS}
export DEBUG=-DNDEBUG
econf \
--libdir=/$(get_libdir) \
--libexecdir=/usr/$(get_libdir) \
--sbindir=/sbin
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/xfsdump: xfsdump-3.1.2.ebuild ChangeLog
@ 2013-03-26 15:45 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-26 15:45 UTC (permalink / raw
To: gentoo-commits
ago 13/03/26 15:45:13
Modified: xfsdump-3.1.2.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #457484
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 sys-fs/xfsdump/xfsdump-3.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?r1=1.1&r2=1.2
Index: xfsdump-3.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfsdump-3.1.2.ebuild 6 Jan 2013 23:23:06 -0000 1.1
+++ xfsdump-3.1.2.ebuild 26 Mar 2013 15:45: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/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.1 2013/01/06 23:23:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.2 2013/03/26 15:45:12 ago Exp $
EAPI="4"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86"
IUSE=""
RDEPEND="sys-fs/e2fsprogs
1.95 sys-fs/xfsdump/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?r1=1.94&r2=1.95
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog 6 Jan 2013 23:23:06 -0000 1.94
+++ ChangeLog 26 Mar 2013 15:45:12 -0000 1.95
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/xfsdump
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.94 2013/01/06 23:23:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.95 2013/03/26 15:45:12 ago Exp $
+
+ 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild:
+ Stable for amd64, wrt bug #457484
*xfsdump-3.1.2 (06 Jan 2013)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/xfsdump: xfsdump-3.1.2.ebuild ChangeLog
@ 2013-03-26 15:54 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-26 15:54 UTC (permalink / raw
To: gentoo-commits
ago 13/03/26 15:54:12
Modified: xfsdump-3.1.2.ebuild ChangeLog
Log:
Stable for x86, wrt bug #457484
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 sys-fs/xfsdump/xfsdump-3.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?r1=1.2&r2=1.3
Index: xfsdump-3.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfsdump-3.1.2.ebuild 26 Mar 2013 15:45:12 -0000 1.2
+++ xfsdump-3.1.2.ebuild 26 Mar 2013 15:54:12 -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/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.2 2013/03/26 15:45:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.3 2013/03/26 15:54:12 ago Exp $
EAPI="4"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc x86"
IUSE=""
RDEPEND="sys-fs/e2fsprogs
1.96 sys-fs/xfsdump/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 26 Mar 2013 15:45:12 -0000 1.95
+++ ChangeLog 26 Mar 2013 15:54:12 -0000 1.96
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/xfsdump
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.95 2013/03/26 15:45:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.96 2013/03/26 15:54:12 ago Exp $
+
+ 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild:
+ Stable for x86, wrt bug #457484
26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild:
Stable for amd64, wrt bug #457484
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/xfsdump: xfsdump-3.1.2.ebuild ChangeLog
@ 2013-03-26 18:11 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-26 18:11 UTC (permalink / raw
To: gentoo-commits
ago 13/03/26 18:11:56
Modified: xfsdump-3.1.2.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #457484
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 sys-fs/xfsdump/xfsdump-3.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?r1=1.3&r2=1.4
Index: xfsdump-3.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfsdump-3.1.2.ebuild 26 Mar 2013 15:54:12 -0000 1.3
+++ xfsdump-3.1.2.ebuild 26 Mar 2013 18:11:56 -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/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.3 2013/03/26 15:54:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.4 2013/03/26 18:11:56 ago Exp $
EAPI="4"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 -sparc x86"
IUSE=""
RDEPEND="sys-fs/e2fsprogs
1.97 sys-fs/xfsdump/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?r1=1.96&r2=1.97
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog 26 Mar 2013 15:54:12 -0000 1.96
+++ ChangeLog 26 Mar 2013 18:11:56 -0000 1.97
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/xfsdump
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.96 2013/03/26 15:54:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.97 2013/03/26 18:11:56 ago Exp $
+
+ 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild:
+ Stable for ppc, wrt bug #457484
26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild:
Stable for x86, wrt bug #457484
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/xfsdump: xfsdump-3.1.2.ebuild ChangeLog
@ 2013-03-27 9:29 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-27 9:29 UTC (permalink / raw
To: gentoo-commits
ago 13/03/27 09:29:59
Modified: xfsdump-3.1.2.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #457484
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 sys-fs/xfsdump/xfsdump-3.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?r1=1.4&r2=1.5
Index: xfsdump-3.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xfsdump-3.1.2.ebuild 26 Mar 2013 18:11:56 -0000 1.4
+++ xfsdump-3.1.2.ebuild 27 Mar 2013 09:29:59 -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/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.4 2013/03/26 18:11:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.5 2013/03/27 09:29:59 ago Exp $
EAPI="4"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 -sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 -sparc x86"
IUSE=""
RDEPEND="sys-fs/e2fsprogs
1.98 sys-fs/xfsdump/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?r1=1.97&r2=1.98
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog 26 Mar 2013 18:11:56 -0000 1.97
+++ ChangeLog 27 Mar 2013 09:29:59 -0000 1.98
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/xfsdump
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.97 2013/03/26 18:11:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.98 2013/03/27 09:29:59 ago Exp $
+
+ 27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild:
+ Stable for ppc64, wrt bug #457484
26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild:
Stable for ppc, wrt bug #457484
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/xfsdump: xfsdump-3.1.2.ebuild ChangeLog
@ 2013-03-28 22:42 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-28 22:42 UTC (permalink / raw
To: gentoo-commits
ago 13/03/28 22:42:38
Modified: xfsdump-3.1.2.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #457484
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 sys-fs/xfsdump/xfsdump-3.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?r1=1.5&r2=1.6
Index: xfsdump-3.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfsdump-3.1.2.ebuild 27 Mar 2013 09:29:59 -0000 1.5
+++ xfsdump-3.1.2.ebuild 28 Mar 2013 22:42:38 -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/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.5 2013/03/27 09:29:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.6 2013/03/28 22:42:38 ago Exp $
EAPI="4"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 -sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ppc64 -sparc x86"
IUSE=""
RDEPEND="sys-fs/e2fsprogs
1.99 sys-fs/xfsdump/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?r1=1.98&r2=1.99
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog 27 Mar 2013 09:29:59 -0000 1.98
+++ ChangeLog 28 Mar 2013 22:42:38 -0000 1.99
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/xfsdump
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.98 2013/03/27 09:29:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.99 2013/03/28 22:42:38 ago Exp $
+
+ 28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild:
+ Stable for ia64, wrt bug #457484
27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild:
Stable for ppc64, wrt bug #457484
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/xfsdump: xfsdump-3.1.2.ebuild ChangeLog
@ 2013-03-30 14:54 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-30 14:54 UTC (permalink / raw
To: gentoo-commits
ago 13/03/30 14:54:30
Modified: xfsdump-3.1.2.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #457484
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 sys-fs/xfsdump/xfsdump-3.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?r1=1.6&r2=1.7
Index: xfsdump-3.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfsdump-3.1.2.ebuild 28 Mar 2013 22:42:38 -0000 1.6
+++ xfsdump-3.1.2.ebuild 30 Mar 2013 14:54:30 -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/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.6 2013/03/28 22:42:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.7 2013/03/30 14:54:30 ago Exp $
EAPI="4"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ppc ppc64 -sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 -sparc x86"
IUSE=""
RDEPEND="sys-fs/e2fsprogs
1.100 sys-fs/xfsdump/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?r1=1.99&r2=1.100
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog 28 Mar 2013 22:42:38 -0000 1.99
+++ ChangeLog 30 Mar 2013 14:54:30 -0000 1.100
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/xfsdump
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.99 2013/03/28 22:42:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.100 2013/03/30 14:54:30 ago Exp $
+
+ 30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild:
+ Stable for alpha, wrt bug #457484
28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild:
Stable for ia64, wrt bug #457484
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-fs/xfsdump: xfsdump-3.1.2.ebuild ChangeLog
@ 2013-04-02 11:19 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 11:19 UTC (permalink / raw
To: gentoo-commits
ago 13/04/02 11:19:24
Modified: xfsdump-3.1.2.ebuild ChangeLog
Log:
Stable for hppa, wrt bug #457484
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 sys-fs/xfsdump/xfsdump-3.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild?r1=1.7&r2=1.8
Index: xfsdump-3.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xfsdump-3.1.2.ebuild 30 Mar 2013 14:54:30 -0000 1.7
+++ xfsdump-3.1.2.ebuild 2 Apr 2013 11:19:24 -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/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.7 2013/03/30 14:54:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-3.1.2.ebuild,v 1.8 2013/04/02 11:19:24 ago Exp $
EAPI="4"
@@ -13,7 +13,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 -sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 -sparc x86"
IUSE=""
RDEPEND="sys-fs/e2fsprogs
1.101 sys-fs/xfsdump/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/xfsdump/ChangeLog?r1=1.100&r2=1.101
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog 30 Mar 2013 14:54:30 -0000 1.100
+++ ChangeLog 2 Apr 2013 11:19:24 -0000 1.101
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/xfsdump
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.100 2013/03/30 14:54:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.101 2013/04/02 11:19:24 ago Exp $
+
+ 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild:
+ Stable for hppa, wrt bug #457484
30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> xfsdump-3.1.2.ebuild:
Stable for alpha, wrt bug #457484
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-04-02 11:19 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 11:19 [gentoo-commits] gentoo-x86 commit in sys-fs/xfsdump: xfsdump-3.1.2.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-03-30 14:54 Agostino Sarubbo (ago)
2013-03-28 22:42 Agostino Sarubbo (ago)
2013-03-27 9:29 Agostino Sarubbo (ago)
2013-03-26 18:11 Agostino Sarubbo (ago)
2013-03-26 15:54 Agostino Sarubbo (ago)
2013-03-26 15:45 Agostino Sarubbo (ago)
2013-01-06 23:23 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox