public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/lineak-defaultplugin: ChangeLog lineak-defaultplugin-0.9.0-r1.ebuild
@ 2013-01-12 16:58 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2013-01-12 16:58 UTC (permalink / raw
  To: gentoo-commits

jer         13/01/12 16:58:21

  Modified:             ChangeLog
  Added:                lineak-defaultplugin-0.9.0-r1.ebuild
  Log:
  Fix compiling with GCC 4.7 (bug #422039).
  
  (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.29                 x11-misc/lineak-defaultplugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	23 Mar 2011 16:39:14 -0000	1.28
+++ ChangeLog	12 Jan 2013 16:58:20 -0000	1.29
@@ -1,6 +1,13 @@
 # ChangeLog for x11-misc/lineak-defaultplugin
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.28 2011/03/23 16:39:14 signals Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.29 2013/01/12 16:58:20 jer Exp $
+
+*lineak-defaultplugin-0.9.0-r1 (12 Jan 2013)
+
+  12 Jan 2013; Jeroen Roovers <jer@gentoo.org>
+  +lineak-defaultplugin-0.9.0-r1.ebuild,
+  +files/lineak-defaultplugin-0.9.0-gcc47.patch:
+  Fix compiling with GCC 4.7 (bug #422039).
 
   23 Mar 2011; Kevin McCarthy <signals@gentoo.org>
   lineak-defaultplugin-0.9.0.ebuild:



1.1                  x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: lineak-defaultplugin-0.9.0-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0-r1.ebuild,v 1.1 2013/01/12 16:58:20 jer Exp $

EAPI=5
inherit eutils multilib

MY_P=${P/.0/}

DESCRIPTION="Mute/unmute and other macros for LINEAK"
HOMEPAGE="http://lineak.sourceforge.net"
SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug"

RDEPEND="
	=x11-misc/lineakd-${PV}*
"
DEPEND="
	${RDEPEND}
	x11-proto/inputproto
"

S=${WORKDIR}/${MY_P}

src_prepare() {
	epatch \
		"${FILESDIR}"/${P}-gcc43.patch \
		"${FILESDIR}"/${P}-gcc47.patch

	sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' default_plugin/Makefile
}

src_configure() {
	econf USER_LDFLAGS="${LDFLAGS}" $(use_enable debug)
}

src_install() {
	emake \
		DESTDIR="${D}" \
		PLUGINDIR=/usr/$(get_libdir)/lineakd/plugins \
		install
	dodoc AUTHORS README
}





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

only message in thread, other threads:[~2013-01-12 20:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-12 16:58 [gentoo-commits] gentoo-x86 commit in x11-misc/lineak-defaultplugin: ChangeLog lineak-defaultplugin-0.9.0-r1.ebuild Jeroen Roovers (jer)

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