public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/icewoed: icewoed-1.8.ebuild ChangeLog
@ 2008-05-08 13:07 Patrick Kursawe (phosphan)
  0 siblings, 0 replies; only message in thread
From: Patrick Kursawe (phosphan) @ 2008-05-08 13:07 UTC (permalink / raw
  To: gentoo-commits

phosphan    08/05/08 13:07:27

  Modified:             icewoed-1.8.ebuild ChangeLog
  Log:
  Avoiding pre-stripping of the binary, bug #220094
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.7                  x11-misc/icewoed/icewoed-1.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild?r1=1.6&r2=1.7

Index: icewoed-1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- icewoed-1.8.ebuild	27 Feb 2006 07:09:30 -0000	1.6
+++ icewoed-1.8.ebuild	8 May 2008 13:07:27 -0000	1.7
@@ -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/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.6 2006/02/27 07:09:30 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.8.ebuild,v 1.7 2008/05/08 13:07:27 phosphan Exp $
 
 DESCRIPTION="IceWM winoptions editor."
 SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
@@ -15,16 +15,17 @@
 
 src_unpack () {
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 	sed -e 's:/usr/local:/usr:' -i ${PN}.pro || die 'sed failed'
 	echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}"
 }
 
 src_compile () {
-	${QTDIR}/bin/qmake || die
+	${QTDIR}/bin/qmake || die "qmake failed"
+	emake || die "emake failed"
 }
 
 src_install () {
-	make INSTALL_ROOT="${D}" install || die
+	dobin icewoed
 	dodoc AUTHORS README TODO ChangeLog
 }



1.20                 x11-misc/icewoed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icewoed/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icewoed/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/icewoed/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	21 Feb 2007 23:46:13 -0000	1.19
+++ ChangeLog	8 May 2008 13:07:27 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/icewoed
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.19 2007/02/21 23:46:13 jokey Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.20 2008/05/08 13:07:27 phosphan Exp $
+
+  08 May 2008; Patrick Kursawe <phosphan@gentoo.org> icewoed-1.8.ebuild:
+  Avoiding pre-stripping of the binary, bug #220094
 
   21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
   Redigest for Manifest2



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-05-08 13:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-08 13:07 [gentoo-commits] gentoo-x86 commit in x11-misc/icewoed: icewoed-1.8.ebuild ChangeLog Patrick Kursawe (phosphan)

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