* [gentoo-commits] gentoo-x86 commit in net-misc/directvnc: ChangeLog directvnc-0.7.5-r1.ebuild directvnc-0.7.5.ebuild
@ 2010-09-03 14:07 Michele Noberasco (s4t4n)
0 siblings, 0 replies; only message in thread
From: Michele Noberasco (s4t4n) @ 2010-09-03 14:07 UTC (permalink / raw
To: gentoo-commits
s4t4n 10/09/03 14:07:46
Modified: ChangeLog directvnc-0.7.5-r1.ebuild
directvnc-0.7.5.ebuild
Log:
Honour Gentoo LDFLAGS. Closes bug #334867.
Some basic QA on ebuilds.
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.22 net-misc/directvnc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/directvnc/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/directvnc/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/directvnc/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/directvnc/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 16 Nov 2007 17:07:20 -0000 1.21
+++ ChangeLog 3 Sep 2010 14:07:46 -0000 1.22
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/directvnc
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/directvnc/ChangeLog,v 1.21 2007/11/16 17:07:20 s4t4n Exp $
+# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/directvnc/ChangeLog,v 1.22 2010/09/03 14:07:46 s4t4n Exp $
+
+ 03 Sep 2010; Michele Noberasco <s4t4n@gentoo.org> directvnc-0.7.5.ebuild,
+ directvnc-0.7.5-r1.ebuild:
+ Honour Gentoo LDFLAGS. Closes bug #334867.
+ Some basic QA on ebuilds.
16 Nov 2007; Michele Noberasco <s4t4n@gentoo.org> directvnc-0.7.5-r1.ebuild:
Stable for x86.
1.3 net-misc/directvnc/directvnc-0.7.5-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/directvnc/directvnc-0.7.5-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/directvnc/directvnc-0.7.5-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/directvnc/directvnc-0.7.5-r1.ebuild?r1=1.2&r2=1.3
Index: directvnc-0.7.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/directvnc/directvnc-0.7.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- directvnc-0.7.5-r1.ebuild 16 Nov 2007 17:07:20 -0000 1.2
+++ directvnc-0.7.5-r1.ebuild 3 Sep 2010 14:07:46 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/directvnc/directvnc-0.7.5-r1.ebuild,v 1.2 2007/11/16 17:07:20 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/directvnc/directvnc-0.7.5-r1.ebuild,v 1.3 2010/09/03 14:07:46 s4t4n Exp $
inherit eutils
@@ -22,7 +22,7 @@
x11-proto/xproto"
src_unpack() {
- unpack "${A}"
+ unpack ${A}
# Make mouse support optional
cd "${S}/src"
@@ -37,11 +37,11 @@
local comment_out="DFBCardCapabilities caps;"
sed -i -e "s:${comment_out}://${comment_out}:" src/dfb.c
- emake DEBUGFLAGS="${CFLAGS}" || die
+ emake DEBUGFLAGS="${CFLAGS}" AM_LDFLAGS="${LDFLAGS}" || die
}
src_install() {
- make install DESTDIR=${D} || die
- rm -rf ${D}/usr/doc
+ make install DESTDIR="${D}" || die
+ rm -rf "${D}/usr/doc"
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
}
1.10 net-misc/directvnc/directvnc-0.7.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/directvnc/directvnc-0.7.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/directvnc/directvnc-0.7.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/directvnc/directvnc-0.7.5.ebuild?r1=1.9&r2=1.10
Index: directvnc-0.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/directvnc/directvnc-0.7.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- directvnc-0.7.5.ebuild 20 Jul 2007 15:42:44 -0000 1.9
+++ directvnc-0.7.5.ebuild 3 Sep 2010 14:07:46 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/directvnc/directvnc-0.7.5.ebuild,v 1.9 2007/07/20 15:42:44 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/directvnc/directvnc-0.7.5.ebuild,v 1.10 2010/09/03 14:07:46 s4t4n Exp $
inherit eutils
@@ -29,11 +29,11 @@
local comment_out="DFBCardCapabilities caps;"
sed -i -e "s:${comment_out}://${comment_out}:" src/dfb.c
- emake DEBUGFLAGS="${CFLAGS}" || die
+ emake DEBUGFLAGS="${CFLAGS}" AM_LDFLAGS="${LDFLAGS}" || die
}
src_install() {
- make install DESTDIR=${D} || die
- rm -rf ${D}/usr/doc
+ make install DESTDIR="${D}" || die
+ rm -rf "${D}/usr/doc"
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-09-03 14:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-03 14:07 [gentoo-commits] gentoo-x86 commit in net-misc/directvnc: ChangeLog directvnc-0.7.5-r1.ebuild directvnc-0.7.5.ebuild Michele Noberasco (s4t4n)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox