public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellm-gamma: ChangeLog gkrellm-gamma-2.03-r2.ebuild
@ 2010-09-27 21:43 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2010-09-27 21:43 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/09/27 21:43:19

  Modified:             ChangeLog
  Added:                gkrellm-gamma-2.03-r2.ebuild
  Log:
  Keyworded for amd64. Bug #338642. Respect LDFLAGS
  
  (Portage version: 2.2_rc86/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 x11-plugins/gkrellm-gamma/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gamma/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	22 Feb 2009 23:45:23 -0000	1.18
+++ ChangeLog	27 Sep 2010 21:43:19 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/gkrellm-gamma
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gamma/ChangeLog,v 1.18 2009/02/22 23:45:23 lack Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gamma/ChangeLog,v 1.19 2010/09/27 21:43:19 hwoarang Exp $
+
+*gkrellm-gamma-2.03-r2 (27 Sep 2010)
+
+  27 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
+  +gkrellm-gamma-2.03-r2.ebuild:
+  Keyworded for amd64. Bug #338642. Respect LDFLAGS
 
   22 Feb 2009; Jim Ramsay <lack@gentoo.org> gkrellm-gamma-2.03-r1.ebuild:
   Updated SRC_URI and HOMEPAGE (Bug 259535)



1.1                  x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03-r2.ebuild?rev=1.1&content-type=text/plain

Index: gkrellm-gamma-2.03-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gamma/gkrellm-gamma-2.03-r2.ebuild,v 1.1 2010/09/27 21:43:19 hwoarang Exp $

inherit gkrellm-plugin

IUSE=""
DESCRIPTION="A gamma control plugin for gkrellm"
HOMEPAGE="http://tripie.sweb.cz/gkrellm/gamma/"
SRC_URI="http://tripie.sweb.cz/gkrellm/gamma/dist/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"

DEPEND="x11-libs/libXxf86vm
	x11-proto/xf86vidmodeproto"

RDEPEND="x11-libs/libXxf86vm"

PLUGIN_SO=gamma.so
PLUGIN_DOCS="doc/ChangeLog"

src_unpack() {
	unpack ${A}
	cd "${S}"

	# Fix the TEXTREL error, by linking with the shared version of libXxf86vm
	# instead of the static
	sed -i -e 's:/usr/X11R6/lib/libXxf86vm.a::' Makefile || die "sed 1/2 failed"
	sed -i -e '/^LIBS/aLIBS += -L/usr/lib -L/usr/X11R6/lib -lXxf86vm' Makefile || die "sed 2/2 failed"

	#respect ldflags
	sed -i -e "s:\$(FLAGS):& ${LDFLAGS}:" Makefile
}






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

only message in thread, other threads:[~2010-09-27 21:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-27 21:43 [gentoo-commits] gentoo-x86 commit in x11-plugins/gkrellm-gamma: ChangeLog gkrellm-gamma-2.03-r2.ebuild Markos Chandras (hwoarang)

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