Gentoo Archives: gentoo-commits

From: "Andrew Savchenko (bircoph)" <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/oprofile: ChangeLog oprofile-0.9.9-r1.ebuild oprofile-1.0.0-r1.ebuild oprofile-0.9.8.ebuild oprofile-0.9.9.ebuild
Date: Fri, 27 Feb 2015 14:11:31
Message-Id: 20150227141126.4BDC412AB1@oystercatcher.gentoo.org
1 bircoph 15/02/27 14:11:26
2
3 Modified: ChangeLog oprofile-0.9.9-r1.ebuild
4 oprofile-1.0.0-r1.ebuild
5 Removed: oprofile-0.9.8.ebuild oprofile-0.9.9.ebuild
6 Log:
7 remove old, fix qa
8
9 Signed-off-by: Andrew Savchenko <bircoph@g.o>
10 (Portage version: 2.2.17/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)
11
12 Revision Changes Path
13 1.111 dev-util/oprofile/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.111&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?rev=1.111&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/ChangeLog?r1=1.110&r2=1.111
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v
22 retrieving revision 1.110
23 retrieving revision 1.111
24 diff -u -r1.110 -r1.111
25 --- ChangeLog 27 Feb 2015 11:12:51 -0000 1.110
26 +++ ChangeLog 27 Feb 2015 14:11:26 -0000 1.111
27 @@ -1,6 +1,11 @@
28 # ChangeLog for dev-util/oprofile
29 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.110 2015/02/27 11:12:51 ago Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/ChangeLog,v 1.111 2015/02/27 14:11:26 bircoph Exp $
32 +
33 + 27 Feb 2015; Andrew Savchenko <bircoph@g.o> -oprofile-0.9.8.ebuild,
34 + -oprofile-0.9.9.ebuild, oprofile-0.9.9-r1.ebuild, oprofile-1.0.0-r1.ebuild:
35 + Fix repoman warnings about missing dependency slots.
36 + Remove old versions.
37
38 27 Feb 2015; Agostino Sarubbo <ago@g.o> oprofile-0.9.9-r1.ebuild:
39 Stable for sparc, wrt bug #536166
40
41
42
43 1.10 dev-util/oprofile/oprofile-0.9.9-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.9-r1.ebuild?rev=1.10&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.9-r1.ebuild?rev=1.10&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-0.9.9-r1.ebuild?r1=1.9&r2=1.10
48
49 Index: oprofile-0.9.9-r1.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.9-r1.ebuild,v
52 retrieving revision 1.9
53 retrieving revision 1.10
54 diff -u -r1.9 -r1.10
55 --- oprofile-0.9.9-r1.ebuild 27 Feb 2015 11:12:51 -0000 1.9
56 +++ oprofile-0.9.9-r1.ebuild 27 Feb 2015 14:11:26 -0000 1.10
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2015 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.9-r1.ebuild,v 1.9 2015/02/27 11:12:51 ago Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-0.9.9-r1.ebuild,v 1.10 2015/02/27 14:11:26 bircoph Exp $
62
63 EAPI="5"
64 inherit autotools eutils linux-info multilib user java-pkg-opt-2
65 @@ -16,10 +16,10 @@
66 IUSE="java pch qt4"
67
68 DEPEND=">=dev-libs/popt-1.7-r1
69 - >=sys-devel/binutils-2.14.90.0.6-r3
70 + >=sys-devel/binutils-2.14.90.0.6-r3:*
71 >=sys-libs/glibc-2.3.2-r1
72 qt4? ( dev-qt/qtgui:4[qt3support] )
73 - java? ( >=virtual/jdk-1.5 )"
74 + java? ( >=virtual/jdk-1.5:= )"
75 RDEPEND="${DEPEND}"
76
77 S="${WORKDIR}/${MY_P}"
78
79
80
81 1.2 dev-util/oprofile/oprofile-1.0.0-r1.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-1.0.0-r1.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-1.0.0-r1.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/oprofile/oprofile-1.0.0-r1.ebuild?r1=1.1&r2=1.2
86
87 Index: oprofile-1.0.0-r1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-1.0.0-r1.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- oprofile-1.0.0-r1.ebuild 9 Feb 2015 07:55:30 -0000 1.1
94 +++ oprofile-1.0.0-r1.ebuild 27 Feb 2015 14:11:26 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2015 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-1.0.0-r1.ebuild,v 1.1 2015/02/09 07:55:30 jer Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-util/oprofile/oprofile-1.0.0-r1.ebuild,v 1.2 2015/02/27 14:11:26 bircoph Exp $
100
101 EAPI="5"
102 inherit eutils java-pkg-opt-2 linux-info multilib user
103 @@ -16,9 +16,9 @@
104 IUSE="java pch"
105
106 RDEPEND=">=dev-libs/popt-1.7-r1
107 - >=sys-devel/binutils-2.14.90.0.6-r3
108 + >=sys-devel/binutils-2.14.90.0.6-r3:*
109 >=sys-libs/glibc-2.3.2-r1
110 - java? ( >=virtual/jdk-1.5 )"
111 + java? ( >=virtual/jdk-1.5:= )"
112 DEPEND="${RDEPEND}
113 >=sys-kernel/linux-headers-2.6.31"