diff options
author | Michael Weber <xmw@gentoo.org> | 2012-06-07 15:38:50 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-06-07 15:38:50 +0000 |
commit | e36eb4e2c58f203df7ba75af52f9d890507a7167 (patch) | |
tree | 8e9c4e075e36f875b6e6ec689fecd5f5c0b57b2d /x11-misc/xnee/xnee-3.11.ebuild | |
parent | Specify SLOT in blocker atoms, to avoid blocking Qt5 packages. (diff) | |
download | historical-e36eb4e2c58f203df7ba75af52f9d890507a7167.tar.gz historical-e36eb4e2c58f203df7ba75af52f9d890507a7167.tar.bz2 historical-e36eb4e2c58f203df7ba75af52f9d890507a7167.zip |
Version bump (bug 415657 by df), remove old.
Package-Manager: portage-2.1.10.63/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xnee/xnee-3.11.ebuild')
-rw-r--r-- | x11-misc/xnee/xnee-3.11.ebuild | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/x11-misc/xnee/xnee-3.11.ebuild b/x11-misc/xnee/xnee-3.11.ebuild deleted file mode 100644 index 18d602f019b8..000000000000 --- a/x11-misc/xnee/xnee-3.11.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.11.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 -} |