* [gentoo-commits] gentoo-x86 commit in net-analyzer/mtr: mtr-0.85.ebuild ChangeLog
@ 2013-07-12 18:27 Jason Donenfeld (zx2c4)
0 siblings, 0 replies; 8+ messages in thread
From: Jason Donenfeld (zx2c4) @ 2013-07-12 18:27 UTC (permalink / raw
To: gentoo-commits
zx2c4 13/07/12 18:27:28
Modified: mtr-0.85.ebuild ChangeLog
Log:
Clean up upstream's .o files that cause build issues.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)
Revision Changes Path
1.6 net-analyzer/mtr/mtr-0.85.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?r1=1.5&r2=1.6
Index: mtr-0.85.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mtr-0.85.ebuild 11 Jul 2013 23:27:33 -0000 1.5
+++ mtr-0.85.ebuild 12 Jul 2013 18:27:27 -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/net-analyzer/mtr/mtr-0.85.ebuild,v 1.5 2013/07/11 23:27:33 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v 1.6 2013/07/12 18:27:27 zx2c4 Exp $
EAPI=5
inherit eutils autotools flag-o-matic
@@ -45,6 +45,12 @@
$(use_with gtk glib) \
$(use_with gtk) \
$(use_enable ipv6)
+
+ # It's a bit absurd to have to do this, but the package isn't
+ # actually "configured" and ready to be compiled until this is
+ # done because upstream packaged .o files with the tarball.
+ # Remember to take this out on future versions.
+ emake clean
}
src_install() {
1.138 net-analyzer/mtr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.138&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?r1=1.137&r2=1.138
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog 11 Jul 2013 23:27:33 -0000 1.137
+++ ChangeLog 12 Jul 2013 18:27:27 -0000 1.138
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/mtr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.137 2013/07/11 23:27:33 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.138 2013/07/12 18:27:27 zx2c4 Exp $
+
+ 12 Jul 2013; Jason A. Donenfeld <zx2c4@gentoo.org> mtr-0.85.ebuild:
+ Clean up upstream's .o files that cause build issues.
11 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> mtr-0.85.ebuild:
Remove workaround for glib dependency and make it optional, wrt bug #456788
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/mtr: mtr-0.85.ebuild ChangeLog
@ 2013-07-20 14:10 Fabian Groffen (grobian)
0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen (grobian) @ 2013-07-20 14:10 UTC (permalink / raw
To: gentoo-commits
grobian 13/07/20 14:10:25
Modified: mtr-0.85.ebuild ChangeLog
Log:
Reproduce upstream commit to fix building on OSX, bug #476736
(Portage version: 2.2.01.22124-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path
1.7 net-analyzer/mtr/mtr-0.85.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?r1=1.6&r2=1.7
Index: mtr-0.85.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mtr-0.85.ebuild 12 Jul 2013 18:27:27 -0000 1.6
+++ mtr-0.85.ebuild 20 Jul 2013 14:10:25 -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/net-analyzer/mtr/mtr-0.85.ebuild,v 1.6 2013/07/12 18:27:27 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v 1.7 2013/07/20 14:10:25 grobian Exp $
EAPI=5
inherit eutils autotools flag-o-matic
@@ -32,6 +32,10 @@
"${FILESDIR}"/0.85-ipv6.patch \
"${FILESDIR}"/0.85-gtk.patch
+ # https://github.com/traviscross/mtr/commit/2a08115f2c026232e2172db7f894d12306594d1d
+ # https://bugs.gentoo.org/show_bug.cgi?id=476736
+ sed -i -e '/#ifndef __APPLE__/s/ifndef/ifdef/' asn.c || die'
+
# Keep this comment and following mv, even in case ebuild does not need
# it: kept gtk-2.0.m4 in SRC_URI but you'll have to mv it before autoreconf
mv "${WORKDIR}"/gtk-2.0-for-mtr.m4 gtk-2.0.m4 #222909
1.139 net-analyzer/mtr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?r1=1.138&r2=1.139
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog 12 Jul 2013 18:27:27 -0000 1.138
+++ ChangeLog 20 Jul 2013 14:10:25 -0000 1.139
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/mtr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.138 2013/07/12 18:27:27 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.139 2013/07/20 14:10:25 grobian Exp $
+
+ 20 Jul 2013; Fabian Groffen <grobian@gentoo.org> mtr-0.85.ebuild:
+ Reproduce upstream commit to fix building on OSX, bug #476736
12 Jul 2013; Jason A. Donenfeld <zx2c4@gentoo.org> mtr-0.85.ebuild:
Clean up upstream's .o files that cause build issues.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/mtr: mtr-0.85.ebuild ChangeLog
@ 2013-09-02 21:52 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-02 21:52 UTC (permalink / raw
To: gentoo-commits
ago 13/09/02 21:52:32
Modified: mtr-0.85.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #482936
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 net-analyzer/mtr/mtr-0.85.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?r1=1.10&r2=1.11
Index: mtr-0.85.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mtr-0.85.ebuild 30 Aug 2013 09:21:34 -0000 1.10
+++ mtr-0.85.ebuild 2 Sep 2013 21:52:32 -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/net-analyzer/mtr/mtr-0.85.ebuild,v 1.10 2013/08/30 09:21:34 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v 1.11 2013/09/02 21:52:32 ago Exp $
EAPI=5
inherit eutils autotools flag-o-matic
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="gtk ipv6 suid"
RDEPEND="
1.143 net-analyzer/mtr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.143&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.143&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?r1=1.142&r2=1.143
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog 30 Aug 2013 09:21:34 -0000 1.142
+++ ChangeLog 2 Sep 2013 21:52:32 -0000 1.143
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/mtr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.142 2013/08/30 09:21:34 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.143 2013/09/02 21:52:32 ago Exp $
+
+ 02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> mtr-0.85.ebuild:
+ Stable for alpha, wrt bug #482936
30 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> mtr-0.85.ebuild:
Stable on arm, wrt bug #482936
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/mtr: mtr-0.85.ebuild ChangeLog
@ 2013-09-03 11:54 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-03 11:54 UTC (permalink / raw
To: gentoo-commits
ago 13/09/03 11:54:29
Modified: mtr-0.85.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #482936
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 net-analyzer/mtr/mtr-0.85.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?r1=1.11&r2=1.12
Index: mtr-0.85.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mtr-0.85.ebuild 2 Sep 2013 21:52:32 -0000 1.11
+++ mtr-0.85.ebuild 3 Sep 2013 11:54:29 -0000 1.12
@@ -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/net-analyzer/mtr/mtr-0.85.ebuild,v 1.11 2013/09/02 21:52:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v 1.12 2013/09/03 11:54:29 ago Exp $
EAPI=5
inherit eutils autotools flag-o-matic
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="gtk ipv6 suid"
RDEPEND="
1.144 net-analyzer/mtr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.144&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.144&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?r1=1.143&r2=1.144
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- ChangeLog 2 Sep 2013 21:52:32 -0000 1.143
+++ ChangeLog 3 Sep 2013 11:54:29 -0000 1.144
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/mtr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.143 2013/09/02 21:52:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.144 2013/09/03 11:54:29 ago Exp $
+
+ 03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> mtr-0.85.ebuild:
+ Stable for ia64, wrt bug #482936
02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> mtr-0.85.ebuild:
Stable for alpha, wrt bug #482936
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/mtr: mtr-0.85.ebuild ChangeLog
@ 2013-09-04 9:03 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-04 9:03 UTC (permalink / raw
To: gentoo-commits
ago 13/09/04 09:03:19
Modified: mtr-0.85.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #482936
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.13 net-analyzer/mtr/mtr-0.85.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?r1=1.12&r2=1.13
Index: mtr-0.85.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mtr-0.85.ebuild 3 Sep 2013 11:54:29 -0000 1.12
+++ mtr-0.85.ebuild 4 Sep 2013 09:03:19 -0000 1.13
@@ -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/net-analyzer/mtr/mtr-0.85.ebuild,v 1.12 2013/09/03 11:54:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v 1.13 2013/09/04 09:03:19 ago Exp $
EAPI=5
inherit eutils autotools flag-o-matic
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="gtk ipv6 suid"
RDEPEND="
1.145 net-analyzer/mtr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.145&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.145&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?r1=1.144&r2=1.145
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog 3 Sep 2013 11:54:29 -0000 1.144
+++ ChangeLog 4 Sep 2013 09:03:19 -0000 1.145
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/mtr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.144 2013/09/03 11:54:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.145 2013/09/04 09:03:19 ago Exp $
+
+ 04 Sep 2013; Agostino Sarubbo <ago@gentoo.org> mtr-0.85.ebuild:
+ Stable for ppc, wrt bug #482936
03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> mtr-0.85.ebuild:
Stable for ia64, wrt bug #482936
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/mtr: mtr-0.85.ebuild ChangeLog
@ 2013-09-05 13:26 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-05 13:26 UTC (permalink / raw
To: gentoo-commits
ago 13/09/05 13:26:48
Modified: mtr-0.85.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #482936
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.14 net-analyzer/mtr/mtr-0.85.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?r1=1.13&r2=1.14
Index: mtr-0.85.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mtr-0.85.ebuild 4 Sep 2013 09:03:19 -0000 1.13
+++ mtr-0.85.ebuild 5 Sep 2013 13:26:48 -0000 1.14
@@ -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/net-analyzer/mtr/mtr-0.85.ebuild,v 1.13 2013/09/04 09:03:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v 1.14 2013/09/05 13:26:48 ago Exp $
EAPI=5
inherit eutils autotools flag-o-matic
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="gtk ipv6 suid"
RDEPEND="
1.146 net-analyzer/mtr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.146&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.146&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?r1=1.145&r2=1.146
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog 4 Sep 2013 09:03:19 -0000 1.145
+++ ChangeLog 5 Sep 2013 13:26:48 -0000 1.146
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/mtr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.145 2013/09/04 09:03:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.146 2013/09/05 13:26:48 ago Exp $
+
+ 05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> mtr-0.85.ebuild:
+ Stable for ppc64, wrt bug #482936
04 Sep 2013; Agostino Sarubbo <ago@gentoo.org> mtr-0.85.ebuild:
Stable for ppc, wrt bug #482936
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/mtr: mtr-0.85.ebuild ChangeLog
@ 2013-09-07 20:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-07 20:16 UTC (permalink / raw
To: gentoo-commits
ago 13/09/07 20:16:19
Modified: mtr-0.85.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #482936
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.15 net-analyzer/mtr/mtr-0.85.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?r1=1.14&r2=1.15
Index: mtr-0.85.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mtr-0.85.ebuild 5 Sep 2013 13:26:48 -0000 1.14
+++ mtr-0.85.ebuild 7 Sep 2013 20:16:19 -0000 1.15
@@ -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/net-analyzer/mtr/mtr-0.85.ebuild,v 1.14 2013/09/05 13:26:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v 1.15 2013/09/07 20:16:19 ago Exp $
EAPI=5
inherit eutils autotools flag-o-matic
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="gtk ipv6 suid"
RDEPEND="
1.147 net-analyzer/mtr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.147&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.147&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?r1=1.146&r2=1.147
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog 5 Sep 2013 13:26:48 -0000 1.146
+++ ChangeLog 7 Sep 2013 20:16:19 -0000 1.147
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/mtr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.146 2013/09/05 13:26:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.147 2013/09/07 20:16:19 ago Exp $
+
+ 07 Sep 2013; Agostino Sarubbo <ago@gentoo.org> mtr-0.85.ebuild:
+ Stable for sparc, wrt bug #482936
05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> mtr-0.85.ebuild:
Stable for ppc64, wrt bug #482936
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/mtr: mtr-0.85.ebuild ChangeLog
@ 2013-11-17 8:11 Naohiro Aota (naota)
0 siblings, 0 replies; 8+ messages in thread
From: Naohiro Aota (naota) @ 2013-11-17 8:11 UTC (permalink / raw
To: gentoo-commits
naota 13/11/17 08:11:36
Modified: mtr-0.85.ebuild ChangeLog
Log:
Add ~x86-fbsd. #482934
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Revision Changes Path
1.16 net-analyzer/mtr/mtr-0.85.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild?r1=1.15&r2=1.16
Index: mtr-0.85.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mtr-0.85.ebuild 7 Sep 2013 20:16:19 -0000 1.15
+++ mtr-0.85.ebuild 17 Nov 2013 08:11:36 -0000 1.16
@@ -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/net-analyzer/mtr/mtr-0.85.ebuild,v 1.15 2013/09/07 20:16:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/mtr-0.85.ebuild,v 1.16 2013/11/17 08:11:36 naota Exp $
EAPI=5
inherit eutils autotools flag-o-matic
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="gtk ipv6 suid"
RDEPEND="
1.149 net-analyzer/mtr/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/mtr/ChangeLog?r1=1.148&r2=1.149
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog 27 Sep 2013 13:46:45 -0000 1.148
+++ ChangeLog 17 Nov 2013 08:11:36 -0000 1.149
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/mtr
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.148 2013/09/27 13:46:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/mtr/ChangeLog,v 1.149 2013/11/17 08:11:36 naota Exp $
+
+ 17 Nov 2013; Naohiro Aota <naota@gentoo.org> mtr-0.85.ebuild:
+ Add ~x86-fbsd. #482934
*mtr-9999 (27 Sep 2013)
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-11-17 8:11 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-17 8:11 [gentoo-commits] gentoo-x86 commit in net-analyzer/mtr: mtr-0.85.ebuild ChangeLog Naohiro Aota (naota)
-- strict thread matches above, loose matches on Subject: below --
2013-09-07 20:16 Agostino Sarubbo (ago)
2013-09-05 13:26 Agostino Sarubbo (ago)
2013-09-04 9:03 Agostino Sarubbo (ago)
2013-09-03 11:54 Agostino Sarubbo (ago)
2013-09-02 21:52 Agostino Sarubbo (ago)
2013-07-20 14:10 Fabian Groffen (grobian)
2013-07-12 18:27 Jason Donenfeld (zx2c4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox