jer 14/05/05 00:46:21 Modified: ChangeLog Added: piedock-1.6.4.ebuild Removed: piedock-1.6.2.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.24 x11-misc/piedock/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/piedock/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 20 Oct 2013 23:16:29 -0000 1.23 +++ ChangeLog 5 May 2014 00:46:21 -0000 1.24 @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/piedock -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/ChangeLog,v 1.23 2013/10/20 23:16:29 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/ChangeLog,v 1.24 2014/05/05 00:46:21 jer Exp $ + +*piedock-1.6.4 (05 May 2014) + + 05 May 2014; Jeroen Roovers <[email protected]> -piedock-1.6.2.ebuild, + +piedock-1.6.4.ebuild, -files/piedock-1.6.1-gcc47.patch, + -files/piedock-1.6.1-mem.patch: + Version bump. *piedock-1.6.3 (20 Oct 2013) 1.1 x11-misc/piedock/piedock-1.6.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/piedock-1.6.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/piedock/piedock-1.6.4.ebuild?rev=1.1&content-type=text/plain Index: piedock-1.6.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/piedock-1.6.4.ebuild,v 1.1 2014/05/05 00:46:21 jer Exp $ EAPI=5 inherit eutils DESCRIPTION="A little bit like the famous OS X dock but in shape of a pie menu" HOMEPAGE="http://markusfisch.de/PieDock" SRC_URI="http://markusfisch.de/downloads/${P}.tar.bz2" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gtk kde" RDEPEND=" media-libs/libpng x11-libs/libX11 x11-libs/libXft x11-libs/libXmu x11-libs/libXrender gtk? ( dev-libs/atk dev-libs/glib x11-libs/gdk-pixbuf x11-libs/gtk+:2 ) kde? ( kde-base/kdelibs:4 dev-qt/qtcore:4 dev-qt/qtgui:4 ) " DEPEND="${RDEPEND}" DOCS=( res/${PN}rc.sample AUTHORS ChangeLog NEWS ) src_prepare() { epatch "${FILESDIR}"/${PN}-1.6.1-signals.patch } src_configure() { econf \ $(use_enable gtk) \ $(use_enable kde) \ --bindir="${EPREFIX}"/usr/bin \ --enable-xft \ --enable-xmu \ --enable-xrender }
