summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-12-14 18:40:13 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-12-14 18:40:13 +0000
commit2bd503c9089f1dac7605254682629e548eb27ed8 (patch)
tree21c2f4bcb46058ab963b1b2031d42f07a59dd32b /sys-apps/i2c/files
parentPruned old ebuilds. (diff)
downloadgentoo-2-2bd503c9089f1dac7605254682629e548eb27ed8.tar.gz
gentoo-2-2bd503c9089f1dac7605254682629e548eb27ed8.tar.bz2
gentoo-2-2bd503c9089f1dac7605254682629e548eb27ed8.zip
Pruned old ebuilds.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sys-apps/i2c/files')
-rw-r--r--sys-apps/i2c/files/digest-i2c-2.8.71
-rw-r--r--sys-apps/i2c/files/digest-i2c-2.9.01
-rw-r--r--sys-apps/i2c/files/i2c-2.8.0-alphaCompile.patch11
-rw-r--r--sys-apps/i2c/files/i2c-2.9.0.fix.patch60
4 files changed, 0 insertions, 73 deletions
diff --git a/sys-apps/i2c/files/digest-i2c-2.8.7 b/sys-apps/i2c/files/digest-i2c-2.8.7
deleted file mode 100644
index 9cd7d3f8d3ac..000000000000
--- a/sys-apps/i2c/files/digest-i2c-2.8.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0ffdfd9f7582aea05cec592948007347 i2c-2.8.7.tar.gz 140026
diff --git a/sys-apps/i2c/files/digest-i2c-2.9.0 b/sys-apps/i2c/files/digest-i2c-2.9.0
deleted file mode 100644
index 7f119e72d5fb..000000000000
--- a/sys-apps/i2c/files/digest-i2c-2.9.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7a70a16ab4e6a612393cce32d92e196e i2c-2.9.0.tar.gz 137761
diff --git a/sys-apps/i2c/files/i2c-2.8.0-alphaCompile.patch b/sys-apps/i2c/files/i2c-2.8.0-alphaCompile.patch
deleted file mode 100644
index cf6ef481a652..000000000000
--- a/sys-apps/i2c/files/i2c-2.8.0-alphaCompile.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- i2c-velleman.c 2003-01-21 10:00:19.000000000 +0000
-+++ i2c-velleman.c.plasmaroo 2003-10-14 19:31:11.000000000 +0100
-@@ -20,6 +20,8 @@
-
- /* $Id: i2c-2.8.0-alphaCompile.patch,v 1.1 2003/10/14 21:02:42 plasmaroo Exp $ */
-
-+#include <asm/param.h> // Alpha compile fix
-+
- #include <linux/kernel.h>
- #include <linux/ioport.h>
- #include <linux/module.h>
diff --git a/sys-apps/i2c/files/i2c-2.9.0.fix.patch b/sys-apps/i2c/files/i2c-2.9.0.fix.patch
deleted file mode 100644
index 3cadae7ca322..000000000000
--- a/sys-apps/i2c/files/i2c-2.9.0.fix.patch
+++ /dev/null
@@ -1,60 +0,0 @@
---- i2c-2.9.0/kernel/Module.mk 8 Dec 2004 21:03:57
-+++ i2c-2.9.0.1/kernel/Module.mk 3 Jan 2005 17:08:11
-@@ -26,17 +26,21 @@
- # We will only include those modules which are not already built into this
- # kernel.
- KERNELTARGETS :=
-+KERNELINCLUDES :=
- ifneq ($(shell if grep -q '^CONFIG_I2C=y' $(LINUX)/.config; then echo 1; fi),1)
- KERNELTARGETS += $(MODULE_DIR)/i2c-core.o
-+KERNELINCLUDES += $(MODULE_DIR)/i2c.h $(MODULE_DIR)/i2c-id.h
- endif
- ifneq ($(shell if grep -q '^CONFIG_I2C_CHARDEV=y' $(LINUX)/.config; then echo 1; fi),1)
- KERNELTARGETS += $(MODULE_DIR)/i2c-dev.o
- endif
- ifneq ($(shell if grep -q '^CONFIG_I2C_ALGOBIT=y' $(LINUX)/.config; then echo 1; fi),1)
- KERNELTARGETS += $(MODULE_DIR)/i2c-algo-bit.o
-+KERNELINCLUDES += $(MODULE_DIR)/i2c-algo-bit.h
- endif
- ifneq ($(shell if grep -q '^CONFIG_I2C_ALGOBITHS=y' $(LINUX)/.config; then echo 1; fi),1)
- KERNELTARGETS += $(MODULE_DIR)/i2c-algo-biths.o
-+KERNELINCLUDES += $(MODULE_DIR)/i2c-algo-biths.h
- endif
- ifneq ($(shell if grep -q '^CONFIG_I2C_PHILIPSPAR=y' $(LINUX)/.config; then echo 1; fi),1)
- ifeq ($(shell if grep -q '^CONFIG_PARPORT=[my]' $(LINUX)/.config; then echo 1; fi),1)
-@@ -51,13 +55,16 @@
- endif
- ifneq ($(shell if grep -q '^CONFIG_I2C_ALGOPCF=y' $(LINUX)/.config; then echo 1; fi),1)
- KERNELTARGETS += $(MODULE_DIR)/i2c-algo-pcf.o
-+KERNELINCLUDES += $(MODULE_DIR)/i2c-algo-pcf.h
- endif
- # will not build outside kernel tree
- ifneq ($(shell if grep -q '^CONFIG_I2C_ELEKTOR=y' $(LINUX)/.config; then echo 1; fi),1)
- #KERNELTARGETS += $(MODULE_DIR)/i2c-elektor.o
-+#KERNELINCLUDES += $(MODULE_DIR)/i2c-pcf8584.h
- endif
- ifneq ($(shell if grep -q '^CONFIG_I2C_PROC=y' $(LINUX)/.config; then echo 1; fi),1)
- KERNELTARGETS += $(MODULE_DIR)/i2c-proc.o
-+KERNELINCLUDES += $(MODULE_DIR)/i2c-proc.h
- endif
- ifneq ($(shell if grep -q '^CONFIG_I2C_PPORT=y' $(LINUX)/.config; then echo 1; fi),1)
- KERNELTARGETS += $(MODULE_DIR)/i2c-pport.o
-@@ -75,6 +82,7 @@
- #
- #ifneq ($(shell if grep -q '^CONFIG_I2C_ALGO8XX=y' $(LINUX)/.config; then echo 1; fi),1)
- #KERNELTARGETS += $(MODULE_DIR)/i2c-algo-8xx.o
-+#KERNELINCLUDES += $(MODULE_DIR)/i2c-algo-8xx.h
- #endif
- #ifneq ($(shell if grep -q '^CONFIG_I2C_RPXLITE=y' $(LINUX)/.config; then echo 1; fi),1)
- #KERNELTARGETS += $(MODULE_DIR)/i2c-rpx.o
-@@ -103,6 +111,10 @@
- done ; \
- $(RMDIR) $(DESTDIR)$(MODPREF)/misc 2> /dev/null || true ; \
- fi
-+ if [ -n "$(KERNELINCLUDES)" ] ; then \
-+ $(MKDIR) $(DESTDIR)$(LINUX_INCLUDE_DIR) ; \
-+ $(INSTALL) -m 644 $(KERNELINCLUDES) $(DESTDIR)$(LINUX_INCLUDE_DIR) ; \
-+ fi
- install :: install-kernel
-
- clean-kernel: