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/bongo/files/, app-emacs/bongo/
Date: Tue, 03 Sep 2019 11:45:41
Message-Id: 1567511112.44c5c1e4b8a9b8240f85d08283f2357391731096.ulm@gentoo
1 commit: 44c5c1e4b8a9b8240f85d08283f2357391731096
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 3 11:44:57 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 3 11:45:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c5c1e4
7
8 app-emacs/bongo: Remove old.
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/bongo/Manifest | 1 -
14 app-emacs/bongo/bongo-20110621.ebuild | 40 ----------------------
15 .../bongo/files/bongo-20070619-fix-require.patch | 11 ------
16 .../bongo/files/bongo-20110621-texinfo-5.patch | 12 -------
17 4 files changed, 64 deletions(-)
18
19 diff --git a/app-emacs/bongo/Manifest b/app-emacs/bongo/Manifest
20 index 4dffab39e1e..10e3f596e00 100644
21 --- a/app-emacs/bongo/Manifest
22 +++ b/app-emacs/bongo/Manifest
23 @@ -1,3 +1,2 @@
24 DIST bongo-1.1.tar.gz 123552 BLAKE2B 06ee27b9ea77b3227038cd18767d8398e416f43a8cdd0a3ed08831200f2edf42eb1c4ab45d363e289b5a471a4ccd60ccb4efc00d62b225eb589dee96c255d7d5 SHA512 c2a4c4241da3ca432b481f56758958a56f749a25eed345d0f30fe560319fd646712b84751212582c2f4ba410cb8858881150b77166fe919725cc50e3917c98e8
25 -DIST bongo-20110621.tar.xz 97652 BLAKE2B a3fd04f24b122af580e75ed68ad42dcd99045ab9cc7ea9fd273c9b256dc732fd6a0328f15489a50b427c85dad4de1ea2254afc257a9e3f2896baeefc1cff1c56 SHA512 31c2a477cfb5ff36fbc64da29c725db0b0242ea09f80883fb21feb3b23f5c14c688379c4c4e53b26ffef3aca5d2813d5b2a38b91266da088c73516f7ea1d712b
26 DIST bongo-mplayer-20070204.tar.bz2 3563 BLAKE2B 684c702da46fedd365f780b165619b20e5da643db7b457cc527017971e18a2b0e843896d28216527adbda1e6e7432ff081a7368b697256ac79f2032b30d97123 SHA512 e503ed7980f011a6fc3fa75d0bb9b1cec1ed49d4fb07da92aad65e3c5096b42cf9eb203a8edbb93f2e7924254e4926e9f3fcf473de877fea130557aefad73ebd
27
28 diff --git a/app-emacs/bongo/bongo-20110621.ebuild b/app-emacs/bongo/bongo-20110621.ebuild
29 deleted file mode 100644
30 index 5aa2f60e6c6..00000000000
31 --- a/app-emacs/bongo/bongo-20110621.ebuild
32 +++ /dev/null
33 @@ -1,40 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -inherit elisp eutils
40 -
41 -DESCRIPTION="Buffer-oriented media player for Emacs"
42 -HOMEPAGE="http://www.brockman.se/software/bongo/"
43 -# Darcs snapshot of http://www.brockman.se/software/bongo/
44 -# MPlayer support from http://www.emacswiki.org/emacs/bongo-mplayer.el
45 -SRC_URI="mirror://gentoo/${P}.tar.xz
46 - mplayer? ( mirror://gentoo/${PN}-mplayer-20070204.tar.bz2 )"
47 -
48 -LICENSE="GPL-2+ FDL-1.2+"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="mplayer"
52 -
53 -# NOTE: Bongo can use almost anything for playing media files, therefore
54 -# the dependency possibilities are so broad that we refrain from including
55 -# any media players explicitly in DEPEND/RDEPEND.
56 -
57 -RDEPEND="app-emacs/volume"
58 -DEPEND="${RDEPEND}
59 - sys-apps/texinfo"
60 -
61 -S="${WORKDIR}/${PN}"
62 -DOCS="AUTHORS HISTORY NEWS README.rdoc"
63 -ELISP_PATCHES="${PN}-20070619-fix-require.patch
64 - ${P}-texinfo-5.patch"
65 -ELISP_REMOVE="bongo-emacs21.el" # Don't bother with Emacs 21
66 -ELISP_TEXINFO="${PN}.texinfo"
67 -SITEFILE="50${PN}-gentoo.el"
68 -
69 -src_install() {
70 - elisp_src_install
71 - insinto "${SITEETC}/${PN}"
72 - doins etc/*.pbm etc/*.png
73 -}
74
75 diff --git a/app-emacs/bongo/files/bongo-20070619-fix-require.patch b/app-emacs/bongo/files/bongo-20070619-fix-require.patch
76 deleted file mode 100644
77 index 6b3e6ff588d..00000000000
78 --- a/app-emacs/bongo/files/bongo-20070619-fix-require.patch
79 +++ /dev/null
80 @@ -1,11 +0,0 @@
81 ---- bongo-orig/bongo.el 2007-06-19 16:51:37.000000000 +0200
82 -+++ bongo/bongo.el 2008-06-22 15:30:23.000000000 +0200
83 -@@ -67,7 +67,7 @@
84 -
85 - ;;; Code:
86 -
87 --(eval-when-compile
88 -+(eval-and-compile
89 - (require 'cl)
90 - (require 'rx))
91 -
92
93 diff --git a/app-emacs/bongo/files/bongo-20110621-texinfo-5.patch b/app-emacs/bongo/files/bongo-20110621-texinfo-5.patch
94 deleted file mode 100644
95 index 3fa257b97f1..00000000000
96 --- a/app-emacs/bongo/files/bongo-20110621-texinfo-5.patch
97 +++ /dev/null
98 @@ -1,12 +0,0 @@
99 ---- bongo-orig/bongo.texinfo
100 -+++ bongo/bongo.texinfo
101 -@@ -374,7 +374,8 @@
102 -
103 - @item @kbd{C-u C-u C-u b}, @kbd{C-u C-u C-u f}
104 - Seek 64 seconds.
105 --@end table}.
106 -+@end table
107 -+}.
108 - @end table
109 -
110 - To seek a specific number of seconds, give a numeric prefix argument to