summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-11-02 19:27:10 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-11-02 19:27:10 +0000
commita6bcd5428aafd1afd15876959183575e3cc91b3c (patch)
tree4fe4b88f5b1cae0611cdbe702acf00449cd5f7d4 /app-laptop
parentRemove jurek from metadata.xml (diff)
downloadhistorical-a6bcd5428aafd1afd15876959183575e3cc91b3c.tar.gz
historical-a6bcd5428aafd1afd15876959183575e3cc91b3c.tar.bz2
historical-a6bcd5428aafd1afd15876959183575e3cc91b3c.zip
Remove files directory wrt #342563
Package-Manager: portage-2.2.0_alpha3/cvs/Linux x86_64
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/acerhk/Manifest11
-rw-r--r--app-laptop/acerhk/files/kernel-2.6.19-config.h.patch26
2 files changed, 0 insertions, 37 deletions
diff --git a/app-laptop/acerhk/Manifest b/app-laptop/acerhk/Manifest
index a040be904481..cc559f554fe3 100644
--- a/app-laptop/acerhk/Manifest
+++ b/app-laptop/acerhk/Manifest
@@ -1,15 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-AUX kernel-2.6.19-config.h.patch 670 RMD160 d2017ef208df5f4b0ab6b96dc83ada54e5da5491 SHA1 2bdf8838afcac6bf35f565ca59bf8c469151910d SHA256 4b1aa10cda58d3592e871b4d0614e3541197ea7e8fba1ec1704b7bcd54e7dba4
DIST acerhk-0.5.35.tar.bz2 32445 RMD160 864f4bae3e91f8b0db95a236cfa76e6e89eb7823 SHA1 510ce257d87abd97f627710a263e0fdaf9a0080e SHA256 6011296c52ba11b3d727649507507886c8d4c8f943fdc784821b2995b100e0cd
EBUILD acerhk-0.5.35.ebuild 1195 RMD160 7427278f60d2f50dfc515f63a4873e35b33d6ea3 SHA1 d7975e4f2ec6ab2dcde789aaf9e0a301a3e4e200 SHA256 5665a62efc54557914f7f1866f02874d5456c2db56fdf0512bd0574653c42c04
MISC ChangeLog 4904 RMD160 d26d7d3e55591519c2f72998162be662ca55dc36 SHA1 ffd90832df22ab8f39cd419e0486be8717ccbc9f SHA256 7ab81e1cb97d5e8d264d8a7f41ee396159391224f2d2a5062a8700af2074c66a
MISC metadata.xml 159 RMD160 54af1e9a61e5ed1b49b2bbbf3ef2278999c66b13 SHA1 bce3da4745192397c9a08bdbcf7e4914eac9b77b SHA256 ed3a0d440cfa5672284f4172ebde0ea6506c1a38e9a3ed9f14f3d2c093aac42f
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.16 (GNU/Linux)
-
-iEYEARECAAYFAkzQZSUACgkQ9/cejkQaxBC3WgCeK4MqzEd1/gTZ+cXU8vK33RpT
-4gMAn2GKZBfl4e2s2XS7SI42q7xlKDmN
-=ItDb
------END PGP SIGNATURE-----
diff --git a/app-laptop/acerhk/files/kernel-2.6.19-config.h.patch b/app-laptop/acerhk/files/kernel-2.6.19-config.h.patch
deleted file mode 100644
index 747d2028ba4e..000000000000
--- a/app-laptop/acerhk/files/kernel-2.6.19-config.h.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- acerhk/acerhk.c 2006-10-22 23:14:47.000000000 +0200
-+++ acerhk/acerhk.c 2006-10-22 23:15:05.000000000 +0200
-@@ -35,15 +35,20 @@
- *
- */
-
-+#ifdef CONFIG_X86
-+
-+#include <linux/version.h>
-+
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19)
-+#include <linux/autoconf.h>
-+#else
- #include <linux/config.h>
-+#endif
-
- /* This driver is heavily dependent on the architecture, don't let anyone
- * without an X86 machine use it. I doubt that there are laptops out there
- * which would need this driver and are not X86, so it doesn't matter anyway.
- */
--#ifdef CONFIG_X86
--
--#include <linux/version.h>
-
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
- #define KERNEL26