voyageur    14/10/10 12:29:31

  Modified:             ChangeLog
  Added:                wmix-3.2.ebuild
  Removed:              wmix-3.1-r2.ebuild
  Log:
  Version bump with new homepage
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key C74525F2)

Revision  Changes    Path
1.21                 x11-plugins/wmix/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmix/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   23 Feb 2010 11:01:31 -0000      1.20
+++ ChangeLog   10 Oct 2014 12:29:31 -0000      1.21
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/wmix
-# Copyright 2002-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/ChangeLog,v 1.20 
2010/02/23 11:01:31 s4t4n Exp $
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/ChangeLog,v 1.21 
2014/10/10 12:29:31 voyageur Exp $
+
+*wmix-3.2 (10 Oct 2014)
+
+  10 Oct 2014; Bernard Cafarelli <voyag...@gentoo.org> -wmix-3.1-r2.ebuild,
+  +wmix-3.2.ebuild:
+  Version bump with new homepage
 
 *wmix-3.1-r1 (19 Jul 2004)
 



1.1                  x11-plugins/wmix/wmix-3.2.ebuild

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

Index: wmix-3.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/wmix-3.2.ebuild,v 1.1 
2014/10/10 12:29:31 voyageur Exp $

EAPI=5
inherit eutils toolchain-funcs

DESCRIPTION="Dockapp mixer for OSS or ALSA"
HOMEPAGE="http://windowmaker.org/dockapps/?name=wmix";
SRC_URI="http://windowmaker.org/dockapps/?download=${P}.tar.gz -> ${P}.tar.gz"

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

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

S=${WORKDIR}/dockapps

src_compile() {
        emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \
                LDFLAGS="${LDFLAGS}"
}

src_install() {
        dobin ${PN}
        doman "${FILESDIR}"/${PN}.1
        dodoc AUTHORS BUGS NEWS README sample.wmixrc
}




Reply via email to