commit:     2d75f1def8dd37fa06495ebdbfb08847f0e1531e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 13 12:13:24 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 12:14:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d75f1de

app-emacs/flim: Remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/flim/Manifest                          |  1 -
 app-emacs/flim/files/flim-1.14.9-mel-q-ccl.patch | 31 --------------------
 app-emacs/flim/flim-1.14.9-r2.ebuild             | 37 ------------------------
 3 files changed, 69 deletions(-)

diff --git a/app-emacs/flim/Manifest b/app-emacs/flim/Manifest
index a6c93d8f7fd..52355192a18 100644
--- a/app-emacs/flim/Manifest
+++ b/app-emacs/flim/Manifest
@@ -1,2 +1 @@
-DIST flim-1.14.9.tar.gz 182065 BLAKE2B 
e15779e93a422bc2c2b82ab5969f2b3d30a31d47b96769abf89bfe7e9aebf74e5f0f0e87270bcc187bdaf3e1af4bdd663c7d6661f1adc9575af0e4ba1dd316f1
 SHA512 
a272a30f27cea24f537b9bf3a6dbb25113deff0ab8e1c03bd802e4d32d673d567d282297ed9e4d35217f069699a1fc25bfdde09778171a188dfa46f49e9bb7dd
 DIST flim-1.14.9_p20190526.tar.gz 173261 BLAKE2B 
f28b0d1474d894fd93d9899fe66bc88d6669cc6bdbb2511dcd0b2f13c05abbe42ad4cc06e2de34664204f3ddbb3cb4f09e232394419892b3fd8e71c1ab3aab75
 SHA512 
8991c460bf9eb411e89edb8fb05088cc09dc354e4c14d7accba26d922b2d1041742e96d8a64407ee8dd2574984c5b3a8fbd66e828c8f8fadc55f8da6428d634e

diff --git a/app-emacs/flim/files/flim-1.14.9-mel-q-ccl.patch 
b/app-emacs/flim/files/flim-1.14.9-mel-q-ccl.patch
deleted file mode 100644
index 35f64505228..00000000000
--- a/app-emacs/flim/files/flim-1.14.9-mel-q-ccl.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-http://bugs.gentoo.org/292449
-
---- flim-1.14.9-orig/mel-q-ccl.el      2006-06-12 17:10:02.000000000 +0200
-+++ flim-1.14.9/mel-q-ccl.el   2009-11-13 15:38:28.000000000 +0100
-@@ -893,7 +893,13 @@
-   (defun quoted-printable-ccl-encode-region (start end)
-     "Encode the region from START to END with quoted-printable encoding."
-     (interactive "*r")
--    (decode-coding-region start end 'mel-ccl-quoted-printable-lf-lf-rev))
-+    (save-excursion
-+      (goto-char start)
-+      (insert (prog1
-+              (decode-coding-string
-+                (string-as-unibyte (buffer-substring start end))
-+                'mel-ccl-quoted-printable-lf-lf-rev)
-+              (delete-region start end)))))
- 
-   (defun quoted-printable-ccl-insert-encoded-file (filename)
-     "Encode contents of the file named as FILENAME, and insert it."
-@@ -932,7 +938,10 @@
- (defun quoted-printable-ccl-write-decoded-region (start end filename)
-   "Decode quoted-printable encoded current region and write out to FILENAME."
-   (interactive "*r\nFWrite decoded region to file: ")
--  (let ((coding-system-for-write 'mel-ccl-quoted-printable-lf-lf-rev)
-+  (let ((coding-system-for-write
-+       (if (coding-system-p 'mel-ccl-quoted-printable-lf-lf-rev-unix)
-+           'mel-ccl-quoted-printable-lf-lf-rev-unix
-+         'mel-ccl-quoted-printable-lf-lf-rev))
-       jka-compr-compression-info-list jam-zcat-filename-list)
-     (write-region start end filename)))
- 

diff --git a/app-emacs/flim/flim-1.14.9-r2.ebuild 
b/app-emacs/flim/flim-1.14.9-r2.ebuild
deleted file mode 100644
index 68c6d6a5866..00000000000
--- a/app-emacs/flim/flim-1.14.9-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="A library to provide basic features about message representation 
or encoding"
-HOMEPAGE="http://git.chise.org/elisp/flim/";
-SRC_URI="http://git.chise.org/elisp/dist/${PN}/${P%.*}/${P}.tar.gz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos 
~sparc-solaris"
-
-DEPEND=">=app-emacs/apel-10.3"
-RDEPEND="${DEPEND}
-       !app-emacs/limit"
-
-ELISP_PATCHES="${P}-mel-q-ccl.patch"
-SITEFILE="60${PN}-gentoo.el"
-
-src_compile() {
-       emake PREFIX="${ED}/usr" \
-               LISPDIR="${ED}/${SITELISP}" \
-               VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}"
-}
-
-src_install() {
-       emake PREFIX="${ED}/usr" \
-               LISPDIR="${ED}/${SITELISP}" \
-               VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" install
-
-       elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-       dodoc FLIM-API.en NEWS VERSION README* ChangeLog
-}

Reply via email to