public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernard Cafarelli (voyageur)" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmxres: wmxres-1.2.ebuild ChangeLog
Date: Tue,  3 Jul 2012 14:15:54 +0000 (UTC)	[thread overview]
Message-ID: <20120703141554.2C2682004B@flycatcher.gentoo.org> (raw)

voyageur    12/07/03 14:15:54

  Modified:             wmxres-1.2.ebuild ChangeLog
  Log:
  Clean over-enthusiastic sed call, bug #424141. Ebuild cleanup and EAPI bump
  
  (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 x11-plugins/wmxres/wmxres-1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild?r1=1.9&r2=1.10

Index: wmxres-1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wmxres-1.2.ebuild	5 Oct 2010 20:29:16 -0000	1.9
+++ wmxres-1.2.ebuild	3 Jul 2012 14:15:54 -0000	1.10
@@ -1,7 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.9 2010/10/05 20:29:16 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/wmxres-1.2.ebuild,v 1.10 2012/07/03 14:15:54 voyageur Exp $
 
+EAPI=4
 inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="Dock application to select your display mode among those possible"
@@ -24,17 +25,15 @@
 
 S=${WORKDIR}/${PN}.app
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${PN}-debian-1.1-1.2.patch
 	sed -e "s:-g -c -O2:${CFLAGS} -c:" \
-		-e "s:cc:$(tc-getCC) \$(LDFLAGS):g" -i Makefile
+		-e "s:\tcc :\t $(tc-getCC) \$(LDFLAGS) :g" \
+		-i Makefile || die "sed failed"
 }
 
 src_compile() {
-	emake INCDIR="-I/usr/include" \
-		LIBDIR="-L/usr/$(get_libdir)" || die "emake failed."
+	emake INCDIR="-I/usr/include" LIBDIR="-L/usr/$(get_libdir)"
 }
 
 src_install() {



1.10                 x11-plugins/wmxres/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmxres/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	5 Oct 2010 20:29:16 -0000	1.9
+++ ChangeLog	3 Jul 2012 14:15:54 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmxres
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.9 2010/10/05 20:29:16 voyageur Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxres/ChangeLog,v 1.10 2012/07/03 14:15:54 voyageur Exp $
+
+  03 Jul 2012; Bernard Cafarelli <voyageur@gentoo.org> wmxres-1.2.ebuild:
+  Clean over-enthusiastic sed call, bug #424141. Ebuild cleanup and EAPI bump
 
   05 Oct 2010; Bernard Cafarelli <voyageur@gentoo.org> wmxres-1.2.ebuild:
   Newer dga headers require libXxf86dga, thanks Agostino Sarubbo






             reply	other threads:[~2012-07-03 14:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-03 14:15 Bernard Cafarelli (voyageur) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-10-05 20:29 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmxres: wmxres-1.2.ebuild ChangeLog Bernard Cafarelli (voyageur)
2010-08-23 17:52 Bernard Cafarelli (voyageur)
2008-01-12 13:57 Samuli Suominen (drac)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120703141554.2C2682004B@flycatcher.gentoo.org \
    --to=voyageur@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox