Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mytop: mytop-1.4.ebuild mytop-1.6.ebuild ChangeLog
Date: Sat, 01 Nov 2008 09:14:24
Message-Id: E1KwCYn-0004sJ-7K@stork.gentoo.org
1 robbat2 08/11/01 09:14:21
2
3 Modified: mytop-1.4.ebuild mytop-1.6.ebuild ChangeLog
4 Log:
5 make repoman happy.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-hardened-r4 x86_64)
7
8 Revision Changes Path
9 1.17 dev-db/mytop/mytop-1.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild?r1=1.16&r2=1.17
14
15 Index: mytop-1.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -p -w -b -B -u -u -r1.16 -r1.17
21 --- mytop-1.4.ebuild 10 Dec 2006 17:09:25 -0000 1.16
22 +++ mytop-1.4.ebuild 1 Nov 2008 09:14:21 -0000 1.17
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v 1.16 2006/12/10 17:09:25 vivo Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v 1.17 2008/11/01 09:14:21 robbat2 Exp $
29
30 inherit perl-app
31
32 @@ -22,5 +22,7 @@ DEPEND="dev-perl/DBD-mysql
33
34 src_install() {
35 perl-module_src_install
36 - sed -i "s|socket => '',|socket => '/var/run/mysqld/mysqld.sock',|g" ${D}/usr/bin/mytop
37 + sed -i -r\
38 + -e "s|socket( +)=> '',|socket\1=> '/var/run/mysqld/mysqld.sock',|g" \
39 + "${D}"/usr/bin/mytop
40 }
41
42
43
44 1.2 dev-db/mytop/mytop-1.6.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/mytop-1.6.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/mytop-1.6.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/mytop-1.6.ebuild?r1=1.1&r2=1.2
49
50 Index: mytop-1.6.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.6.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -p -w -b -B -u -u -r1.1 -r1.2
56 --- mytop-1.6.ebuild 1 Nov 2008 08:44:04 -0000 1.1
57 +++ mytop-1.6.ebuild 1 Nov 2008 09:14:21 -0000 1.2
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.6.ebuild,v 1.1 2008/11/01 08:44:04 robbat2 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.6.ebuild,v 1.2 2008/11/01 09:14:21 robbat2 Exp $
63
64 inherit perl-app
65
66 @@ -9,7 +9,7 @@ HOMEPAGE="http://jeremy.zawodny.com/mysq
67 SRC_URI="http://jeremy.zawodny.com/mysql/mytop/${P}.tar.gz"
68
69 LICENSE="|| ( Artistic GPL-2 )"
70 -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
71 +KEYWORDS="alpha amd64 ppc sparc x86"
72 SLOT="0"
73 IUSE=""
74
75 @@ -22,5 +22,7 @@ DEPEND="dev-perl/DBD-mysql
76
77 src_install() {
78 perl-module_src_install
79 - sed -i "s|socket => '',|socket => '/var/run/mysqld/mysqld.sock',|g" ${D}/usr/bin/mytop
80 + sed -i -r\
81 + -e "s|socket( +)=> '',|socket\1=> '/var/run/mysqld/mysqld.sock',|g" \
82 + "${D}"/usr/bin/mytop
83 }
84
85
86
87 1.17 dev-db/mytop/ChangeLog
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/ChangeLog?rev=1.17&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/ChangeLog?rev=1.17&content-type=text/plain
91 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/ChangeLog?r1=1.16&r2=1.17
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/dev-db/mytop/ChangeLog,v
96 retrieving revision 1.16
97 retrieving revision 1.17
98 diff -p -w -b -B -u -u -r1.16 -r1.17
99 --- ChangeLog 1 Nov 2008 08:44:04 -0000 1.16
100 +++ ChangeLog 1 Nov 2008 09:14:21 -0000 1.17
101 @@ -1,6 +1,10 @@
102 # ChangeLog for dev-db/mytop
103 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/ChangeLog,v 1.16 2008/11/01 08:44:04 robbat2 Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/ChangeLog,v 1.17 2008/11/01 09:14:21 robbat2 Exp $
106 +
107 + 01 Nov 2008; Robin H. Johnson <robbat2@g.o> mytop-1.4.ebuild,
108 + mytop-1.6.ebuild:
109 + make repoman happy.
110
111 *mytop-1.6 (01 Nov 2008)