Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/babel/
Date: Sat, 17 Aug 2019 22:08:49
Message-Id: 1566067993.856a31ad78d11fe15c78a54d65bc08547e979ecd.ulm@gentoo
1 commit: 856a31ad78d11fe15c78a54d65bc08547e979ecd
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 18:53:13 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 18:53:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=856a31ad
7
8 app-emacs/babel: Remove old.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/babel/Manifest | 1 -
14 app-emacs/babel/babel-0.8.ebuild | 15 ---------------
15 2 files changed, 16 deletions(-)
16
17 diff --git a/app-emacs/babel/Manifest b/app-emacs/babel/Manifest
18 index c6f0aad..ad583c2 100644
19 --- a/app-emacs/babel/Manifest
20 +++ b/app-emacs/babel/Manifest
21 @@ -1,2 +1 @@
22 -DIST babel-0.8.el.bz2 9193 BLAKE2B 7e624ae73c619604f61179ed08ca01f8eed21b7fdc79aa04670fd53df0897625b8f28d8b08a5ffb2b0efe27b75a9b874297f85e4d7c56dc72de8903ff03d2be0 SHA512 c29179834edbf4fd546f723bc992852a7d6f0dceb90cf5d154b20cbf70d50073148d3b3ddb344d17a3e0c4c5f08a63c6b1f1789c3fe7dc26b643f092cf9dda8a
23 DIST babel-1.1.el.bz2 9570 BLAKE2B 3dd68d5fe1847ac18575655db03a3a94fcd285e54cc372f526f694b65ea0a10014d922f28a5fcc658b7859f9efccbd351a6d7ab9e291d596d74b4ac0ab8c2065 SHA512 e3f11b632d2ae02dda0754c4579622d36b87997a83f27649fe55b25174cc8e053299a9fde96e5b00f0d40d987b3c0b40f35c7a5b4fcddb89c4ce7e99bd2ce6c7
24
25 diff --git a/app-emacs/babel/babel-0.8.ebuild b/app-emacs/babel/babel-0.8.ebuild
26 deleted file mode 100644
27 index 72ad5e8..0000000
28 --- a/app-emacs/babel/babel-0.8.ebuild
29 +++ /dev/null
30 @@ -1,15 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -inherit elisp
35 -
36 -DESCRIPTION="Interface to web translation services such as Babelfish"
37 -HOMEPAGE="http://www.hoetzel.info/Hacking/emacs/"
38 -# taken from: http://www.hoetzel.info/Hacking/emacs/babel.el
39 -SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -
45 -SITEFILE="50${PN}-gentoo.el"