voyageur 15/01/13 12:41:19 Modified: ChangeLog Added: wmcalc-0.5.ebuild Log: Version bump with new homepage, ebuild cleanup (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.22 x11-plugins/wmcalc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalc/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalc/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalc/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 15 Feb 2012 09:44:32 -0000 1.21 +++ ChangeLog 13 Jan 2015 12:41:19 -0000 1.22 @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/wmcalc -# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/ChangeLog,v 1.21 2012/02/15 09:44:32 voyageur Exp $ +# Copyright 2002-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/ChangeLog,v 1.22 2015/01/13 12:41:19 voyageur Exp $ + +*wmcalc-0.5 (13 Jan 2015) + + 13 Jan 2015; Bernard Cafarelli <[email protected]> +wmcalc-0.5.ebuild: + Version bump with new homepage, ebuild cleanup 15 Feb 2012; Bernard Cafarelli <[email protected]> wmcalc-0.4.ebuild: Update HOMEPAGE and SRC_URI, thanks Lorenz in bug #394607 1.1 x11-plugins/wmcalc/wmcalc-0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.5.ebuild?rev=1.1&content-type=text/plain Index: wmcalc-0.5.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.5.ebuild,v 1.1 2015/01/13 12:41:19 voyageur Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="A WindowMaker DockApp calculator" HOMEPAGE="http://windowmaker.org/dockapps/?name=wmcalc" # 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 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/libXpm" DEPEND="${RDEPEND} x11-proto/xproto" S=${WORKDIR}/dockapps src_prepare() { sed -e "/\$(INSTALL_DIR)/s/\/man1//" -i Makefile || die } src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" } src_install() { emake DESTDIR="${D}" PREFIX=/usr install dodoc README }
