public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/kprof: kprof-1.4.3-r1.ebuild
@ 2009-10-12 11:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-12 11:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/12 11:05:35

  Modified:             kprof-1.4.3-r1.ebuild
  Log:
  Make patches an array
  (Portage version: 2.2_rc44/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-util/kprof/kprof-1.4.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kprof/kprof-1.4.3-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kprof/kprof-1.4.3-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kprof/kprof-1.4.3-r1.ebuild?r1=1.8&r2=1.9

Index: kprof-1.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kprof/kprof-1.4.3-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- kprof-1.4.3-r1.ebuild	19 Jul 2009 11:38:38 -0000	1.8
+++ kprof-1.4.3-r1.ebuild	12 Oct 2009 11:05:35 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/kprof-1.4.3-r1.ebuild,v 1.8 2009/07/19 11:38:38 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/kprof-1.4.3-r1.ebuild,v 1.9 2009/10/12 11:05:35 ssuominen Exp $
 
 inherit kde eutils
 
@@ -17,10 +17,10 @@
 RDEPEND="media-gfx/graphviz"
 need-kde 3.5
 
-PATCHES="${FILESDIR}/${P}-debian7.diff
-		${FILESDIR}/${P}-gcc4.3.patch"
+PATCHES=( "${FILESDIR}/${P}-debian7.diff"
+	"${FILESDIR}/${P}-gcc4.3.patch" )
 
-S="${WORKDIR}/${PN}"
+S=${WORKDIR}/${PN}
 
 src_unpack() {
 	kde_src_unpack
@@ -31,5 +31,5 @@
 }
 
 src_install() {
-	MAKEOPTS="-j1" kde_src_install
+	MAKEOPTS="${MAKEOPTS} -j1" kde_src_install
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/kprof: kprof-1.4.3-r1.ebuild
@ 2009-11-10 22:57 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-11-10 22:57 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/11/10 22:57:01

  Modified:             kprof-1.4.3-r1.ebuild
  Log:
  ARTS_REQUIRED=never
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-util/kprof/kprof-1.4.3-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kprof/kprof-1.4.3-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kprof/kprof-1.4.3-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/kprof/kprof-1.4.3-r1.ebuild?r1=1.9&r2=1.10

Index: kprof-1.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/kprof/kprof-1.4.3-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- kprof-1.4.3-r1.ebuild	12 Oct 2009 11:05:35 -0000	1.9
+++ kprof-1.4.3-r1.ebuild	10 Nov 2009 22:57:00 -0000	1.10
@@ -1,7 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/kprof-1.4.3-r1.ebuild,v 1.9 2009/10/12 11:05:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/kprof-1.4.3-r1.ebuild,v 1.10 2009/11/10 22:57:00 ssuominen Exp $
 
+ARTS_REQUIRED=never
 inherit kde eutils
 
 DESCRIPTION="A KDE3 visual tool helping developers to analyze the profiling results generated by code profilers."
@@ -9,12 +10,13 @@
 SRC_URI="mirror://sourceforge/kprof/${P}.tar.bz2
 	mirror://gentoo/kde-admindir-3.5.5.tar.bz2"
 
-SLOT="3.5"
 LICENSE="GPL-2"
+SLOT="3.5"
 KEYWORDS="amd64 ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="media-gfx/graphviz"
+
 need-kde 3.5
 
 PATCHES=( "${FILESDIR}/${P}-debian7.diff"
@@ -24,10 +26,8 @@
 
 src_unpack() {
 	kde_src_unpack
-
-	# Fixing the desktop file to use UTF-8.
-	sed -i -e "s:r\xE9sultats:résultats:" "${S}"/kprof/kprof.desktop \
-		|| die "sed'ing the desktop file failed."
+	# Fixing the desktop file to use UTF-8
+	sed -i -e "s:r\xE9sultats:résultats:" "${S}"/kprof/kprof.desktop || die
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-10 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-10 22:57 [gentoo-commits] gentoo-x86 commit in dev-util/kprof: kprof-1.4.3-r1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-12 11:05 Samuli Suominen (ssuominen)

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