jer 14/09/13 08:06:04 Modified: ChangeLog Added: guake-0.5.0.ebuild Log: Version bump. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.30 x11-terms/guake/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/guake/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/guake/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/guake/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-terms/guake/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 10 Jun 2013 12:50:58 -0000 1.29 +++ ChangeLog 13 Sep 2014 08:06:04 -0000 1.30 @@ -1,6 +1,11 @@ # ChangeLog for x11-terms/guake -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/guake/ChangeLog,v 1.29 2013/06/10 12:50:58 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/guake/ChangeLog,v 1.30 2014/09/13 08:06:04 jer Exp $ + +*guake-0.5.0 (13 Sep 2014) + + 13 Sep 2014; Jeroen Roovers <[email protected]> +guake-0.5.0.ebuild: + Version bump. 10 Jun 2013; Samuli Suominen <[email protected]> -files/guake-0.4.2-glib2.32.patch, -files/guake-0.4.2-int-ssl-port.patch, 1.1 x11-terms/guake/guake-0.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/guake/guake-0.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/guake/guake-0.5.0.ebuild?rev=1.1&content-type=text/plain Index: guake-0.5.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-terms/guake/guake-0.5.0.ebuild,v 1.1 2014/09/13 08:06:04 jer Exp $ EAPI=5 GCONF_DEBUG=no GNOME2_LA_PUNT=yes PYTHON_COMPAT=( python2_7 ) inherit autotools gnome2 python-single-r1 DESCRIPTION="A dropdown terminal made for the GTK+ desktops" HOMEPAGE="http://guake.org/" SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" RDEPEND=" dev-python/dbus-python dev-python/gconf-python dev-python/notify-python dev-python/pygtk dev-python/pyxdg x11-libs/gtk+:2 x11-libs/libX11 x11-libs/vte:0[python] " DEPEND=" ${RDEPEND} dev-util/intltool virtual/pkgconfig " DOCS=( AUTHORS ChangeLog NEWS README.rst ) S=${WORKDIR}/${PN}-${P} src_prepare() { eautoreconf # python_fix_shebang does not handle this? sed -i -e '/^PYTHON=/s|python|'${EPYTHON}'|' src/guake-prefs || die gnome2_src_prepare G2CONF="--disable-static" } pkg_postinst() { gnome2_pkg_postinst } pkg_postrm() { gnome2_pkg_postrm }
