public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmrack: ChangeLog wmrack-1.4.ebuild
@ 2012-10-02 15:35 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2012-10-02 15:35 UTC (permalink / raw
  To: gentoo-commits

voyageur    12/10/02 15:35:11

  Modified:             ChangeLog
  Added:                wmrack-1.4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 x11-plugins/wmrack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	31 Aug 2010 10:43:52 -0000	1.11
+++ ChangeLog	2 Oct 2012 15:35:11 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmrack
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/ChangeLog,v 1.11 2010/08/31 10:43:52 s4t4n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/ChangeLog,v 1.12 2012/10/02 15:35:11 voyageur Exp $
+
+*wmrack-1.4 (02 Oct 2012)
+
+  02 Oct 2012; Bernard Cafarelli <voyageur@gentoo.org> +wmrack-1.4.ebuild:
+  Version bump
 
   31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmrack-1.3.ebuild:
   Honour LDFLAGS. Closes bug #334623.



1.1                  x11-plugins/wmrack/wmrack-1.4.ebuild

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

Index: wmrack-1.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmrack/wmrack-1.4.ebuild,v 1.1 2012/10/02 15:35:11 voyageur Exp $

EAPI=4
inherit multilib toolchain-funcs

DESCRIPTION="a sound mixer and CD player dockapp."
HOMEPAGE="http://wmrack.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

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

RDEPEND="x11-libs/libX11
	x11-libs/libXpm
	x11-libs/libXext"
DEPEND="${RDEPEND}
	x11-proto/xextproto"

src_prepare() {
	sed -i -e 's:gcc:$(CC):' "${S}"/Makefile.in
	sed -i -e 's:$(OBJECTS) -o:$(OBJECTS) $(LDFLAGS) -o:' "${S}"/Makefile.in
}

src_install() {
	emake LIBDIR="${D}/usr/$(get_libdir)/WMRack" \
		MANDIR="${D}/usr/share/man" BINDIR="${D}/usr/bin" \
		install

	dodoc CHANGES README TODO
}





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

only message in thread, other threads:[~2012-10-02 15:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 15:35 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmrack: ChangeLog wmrack-1.4.ebuild Bernard Cafarelli (voyageur)

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