voyageur 15/04/17 11:56:48 Modified: ChangeLog Added: wmmenu-1.3.ebuild Log: Version bump with new homepage, ebuild cleanup (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 00F7AB331B0F097F)
Revision Changes Path 1.12 x11-plugins/wmmenu/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmenu/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmenu/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmenu/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 10 Aug 2014 20:08:05 -0000 1.11 +++ ChangeLog 17 Apr 2015 11:56:48 -0000 1.12 @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmmenu -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/ChangeLog,v 1.11 2014/08/10 20:08:05 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/ChangeLog,v 1.12 2015/04/17 11:56:48 voyageur Exp $ + +*wmmenu-1.3 (17 Apr 2015) + + 17 Apr 2015; Bernard Cafarelli <[email protected]> +wmmenu-1.3.ebuild, + +files/wmmenu-1.3-Makefile.patch: + Version bump with new homepage, ebuild cleanup 10 Aug 2014; Sergei Trofimovich <[email protected]> wmmenu-1.2-r1.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 x11-plugins/wmmenu/wmmenu-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmenu/wmmenu-1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmenu/wmmenu-1.3.ebuild?rev=1.1&content-type=text/plain Index: wmmenu-1.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmenu/wmmenu-1.3.ebuild,v 1.1 2015/04/17 11:56:48 voyageur Exp $ EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="a popup menu of icons like in AfterStep, as a dockable application" HOMEPAGE="http://windowmaker.org/dockapps/?name=wmmenu" # Grab from http://windowmaker.org/dockapps/?download=${P}.tar.gz SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="x11-libs/gdk-pixbuf x11-libs/libdockapp" DEPEND="${RDEPEND}" S=${WORKDIR}/dockapps src_prepare() { epatch "${FILESDIR}"/${P}-Makefile.patch } src_compile() { emake CC="$(tc-getCC)" } src_install() { dobin wmmenu doman wmmenu.1 dodoc README TODO example/apps example/defaults example/extract_icon_back }
