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/boxquote/
Date: Wed, 02 Oct 2019 22:41:17
Message-Id: 1570056060.7c3a164cec057830150480757f1f2f9c347730ef.ulm@gentoo
1 commit: 7c3a164cec057830150480757f1f2f9c347730ef
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 2 22:24:28 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 22:41:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3a164c
7
8 app-emacs/boxquote: Remove old.
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/boxquote/Manifest | 1 -
14 app-emacs/boxquote/boxquote-1.23.ebuild | 22 ----------------------
15 2 files changed, 23 deletions(-)
16
17 diff --git a/app-emacs/boxquote/Manifest b/app-emacs/boxquote/Manifest
18 index 06b10939ef5..96b8f43bbd7 100644
19 --- a/app-emacs/boxquote/Manifest
20 +++ b/app-emacs/boxquote/Manifest
21 @@ -1,2 +1 @@
22 -DIST boxquote-1.23.el.bz2 4957 BLAKE2B d132f6f4bd6448bff498b6b8d7ad20b2295e0febff025b02d5d6bcec58d6a963749a3f0b429269fdf32e9565caf490f09b1ac6466dc251a3b7dec0b546c4333e SHA512 776835e6a21ede6e7ba82a57f381f0c9c3c740994b4d463b76d1f8a328fdf7b1b996cf6c593c3300a68fa773f1dd21b7c1a8ccc38536d5f1874973541181646d
23 DIST boxquote-2.1.tar.gz 5339 BLAKE2B d599dabaf61119cb5796a478061e998e68c6f1ae76ef7e7eb2ff22e3840bdc923a8bb594478809745ac33da6795159ea6ae455606afd171320fe18e971408a36 SHA512 ca64b72528b1e5f8e57e7c003508ccc91b876be5d5a05b65fc38556cc3259993597bc6aef52633f4012002ee343d28fa287f6ffdbe3646f84b9d08520d4925d8
24
25 diff --git a/app-emacs/boxquote/boxquote-1.23.ebuild b/app-emacs/boxquote/boxquote-1.23.ebuild
26 deleted file mode 100644
27 index c043cc42b67..00000000000
28 --- a/app-emacs/boxquote/boxquote-1.23.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2012 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -inherit elisp
37 -
38 -DESCRIPTION="Quote text with a semi-box"
39 -HOMEPAGE="http://www.davep.org/emacs/"
40 -SRC_URI="mirror://gentoo/${P}.el.bz2"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 ppc ppc64 x86"
45 -IUSE=""
46 -
47 -SITEFILE="50${PN}-gentoo.el"
48 -
49 -src_compile() {
50 - elisp-compile *.el || die "elisp-compile failed"
51 - elisp-make-autoload-file || die "elisp-make-autoload-file failed"
52 -}