From db822aa025d3d6914e7b06e6c145210b1b3ca32d Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Wed, 10 Oct 2012 15:20:36 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha136/cvs/Linux x86_64) --- x11-misc/xnee/ChangeLog | 8 ++++- x11-misc/xnee/xnee-3.12.ebuild | 71 ------------------------------------------ x11-misc/xnee/xnee-3.14.ebuild | 65 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+), 72 deletions(-) delete mode 100644 x11-misc/xnee/xnee-3.12.ebuild create mode 100644 x11-misc/xnee/xnee-3.14.ebuild (limited to 'x11-misc') diff --git a/x11-misc/xnee/ChangeLog b/x11-misc/xnee/ChangeLog index 65e5529e90b7..08f41c275f5c 100644 --- a/x11-misc/xnee/ChangeLog +++ b/x11-misc/xnee/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xnee # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.25 2012/06/07 15:38:50 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.26 2012/10/10 15:20:36 jer Exp $ + +*xnee-3.14 (10 Oct 2012) + + 10 Oct 2012; Jeroen Roovers -xnee-3.12.ebuild, + +xnee-3.14.ebuild: + Version bump. *xnee-3.13 (07 Jun 2012) diff --git a/x11-misc/xnee/xnee-3.12.ebuild b/x11-misc/xnee/xnee-3.12.ebuild deleted file mode 100644 index 9cd98c405f96..000000000000 --- a/x11-misc/xnee/xnee-3.12.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.12.ebuild,v 1.2 2012/05/05 04:53:50 jdhore Exp $ - -EAPI=4 - -inherit eutils - -DESCRIPTION="Program suite to record, replay and distribute user actions." -HOMEPAGE="http://www.sandklef.com/xnee/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gnome static-libs xosd" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp - x11-libs/libXext - x11-libs/libXi - x11-libs/libXtst - x11-libs/libxcb - gnome? ( - x11-libs/gtk+:2 - >=gnome-base/libgnomeui-2 - >=gnome-base/gconf-2 - ) -" -DEPEND="${RDEPEND} - x11-proto/inputproto - virtual/pkgconfig - sys-devel/gettext - gnome? ( || ( media-gfx/imagemagick[jpeg,png] - media-gfx/graphicsmagick[imagemagick,jpeg,png] ) )" - -# This needs RECORD extension from X.org server which isn't necessarily -# enabled. Xlib: extension "RECORD" missing on display ":0.0". -RESTRICT="test" - -src_configure() { - local myconf - - if use xosd; then - myconf="--enable-xosd --enable-verbose --enable-buffer_verbose" - else - myconf="--disable-xosd --disable-verbose --disable-buffer_verbose" - fi - - econf \ - $(use_enable gnome gui) \ - --disable-gnome-applet \ - $(use_enable static-libs static) \ - --enable-cli \ - --enable-lib \ - --disable-static-programs \ - ${myconf} -} - -src_test() { - Xemake check -} - -src_install() { - default - dodoc AUTHORS BUGS ChangeLog FAQ NEWS README TODO - use gnome && make_desktop_entry gnee Gnee ${PN} "Utility;GTK" - use static-libs || rm -f "${ED}"usr/lib*/lib*.la -} diff --git a/x11-misc/xnee/xnee-3.14.ebuild b/x11-misc/xnee/xnee-3.14.ebuild new file mode 100644 index 000000000000..5d1f46699b60 --- /dev/null +++ b/x11-misc/xnee/xnee-3.14.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.14.ebuild,v 1.1 2012/10/10 15:20:36 jer Exp $ + +EAPI=4 + +inherit eutils + +DESCRIPTION="Program suite to record, replay and distribute user actions." +HOMEPAGE="http://www.sandklef.com/xnee/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="gnome static-libs xosd" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXdmcp + x11-libs/libXext + x11-libs/libXi + x11-libs/libXtst + x11-libs/libxcb + gnome? ( + x11-libs/gtk+:2 + >=gnome-base/libgnomeui-2 + >=gnome-base/gconf-2 + ) +" +DEPEND="${RDEPEND} + x11-proto/inputproto + virtual/pkgconfig + sys-devel/gettext + gnome? ( || ( media-gfx/imagemagick[jpeg,png] + media-gfx/graphicsmagick[imagemagick,jpeg,png] ) )" + +# This needs RECORD extension from X.org server which isn't necessarily +# enabled. Xlib: extension "RECORD" missing on display ":0.0". +RESTRICT="test" + +src_configure() { + econf \ + $(use_enable gnome gui) \ + $(use_enable static-libs static) \ + $(use_enable xosd buffer_verbose) \ + $(use_enable xosd verbose) \ + $(use_enable xosd) \ + --disable-gnome-applet \ + --disable-static-programs \ + --enable-cli \ + --enable-lib +} + +src_test() { + Xemake check +} + +src_install() { + default + dodoc AUTHORS BUGS ChangeLog FAQ NEWS README TODO + use gnome && make_desktop_entry gnee Gnee ${PN} "Utility;GTK" + use static-libs || rm -f "${ED}"usr/lib*/lib*.la +} -- cgit v1.2.3-65-gdbad