public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Victor Ostorga (vostorga)" <vostorga@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/zgv: zgv-5.9.ebuild ChangeLog
Date: Mon, 28 Sep 2009 15:55:19 +0000	[thread overview]
Message-ID: <E1MsIZL-0007bJ-Ku@stork.gentoo.org> (raw)

vostorga    09/09/28 15:55:19

  Modified:             zgv-5.9.ebuild ChangeLog
  Log:
  Fixing pre-stripped files bug #255870, Respecting CC variable, Respecting LDFLAGS, Fixing repoman warnings
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.3                  media-gfx/zgv/zgv-5.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/zgv/zgv-5.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/zgv/zgv-5.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/zgv/zgv-5.9.ebuild?r1=1.2&r2=1.3

Index: zgv-5.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/zgv/zgv-5.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- zgv-5.9.ebuild	1 Jun 2006 01:02:18 -0000	1.2
+++ zgv-5.9.ebuild	28 Sep 2009 15:55:19 -0000	1.3
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/zgv/zgv-5.9.ebuild,v 1.2 2006/06/01 01:02:18 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/zgv/zgv-5.9.ebuild,v 1.3 2009/09/28 15:55:19 vostorga Exp $
 
-inherit eutils
+inherit eutils toolchain-funcs
 
 DESCRIPTION="A svgalib console image viewer"
 HOMEPAGE="http://www.svgalib.org/rus/zgv/"
@@ -19,31 +19,31 @@
 	>=media-libs/tiff-3.5.5
 	>=sys-libs/zlib-1.1.4
 	sys-apps/gawk"
+RDEPEND="${DEPEND}"
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
+	cd "${S}"
 	sed -i "/^CFLAGS=/s:=.*:=${CFLAGS}:" config.mk
-	sed -i "s:4755:0755:" src/Makefile
-	sed -i -e 's:$(RM):echo:' src/Makefile
 	sed -i -e 's:$(RM):echo:' doc/Makefile
-	epatch ${FILESDIR}/zgv-5.9-cmyk-yccl-fix.diff
+	epatch "${FILESDIR}"/${P}-Makefile-QA.patch
+	epatch "${FILESDIR}"/zgv-5.9-cmyk-yccl-fix.diff
 }
 
 src_compile() {
-	emake || die
+	emake CC="$(tc-getCC)" || die
 }
 
 src_install() {
 	dodir /usr/bin /usr/share/info /usr/share/man/man1
-	make PREFIX=${D}/usr \
-		INFODIR=${D}/usr/share/info \
-		MANDIR=${D}/usr/share/man/man1 \
+	make PREFIX="${D}"/usr \
+		INFODIR="${D}"/usr/share/info \
+		MANDIR="${D}"/usr/share/man/man1 \
 		install || die
-	dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README* SECURITY TODO
+	dodoc AUTHORS ChangeLog INSTALL NEWS README* SECURITY TODO
 
 	# Fix info files
-	cd ${D}/usr/share/info
+	cd "${D}"/usr/share/info
 	rm dir*
 	mv zgv zgv.info
 	for i in 1 2 3 4 ; do



1.17                 media-gfx/zgv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/zgv/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	20 Jun 2009 23:57:58 -0000	1.16
+++ ChangeLog	28 Sep 2009 15:55:19 -0000	1.17
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/zgv
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/zgv/ChangeLog,v 1.16 2009/06/20 23:57:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/zgv/ChangeLog,v 1.17 2009/09/28 15:55:19 vostorga Exp $
+
+  28 Sep 2009; Víctor Ostorga <vostorga@gentoo.org> zgv-5.9.ebuild,
+  +files/zgv-5.9-Makefile-QA.patch:
+  Fixing pre-stripped files bug #255870, Respecting CC variable, Respecting
+  LDFLAGS, Fixing repoman warnings
 
   20 Jun 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   -files/zgv-5.7-gcc3.patch, -files/zgv-5.8-integer-overflow-fix.diff:






             reply	other threads:[~2009-09-28 15:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-28 15:55 Victor Ostorga (vostorga) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-02-28 17:49 [gentoo-commits] gentoo-x86 commit in media-gfx/zgv: zgv-5.9.ebuild ChangeLog Samuli Suominen (ssuominen)
2011-11-05  6:54 Samuli Suominen (ssuominen)

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=E1MsIZL-0007bJ-Ku@stork.gentoo.org \
    --to=vostorga@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