voyageur 14/10/06 13:35:56 Modified: ChangeLog Added: wmbutton-0.7.0.ebuild Log: Version bump with new homepage (also fixes #515186), remove some unused files (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.18 x11-plugins/wmbutton/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbutton/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbutton/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbutton/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 10 Aug 2014 20:05:12 -0000 1.17 +++ ChangeLog 6 Oct 2014 13:35:56 -0000 1.18 @@ -1,6 +1,13 @@ # ChangeLog for x11-plugins/wmbutton # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.17 2014/08/10 20:05:12 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/ChangeLog,v 1.18 2014/10/06 13:35:56 voyageur Exp $ + +*wmbutton-0.7.0 (06 Oct 2014) + + 06 Oct 2014; Bernard Cafarelli <voyag...@gentoo.org> +wmbutton-0.7.0.ebuild, + +files/wmbutton-0.7.0-Makefile.patch, -files/wmbutton.desktop, + -files/wmbutton-cflags.patch: + Version bump with new homepage (also fixes #515186), remove some unused files 10 Aug 2014; Sergei Trofimovich <sly...@gentoo.org> wmbutton-0.6.1.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 x11-plugins/wmbutton/wmbutton-0.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.7.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.7.0.ebuild?rev=1.1&content-type=text/plain Index: wmbutton-0.7.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbutton/wmbutton-0.7.0.ebuild,v 1.1 2014/10/06 13:35:56 voyageur Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="a dockapp application that displays nine configurable buttons" HOMEPAGE="http://windowmaker.org/dockapps/?name=wmbutton" SRC_URI="http://windowmaker.org/dockapps/?download=${P}.tar.gz -> ${P}.tar.gz branding? ( mirror://gentoo/${PN}-buttons.xpm )" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="branding" RDEPEND="x11-libs/libX11 x11-libs/libXpm x11-libs/libXext" DEPEND="${RDEPEND} x11-proto/xextproto x11-proto/xproto" S=${WORKDIR}/dockapps src_prepare() { epatch "${FILESDIR}"/${P}-Makefile.patch use branding && cp "${DISTDIR}"/${PN}-buttons.xpm buttons.xpm } src_compile() { emake CC="$(tc-getCC)" } src_install() { dobin ${PN} dodoc README use branding && dodoc "${FILESDIR}"/sample.wmbutton use branding || dodoc sample.wmbutton }