* [gentoo-commits] gentoo-x86 commit in media-gfx/zgv: zgv-5.9.ebuild ChangeLog
@ 2009-09-28 15:55 99% Victor Ostorga (vostorga)
0 siblings, 0 replies; 1+ results
From: Victor Ostorga (vostorga) @ 2009-09-28 15:55 UTC (permalink / raw
To: gentoo-commits
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:
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-09-28 15:55 99% [gentoo-commits] gentoo-x86 commit in media-gfx/zgv: zgv-5.9.ebuild ChangeLog Victor Ostorga (vostorga)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox