public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/mytop: mytop-1.4.ebuild mytop-1.6.ebuild ChangeLog
@ 2008-11-01  9:14 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2008-11-01  9:14 UTC (permalink / raw
  To: gentoo-commits

robbat2     08/11/01 09:14:21

  Modified:             mytop-1.4.ebuild mytop-1.6.ebuild ChangeLog
  Log:
  make repoman happy.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26-hardened-r4 x86_64)

Revision  Changes    Path
1.17                 dev-db/mytop/mytop-1.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild?r1=1.16&r2=1.17

Index: mytop-1.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -p -w -b -B -u -u -r1.16 -r1.17
--- mytop-1.4.ebuild	10 Dec 2006 17:09:25 -0000	1.16
+++ mytop-1.4.ebuild	1 Nov 2008 09:14:21 -0000	1.17
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v 1.16 2006/12/10 17:09:25 vivo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v 1.17 2008/11/01 09:14:21 robbat2 Exp $
 
 inherit perl-app
 
@@ -22,5 +22,7 @@ DEPEND="dev-perl/DBD-mysql
 
 src_install() {
 	perl-module_src_install
-	sed -i "s|socket        => '',|socket        => '/var/run/mysqld/mysqld.sock',|g" ${D}/usr/bin/mytop
+	sed -i -r\
+		-e "s|socket( +)=> '',|socket\1=> '/var/run/mysqld/mysqld.sock',|g" \
+		"${D}"/usr/bin/mytop
 }



1.2                  dev-db/mytop/mytop-1.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/mytop-1.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/mytop-1.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/mytop-1.6.ebuild?r1=1.1&r2=1.2

Index: mytop-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -w -b -B -u -u -r1.1 -r1.2
--- mytop-1.6.ebuild	1 Nov 2008 08:44:04 -0000	1.1
+++ mytop-1.6.ebuild	1 Nov 2008 09:14:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.6.ebuild,v 1.1 2008/11/01 08:44:04 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.6.ebuild,v 1.2 2008/11/01 09:14:21 robbat2 Exp $
 
 inherit perl-app
 
@@ -9,7 +9,7 @@ HOMEPAGE="http://jeremy.zawodny.com/mysq
 SRC_URI="http://jeremy.zawodny.com/mysql/mytop/${P}.tar.gz"
 
 LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ppc sparc x86"
 SLOT="0"
 IUSE=""
 
@@ -22,5 +22,7 @@ DEPEND="dev-perl/DBD-mysql
 
 src_install() {
 	perl-module_src_install
-	sed -i "s|socket        => '',|socket        => '/var/run/mysqld/mysqld.sock',|g" ${D}/usr/bin/mytop
+	sed -i -r\
+		-e "s|socket( +)=> '',|socket\1=> '/var/run/mysqld/mysqld.sock',|g" \
+		"${D}"/usr/bin/mytop
 }



1.17                 dev-db/mytop/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/mytop/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mytop/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -p -w -b -B -u -u -r1.16 -r1.17
--- ChangeLog	1 Nov 2008 08:44:04 -0000	1.16
+++ ChangeLog	1 Nov 2008 09:14:21 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-db/mytop
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/ChangeLog,v 1.16 2008/11/01 08:44:04 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/ChangeLog,v 1.17 2008/11/01 09:14:21 robbat2 Exp $
+
+  01 Nov 2008; Robin H. Johnson <robbat2@gentoo.org> mytop-1.4.ebuild,
+  mytop-1.6.ebuild:
+  make repoman happy.
 
 *mytop-1.6 (01 Nov 2008)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-01  9:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-01  9:14 [gentoo-commits] gentoo-x86 commit in dev-db/mytop: mytop-1.4.ebuild mytop-1.6.ebuild ChangeLog Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox