summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-10-11 06:38:28 +0000
committerJeroen Roovers <jer@gentoo.org>2014-10-11 06:38:28 +0000
commit3e06e4c8cb76d5ad04322f5bc269065f2b42327c (patch)
tree2a2398f8f517d963d3ac824f271e3f0dec3b4500 /x11-misc/xnee
parentRemove jruby now that it is no longer in the tree. It now triggers a repoman ... (diff)
downloadgentoo-2-3e06e4c8cb76d5ad04322f5bc269065f2b42327c.tar.gz
gentoo-2-3e06e4c8cb76d5ad04322f5bc269065f2b42327c.tar.bz2
gentoo-2-3e06e4c8cb76d5ad04322f5bc269065f2b42327c.zip
Old.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/xnee')
-rw-r--r--x11-misc/xnee/ChangeLog6
-rw-r--r--x11-misc/xnee/xnee-3.17.ebuild73
-rw-r--r--x11-misc/xnee/xnee-3.18.ebuild73
3 files changed, 5 insertions, 147 deletions
diff --git a/x11-misc/xnee/ChangeLog b/x11-misc/xnee/ChangeLog
index dce376bd2277..6f36ca2543e6 100644
--- a/x11-misc/xnee/ChangeLog
+++ b/x11-misc/xnee/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xnee
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.35 2014/10/10 15:23:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/ChangeLog,v 1.36 2014/10/11 06:38:28 jer Exp $
+
+ 11 Oct 2014; Jeroen Roovers <jer@gentoo.org> -xnee-3.17.ebuild,
+ -xnee-3.18.ebuild:
+ Old.
10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> xnee-3.19.ebuild:
Stable for amd64, wrt bug #521810
diff --git a/x11-misc/xnee/xnee-3.17.ebuild b/x11-misc/xnee/xnee-3.17.ebuild
deleted file mode 100644
index e66523179c43..000000000000
--- a/x11-misc/xnee/xnee-3.17.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.17.ebuild,v 1.3 2014/08/10 20:05:05 slyfox Exp $
-
-EAPI=5
-
-inherit autotools 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_prepare() {
- epatch "${FILESDIR}"/${PN}-3.18-linker.patch
- eautoreconf
-}
-
-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
-}
diff --git a/x11-misc/xnee/xnee-3.18.ebuild b/x11-misc/xnee/xnee-3.18.ebuild
deleted file mode 100644
index 9de0fc1e5482..000000000000
--- a/x11-misc/xnee/xnee-3.18.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnee/xnee-3.18.ebuild,v 1.2 2014/08/10 20:05:05 slyfox Exp $
-
-EAPI=5
-
-inherit autotools 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_prepare() {
- epatch "${FILESDIR}"/${P}-linker.patch
- eautoreconf
-}
-
-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
-}