summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Labedan <plabedan@gmail.com>2015-11-13 07:47:20 +0100
committerPaul Labedan <plabedan@gmail.com>2015-11-13 07:47:20 +0100
commit5972b58e33860d838ab6b95bd1b6cc2374200850 (patch)
tree52e3d63e1ba7ba2897d84ec36c24091639967c8f
parentremove sys-kernel/genkernel-next from plab-base set (diff)
downloadplab-5972b58e33860d838ab6b95bd1b6cc2374200850.tar.gz
plab-5972b58e33860d838ab6b95bd1b6cc2374200850.tar.bz2
plab-5972b58e33860d838ab6b95bd1b6cc2374200850.zip
cleanup
-rw-r--r--x11-libs/bamf/Manifest4
-rw-r--r--x11-libs/bamf/bamf-0.2.104.ebuild42
-rw-r--r--x11-libs/bamf/bamf-0.2.70.ebuild40
-rw-r--r--x11-libs/libXi/Manifest5
-rw-r--r--x11-libs/libXi/files/libXi-xi2.1.patch355
-rw-r--r--x11-libs/libXi/libXi-1.4.2-r1.ebuild42
-rw-r--r--x11-libs/libXi/libXi-1.4.3.ebuild44
-rw-r--r--x11-libs/utouch-evemu/Manifest2
-rw-r--r--x11-libs/utouch-evemu/utouch-evemu-1.0.10.ebuild21
-rw-r--r--x11-libs/utouch-frame/Manifest2
-rw-r--r--x11-libs/utouch-frame/utouch-frame-1.1.3.ebuild17
-rw-r--r--x11-libs/utouch-geis/Manifest2
-rw-r--r--x11-libs/utouch-geis/utouch-geis-2.1.2.ebuild22
-rw-r--r--x11-libs/utouch-grail/Manifest2
-rw-r--r--x11-libs/utouch-grail/utouch-grail-2.0.0.ebuild21
15 files changed, 0 insertions, 621 deletions
diff --git a/x11-libs/bamf/Manifest b/x11-libs/bamf/Manifest
deleted file mode 100644
index 9943f91..0000000
--- a/x11-libs/bamf/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST bamf-0.2.104.tar.gz 508806 SHA256 7903fb941dbdcab956ccb67da7845ea2dd4f39634e789f769cfdddf5fd71bee8
-DIST bamf-0.2.70.tar.gz 495005 SHA256 7ea2256ffd1614df4ee6e213622fd30771a9ed6774a767bd4fb165e110c602e7
-EBUILD bamf-0.2.104.ebuild 793 SHA256 7569e7185b6fd3372dac68ff8f912a8fcf5257c15fbeca5976a8198d96c98afd SHA512 8c5a4a597d4e26c44169e2d5fee15b759fe1eaff36d01127d785c3e9b35088d8a5b5794699183209c2015a64ca1bce2ddc094886e52026199ac016f36eeecf69 WHIRLPOOL 7536cff5c9909c4fa24fbed606d71064836321b4a3fc0980178de4e9233b10a2f9dc373ddf30304b322bdc7ebeea7e4392dfb92ab31fc56e46e7561a84a45f49
-EBUILD bamf-0.2.70.ebuild 764 SHA256 b5eb326621c0379db5433bdeeac629c436895ba8d33d1dd54dea3ca092abd4a3 SHA512 8bba551def950868876e5cf99c7b0cf9992b93e98e7e27c8dba83cbdd75e2a420d708b6bf4aeb857e4437ebb42efa5c4740572b3bd81d3da63231bdc65b7731a WHIRLPOOL 9be731961e3f742e6b7dbc79e4de9de83bb5bbe1096ba73d119b0ab228c506310397b4c6ce3e6c02542a3b02bea7926bf31d833636c0c55ce847dc19d1f58532
diff --git a/x11-libs/bamf/bamf-0.2.104.ebuild b/x11-libs/bamf/bamf-0.2.104.ebuild
deleted file mode 100644
index 9b29fb4..0000000
--- a/x11-libs/bamf/bamf-0.2.104.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit autotools
-
-DESCRIPTION="BAMF Application Matching Framework"
-
-SRC_URI="http://launchpad.net/bamf/0.2/0.2.204/+download/bamf-${PV}.tar.gz"
-HOMEPAGE="https://launchpad.net/bamf"
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-LICENSE="LGPL3"
-IUSE=""
-
-DEPEND=">=dev-lang/vala-0.11.7
- dev-util/gtk-doc
- >=x11-libs/libwnck-3.0.0"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i -e 's/vapigen/vapigen-0.12/' configure.in
-
- eautoreconf
-}
-
-src_configure() {
- econf
-}
-
-src_compile() {
- emake || die
-# vapigen-0.12 --library=Bamf-0.2 --directory=${D}/lib/libbamf ${D}/lib/libbamf/Bamf-0.2.gir
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}
diff --git a/x11-libs/bamf/bamf-0.2.70.ebuild b/x11-libs/bamf/bamf-0.2.70.ebuild
deleted file mode 100644
index 7079256..0000000
--- a/x11-libs/bamf/bamf-0.2.70.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit autotools
-
-DESCRIPTION="BAMF Application Matching Framework"
-SRC_URI="http://launchpad.net/bamf/trunk/${PV}/+download/bamf-${PV}.tar.gz"
-HOMEPAGE="https://launchpad.net/bamf"
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-LICENSE="LGPL3"
-IUSE=""
-
-DEPEND=">=dev-lang/vala-0.11.7
- dev-util/gtk-doc"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i -e 's/vapigen/vapigen-0.12/' configure.in
-
- eautoreconf
-}
-
-src_configure() {
- econf
-}
-
-src_compile() {
- emake || die
-# vapigen-0.12 --library=Bamf-0.2 --directory=${D}/lib/libbamf ${D}/lib/libbamf/Bamf-0.2.gir
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}
diff --git a/x11-libs/libXi/Manifest b/x11-libs/libXi/Manifest
deleted file mode 100644
index 4a4bbce..0000000
--- a/x11-libs/libXi/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX libXi-xi2.1.patch 11188 SHA256 feffa065a785326d35280ceb769873224e75c16c20d7f080be20a2afff1f240a SHA512 0bfdd3b07f0cc767c4bf76e417419833aec99c38651965e888add04090a58b642bc58354db0542ac666d972e631133658db72f39f6b0c7388a579e9ff526403e WHIRLPOOL 42b3a65e750ed49b7b30947f2c4afc95893da28ef05b691b0e3eddad7d04ffc25c0595eb28c07bc0761092aac1b08aae6b64b7f3c8ddaa02e9e02d5788869ae3
-DIST libXi-1.4.2.tar.bz2 398801 SHA256 272b8041efc0a0203fb0ba33481ddec989539aed862181b58c8c3e410e325691
-DIST libXi-1.4.3.tar.bz2 422637 SHA256 08c9d89a404740592621e6f5078414df86ccc78ca876e3da1af15639d81c74e0
-EBUILD libXi-1.4.2-r1.ebuild 1149 SHA256 0b3ecc4aa481eec5caec31314f5b5528ce652e26c45af8a34ccaeed7dc7247a3 SHA512 3640430ba4bb669f22903418890dd7f7578cb21f22f2071f662e2609131e1f25ad4625ac79b5f5aa6a8e0c2b484512d34a74bd44589b7bb1ef861b0511a6b0fe WHIRLPOOL b326367df848ccd9c71ce18b6ce1e90b5c9c864793611fad74e25130a3e3a803573b0d08a4084aefcd14c07b8ef0aa15127ab35b440ab5241bc9f503282e5ff3
-EBUILD libXi-1.4.3.ebuild 1159 SHA256 a2cb55e60cecf302aee545dd2c035cef4ec1843e439a1a4c12511f07b863eefb SHA512 b826d05d0a4582144beb21bbb4a9bc18004c630ee06a8a647eb9f8f313993329e1aaac8698c37ea47374736e643ac8b9b760b8ee66436dc329bcb2efe245ae26 WHIRLPOOL 9dccb4124c4ef69376122f87167fa302396ab348417bad07b87446387b1b21f8b9247cc366006e684dc28bea5c378a47eda7daecd55b248aa05b54c720ef9f08
diff --git a/x11-libs/libXi/files/libXi-xi2.1.patch b/x11-libs/libXi/files/libXi-xi2.1.patch
deleted file mode 100644
index 398a697..0000000
--- a/x11-libs/libXi/files/libXi-xi2.1.patch
+++ /dev/null
@@ -1,355 +0,0 @@
---- a/include/X11/extensions/XInput2.h
-+++ b/include/X11/extensions/XInput2.h
-@@ -135,6 +135,25 @@ typedef struct
-
- typedef struct
- {
-+ int type;
-+ int sourceid;
-+ int mode;
-+ int num_touches;
-+} XITouchClassInfo;
-+
-+typedef struct
-+{
-+ int type;
-+ int sourceid;
-+ int number;
-+ Atom label;
-+ double min;
-+ double max;
-+ int resolution;
-+} XITouchValuatorClassInfo;
-+
-+typedef struct
-+{
- int deviceid;
- char *name;
- int use;
-@@ -292,6 +311,20 @@ typedef struct {
- int what;
- } XIPropertyEvent;
-
-+typedef struct {
-+ int type; /* GenericEvent */
-+ unsigned long serial; /* # of last request processed by server */
-+ Bool send_event; /* true if this came from a SendEvent request */
-+ Display *display; /* Display the event was read from */
-+ int extension; /* XI extension offset */
-+ int evtype;
-+ Time time;
-+ int deviceid;
-+ int sourceid;
-+ unsigned int touchid;
-+ unsigned int flags;
-+} XITouchOwnershipEvent;
-+
- _XFUNCPROTOBEGIN
-
- extern Bool XIQueryPointer(
-@@ -415,6 +448,13 @@ extern Status XIAllowEvents(
- Time time
- );
-
-+extern Status XIAllowTouchEvents(
-+ Display* display,
-+ int deviceid,
-+ unsigned long touchid,
-+ int event_mode
-+);
-+
- extern int XIGrabButton(
- Display* display,
- int deviceid,
-@@ -466,6 +506,17 @@ extern int XIGrabFocusIn(
- int num_modifiers,
- XIGrabModifiers *modifiers_inout
- );
-+
-+extern int XIGrabTouchBegin(
-+ Display* display,
-+ int deviceid,
-+ Window grab_window,
-+ int owner_events,
-+ XIEventMask *mask,
-+ int num_modifiers,
-+ XIGrabModifiers *modifiers_inout
-+);
-+
- extern Status XIUngrabButton(
- Display* display,
- int deviceid,
-@@ -496,6 +547,14 @@ extern Status XIUngrabFocusIn(
- Display* display,
- int deviceid,
- Window grab_window,
-+ int num_modifiers,
-+ XIGrabModifiers *modifiers
-+);
-+
-+extern Status XIUngrabTouchBegin(
-+ Display* display,
-+ int deviceid,
-+ Window grab_window,
- int num_modifiers,
- XIGrabModifiers *modifiers
- );
---- a/src/XExtInt.c
-+++ b/src/XExtInt.c
-@@ -146,6 +146,9 @@ static int
- wireToEnterLeave(xXIEnterEvent *in, XGenericEventCookie *cookie);
- static int
- wireToPropertyEvent(xXIPropertyEvent *in, XGenericEventCookie *cookie);
-+static int
-+wireToTouchOwnershipEvent(xXITouchOwnershipEvent *in,
-+ XGenericEventCookie *cookie);
-
- static /* const */ XEvent emptyevent;
-
-@@ -268,7 +271,8 @@ static XExtensionVersion versions[] = {
- XI_Add_DevicePresenceNotify_Minor},
- {XI_Present, XI_Add_DeviceProperties_Major,
- XI_Add_DeviceProperties_Minor},
--{XI_Present, XI_2_Major, XI_2_Minor}
-+{XI_Present, XI_2_Major, XI_2_Minor},
-+{XI_Present, XI_2_Major, XI_2_1_Minor}
- };
-
- /***********************************************************************
-@@ -924,6 +928,10 @@ XInputWireToCookie(
- case XI_ButtonRelease:
- case XI_KeyPress:
- case XI_KeyRelease:
-+ case XI_TouchBegin:
-+ case XI_TouchUpdate:
-+ case XI_TouchUpdateUnowned:
-+ case XI_TouchEnd:
- *cookie = *(XGenericEventCookie*)save;
- if (!wireToDeviceEvent((xXIDeviceEvent*)event, cookie))
- {
-@@ -950,7 +958,16 @@ XInputWireToCookie(
- break;
- }
- return ENQUEUE_EVENT;
--
-+ case XI_TouchOwnership:
-+ *cookie = *(XGenericEventCookie*)save;
-+ if (!wireToTouchOwnershipEvent((xXITouchOwnershipEvent*)event,
-+ cookie))
-+ {
-+ printf("XInputWireToCookie: CONVERSION FAILURE! evtype=%d\n",
-+ ge->evtype);
-+ break;
-+ }
-+ return ENQUEUE_EVENT;
- case XI_RawKeyPress:
- case XI_RawKeyRelease:
- case XI_RawButtonPress:
-@@ -1037,6 +1054,12 @@ sizeDeviceClassType(int type, int num_el
- case XIValuatorClass:
- l = sizeof(XIValuatorClassInfo);
- break;
-+ case XITouchClass:
-+ l = sizeof(XITouchClassInfo);
-+ break;
-+ case XITouchValuatorClass:
-+ l = sizeof(XITouchValuatorClassInfo);
-+ break;
- default:
- printf("sizeDeviceClassType: unknown type %d\n", type);
- break;
-@@ -1239,6 +1262,22 @@ copyPropertyEvent(XGenericEventCookie *c
- }
-
- static Bool
-+copyTouchOwnershipEvent(XGenericEventCookie *cookie_in,
-+ XGenericEventCookie *cookie_out)
-+{
-+ XITouchOwnershipEvent *in, *out;
-+
-+ in = cookie_in->data;
-+
-+ out = cookie_out->data = malloc(sizeof(XITouchOwnershipEvent));
-+ if (!out)
-+ return False;
-+
-+ *out = *in;
-+ return True;
-+}
-+
-+static Bool
- copyRawEvent(XGenericEventCookie *cookie_in,
- XGenericEventCookie *cookie_out)
- {
-@@ -1297,8 +1336,15 @@ XInputCopyCookie(Display *dpy, XGenericE
- case XI_ButtonRelease:
- case XI_KeyPress:
- case XI_KeyRelease:
-+ case XI_TouchBegin:
-+ case XI_TouchUpdate:
-+ case XI_TouchUpdateUnowned:
-+ case XI_TouchEnd:
- ret = copyDeviceEvent(in, out);
- break;
-+ case XI_TouchOwnership:
-+ ret = copyTouchOwnershipEvent(in, out);
-+ break;
- case XI_DeviceChanged:
- ret = copyDeviceChangedEvent(in, out);
- break;
-@@ -1427,6 +1473,12 @@ size_classes(xXIAnyInfo* from, int nclas
- case XIValuatorClass:
- l = sizeDeviceClassType(XIValuatorClass, 0);
- break;
-+ case XITouchClass:
-+ l = sizeDeviceClassType(XITouchClass, 0);
-+ break;
-+ case XITouchValuatorClass:
-+ l = sizeDeviceClassType(XITouchValuatorClass, 0);
-+ break;
- }
-
- len += l;
-@@ -1527,6 +1579,35 @@ copy_classes(XIDeviceInfo* to, xXIAnyInf
-
- }
- break;
-+ case XITouchClass:
-+ {
-+ XITouchClassInfo *cls_lib;
-+ xXITouchInfo *cls_wire;
-+
-+ cls_wire = (xXITouchInfo*)any_wire;
-+ cls_lib = next_block(&ptr_lib, sizeof(XITouchClassInfo));
-+
-+ cls_lib->mode = cls_wire->mode;
-+ cls_lib->num_touches = cls_wire->num_touches;
-+ }
-+ break;
-+ case XITouchValuatorClass:
-+ {
-+ XITouchValuatorClassInfo *cls_lib;
-+ xXITouchValuatorInfo *cls_wire;
-+
-+ cls_wire = (xXITouchValuatorInfo*)any_wire;
-+ cls_lib = next_block(&ptr_lib,
-+ sizeof(XITouchValuatorClassInfo));
-+
-+ cls_lib->number = cls_wire->number;
-+ cls_lib->label = cls_wire->label;
-+ /* FIXME: fractional parts */
-+ cls_lib->min = cls_wire->min.integral;
-+ cls_lib->max = cls_wire->max.integral;
-+ cls_lib->resolution = cls_wire->resolution;
-+ }
-+ break;
- }
- len += any_wire->length * 4;
- ptr_wire += any_wire->length * 4;
-@@ -1697,6 +1778,28 @@ wireToEnterLeave(xXIEnterEvent *in, XGen
-
- return 1;
- }
-+
-+static int
-+wireToTouchOwnershipEvent(xXITouchOwnershipEvent *in,
-+ XGenericEventCookie *cookie)
-+{
-+ XITouchOwnershipEvent *out = malloc(sizeof(XITouchOwnershipEvent));
-+
-+ cookie->data = out;
-+
-+ out->type = in->type;
-+ out->display = cookie->display;
-+ out->extension = in->extension;
-+ out->evtype = in->evtype;
-+ out->send_event = ((in->type & 0x80) != 0);
-+ out->time = in->time;
-+ out->deviceid = in->deviceid;
-+ out->sourceid = in->sourceid;
-+ out->touchid = in->touchid;
-+ out->flags = in->flags;
-+
-+ return 1;
-+}
-
- static int
- wireToPropertyEvent(xXIPropertyEvent *in, XGenericEventCookie *cookie)
---- a/src/XIAllowEvents.c
-+++ b/src/XIAllowEvents.c
-@@ -51,3 +51,27 @@ XIAllowEvents(Display *dpy, int deviceid
- SyncHandle();
- return Success;
- }
-+
-+Status
-+XIAllowTouchEvents(Display *dpy, int deviceid, unsigned long touchid,
-+ int event_mode)
-+{
-+ xXIAllowTouchEventsReq *req;
-+
-+ XExtDisplayInfo *extinfo = XInput_find_display(dpy);
-+
-+ LockDisplay(dpy);
-+ if (_XiCheckExtInit(dpy, XInput_2_1, extinfo) == -1)
-+ return (NoSuchExtension);
-+
-+ GetReq(XIAllowTouchEvents, req);
-+ req->reqType = extinfo->codes->major_opcode;
-+ req->ReqType = X_XIAllowTouchEvents;
-+ req->deviceid = deviceid;
-+ req->touchid = touchid;
-+ req->mode = event_mode;
-+
-+ UnlockDisplay(dpy);
-+ SyncHandle();
-+ return Success;
-+}
---- a/src/XIPassiveGrab.c
-+++ b/src/XIPassiveGrab.c
-@@ -145,6 +145,25 @@ XIGrabFocusIn(Display *dpy, int deviceid
- modifiers_inout);
- }
-
-+int
-+XIGrabTouchBegin(Display *dpy, int deviceid, Window grab_window,
-+ Bool owner_events, XIEventMask *mask,
-+ int num_modifiers, XIGrabModifiers *modifiers_inout)
-+{
-+ XExtDisplayInfo *extinfo = XInput_find_display(dpy);
-+
-+ LockDisplay(dpy);
-+ if (_XiCheckExtInit(dpy, XInput_2_1, extinfo) == -1)
-+ return -1;
-+
-+ UnlockDisplay(dpy);
-+
-+ return _XIPassiveGrabDevice(dpy, deviceid, XIGrabtypeTouchBegin, 0,
-+ grab_window, None, GrabModeAsync, GrabModeAsync,
-+ owner_events, mask, num_modifiers,
-+ modifiers_inout);
-+}
-+
- static int
- _XIPassiveUngrabDevice(Display* dpy, int deviceid, int grabtype, int detail,
- Window grab_window, int num_modifiers, XIGrabModifiers *modifiers)
-@@ -208,3 +227,19 @@ XIUngrabFocusIn(Display* display, int de
- return _XIPassiveUngrabDevice(display, deviceid, XIGrabtypeFocusIn, 0,
- grab_window, num_modifiers, modifiers);
- }
-+
-+int
-+XIUngrabTouchBegin(Display* display, int deviceid, Window grab_window,
-+ int num_modifiers, XIGrabModifiers *modifiers)
-+{
-+ XExtDisplayInfo *extinfo = XInput_find_display(display);
-+
-+ LockDisplay(display);
-+ if (_XiCheckExtInit(display, XInput_2_1, extinfo) == -1)
-+ return -1;
-+
-+ UnlockDisplay(display);
-+
-+ return _XIPassiveUngrabDevice(display, deviceid, XIGrabtypeTouchBegin, 0,
-+ grab_window, num_modifiers, modifiers);
-+}
diff --git a/x11-libs/libXi/libXi-1.4.2-r1.ebuild b/x11-libs/libXi/libXi-1.4.2-r1.ebuild
deleted file mode 100644
index 8b9c99f..0000000
--- a/x11-libs/libXi/libXi-1.4.2-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXi/libXi-1.4.2.ebuild,v 1.1 2011/03/19 10:41:40 scarabeus Exp $
-
-EAPI=4
-XORG_EAUTORECONF=yes
-XORG_DOC=doc
-inherit xorg-2
-
-DESCRIPTION="X.Org Xi library"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="utouch"
-
-RDEPEND=">=x11-libs/libX11-1.3
- >=x11-libs/libXext-1.1
- >=x11-proto/inputproto-2.0
- >=x11-proto/xproto-7.0.13
- >=x11-proto/xextproto-7.0.3"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- if use utouch ; then
- epatch "${FILESDIR}/libXi-xi2.1.patch"
- fi
- xorg-2_src_prepare
-}
-
-
-pkg_setup() {
- xorg-2_pkg_setup
- CONFIGURE_OPTIONS="$(use_enable doc specs)
- $(use_with doc xmlto)
- $(use_with doc asciidoc)
- --without-fop"
-}
-
-pkg_postinst() {
- xorg-2_pkg_postinst
-
- ewarn "Some special keys and keyboard layouts may stop working."
- ewarn "To fix them, recompile xorg-server."
-}
diff --git a/x11-libs/libXi/libXi-1.4.3.ebuild b/x11-libs/libXi/libXi-1.4.3.ebuild
deleted file mode 100644
index 89f43de..0000000
--- a/x11-libs/libXi/libXi-1.4.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXi/libXi-1.4.3.ebuild,v 1.1 2011/06/07 14:14:01 chithanh Exp $
-
-EAPI=4
-
-XORG_DOC=doc
-inherit xorg-2
-
-DESCRIPTION="X.Org Xi library"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="utouch"
-
-RDEPEND=">=x11-libs/libX11-1.3
- >=x11-libs/libXext-1.1
- >=x11-proto/inputproto-2.0
- >=x11-proto/xproto-7.0.13
- >=x11-proto/xextproto-7.0.3"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- if use utouch ; then
- epatch "${FILESDIR}/libXi-xi2.1.patch"
- fi
- xorg-2_src_prepare
-}
-
-
-pkg_setup() {
- xorg-2_pkg_setup
- XORG_CONFIGURE_OPTIONS=(
- $(use_enable doc specs)
- $(use_with doc xmlto)
- $(use_with doc asciidoc)
- --without-fop
- )
-}
-
-pkg_postinst() {
- xorg-2_pkg_postinst
-
- ewarn "Some special keys and keyboard layouts may stop working."
- ewarn "To fix them, recompile xorg-server."
-}
diff --git a/x11-libs/utouch-evemu/Manifest b/x11-libs/utouch-evemu/Manifest
deleted file mode 100644
index 7cee510..0000000
--- a/x11-libs/utouch-evemu/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST evemu-1.0.10.tar.gz 678206 SHA256 5096853ca4b30dbd25cfbd9eda1e511d25076415f37e3d90c61da36c2c53dd69 SHA512 a034367b9e931c9b7474a83b99a6fde38dad39e23e7b411097c3e28b70bf4e82d172be5a8f94d6a00daf776f22b00567c690a8c5741a281032a4bae4c945b581 WHIRLPOOL 1624618b0eb7aa17acf2b1072dc5cb30edbaec2ab16b0a2597567b2c14637361b619c29764ac6c2620a454a66df5a5bcf7baacd6e0f1987bdeaf4282548d2b40
-EBUILD utouch-evemu-1.0.10.ebuild 466 SHA256 94db9d465bef8c68881ff60cce9361d05e54685a4534581b947a8927d7d433ac SHA512 c6f337ddf7363b43f96c57f8fdb10d20e892b80d6dd9f94f9e94e954ccf6d5a2dd579bef3cbfd4997d523368f3c94aad13b63face97571cf74f360c1e5087b6e WHIRLPOOL 7980b341098c3b3756b604aab8b94086889eb8488b34917dbe7a47b4e1c42562211816a9a983299a3a0de0642dbab81e296e36b6f27d84028b8019924531b2f1
diff --git a/x11-libs/utouch-evemu/utouch-evemu-1.0.10.ebuild b/x11-libs/utouch-evemu/utouch-evemu-1.0.10.ebuild
deleted file mode 100644
index 756bc49..0000000
--- a/x11-libs/utouch-evemu/utouch-evemu-1.0.10.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Event Emulation for the uTouch Stack"
-SRC_URI="https://launchpad.net/evemu/trunk/evemu-${PV}/+download/evemu-${PV}.tar.gz"
-HOMEPAGE="https://launchpad.net/utouch-evemu"
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-LICENSE="GPL-3"
-IUSE=""
-
-src_compile() {
- econf
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
-}
diff --git a/x11-libs/utouch-frame/Manifest b/x11-libs/utouch-frame/Manifest
deleted file mode 100644
index 54e7485..0000000
--- a/x11-libs/utouch-frame/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST utouch-frame-1.1.3.tar.gz 314232 SHA256 6b241caf9fc7994a5885c0984ba2b347084b05f3f672008f58cae3425e75a85e
-EBUILD utouch-frame-1.1.3.ebuild 423 SHA256 514bcd5e80825793a55faed9e6b97afa93ca9b9d41b73ff46aa9fa4ce8000fd0 SHA512 add3b1db979701114c63272a4fa62c6ed3a11ee0756983e89787890b8361058a0f5bcce83fde6cf3d92fde76b07268fadf03f1ff639f36b038388ea3b0f5bb62 WHIRLPOOL 85dfe8d99569db97350614479aa944e2ddb22d977d5f94d51190874bb2bb04d425c7d6fa2423ba0b8f76c2f55edc05f382db5ae76470eac47ce210cd8488513c
diff --git a/x11-libs/utouch-frame/utouch-frame-1.1.3.ebuild b/x11-libs/utouch-frame/utouch-frame-1.1.3.ebuild
deleted file mode 100644
index 5cd0107..0000000
--- a/x11-libs/utouch-frame/utouch-frame-1.1.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit base
-
-DESCRIPTION="Touch Frame Library "
-SRC_URI="http://launchpad.net/utouch-frame/trunk/v${PV}/+download/utouch-frame-${PV}.tar.gz"
-HOMEPAGE="https://launchpad.net/utouch-frame"
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-LICENSE="GPV-3"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- x11-libs/utouch-evemu"
diff --git a/x11-libs/utouch-geis/Manifest b/x11-libs/utouch-geis/Manifest
deleted file mode 100644
index 829d9d7..0000000
--- a/x11-libs/utouch-geis/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST utouch-geis-2.1.2.tar.gz 556305 SHA256 b7d750a80601ddf9075f0dbdd247444302d9c53b9bf5791a5f4c9265d2f52b07
-EBUILD utouch-geis-2.1.2.ebuild 567 SHA256 2a8dc2c9772278b264d4ee22e43fdb47815b7fbd612c5d2cc0d0d7c662533697 SHA512 efa597fa155522dfa77c8f59a3519f5ff9bd5a3d37c9089815e2944651e748fa48dfe6c8d7697c1022e8fd945c472550554bdbfefd269facfe23aed405a39739 WHIRLPOOL a094c0bdd50ac5b47edf0397d82bca1254ae1adc85cd6002736b6ebae695a73f35e6e1fa8c5348e6e6df24ec10f2212dc31eb1ad4ca7a28e92444d0f863d9426
diff --git a/x11-libs/utouch-geis/utouch-geis-2.1.2.ebuild b/x11-libs/utouch-geis/utouch-geis-2.1.2.ebuild
deleted file mode 100644
index 3e2c7e2..0000000
--- a/x11-libs/utouch-geis/utouch-geis-2.1.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-inherit base
-
-DESCRIPTION="An implementation of the GEIS (Gesture Engine Interface and Support) interface."
-SRC_URI="http://launchpad.net/utouch-geis/trunk/${PV}/+download/utouch-geis-${PV}.tar.gz"
-HOMEPAGE="https://launchpad.net/utouch-geis"
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-LICENSE="GPL-2 LGPL-3"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- x11-libs/utouch-grail"
-
-src_prepare() {
- sed -i 's/python >= 2.7/python-2.7 >= 2.7/g' configure;
-}
diff --git a/x11-libs/utouch-grail/Manifest b/x11-libs/utouch-grail/Manifest
deleted file mode 100644
index f5ca52b..0000000
--- a/x11-libs/utouch-grail/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST utouch-grail-2.0.0.tar.gz 343748 SHA256 9d5dfd5eb20fe1872c7baef71a705ece2032f5efccc8cc1fa9f19e73351d685e
-EBUILD utouch-grail-2.0.0.ebuild 488 SHA256 78ff2f767a7ac154f1abf9f10a36a112db9fb64c54144230883aef077273286b SHA512 81b55787c6888df911db7de7e8217cf3ac1725f75c5a6c1b1d28eb379123167e797a07609f93fa9cab3569846fe2527279adbc2faeadef8fee97b73989a712ad WHIRLPOOL ab555460ff1b1190c1856e9b7f0f554067a73cb1087e28407d073ccf42ec8aa8bd1c50a81078c4b95fdb6beec602aca0a7777db07e5e5392ed8c2b35c1f59672
diff --git a/x11-libs/utouch-grail/utouch-grail-2.0.0.ebuild b/x11-libs/utouch-grail/utouch-grail-2.0.0.ebuild
deleted file mode 100644
index 353bb33..0000000
--- a/x11-libs/utouch-grail/utouch-grail-2.0.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit base
-
-DESCRIPTION="Gesture Recognition And Instantiation Library"
-SRC_URI="http://launchpad.net/utouch-grail/trunk/v${PV}/+download/utouch-grail-${PV}.tar.gz"
-HOMEPAGE="https://launchpad.net/utouch-grail"
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-LICENSE="GPV-3"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- sys-libs/mtdev
- x11-libs/utouch-evemu
- x11-libs/utouch-frame
- "
-