summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2009-10-26 15:57:39 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-10-26 15:57:39 +0100
commit13d444a529cfea470a55e8b2c61e9082f8077bd6 (patch)
tree14e3d62a6f5afee989ab000c3855ffc78a53aeaa
parentaee8af645064df0cc4b53b931029e5816f9593e2 (diff)
downloadptxdist-13d444a529cfea470a55e8b2c61e9082f8077bd6.tar.gz
ptxdist-13d444a529cfea470a55e8b2c61e9082f8077bd6.tar.xz
[xorg-*-trap] removing libXTrap. It is obsolete.
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/xorg-lib-XTrap.in14
-rw-r--r--rules/xorg-lib-XTrap.make142
-rw-r--r--rules/xorg-proto-trap.in6
-rw-r--r--rules/xorg-proto-trap.make120
4 files changed, 0 insertions, 282 deletions
diff --git a/rules/xorg-lib-XTrap.in b/rules/xorg-lib-XTrap.in
deleted file mode 100644
index dbeea2236..000000000
--- a/rules/xorg-lib-XTrap.in
+++ /dev/null
@@ -1,14 +0,0 @@
-## SECTION=multimedia_xorg_lib
-
-config XORG_LIB_XTRAP
- tristate
- prompt "libXTrap"
- select XORG_LIB_X11
- select XORG_LIB_XT
- select XORG_PROTO_TRAP
- select XORG_LIB_XEXT
- select XORG_PROTO_XEXT
- help
- libXTrap provides an interface to the DEC-XTRAP
- extension, which allows for capture and synthesis
- of core input events.
diff --git a/rules/xorg-lib-XTrap.make b/rules/xorg-lib-XTrap.make
deleted file mode 100644
index 212955af1..000000000
--- a/rules/xorg-lib-XTrap.make
+++ /dev/null
@@ -1,142 +0,0 @@
-# -*-makefile-*-
-# $Id: template 4565 2006-02-10 14:23:10Z mkl $
-#
-# Copyright (C) 2006 by Erwin Rol
-#
-# 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_XTRAP) += xorg-lib-xtrap
-
-#
-# Paths and names
-#
-XORG_LIB_XTRAP_VERSION := 1.0.0
-XORG_LIB_XTRAP := libXTrap-$(XORG_LIB_XTRAP_VERSION)
-XORG_LIB_XTRAP_SUFFIX := tar.bz2
-XORG_LIB_XTRAP_URL := $(PTXCONF_SETUP_XORGMIRROR)/individual/lib/$(XORG_LIB_XTRAP).$(XORG_LIB_XTRAP_SUFFIX)
-XORG_LIB_XTRAP_SOURCE := $(SRCDIR)/$(XORG_LIB_XTRAP).$(XORG_LIB_XTRAP_SUFFIX)
-XORG_LIB_XTRAP_DIR := $(BUILDDIR)/$(XORG_LIB_XTRAP)
-
-
-# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-xorg-lib-xtrap_get: $(STATEDIR)/xorg-lib-xtrap.get
-
-$(STATEDIR)/xorg-lib-xtrap.get: $(xorg-lib-xtrap_get_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
-$(XORG_LIB_XTRAP_SOURCE):
- @$(call targetinfo, $@)
- @$(call get, XORG_LIB_XTRAP)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-xorg-lib-xtrap_extract: $(STATEDIR)/xorg-lib-xtrap.extract
-
-$(STATEDIR)/xorg-lib-xtrap.extract: $(xorg-lib-xtrap_extract_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(XORG_LIB_XTRAP_DIR))
- @$(call extract, XORG_LIB_XTRAP)
- @$(call patchin, XORG_LIB_XTRAP)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-xorg-lib-xtrap_prepare: $(STATEDIR)/xorg-lib-xtrap.prepare
-
-XORG_LIB_XTRAP_PATH := PATH=$(CROSS_PATH)
-XORG_LIB_XTRAP_ENV := $(CROSS_ENV)
-
-#
-# autoconf
-#
-XORG_LIB_XTRAP_AUTOCONF := $(CROSS_AUTOCONF_USR)
-
-$(STATEDIR)/xorg-lib-xtrap.prepare: $(xorg-lib-xtrap_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(XORG_LIB_XTRAP_DIR)/config.cache)
- cd $(XORG_LIB_XTRAP_DIR) && \
- $(XORG_LIB_XTRAP_PATH) $(XORG_LIB_XTRAP_ENV) \
- ./configure $(XORG_LIB_XTRAP_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-xorg-lib-xtrap_compile: $(STATEDIR)/xorg-lib-xtrap.compile
-
-$(STATEDIR)/xorg-lib-xtrap.compile: $(xorg-lib-xtrap_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(XORG_LIB_XTRAP_DIR) && $(XORG_LIB_XTRAP_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-xorg-lib-xtrap_install: $(STATEDIR)/xorg-lib-xtrap.install
-
-$(STATEDIR)/xorg-lib-xtrap.install: $(xorg-lib-xtrap_install_deps_default)
- @$(call targetinfo, $@)
- @$(call install, XORG_LIB_XTRAP)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-xorg-lib-xtrap_targetinstall: $(STATEDIR)/xorg-lib-xtrap.targetinstall
-
-$(STATEDIR)/xorg-lib-xtrap.targetinstall: $(xorg-lib-xtrap_targetinstall_deps_default)
- @$(call targetinfo, $@)
-
- @$(call install_init, xorg-lib-xtrap)
- @$(call install_fixup, xorg-lib-xtrap,PACKAGE,xorg-lib-xtrap)
- @$(call install_fixup, xorg-lib-xtrap,PRIORITY,optional)
- @$(call install_fixup, xorg-lib-xtrap,VERSION,$(XORG_LIB_XTRAP_VERSION))
- @$(call install_fixup, xorg-lib-xtrap,SECTION,base)
- @$(call install_fixup, xorg-lib-xtrap,AUTHOR,"Erwin Rol <ero\@pengutronix.de>")
- @$(call install_fixup, xorg-lib-xtrap,DEPENDS,)
- @$(call install_fixup, xorg-lib-xtrap,DESCRIPTION,missing)
-
- @$(call install_copy, xorg-lib-xtrap, 0, 0, 0644, \
- $(XORG_LIB_XTRAP_DIR)/src/.libs/libXTrap.so.6.4.0, \
- $(XORG_LIBDIR)/libXTrap.so.6.4.0)
-
- @$(call install_link, xorg-lib-xtrap, \
- libXTrap.so.6.4.0, \
- $(XORG_LIBDIR)/libXTrap.so.6)
-
- @$(call install_link, xorg-lib-xtrap, \
- libXTrap.so.6.4.0, \
- $(XORG_LIBDIR)/libXTrap.so)
-
- @$(call install_finish, xorg-lib-xtrap)
-
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-xorg-lib-xtrap_clean:
- rm -rf $(STATEDIR)/xorg-lib-xtrap.*
- rm -rf $(PKGDIR)/xorg-lib-xtrap_*
- rm -rf $(XORG_LIB_XTRAP_DIR)
-
-# vim: syntax=make
diff --git a/rules/xorg-proto-trap.in b/rules/xorg-proto-trap.in
deleted file mode 100644
index f26cd4376..000000000
--- a/rules/xorg-proto-trap.in
+++ /dev/null
@@ -1,6 +0,0 @@
-## SECTION=multimedia_xorg_proto
-
-config XORG_PROTO_TRAP
- tristate
- help
- FIXME
diff --git a/rules/xorg-proto-trap.make b/rules/xorg-proto-trap.make
deleted file mode 100644
index 6ff3b1eb7..000000000
--- a/rules/xorg-proto-trap.make
+++ /dev/null
@@ -1,120 +0,0 @@
-# -*-makefile-*-
-# $Id: template 4565 2006-02-10 14:23:10Z mkl $
-#
-# Copyright (C) 2006 by Erwin Rol
-# (C) 2009 by Robert Schwebel
-#
-# 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_PROTO_TRAP) += xorg-proto-trap
-
-#
-# Paths and names
-#
-XORG_PROTO_TRAP_VERSION := 3.4.3
-XORG_PROTO_TRAP := trapproto-$(XORG_PROTO_TRAP_VERSION)
-XORG_PROTO_TRAP_SUFFIX := tar.bz2
-XORG_PROTO_TRAP_URL := $(PTXCONF_SETUP_XORGMIRROR)/individual/proto/$(XORG_PROTO_TRAP).$(XORG_PROTO_TRAP_SUFFIX)
-XORG_PROTO_TRAP_SOURCE := $(SRCDIR)/$(XORG_PROTO_TRAP).$(XORG_PROTO_TRAP_SUFFIX)
-XORG_PROTO_TRAP_DIR := $(BUILDDIR)/$(XORG_PROTO_TRAP)
-
-
-# ----------------------------------------------------------------------------
-# Get
-# ----------------------------------------------------------------------------
-
-xorg-proto-trap_get: $(STATEDIR)/xorg-proto-trap.get
-
-$(STATEDIR)/xorg-proto-trap.get: $(xorg-proto-trap_get_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
-$(XORG_PROTO_TRAP_SOURCE):
- @$(call targetinfo, $@)
- @$(call get, XORG_PROTO_TRAP)
-
-# ----------------------------------------------------------------------------
-# Extract
-# ----------------------------------------------------------------------------
-
-xorg-proto-trap_extract: $(STATEDIR)/xorg-proto-trap.extract
-
-$(STATEDIR)/xorg-proto-trap.extract: $(xorg-proto-trap_extract_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(XORG_PROTO_TRAP_DIR))
- @$(call extract, XORG_PROTO_TRAP)
- @$(call patchin, XORG_PROTO_TRAP)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-xorg-proto-trap_prepare: $(STATEDIR)/xorg-proto-trap.prepare
-
-XORG_PROTO_TRAP_PATH := PATH=$(CROSS_PATH)
-XORG_PROTO_TRAP_ENV := $(CROSS_ENV)
-
-#
-# autoconf
-#
-XORG_PROTO_TRAP_AUTOCONF := $(CROSS_AUTOCONF_USR)
-
-$(STATEDIR)/xorg-proto-trap.prepare: $(xorg-proto-trap_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(XORG_PROTO_TRAP_DIR)/config.cache)
- cd $(XORG_PROTO_TRAP_DIR) && \
- $(XORG_PROTO_TRAP_PATH) $(XORG_PROTO_TRAP_ENV) \
- ./configure $(XORG_PROTO_TRAP_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-xorg-proto-trap_compile: $(STATEDIR)/xorg-proto-trap.compile
-
-$(STATEDIR)/xorg-proto-trap.compile: $(xorg-proto-trap_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(XORG_PROTO_TRAP_DIR) && $(XORG_PROTO_TRAP_PATH) make
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-xorg-proto-trap_install: $(STATEDIR)/xorg-proto-trap.install
-
-$(STATEDIR)/xorg-proto-trap.install: $(xorg-proto-trap_install_deps_default)
- @$(call targetinfo, $@)
- @$(call install, XORG_PROTO_TRAP)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-xorg-proto-trap_targetinstall: $(STATEDIR)/xorg-proto-trap.targetinstall
-
-$(STATEDIR)/xorg-proto-trap.targetinstall: $(xorg-proto-trap_targetinstall_deps_default)
- @$(call targetinfo, $@)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Clean
-# ----------------------------------------------------------------------------
-
-xorg-proto-trap_clean:
- rm -rf $(STATEDIR)/xorg-proto-trap.*
- rm -rf $(PKGDIR)/xorg-proto-trap_*
- rm -rf $(XORG_PROTO_TRAP_DIR)
-
-# vim: syntax=make
-