Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/, app-emacs/bbdb/files/
Date: Wed, 28 Aug 2019 10:19:00
Message-Id: 1566987516.b37658630c1798a320c540561c7f6d87330acd76.ulm@gentoo
1 commit: b37658630c1798a320c540561c7f6d87330acd76
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 10:08:59 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 10:18:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3765863
7
8 app-emacs/bbdb: Remove old.
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/bbdb/Manifest | 3 --
14 app-emacs/bbdb/bbdb-2.35-r1.ebuild | 67 -----------------------------------
15 app-emacs/bbdb/files/50bbdb-gentoo.el | 4 ---
16 3 files changed, 74 deletions(-)
17
18 diff --git a/app-emacs/bbdb/Manifest b/app-emacs/bbdb/Manifest
19 index 2bf9a8ec1b6..5c00f00f1fc 100644
20 --- a/app-emacs/bbdb/Manifest
21 +++ b/app-emacs/bbdb/Manifest
22 @@ -1,4 +1 @@
23 -DIST bbdb-2.35.tar.gz 393097 BLAKE2B 194924e828cb02022e90b49bc1c1cf8cfa23146e3118dbf6be7310930463c743f1648d54daf5f605f8d7a83ea307974084cbc07d630ae2273e8147a05dced799 SHA512 ee815f62796bcda63d37ae5a3805d065f6cc79648ca86852b97d4c1b849a1eb6c8f46dab2f257b9a8f9efc44d38469739f98137037c10f79f37a1ff235f6a413
24 DIST bbdb-3.1.2.tar.gz 378935 BLAKE2B 3fc862d2d68632c997e3f250aa82cced743c3cc3861c74789bb12015ab99745270c79722dc0342334b90f4dd9071ef809ab670a342ac227c24a927870907c25c SHA512 8b32baadc4eb06b0abf533ccb1f540f4f407f27b8d2e847ae25e62d1405e1de5cfc6af16368eecd4086f281ee7a4016cf25568847b3cb798156c7e18e1912576
25 -DIST dates.el 7048 BLAKE2B 866a9a7a5524290a7762d0ad3c7b91766ca61fa025c2f634ce11909fdbd2a6d8bd7316ec66649590148a92660ef6122c93bac8085f333f1e319cc740349a8e90 SHA512 51b0dca58a1b54e913a0dbd97df12230ec49f05b368404fa3d49cddf4ca8e14dbff47a28087c4ba41b189a38a3608c77454e102ae5bb124d07d1ad3ec9c39e71
26 -DIST point-at.el 440 BLAKE2B fba28258d84c378985d2f17e28f0258e1e671f831f726e1d1289e84e246d9965300aa303c7f7dd383c9d33ec84e1e8bb014bba1e4f737661a5522a37ce6541ad SHA512 e38cbf39cb3f29f51f6759a7ba548f065c4763668d38c746eb69d9ab2384357f6b1c7f032a6afe739bc64658f5863730b7a4b3023cc9df1cc5e088e591c02760
27
28 diff --git a/app-emacs/bbdb/bbdb-2.35-r1.ebuild b/app-emacs/bbdb/bbdb-2.35-r1.ebuild
29 deleted file mode 100644
30 index f603c567dd9..00000000000
31 --- a/app-emacs/bbdb/bbdb-2.35-r1.ebuild
32 +++ /dev/null
33 @@ -1,67 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=4
38 -
39 -inherit elisp
40 -
41 -DESCRIPTION="The Insidious Big Brother Database"
42 -HOMEPAGE="http://bbdb.sourceforge.net/"
43 -SRC_URI="http://bbdb.sourceforge.net/${P}.tar.gz
44 - http://www.mit.edu/afs/athena/contrib/emacs-contrib/Fin/point-at.el
45 - http://www.mit.edu/afs/athena/contrib/emacs-contrib/Fin/dates.el"
46 -
47 -LICENSE="GPL-2+ Texinfo-manual"
48 -SLOT="0"
49 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
50 -IUSE="tex"
51 -
52 -RDEPEND="tex? ( virtual/tex-base )"
53 -
54 -SITEFILE="50${PN}-gentoo.el"
55 -TEXMF="/usr/share/texmf-site"
56 -
57 -src_prepare() {
58 - sed -i -e '0,/^--- bbdb-mail-folders.el ---$/d;/^--- end ---$/,$d' \
59 - bits/bbdb-mail-folders.el || die "sed failed"
60 - sed -i -e '/^;/,$!d' bits/bbdb-sort-mailrc.el || die "sed failed"
61 - cp "${DISTDIR}"/{dates,point-at}.el bits || die "cp failed"
62 -}
63 -
64 -src_configure() {
65 - default
66 -}
67 -
68 -src_compile() {
69 - emake -j1
70 - BYTECOMPFLAGS="-L bits -L lisp" elisp-compile bits/*.el || die
71 -}
72 -
73 -src_install() {
74 - elisp-install ${PN} lisp/*.el{,c} || die
75 - elisp-install ${PN}/bits bits/*.el{,c} || die
76 - elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
77 - doinfo texinfo/*.info*
78 - dodoc ChangeLog INSTALL README bits/*.txt
79 - newdoc bits/README README.bits
80 - if use tex; then
81 - insinto "${TEXMF}"/tex/plain/bbdb
82 - doins tex/*.tex
83 - fi
84 -}
85 -
86 -pkg_postinst() {
87 - elisp-site-regen
88 - use tex && texconfig rehash
89 -
90 - elog "If you use encryption or signing, you may specify the encryption"
91 - elog "method by customising variable \"bbdb/pgp-method\". For details,"
92 - elog "see the documentation of this variable. Depending on the Emacs"
93 - elog "version, installation of additional packages like app-emacs/gnus"
94 - elog "or app-emacs/mailcrypt may be required."
95 -}
96 -
97 -pkg_postrm() {
98 - elisp-site-regen
99 - use tex && texconfig rehash
100 -}
101
102 diff --git a/app-emacs/bbdb/files/50bbdb-gentoo.el b/app-emacs/bbdb/files/50bbdb-gentoo.el
103 deleted file mode 100644
104 index 7953b3c852a..00000000000
105 --- a/app-emacs/bbdb/files/50bbdb-gentoo.el
106 +++ /dev/null
107 @@ -1,4 +0,0 @@
108 -(add-to-list 'load-path "@SITELISP@")
109 -(add-to-list 'load-path "@SITELISP@/bits")
110 -(require 'bbdb)
111 -(bbdb-initialize)