summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-03 11:06:23 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-03 11:06:23 +0200
commit69cd039a71a3d18ba830db4b38ad026e37a3d958 (patch)
tree4c4b2907e69bbc8e6461925127c06a58f626dc64
parentcbdaa9c5383212abd879e744c3f1abb827dbcc4e (diff)
downloadptxdist-69cd039a71a3d18ba830db4b38ad026e37a3d958.tar.gz
ptxdist-69cd039a71a3d18ba830db4b38ad026e37a3d958.tar.xz
xorg-lib-xevie: remove after one year in staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/xorg-lib-Xevie.in22
-rw-r--r--rules/xorg-lib-Xevie.make60
2 files changed, 0 insertions, 82 deletions
diff --git a/rules/xorg-lib-Xevie.in b/rules/xorg-lib-Xevie.in
deleted file mode 100644
index 9aa9b5ac8..000000000
--- a/rules/xorg-lib-Xevie.in
+++ /dev/null
@@ -1,22 +0,0 @@
-## SECTION=staging
-## old section:
-### SECTION=multimedia_xorg_lib
-
-config XORG_LIB_XEVIE
- tristate
- prompt "libXevie"
- select XORG_LIB_X11
- select XORG_LIB_XEXT
- select XORGPROTO
- help
- XEvIE - X Event Interception Extension
-
- XEvIE is a X extension providing functionalities to allow
- users intercept keyboard/mouse events.
- It is designed for users who need to intercept all the
- Keyboard and Mouse events.
-
- For information, see http://freedesktop.org/wiki/Software/XEvIE
-
- STAGING: remove in ptxdist-2018.07.0
- Obsolete, no longer needed and fails to build with xorgproto.
diff --git a/rules/xorg-lib-Xevie.make b/rules/xorg-lib-Xevie.make
deleted file mode 100644
index 79c66836d..000000000
--- a/rules/xorg-lib-Xevie.make
+++ /dev/null
@@ -1,60 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2006 by Erwin Rol
-# 2010 Michael Olbrich <m.olbrich@pengutronix.de>
-#
-# See CREDITS for details about who has contributed to this project.
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_XORG_LIB_XEVIE) += xorg-lib-xevie
-
-#
-# Paths and names
-#
-XORG_LIB_XEVIE_VERSION := 1.0.3
-XORG_LIB_XEVIE_MD5 := ffa3f82595211609140440505b0e6301
-XORG_LIB_XEVIE := libXevie-$(XORG_LIB_XEVIE_VERSION)
-XORG_LIB_XEVIE_SUFFIX := tar.bz2
-XORG_LIB_XEVIE_URL := $(call ptx/mirror, XORG, individual/lib/$(XORG_LIB_XEVIE).$(XORG_LIB_XEVIE_SUFFIX))
-XORG_LIB_XEVIE_SOURCE := $(SRCDIR)/$(XORG_LIB_XEVIE).$(XORG_LIB_XEVIE_SUFFIX)
-XORG_LIB_XEVIE_DIR := $(BUILDDIR)/$(XORG_LIB_XEVIE)
-XORG_LIB_XEVIE_LICENSE := MIT
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-XORG_LIB_XEVIE_PATH := PATH=$(CROSS_PATH)
-XORG_LIB_XEVIE_ENV := $(CROSS_ENV)
-
-#
-# autoconf
-#
-XORG_LIB_XEVIE_AUTOCONF := $(CROSS_AUTOCONF_USR)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/xorg-lib-xevie.targetinstall:
- @$(call targetinfo)
-
- @$(call install_init, xorg-lib-xevie)
- @$(call install_fixup, xorg-lib-xevie,PRIORITY,optional)
- @$(call install_fixup, xorg-lib-xevie,SECTION,base)
- @$(call install_fixup, xorg-lib-xevie,AUTHOR,"Erwin Rol <ero@pengutronix.de>")
- @$(call install_fixup, xorg-lib-xevie,DESCRIPTION,missing)
-
- @$(call install_lib, xorg-lib-xevie, 0, 0, 0644, libXevie)
-
- @$(call install_finish, xorg-lib-xevie)
-
- @$(call touch)
-
-# vim: syntax=make