From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- x11-apps/xwarppointer/Manifest | 5 ++++ x11-apps/xwarppointer/metadata.xml | 5 ++++ x11-apps/xwarppointer/xwarppointer-1-r2.ebuild | 36 ++++++++++++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 x11-apps/xwarppointer/Manifest create mode 100644 x11-apps/xwarppointer/metadata.xml create mode 100644 x11-apps/xwarppointer/xwarppointer-1-r2.ebuild (limited to 'x11-apps/xwarppointer') diff --git a/x11-apps/xwarppointer/Manifest b/x11-apps/xwarppointer/Manifest new file mode 100644 index 000000000000..7307bc3bc4e4 --- /dev/null +++ b/x11-apps/xwarppointer/Manifest @@ -0,0 +1,5 @@ +DIST xwarppointer.tar.gz 2338 SHA256 3569bf9e67ef080b8f8b2b13f51f6648866c1ff19f63c1385c8a72a6b064930e SHA512 630b64076b6ebab26eeb278c5f222777a8ca150d4fdcdb78c6749800d4d02fc3c43305fe3e3cf9f640e5e5535f7e10899aa2ed31e8c23245bc6f215d0d25a38c WHIRLPOOL 15a6080762442efd0f4a2e40fd68b7a34c4849c937a4e719cf468e401d418aeee29db9a841eaae6b1ca4baeaf59ea65f591aca4f294afa7d678856e4a57dd971 +EBUILD xwarppointer-1-r2.ebuild 710 SHA256 ccf1ff0e5906827f48f2fae70bb4fc7643cc5f2dab491aa2d47fd282aec9935b SHA512 ee4a96ed837973b926594532edb248c0c00bc03cd5c0393e958d89ef9861282ef08f5c39f401e069df51675613d272827e6bec5284d47218d8f92bbe5362043b WHIRLPOOL 93168d749e66d0d17f9d46a8add6cea27f8030cb5576ee55f56bda99d667a59fa33495d67fec8ac1990f712cbf8b55af423efce5b7d5c07b81507fd112663d63 +MISC ChangeLog 2754 SHA256 51317a847902966bdf967c192420803bf16ec8bd28a07b7abf0c7b2d7f868a95 SHA512 98b1ecbfee954c8668f7962664c74d4b1e3ce8138ca2cc48acfb866789f981af48ea5450b41beb9e7b497b746a4292453260d6e828bc610261082eae351830f5 WHIRLPOOL 68952af1dcde2e0968b2993712b18cbfcf6595a3be625fb8a6acc70ce8804bacac427f472947962174f5c265c4213305319099e4613d31a03108a6d49001fc3d +MISC ChangeLog-2015 1060 SHA256 f8a1adfd00de9fb05fc3d201a15f292e6546b36e162416727868e2aa5651545d SHA512 f1be7929375d29cb2e7345e870847abb1197b897306054f5d09d6d798e20b700d7ae456f1ff35b698d068ddc0e3263a255799fd224ccfdbf394ab73b36499a2b WHIRLPOOL ed5d880196b2137ae5ff86f4eb15a0a8b61b4abe9bb2553a9796cdfa89156cf5d7c28df66953cf8d023f5f11a19c2e112cc60be26f6f1366049de1bf2b2e2511 +MISC metadata.xml 166 SHA256 2caff447f5bd2701d8456ada5cc633c41ef4373fa4bfeabeb73599d40bcc941b SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 WHIRLPOOL 1ff70497eca6531f0e0614c72a19f4b8e5ff486a58d369f4f0b36308d1d6b01168f9da887740e3b9f536236be251d3fe05f904d27a9233a7cf613416ba882968 diff --git a/x11-apps/xwarppointer/metadata.xml b/x11-apps/xwarppointer/metadata.xml new file mode 100644 index 000000000000..6f49eba8f496 --- /dev/null +++ b/x11-apps/xwarppointer/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild b/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild new file mode 100644 index 000000000000..6bd47e64aada --- /dev/null +++ b/x11-apps/xwarppointer/xwarppointer-1-r2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit toolchain-funcs + +DESCRIPTION="Program to move the mouse cursor" +HOMEPAGE="http://www.ishiboo.com/~nirva/Projects/xwarppointer/" +SRC_URI="http://www.ishiboo.com/~nirva/Projects/xwarppointer/${PN}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ppc x86" + +DEPEND="x11-libs/libX11" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}" + +src_prepare() { + sed -i Makefile \ + -e 's|^X11HOME=.*|X11HOME=/usr/X11R6|' \ + -e 's|^CFLAGS=|CFLAGS+=|' \ + -e 's| -o | $(LDFLAGS)&|' \ + || die 'setting X11HOME failed' +} + +src_compile() { + emake CC="$(tc-getCC)" +} + +src_install() { + dobin "${PN}" + dodoc README +} -- cgit v1.2.3