diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-misc/xnee | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-misc/xnee')
-rw-r--r-- | x11-misc/xnee/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xnee/files/xnee-3.18-linker.patch | 10 | ||||
-rw-r--r-- | x11-misc/xnee/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/xnee/xnee-3.19.ebuild | 74 |
4 files changed, 90 insertions, 0 deletions
diff --git a/x11-misc/xnee/Manifest b/x11-misc/xnee/Manifest new file mode 100644 index 000000000000..788514af8c20 --- /dev/null +++ b/x11-misc/xnee/Manifest @@ -0,0 +1 @@ +DIST xnee-3.19.tar.gz 1893109 SHA256 52a41e5cf62f81b7a3e5b58124eb3565e1e12028abda63f547fbbe0d98a2c212 SHA512 a4a82839a4597b0d7f5b65ad76092f03eb5c665d36298505a320475daacbf66f30b022c04284ce8795360e4481fdfb1d9138f0b8b173b66d23b7f1542d0acbe8 WHIRLPOOL 9b938ccc540e91d71860600cb6c120bd33dae214fe38a6004cee29bb0d96f813536d073a23874905302a2f2552afe2866ad19d1db12234d7ae1ecf80b305339d diff --git a/x11-misc/xnee/files/xnee-3.18-linker.patch b/x11-misc/xnee/files/xnee-3.18-linker.patch new file mode 100644 index 000000000000..b841bc0182e7 --- /dev/null +++ b/x11-misc/xnee/files/xnee-3.18-linker.patch @@ -0,0 +1,10 @@ +--- a/libxnee/src/Makefile.am ++++ b/libxnee/src/Makefile.am +@@ -78,6 +78,7 @@ + libxnee_la_LDFLAGS = -rpath '$(libdir)' + #dnl libxnee_la_SOURCES = $(LIB_XNEE_SOURCE_FILES) + libxnee_a_CFLAGS = $(AM_CFLAGS) ++libxnee_la_LIBADD = @X11_LIBS@ + + #noinst_LIBRARIES = libxnee.a + diff --git a/x11-misc/xnee/metadata.xml b/x11-misc/xnee/metadata.xml new file mode 100644 index 000000000000..2518313f5241 --- /dev/null +++ b/x11-misc/xnee/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>desktop-misc</herd> +</pkgmetadata> diff --git a/x11-misc/xnee/xnee-3.19.ebuild b/x11-misc/xnee/xnee-3.19.ebuild new file mode 100644 index 000000000000..eadc4fcaaa1a --- /dev/null +++ b/x11-misc/xnee/xnee-3.19.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +} |