From 7be24902d18660f7307f510ebee7187d2be14cb9 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Wed, 18 Apr 2007 19:26:08 +0000 Subject: [PATCH] more clean up Package-Manager: portage-2.1.2.2 --- app-emacs/slime/ChangeLog | 20 +++- app-emacs/slime/Manifest | 94 ++----------------- .../files/1.2.1.20050804/70slime-gentoo.el | 16 ---- .../slime/files/1.2.1.20050804/README.Gentoo | 12 --- .../files/1.2.1.20050804/swank-loader.lisp | 4 - .../slime/files/1.2.1.20050804/swank.asd | 79 ---------------- .../files/1.2.1.20051211/70slime-gentoo.el | 16 ---- .../slime/files/1.2.1.20051211/README.Gentoo | 12 --- .../files/1.2.1.20051211/swank-loader.lisp | 4 - .../slime/files/1.2.1.20051211/swank.asd | 81 ---------------- .../files/1.2.1.20060205/70slime-gentoo.el | 13 --- .../slime/files/1.2.1.20060205/README.Gentoo | 12 --- .../files/1.2.1.20060205/swank-loader.lisp | 4 - .../slime/files/1.2.1.20060205/swank.asd | 81 ---------------- .../files/2.0.0.20060617/70slime-gentoo.el | 13 --- .../slime/files/2.0.0.20060617/README.Gentoo | 12 --- .../files/2.0.0.20060617/swank-loader.lisp | 4 - .../slime/files/2.0.0.20060617/swank.asd | 92 ------------------ .../files/2.0.0.20060805/70slime-gentoo.el | 13 --- .../slime/files/2.0.0.20060805/README.Gentoo | 12 --- .../files/2.0.0.20060805/swank-loader.lisp | 4 - .../slime/files/2.0.0.20060805/swank.asd | 92 ------------------ 22 files changed, 26 insertions(+), 664 deletions(-) delete mode 100644 app-emacs/slime/files/1.2.1.20050804/70slime-gentoo.el delete mode 100644 app-emacs/slime/files/1.2.1.20050804/README.Gentoo delete mode 100644 app-emacs/slime/files/1.2.1.20050804/swank-loader.lisp delete mode 100644 app-emacs/slime/files/1.2.1.20050804/swank.asd delete mode 100644 app-emacs/slime/files/1.2.1.20051211/70slime-gentoo.el delete mode 100644 app-emacs/slime/files/1.2.1.20051211/README.Gentoo delete mode 100644 app-emacs/slime/files/1.2.1.20051211/swank-loader.lisp delete mode 100644 app-emacs/slime/files/1.2.1.20051211/swank.asd delete mode 100644 app-emacs/slime/files/1.2.1.20060205/70slime-gentoo.el delete mode 100644 app-emacs/slime/files/1.2.1.20060205/README.Gentoo delete mode 100644 app-emacs/slime/files/1.2.1.20060205/swank-loader.lisp delete mode 100644 app-emacs/slime/files/1.2.1.20060205/swank.asd delete mode 100644 app-emacs/slime/files/2.0.0.20060617/70slime-gentoo.el delete mode 100644 app-emacs/slime/files/2.0.0.20060617/README.Gentoo delete mode 100644 app-emacs/slime/files/2.0.0.20060617/swank-loader.lisp delete mode 100644 app-emacs/slime/files/2.0.0.20060617/swank.asd delete mode 100644 app-emacs/slime/files/2.0.0.20060805/70slime-gentoo.el delete mode 100644 app-emacs/slime/files/2.0.0.20060805/README.Gentoo delete mode 100644 app-emacs/slime/files/2.0.0.20060805/swank-loader.lisp delete mode 100644 app-emacs/slime/files/2.0.0.20060805/swank.asd diff --git a/app-emacs/slime/ChangeLog b/app-emacs/slime/ChangeLog index b73ce0bbc0b5..a2e6385dd84c 100644 --- a/app-emacs/slime/ChangeLog +++ b/app-emacs/slime/ChangeLog @@ -1,6 +1,24 @@ # ChangeLog for app-emacs/slime # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.36 2007/04/18 19:15:38 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/slime/ChangeLog,v 1.37 2007/04/18 19:26:08 opfer Exp $ + + 18 Apr 2007; Christian Faulhammer + -files/1.2.1.20050804/70slime-gentoo.el, + -files/1.2.1.20050804/README.Gentoo, -files/1.2.1.20050804/swank.asd, + -files/1.2.1.20050804/swank-loader.lisp, + -files/1.2.1.20051211/70slime-gentoo.el, + -files/1.2.1.20051211/README.Gentoo, -files/1.2.1.20051211/swank.asd, + -files/1.2.1.20051211/swank-loader.lisp, + -files/1.2.1.20060205/70slime-gentoo.el, + -files/1.2.1.20060205/README.Gentoo, -files/1.2.1.20060205/swank.asd, + -files/1.2.1.20060205/swank-loader.lisp, + -files/2.0.0.20060617/70slime-gentoo.el, + -files/2.0.0.20060617/README.Gentoo, -files/2.0.0.20060617/swank.asd, + -files/2.0.0.20060617/swank-loader.lisp, + -files/2.0.0.20060805/70slime-gentoo.el, + -files/2.0.0.20060805/README.Gentoo, -files/2.0.0.20060805/swank.asd, + -files/2.0.0.20060805/swank-loader.lisp: + more clean up 18 Apr 2007; Christian Faulhammer -slime-1.2.1.20050804.ebuild, -slime-1.2.1.20051211.ebuild, diff --git a/app-emacs/slime/Manifest b/app-emacs/slime/Manifest index 4cfe3ed9fc7b..5fb48d323ca7 100644 --- a/app-emacs/slime/Manifest +++ b/app-emacs/slime/Manifest @@ -1,86 +1,6 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -AUX 1.2.1.20050804/70slime-gentoo.el 569 RMD160 7133265dd0e38df42050bfedc57134c0db9c5b68 SHA1 d2b144096f6f8ee62b63766dbf4903b7233090c4 SHA256 6c3a331793138d5a1eb141738ce3353fdf4f77b9dd73ddb13a5a02c876d28992 -MD5 ee1f66aba753cb513ec91d33210dc246 files/1.2.1.20050804/70slime-gentoo.el 569 -RMD160 7133265dd0e38df42050bfedc57134c0db9c5b68 files/1.2.1.20050804/70slime-gentoo.el 569 -SHA256 6c3a331793138d5a1eb141738ce3353fdf4f77b9dd73ddb13a5a02c876d28992 files/1.2.1.20050804/70slime-gentoo.el 569 -AUX 1.2.1.20050804/README.Gentoo 349 RMD160 cb74eb4e1042b9943cdb6a4e8c7a9b9e0f4a2a52 SHA1 4b15e27773256cfdf019a565d600b3a09188c56b SHA256 a49653970dca358d9420892890848661be57ebe68685ce41678ceb43bc7222a3 -MD5 a6f665debad6ee005b99b5ae3d3aeedb files/1.2.1.20050804/README.Gentoo 349 -RMD160 cb74eb4e1042b9943cdb6a4e8c7a9b9e0f4a2a52 files/1.2.1.20050804/README.Gentoo 349 -SHA256 a49653970dca358d9420892890848661be57ebe68685ce41678ceb43bc7222a3 files/1.2.1.20050804/README.Gentoo 349 -AUX 1.2.1.20050804/swank-loader.lisp 68 RMD160 28a2624c60122f50ff758923c4ca2ee666ec25ee SHA1 2f1a69b01814de704b9d041096d7c3e20d32faba SHA256 1c42cd16fd6af8e377716c633adb9e0d6172df6001e2aa26eed6a33df420d015 -MD5 cd3eddef773c2bdc1eac336383f13ec6 files/1.2.1.20050804/swank-loader.lisp 68 -RMD160 28a2624c60122f50ff758923c4ca2ee666ec25ee files/1.2.1.20050804/swank-loader.lisp 68 -SHA256 1c42cd16fd6af8e377716c633adb9e0d6172df6001e2aa26eed6a33df420d015 files/1.2.1.20050804/swank-loader.lisp 68 -AUX 1.2.1.20050804/swank.asd 2191 RMD160 5840391b2ded0a8a88cece046b77a0f5a173be9a SHA1 5e4ec7bb0e58e86332db2d58644a4ab23b14d9d0 SHA256 27f4e87766f70d1e3846925a2ca478f018542b7db2410aca831b752c517ea48c -MD5 80cd96bdd0caca9767147a2cf1f08769 files/1.2.1.20050804/swank.asd 2191 -RMD160 5840391b2ded0a8a88cece046b77a0f5a173be9a files/1.2.1.20050804/swank.asd 2191 -SHA256 27f4e87766f70d1e3846925a2ca478f018542b7db2410aca831b752c517ea48c files/1.2.1.20050804/swank.asd 2191 -AUX 1.2.1.20051211/70slime-gentoo.el 569 RMD160 7133265dd0e38df42050bfedc57134c0db9c5b68 SHA1 d2b144096f6f8ee62b63766dbf4903b7233090c4 SHA256 6c3a331793138d5a1eb141738ce3353fdf4f77b9dd73ddb13a5a02c876d28992 -MD5 ee1f66aba753cb513ec91d33210dc246 files/1.2.1.20051211/70slime-gentoo.el 569 -RMD160 7133265dd0e38df42050bfedc57134c0db9c5b68 files/1.2.1.20051211/70slime-gentoo.el 569 -SHA256 6c3a331793138d5a1eb141738ce3353fdf4f77b9dd73ddb13a5a02c876d28992 files/1.2.1.20051211/70slime-gentoo.el 569 -AUX 1.2.1.20051211/README.Gentoo 347 RMD160 d14589acdadaa746e145fecf50382d6055c87ae1 SHA1 b0c783443f7d57f6610abf71141bcffaddad34f8 SHA256 fdc51ac5cea0e5cecc83eaed30d086da1f7aa60ded9b98c535445a062c0a3679 -MD5 1ab5127efd37110d1dc0711ec5626a92 files/1.2.1.20051211/README.Gentoo 347 -RMD160 d14589acdadaa746e145fecf50382d6055c87ae1 files/1.2.1.20051211/README.Gentoo 347 -SHA256 fdc51ac5cea0e5cecc83eaed30d086da1f7aa60ded9b98c535445a062c0a3679 files/1.2.1.20051211/README.Gentoo 347 -AUX 1.2.1.20051211/swank-loader.lisp 68 RMD160 28a2624c60122f50ff758923c4ca2ee666ec25ee SHA1 2f1a69b01814de704b9d041096d7c3e20d32faba SHA256 1c42cd16fd6af8e377716c633adb9e0d6172df6001e2aa26eed6a33df420d015 -MD5 cd3eddef773c2bdc1eac336383f13ec6 files/1.2.1.20051211/swank-loader.lisp 68 -RMD160 28a2624c60122f50ff758923c4ca2ee666ec25ee files/1.2.1.20051211/swank-loader.lisp 68 -SHA256 1c42cd16fd6af8e377716c633adb9e0d6172df6001e2aa26eed6a33df420d015 files/1.2.1.20051211/swank-loader.lisp 68 -AUX 1.2.1.20051211/swank.asd 2161 RMD160 57699bd2a0f8325b30715948dbd1dc688fd0f8c1 SHA1 5f8536d97b74583f0b6260081775b4295c1f3804 SHA256 e35f51cc7b91414bbc3df979de60245b4d4c7229d3f1f889f96718bb04482930 -MD5 2fb7f0df5e95786860d421a83618720a files/1.2.1.20051211/swank.asd 2161 -RMD160 57699bd2a0f8325b30715948dbd1dc688fd0f8c1 files/1.2.1.20051211/swank.asd 2161 -SHA256 e35f51cc7b91414bbc3df979de60245b4d4c7229d3f1f889f96718bb04482930 files/1.2.1.20051211/swank.asd 2161 -AUX 1.2.1.20060205/70slime-gentoo.el 451 RMD160 e15860be7553e588b8f9f547eae42804e2f1a214 SHA1 9b6ef6bf765bc63938086872f4bab0c31ffa5404 SHA256 5816afae1dc4dbb77fe0413504688de0add083aab9217940edf9f6c8f2eb4f36 -MD5 0d610ac7f0c3daa87614b1b72a4d40fd files/1.2.1.20060205/70slime-gentoo.el 451 -RMD160 e15860be7553e588b8f9f547eae42804e2f1a214 files/1.2.1.20060205/70slime-gentoo.el 451 -SHA256 5816afae1dc4dbb77fe0413504688de0add083aab9217940edf9f6c8f2eb4f36 files/1.2.1.20060205/70slime-gentoo.el 451 -AUX 1.2.1.20060205/README.Gentoo 347 RMD160 d14589acdadaa746e145fecf50382d6055c87ae1 SHA1 b0c783443f7d57f6610abf71141bcffaddad34f8 SHA256 fdc51ac5cea0e5cecc83eaed30d086da1f7aa60ded9b98c535445a062c0a3679 -MD5 1ab5127efd37110d1dc0711ec5626a92 files/1.2.1.20060205/README.Gentoo 347 -RMD160 d14589acdadaa746e145fecf50382d6055c87ae1 files/1.2.1.20060205/README.Gentoo 347 -SHA256 fdc51ac5cea0e5cecc83eaed30d086da1f7aa60ded9b98c535445a062c0a3679 files/1.2.1.20060205/README.Gentoo 347 -AUX 1.2.1.20060205/swank-loader.lisp 68 RMD160 28a2624c60122f50ff758923c4ca2ee666ec25ee SHA1 2f1a69b01814de704b9d041096d7c3e20d32faba SHA256 1c42cd16fd6af8e377716c633adb9e0d6172df6001e2aa26eed6a33df420d015 -MD5 cd3eddef773c2bdc1eac336383f13ec6 files/1.2.1.20060205/swank-loader.lisp 68 -RMD160 28a2624c60122f50ff758923c4ca2ee666ec25ee files/1.2.1.20060205/swank-loader.lisp 68 -SHA256 1c42cd16fd6af8e377716c633adb9e0d6172df6001e2aa26eed6a33df420d015 files/1.2.1.20060205/swank-loader.lisp 68 -AUX 1.2.1.20060205/swank.asd 2161 RMD160 57699bd2a0f8325b30715948dbd1dc688fd0f8c1 SHA1 5f8536d97b74583f0b6260081775b4295c1f3804 SHA256 e35f51cc7b91414bbc3df979de60245b4d4c7229d3f1f889f96718bb04482930 -MD5 2fb7f0df5e95786860d421a83618720a files/1.2.1.20060205/swank.asd 2161 -RMD160 57699bd2a0f8325b30715948dbd1dc688fd0f8c1 files/1.2.1.20060205/swank.asd 2161 -SHA256 e35f51cc7b91414bbc3df979de60245b4d4c7229d3f1f889f96718bb04482930 files/1.2.1.20060205/swank.asd 2161 -AUX 2.0.0.20060617/70slime-gentoo.el 451 RMD160 e15860be7553e588b8f9f547eae42804e2f1a214 SHA1 9b6ef6bf765bc63938086872f4bab0c31ffa5404 SHA256 5816afae1dc4dbb77fe0413504688de0add083aab9217940edf9f6c8f2eb4f36 -MD5 0d610ac7f0c3daa87614b1b72a4d40fd files/2.0.0.20060617/70slime-gentoo.el 451 -RMD160 e15860be7553e588b8f9f547eae42804e2f1a214 files/2.0.0.20060617/70slime-gentoo.el 451 -SHA256 5816afae1dc4dbb77fe0413504688de0add083aab9217940edf9f6c8f2eb4f36 files/2.0.0.20060617/70slime-gentoo.el 451 -AUX 2.0.0.20060617/README.Gentoo 347 RMD160 d14589acdadaa746e145fecf50382d6055c87ae1 SHA1 b0c783443f7d57f6610abf71141bcffaddad34f8 SHA256 fdc51ac5cea0e5cecc83eaed30d086da1f7aa60ded9b98c535445a062c0a3679 -MD5 1ab5127efd37110d1dc0711ec5626a92 files/2.0.0.20060617/README.Gentoo 347 -RMD160 d14589acdadaa746e145fecf50382d6055c87ae1 files/2.0.0.20060617/README.Gentoo 347 -SHA256 fdc51ac5cea0e5cecc83eaed30d086da1f7aa60ded9b98c535445a062c0a3679 files/2.0.0.20060617/README.Gentoo 347 -AUX 2.0.0.20060617/swank-loader.lisp 68 RMD160 28a2624c60122f50ff758923c4ca2ee666ec25ee SHA1 2f1a69b01814de704b9d041096d7c3e20d32faba SHA256 1c42cd16fd6af8e377716c633adb9e0d6172df6001e2aa26eed6a33df420d015 -MD5 cd3eddef773c2bdc1eac336383f13ec6 files/2.0.0.20060617/swank-loader.lisp 68 -RMD160 28a2624c60122f50ff758923c4ca2ee666ec25ee files/2.0.0.20060617/swank-loader.lisp 68 -SHA256 1c42cd16fd6af8e377716c633adb9e0d6172df6001e2aa26eed6a33df420d015 files/2.0.0.20060617/swank-loader.lisp 68 -AUX 2.0.0.20060617/swank.asd 2566 RMD160 52ccd3ce2d398368bfd219a1ea491faaddba22b9 SHA1 58887bd3ee61d13d036f0ede60ae60c8b5aead2a SHA256 1a0fd671ca1ebed36b96124043cf71033592225d7c345d7aba6455e2951af3ea -MD5 5be894eb67f6fb6850ebc99f9c6d23af files/2.0.0.20060617/swank.asd 2566 -RMD160 52ccd3ce2d398368bfd219a1ea491faaddba22b9 files/2.0.0.20060617/swank.asd 2566 -SHA256 1a0fd671ca1ebed36b96124043cf71033592225d7c345d7aba6455e2951af3ea files/2.0.0.20060617/swank.asd 2566 -AUX 2.0.0.20060805/70slime-gentoo.el 451 RMD160 e15860be7553e588b8f9f547eae42804e2f1a214 SHA1 9b6ef6bf765bc63938086872f4bab0c31ffa5404 SHA256 5816afae1dc4dbb77fe0413504688de0add083aab9217940edf9f6c8f2eb4f36 -MD5 0d610ac7f0c3daa87614b1b72a4d40fd files/2.0.0.20060805/70slime-gentoo.el 451 -RMD160 e15860be7553e588b8f9f547eae42804e2f1a214 files/2.0.0.20060805/70slime-gentoo.el 451 -SHA256 5816afae1dc4dbb77fe0413504688de0add083aab9217940edf9f6c8f2eb4f36 files/2.0.0.20060805/70slime-gentoo.el 451 -AUX 2.0.0.20060805/README.Gentoo 347 RMD160 d14589acdadaa746e145fecf50382d6055c87ae1 SHA1 b0c783443f7d57f6610abf71141bcffaddad34f8 SHA256 fdc51ac5cea0e5cecc83eaed30d086da1f7aa60ded9b98c535445a062c0a3679 -MD5 1ab5127efd37110d1dc0711ec5626a92 files/2.0.0.20060805/README.Gentoo 347 -RMD160 d14589acdadaa746e145fecf50382d6055c87ae1 files/2.0.0.20060805/README.Gentoo 347 -SHA256 fdc51ac5cea0e5cecc83eaed30d086da1f7aa60ded9b98c535445a062c0a3679 files/2.0.0.20060805/README.Gentoo 347 -AUX 2.0.0.20060805/swank-loader.lisp 68 RMD160 28a2624c60122f50ff758923c4ca2ee666ec25ee SHA1 2f1a69b01814de704b9d041096d7c3e20d32faba SHA256 1c42cd16fd6af8e377716c633adb9e0d6172df6001e2aa26eed6a33df420d015 -MD5 cd3eddef773c2bdc1eac336383f13ec6 files/2.0.0.20060805/swank-loader.lisp 68 -RMD160 28a2624c60122f50ff758923c4ca2ee666ec25ee files/2.0.0.20060805/swank-loader.lisp 68 -SHA256 1c42cd16fd6af8e377716c633adb9e0d6172df6001e2aa26eed6a33df420d015 files/2.0.0.20060805/swank-loader.lisp 68 -AUX 2.0.0.20060805/swank.asd 2566 RMD160 52ccd3ce2d398368bfd219a1ea491faaddba22b9 SHA1 58887bd3ee61d13d036f0ede60ae60c8b5aead2a SHA256 1a0fd671ca1ebed36b96124043cf71033592225d7c345d7aba6455e2951af3ea -MD5 5be894eb67f6fb6850ebc99f9c6d23af files/2.0.0.20060805/swank.asd 2566 -RMD160 52ccd3ce2d398368bfd219a1ea491faaddba22b9 files/2.0.0.20060805/swank.asd 2566 -SHA256 1a0fd671ca1ebed36b96124043cf71033592225d7c345d7aba6455e2951af3ea files/2.0.0.20060805/swank.asd 2566 AUX 70slime-gentoo.el 451 RMD160 e15860be7553e588b8f9f547eae42804e2f1a214 SHA1 9b6ef6bf765bc63938086872f4bab0c31ffa5404 SHA256 5816afae1dc4dbb77fe0413504688de0add083aab9217940edf9f6c8f2eb4f36 MD5 0d610ac7f0c3daa87614b1b72a4d40fd files/70slime-gentoo.el 451 RMD160 e15860be7553e588b8f9f547eae42804e2f1a214 files/70slime-gentoo.el 451 @@ -94,10 +14,10 @@ EBUILD slime-2.0.0.20061118.ebuild 1008 RMD160 361743677bb5309442477dfb820b74671 MD5 e30734336be9cf222bf116ad8b5b8935 slime-2.0.0.20061118.ebuild 1008 RMD160 361743677bb5309442477dfb820b74671d951d93 slime-2.0.0.20061118.ebuild 1008 SHA256 dc6f8b393abf1a15cc6e53f776bb3f06b6362a138c999cee593b629c5cdebd89 slime-2.0.0.20061118.ebuild 1008 -MISC ChangeLog 8891 RMD160 00eb6e7bf9013da7a47548eaed1b2981398548e9 SHA1 9646ce0081da30af3ce169cc55915a663b69b2e3 SHA256 b4952347021a05fd45e87be78fc0bdc1dc6eb82403133d05e80bdc37aad890b5 -MD5 382f0229824cc3d3297ad2f0aec4f3e5 ChangeLog 8891 -RMD160 00eb6e7bf9013da7a47548eaed1b2981398548e9 ChangeLog 8891 -SHA256 b4952347021a05fd45e87be78fc0bdc1dc6eb82403133d05e80bdc37aad890b5 ChangeLog 8891 +MISC ChangeLog 9753 RMD160 03023b28cb0b39afe62987dd93714fe6a64861c4 SHA1 aa09db04455c2480099b76728ff5c9342118971b SHA256 5aeee58b311aa2b3ec683e65afaece01a266125cd66d0e7404ce31afe47f8a2c +MD5 7d4ab1db7e9729ee1fafea0c9d44c2e6 ChangeLog 9753 +RMD160 03023b28cb0b39afe62987dd93714fe6a64861c4 ChangeLog 9753 +SHA256 5aeee58b311aa2b3ec683e65afaece01a266125cd66d0e7404ce31afe47f8a2c ChangeLog 9753 MISC metadata.xml 1267 RMD160 c7f206f44fcd561788623b4ec596f6e82de74948 SHA1 f91c564e0b518ab158b57faf23d419c144a5898d SHA256 d516dcbafdb0818785833d3a07fe626e74f67cde6f9999e9120b61ec0ae8f172 MD5 185b50ff504c7da6807fffb4e73fc017 metadata.xml 1267 RMD160 c7f206f44fcd561788623b4ec596f6e82de74948 metadata.xml 1267 @@ -108,7 +28,7 @@ SHA256 02fdba06c50eaa99bab50e5d8bca0887b4756c2f2691eb12bd63a1a75b4b1196 files/di -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) -iD8DBQFGJm5tNQqtfCuFneMRAiPIAJ9oXs+FL8y41GoPdUEn901JvrQDBACgjA2S -mOwFxli1J1vd7gJAkxiCtfY= -=xpJw +iD8DBQFGJnDVNQqtfCuFneMRAkl+AJ0QgG+DJjn6Rn8rfH8v6EIqyijfmACgiLLf +4Snu0M73pJsCr8rQBppbLcQ= +=xBoP -----END PGP SIGNATURE----- diff --git a/app-emacs/slime/files/1.2.1.20050804/70slime-gentoo.el b/app-emacs/slime/files/1.2.1.20050804/70slime-gentoo.el deleted file mode 100644 index 105a1c76e689..000000000000 --- a/app-emacs/slime/files/1.2.1.20050804/70slime-gentoo.el +++ /dev/null @@ -1,16 +0,0 @@ - -;;; site-lisp configuration for slime-cvs - -(add-to-list 'load-path "@SITELISP@") -(require 'slime) -(add-hook 'lisp-mode-hook - (lambda () (slime-mode t))) -(add-hook 'inferior-lisp-mode-hook - (lambda () (inferior-slime-mode t))) - -;; this prevents us from requiring the user get dev-lisp/hyperspec -;; (which is non-free) as a hard dependency - -(if (file-exists-p "/usr/share/doc/hyperspec/HyperSpec") - (setq common-lisp-hyperspec-root "file:///usr/share/doc/hyperspec/HyperSpec/") - (setq common-lisp-hyperspec-root "http://www.lispworks.com/reference/HyperSpec/")) diff --git a/app-emacs/slime/files/1.2.1.20050804/README.Gentoo b/app-emacs/slime/files/1.2.1.20050804/README.Gentoo deleted file mode 100644 index 168f91cd98db..000000000000 --- a/app-emacs/slime/files/1.2.1.20050804/README.Gentoo +++ /dev/null @@ -1,12 +0,0 @@ -SLIME notes for Gentoo ----------------------- - -If you're interested in hacking this ebuild, slime-cvs uses its own -swank.asd system definition file and swank-loader.lisp. - -As always with CVS ebuilds, DO NOT report problems to upstream. -Always report problems to the Gentoo Bugzilla at -http://bugs.gentoo.org. - -Matthew Kennedy - diff --git a/app-emacs/slime/files/1.2.1.20050804/swank-loader.lisp b/app-emacs/slime/files/1.2.1.20050804/swank-loader.lisp deleted file mode 100644 index 4d9b157312e6..000000000000 --- a/app-emacs/slime/files/1.2.1.20050804/swank-loader.lisp +++ /dev/null @@ -1,4 +0,0 @@ - -;; This file is NOT part of SLIME - -(asdf:oos 'asdf:load-op :swank) diff --git a/app-emacs/slime/files/1.2.1.20050804/swank.asd b/app-emacs/slime/files/1.2.1.20050804/swank.asd deleted file mode 100644 index 452f02fc0d89..000000000000 --- a/app-emacs/slime/files/1.2.1.20050804/swank.asd +++ /dev/null @@ -1,79 +0,0 @@ -;;; -*- mode: lisp; syntax: common-lisp; package: common-lisp -*- - -(defpackage #:swank-system - (:use #:common-lisp - #:asdf)) - -(defpackage #:swank-loader - (:use #:common-lisp)) - -(in-package #:swank-system) - -;; http://www.caddr.com/macho/archives/sbcl-devel/2004-3/3014.html - -(defclass unsafe-file (cl-source-file) ()) - -(defmethod perform :around ((op compile-op) (c unsafe-file)) - (setf (operation-on-warnings op) :ignore - (operation-on-failure op) :warn) ; adjust to taste - (call-next-method)) - -(defmacro define-swank-system (&rest sysdep-components) - `(defsystem swank - :name "Swank is the Common Lips back-end to SLIME" - :serial t - :components ((:file "swank-backend") - (:file "nregex") - ,@(mapcar #'(lambda (component) - (if (atom component) - (list :file component) - component)) - sysdep-components) - (:file "swank")) - :depends-on (#+sbcl sb-bsd-sockets))) - -#+sbcl (define-swank-system - "swank-sbcl" - "swank-source-path-parser" - "swank-source-file-cache" - "swank-gray") - -#+openmcl (define-swank-system - "metering" - "swank-openmcl" - "swank-gray") - -#+cmu (define-swank-system - "swank-source-path-parser" - "swank-source-file-cache" - "swank-cmucl") - -#+clisp (define-swank-system - "xref" - "metering" - "swank-clisp" - "swank-gray") - -#+armedbear (define-swank-system - "swank-abcl") - -#+ecl (define-swank-system - "swank-ecl" "swank-gray") - -(in-package #:swank-loader) - -(defun user-init-file () - "Return the name of the user init file or NIL if it does not exist." - (probe-file (merge-pathnames (user-homedir-pathname) - (make-pathname :name ".swank" :type "lisp")))) - -(defun site-init-file () - "Return the name of the site init file or NIL if it does not exist." - (probe-file (make-pathname :name "site-init" :type "lisp" :defaults *load-truename*))) - -(or (when (site-init-file) - (load (site-init-file))) - (when (user-init-file) - (load (user-init-file)))) - -;; swank.asd ends here diff --git a/app-emacs/slime/files/1.2.1.20051211/70slime-gentoo.el b/app-emacs/slime/files/1.2.1.20051211/70slime-gentoo.el deleted file mode 100644 index 105a1c76e689..000000000000 --- a/app-emacs/slime/files/1.2.1.20051211/70slime-gentoo.el +++ /dev/null @@ -1,16 +0,0 @@ - -;;; site-lisp configuration for slime-cvs - -(add-to-list 'load-path "@SITELISP@") -(require 'slime) -(add-hook 'lisp-mode-hook - (lambda () (slime-mode t))) -(add-hook 'inferior-lisp-mode-hook - (lambda () (inferior-slime-mode t))) - -;; this prevents us from requiring the user get dev-lisp/hyperspec -;; (which is non-free) as a hard dependency - -(if (file-exists-p "/usr/share/doc/hyperspec/HyperSpec") - (setq common-lisp-hyperspec-root "file:///usr/share/doc/hyperspec/HyperSpec/") - (setq common-lisp-hyperspec-root "http://www.lispworks.com/reference/HyperSpec/")) diff --git a/app-emacs/slime/files/1.2.1.20051211/README.Gentoo b/app-emacs/slime/files/1.2.1.20051211/README.Gentoo deleted file mode 100644 index 99353ee7aa29..000000000000 --- a/app-emacs/slime/files/1.2.1.20051211/README.Gentoo +++ /dev/null @@ -1,12 +0,0 @@ -SLIME notes for Gentoo ----------------------- - -If you're interested in hacking this ebuild, Gentoo uses its own -swank.asd system definition file and swank-loader.lisp. - -As always with CVS ebuilds, DO NOT report problems to upstream. -Always report problems to the Gentoo Bugzilla at -http://bugs.gentoo.org/. - -Matthew Kennedy - diff --git a/app-emacs/slime/files/1.2.1.20051211/swank-loader.lisp b/app-emacs/slime/files/1.2.1.20051211/swank-loader.lisp deleted file mode 100644 index 4d9b157312e6..000000000000 --- a/app-emacs/slime/files/1.2.1.20051211/swank-loader.lisp +++ /dev/null @@ -1,4 +0,0 @@ - -;; This file is NOT part of SLIME - -(asdf:oos 'asdf:load-op :swank) diff --git a/app-emacs/slime/files/1.2.1.20051211/swank.asd b/app-emacs/slime/files/1.2.1.20051211/swank.asd deleted file mode 100644 index ddcd9f0c97ed..000000000000 --- a/app-emacs/slime/files/1.2.1.20051211/swank.asd +++ /dev/null @@ -1,81 +0,0 @@ -;;; -*- mode: lisp; syntax: common-lisp; package: common-lisp -*- - -(defpackage #:swank-system - (:use #:common-lisp - #:asdf)) - -(defpackage #:swank-loader - (:use #:common-lisp)) - -(in-package #:swank-system) - -;; http://www.caddr.com/macho/archives/sbcl-devel/2004-3/3014.html - -(defclass unsafe-file (cl-source-file) ()) - -(defmethod perform :around ((op compile-op) (c unsafe-file)) - (setf (operation-on-warnings op) :ignore - (operation-on-failure op) :warn) ; adjust to taste - (call-next-method)) - -(defmacro define-swank-system (&rest sysdep-components) - `(defsystem swank - :name "Swank is the Common Lips back-end to SLIME" - :serial t - :components ((:file "swank-backend") - (:file "nregex") - ,@(mapcar #'(lambda (component) - (if (atom component) - (list :file component) - component)) - sysdep-components) - (:file "swank")) - :depends-on (#+sbcl sb-bsd-sockets))) - -#+sbcl (define-swank-system - "swank-sbcl" - "swank-source-path-parser" - "swank-source-file-cache" - "swank-gray") - -#+openmcl (define-swank-system - "metering" - "swank-openmcl" - "swank-gray") - -#+cmu (define-swank-system - "swank-source-path-parser" - "swank-source-file-cache" - "swank-cmucl") - -#+clisp (define-swank-system - "xref" - "metering" - "swank-clisp" - "swank-gray") - -#+armedbear (define-swank-system - "swank-abcl") - -#+ecl (define-swank-system - "swank-ecl" "swank-gray") - -(in-package #:swank-loader) - -(defun load-user-init-file () - "Load the user init file, return NIL if it does not exist." - (load (merge-pathnames (user-homedir-pathname) - (make-pathname :name ".swank" :type "lisp")) - :if-does-not-exist nil)) - -(defun load-site-init-file () - (load (make-pathname :name "site-init" :type "lisp" - :defaults *load-truename*) - :if-does-not-exist nil)) - -;; (funcall (intern (string :warn-unimplemented-interfaces) :swank-backend)) - -(load-site-init-file) -(load-user-init-file) - -;; swank.asd ends here diff --git a/app-emacs/slime/files/1.2.1.20060205/70slime-gentoo.el b/app-emacs/slime/files/1.2.1.20060205/70slime-gentoo.el deleted file mode 100644 index 2687bb5c4f14..000000000000 --- a/app-emacs/slime/files/1.2.1.20060205/70slime-gentoo.el +++ /dev/null @@ -1,13 +0,0 @@ - -;;; site-lisp configuration for slime-cvs - -(add-to-list 'load-path "@SITELISP@") -(require 'slime) -(slime-setup) - -;; this prevents us from requiring the user get dev-lisp/hyperspec -;; (which is non-free) as a hard dependency - -(if (file-exists-p "/usr/share/doc/hyperspec/HyperSpec") - (setq common-lisp-hyperspec-root "file:///usr/share/doc/hyperspec/HyperSpec/") - (setq common-lisp-hyperspec-root "http://www.lispworks.com/reference/HyperSpec/")) diff --git a/app-emacs/slime/files/1.2.1.20060205/README.Gentoo b/app-emacs/slime/files/1.2.1.20060205/README.Gentoo deleted file mode 100644 index 99353ee7aa29..000000000000 --- a/app-emacs/slime/files/1.2.1.20060205/README.Gentoo +++ /dev/null @@ -1,12 +0,0 @@ -SLIME notes for Gentoo ----------------------- - -If you're interested in hacking this ebuild, Gentoo uses its own -swank.asd system definition file and swank-loader.lisp. - -As always with CVS ebuilds, DO NOT report problems to upstream. -Always report problems to the Gentoo Bugzilla at -http://bugs.gentoo.org/. - -Matthew Kennedy - diff --git a/app-emacs/slime/files/1.2.1.20060205/swank-loader.lisp b/app-emacs/slime/files/1.2.1.20060205/swank-loader.lisp deleted file mode 100644 index 4d9b157312e6..000000000000 --- a/app-emacs/slime/files/1.2.1.20060205/swank-loader.lisp +++ /dev/null @@ -1,4 +0,0 @@ - -;; This file is NOT part of SLIME - -(asdf:oos 'asdf:load-op :swank) diff --git a/app-emacs/slime/files/1.2.1.20060205/swank.asd b/app-emacs/slime/files/1.2.1.20060205/swank.asd deleted file mode 100644 index ddcd9f0c97ed..000000000000 --- a/app-emacs/slime/files/1.2.1.20060205/swank.asd +++ /dev/null @@ -1,81 +0,0 @@ -;;; -*- mode: lisp; syntax: common-lisp; package: common-lisp -*- - -(defpackage #:swank-system - (:use #:common-lisp - #:asdf)) - -(defpackage #:swank-loader - (:use #:common-lisp)) - -(in-package #:swank-system) - -;; http://www.caddr.com/macho/archives/sbcl-devel/2004-3/3014.html - -(defclass unsafe-file (cl-source-file) ()) - -(defmethod perform :around ((op compile-op) (c unsafe-file)) - (setf (operation-on-warnings op) :ignore - (operation-on-failure op) :warn) ; adjust to taste - (call-next-method)) - -(defmacro define-swank-system (&rest sysdep-components) - `(defsystem swank - :name "Swank is the Common Lips back-end to SLIME" - :serial t - :components ((:file "swank-backend") - (:file "nregex") - ,@(mapcar #'(lambda (component) - (if (atom component) - (list :file component) - component)) - sysdep-components) - (:file "swank")) - :depends-on (#+sbcl sb-bsd-sockets))) - -#+sbcl (define-swank-system - "swank-sbcl" - "swank-source-path-parser" - "swank-source-file-cache" - "swank-gray") - -#+openmcl (define-swank-system - "metering" - "swank-openmcl" - "swank-gray") - -#+cmu (define-swank-system - "swank-source-path-parser" - "swank-source-file-cache" - "swank-cmucl") - -#+clisp (define-swank-system - "xref" - "metering" - "swank-clisp" - "swank-gray") - -#+armedbear (define-swank-system - "swank-abcl") - -#+ecl (define-swank-system - "swank-ecl" "swank-gray") - -(in-package #:swank-loader) - -(defun load-user-init-file () - "Load the user init file, return NIL if it does not exist." - (load (merge-pathnames (user-homedir-pathname) - (make-pathname :name ".swank" :type "lisp")) - :if-does-not-exist nil)) - -(defun load-site-init-file () - (load (make-pathname :name "site-init" :type "lisp" - :defaults *load-truename*) - :if-does-not-exist nil)) - -;; (funcall (intern (string :warn-unimplemented-interfaces) :swank-backend)) - -(load-site-init-file) -(load-user-init-file) - -;; swank.asd ends here diff --git a/app-emacs/slime/files/2.0.0.20060617/70slime-gentoo.el b/app-emacs/slime/files/2.0.0.20060617/70slime-gentoo.el deleted file mode 100644 index 2687bb5c4f14..000000000000 --- a/app-emacs/slime/files/2.0.0.20060617/70slime-gentoo.el +++ /dev/null @@ -1,13 +0,0 @@ - -;;; site-lisp configuration for slime-cvs - -(add-to-list 'load-path "@SITELISP@") -(require 'slime) -(slime-setup) - -;; this prevents us from requiring the user get dev-lisp/hyperspec -;; (which is non-free) as a hard dependency - -(if (file-exists-p "/usr/share/doc/hyperspec/HyperSpec") - (setq common-lisp-hyperspec-root "file:///usr/share/doc/hyperspec/HyperSpec/") - (setq common-lisp-hyperspec-root "http://www.lispworks.com/reference/HyperSpec/")) diff --git a/app-emacs/slime/files/2.0.0.20060617/README.Gentoo b/app-emacs/slime/files/2.0.0.20060617/README.Gentoo deleted file mode 100644 index 99353ee7aa29..000000000000 --- a/app-emacs/slime/files/2.0.0.20060617/README.Gentoo +++ /dev/null @@ -1,12 +0,0 @@ -SLIME notes for Gentoo ----------------------- - -If you're interested in hacking this ebuild, Gentoo uses its own -swank.asd system definition file and swank-loader.lisp. - -As always with CVS ebuilds, DO NOT report problems to upstream. -Always report problems to the Gentoo Bugzilla at -http://bugs.gentoo.org/. - -Matthew Kennedy - diff --git a/app-emacs/slime/files/2.0.0.20060617/swank-loader.lisp b/app-emacs/slime/files/2.0.0.20060617/swank-loader.lisp deleted file mode 100644 index 4d9b157312e6..000000000000 --- a/app-emacs/slime/files/2.0.0.20060617/swank-loader.lisp +++ /dev/null @@ -1,4 +0,0 @@ - -;; This file is NOT part of SLIME - -(asdf:oos 'asdf:load-op :swank) diff --git a/app-emacs/slime/files/2.0.0.20060617/swank.asd b/app-emacs/slime/files/2.0.0.20060617/swank.asd deleted file mode 100644 index 48b9335c5679..000000000000 --- a/app-emacs/slime/files/2.0.0.20060617/swank.asd +++ /dev/null @@ -1,92 +0,0 @@ -;;; -*- mode: lisp; syntax: common-lisp; package: common-lisp -*- - -(defpackage #:swank-system - (:use #:common-lisp - #:asdf)) - -(defpackage #:swank-loader - (:use #:common-lisp) - (:export #:*source-directory* - #:load-swank)) - -(in-package #:swank-system) - -;; http://www.caddr.com/macho/archives/sbcl-devel/2004-3/3014.html - -(defclass unsafe-file (cl-source-file) ()) - -(defmethod perform :around ((op compile-op) (c unsafe-file)) - (setf (operation-on-warnings op) :ignore - (operation-on-failure op) :warn) ; adjust to taste - (call-next-method)) - -(defmacro define-swank-system (&rest sysdep-components) - `(defsystem swank - :name "Swank is the Common Lips back-end to SLIME" - :serial t - :components ((:file "swank-backend") - (:file "nregex") - ,@(mapcar #'(lambda (component) - (if (atom component) - (list :file component) - component)) - sysdep-components) - (:file "swank")) - :depends-on (#+sbcl sb-bsd-sockets))) - -#+sbcl (define-swank-system - "swank-sbcl" - "swank-source-path-parser" - "swank-source-file-cache" - "swank-gray") - -#+openmcl (define-swank-system - "metering" - "swank-openmcl" - "swank-gray") - -#+cmu (define-swank-system - "swank-source-path-parser" - "swank-source-file-cache" - "swank-cmucl") - -#+clisp (define-swank-system - "xref" - "metering" - "swank-clisp" - "swank-gray") - -#+armedbear (define-swank-system - "swank-abcl") - -#+ecl (define-swank-system - "swank-ecl" "swank-gray") - -(in-package #:swank-loader) - -(defvar *source-directory* - (make-pathname :name nil :type nil - :defaults (or *load-pathname* *default-pathname-defaults*)) - "The directory where to look for the source.") - - -(defun load-user-init-file () - "Load the user init file, return NIL if it does not exist." - (load (merge-pathnames (user-homedir-pathname) - (make-pathname :name ".swank" :type "lisp")) - :if-does-not-exist nil)) - -(defun load-site-init-file (directory) - (load (make-pathname :name "site-init" :type "lisp" - :defaults directory) - :if-does-not-exist nil)) - -(defun load-swank (&key (source-directory *source-directory*)) - (asdf:oos 'asdf:load-op :swank) - (funcall (intern (string :warn-unimplemented-interfaces) :swank-backend)) - (load-site-init-file source-directory) - (load-user-init-file)) - -(load-swank) - -;; swank.asd ends here diff --git a/app-emacs/slime/files/2.0.0.20060805/70slime-gentoo.el b/app-emacs/slime/files/2.0.0.20060805/70slime-gentoo.el deleted file mode 100644 index 2687bb5c4f14..000000000000 --- a/app-emacs/slime/files/2.0.0.20060805/70slime-gentoo.el +++ /dev/null @@ -1,13 +0,0 @@ - -;;; site-lisp configuration for slime-cvs - -(add-to-list 'load-path "@SITELISP@") -(require 'slime) -(slime-setup) - -;; this prevents us from requiring the user get dev-lisp/hyperspec -;; (which is non-free) as a hard dependency - -(if (file-exists-p "/usr/share/doc/hyperspec/HyperSpec") - (setq common-lisp-hyperspec-root "file:///usr/share/doc/hyperspec/HyperSpec/") - (setq common-lisp-hyperspec-root "http://www.lispworks.com/reference/HyperSpec/")) diff --git a/app-emacs/slime/files/2.0.0.20060805/README.Gentoo b/app-emacs/slime/files/2.0.0.20060805/README.Gentoo deleted file mode 100644 index 99353ee7aa29..000000000000 --- a/app-emacs/slime/files/2.0.0.20060805/README.Gentoo +++ /dev/null @@ -1,12 +0,0 @@ -SLIME notes for Gentoo ----------------------- - -If you're interested in hacking this ebuild, Gentoo uses its own -swank.asd system definition file and swank-loader.lisp. - -As always with CVS ebuilds, DO NOT report problems to upstream. -Always report problems to the Gentoo Bugzilla at -http://bugs.gentoo.org/. - -Matthew Kennedy - diff --git a/app-emacs/slime/files/2.0.0.20060805/swank-loader.lisp b/app-emacs/slime/files/2.0.0.20060805/swank-loader.lisp deleted file mode 100644 index 4d9b157312e6..000000000000 --- a/app-emacs/slime/files/2.0.0.20060805/swank-loader.lisp +++ /dev/null @@ -1,4 +0,0 @@ - -;; This file is NOT part of SLIME - -(asdf:oos 'asdf:load-op :swank) diff --git a/app-emacs/slime/files/2.0.0.20060805/swank.asd b/app-emacs/slime/files/2.0.0.20060805/swank.asd deleted file mode 100644 index 48b9335c5679..000000000000 --- a/app-emacs/slime/files/2.0.0.20060805/swank.asd +++ /dev/null @@ -1,92 +0,0 @@ -;;; -*- mode: lisp; syntax: common-lisp; package: common-lisp -*- - -(defpackage #:swank-system - (:use #:common-lisp - #:asdf)) - -(defpackage #:swank-loader - (:use #:common-lisp) - (:export #:*source-directory* - #:load-swank)) - -(in-package #:swank-system) - -;; http://www.caddr.com/macho/archives/sbcl-devel/2004-3/3014.html - -(defclass unsafe-file (cl-source-file) ()) - -(defmethod perform :around ((op compile-op) (c unsafe-file)) - (setf (operation-on-warnings op) :ignore - (operation-on-failure op) :warn) ; adjust to taste - (call-next-method)) - -(defmacro define-swank-system (&rest sysdep-components) - `(defsystem swank - :name "Swank is the Common Lips back-end to SLIME" - :serial t - :components ((:file "swank-backend") - (:file "nregex") - ,@(mapcar #'(lambda (component) - (if (atom component) - (list :file component) - component)) - sysdep-components) - (:file "swank")) - :depends-on (#+sbcl sb-bsd-sockets))) - -#+sbcl (define-swank-system - "swank-sbcl" - "swank-source-path-parser" - "swank-source-file-cache" - "swank-gray") - -#+openmcl (define-swank-system - "metering" - "swank-openmcl" - "swank-gray") - -#+cmu (define-swank-system - "swank-source-path-parser" - "swank-source-file-cache" - "swank-cmucl") - -#+clisp (define-swank-system - "xref" - "metering" - "swank-clisp" - "swank-gray") - -#+armedbear (define-swank-system - "swank-abcl") - -#+ecl (define-swank-system - "swank-ecl" "swank-gray") - -(in-package #:swank-loader) - -(defvar *source-directory* - (make-pathname :name nil :type nil - :defaults (or *load-pathname* *default-pathname-defaults*)) - "The directory where to look for the source.") - - -(defun load-user-init-file () - "Load the user init file, return NIL if it does not exist." - (load (merge-pathnames (user-homedir-pathname) - (make-pathname :name ".swank" :type "lisp")) - :if-does-not-exist nil)) - -(defun load-site-init-file (directory) - (load (make-pathname :name "site-init" :type "lisp" - :defaults directory) - :if-does-not-exist nil)) - -(defun load-swank (&key (source-directory *source-directory*)) - (asdf:oos 'asdf:load-op :swank) - (funcall (intern (string :warn-unimplemented-interfaces) :swank-backend)) - (load-site-init-file source-directory) - (load-user-init-file)) - -(load-swank) - -;; swank.asd ends here -- 2.26.2