Gentoo Archives: gentoo-commits

From: Mats Lidell <matsl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/jde/
Date: Sat, 04 Aug 2018 11:44:38
Message-Id: 1533383061.1e653d55d42c10f411a1464fff3224bf6449fedd.matsl@gentoo
1 commit: 1e653d55d42c10f411a1464fff3224bf6449fedd
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 4 11:44:21 2018 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 4 11:44:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e653d55
7
8 app-xemacs/jde: version bump
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-xemacs/jde/Manifest | 1 +
13 app-xemacs/jde/jde-1.54.ebuild | 28 ++++++++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/app-xemacs/jde/Manifest b/app-xemacs/jde/Manifest
17 index f03a6d32c0a..90d20bb9c51 100644
18 --- a/app-xemacs/jde/Manifest
19 +++ b/app-xemacs/jde/Manifest
20 @@ -1,2 +1,3 @@
21 DIST jde-1.51-pkg.tar.gz 3508064 BLAKE2B f3dd080be5bedc5dc01cdd8d270da9407e70b979af4ebb0ec7beee92f664af95217354cb952bf7fcf3e4d14d4b32c4ff4b2f45dd2175fbee84b395bc991c3e0f SHA512 6bd21d073562a7aef66f4a5c3fff014b5d293bbcb08483f003c0d914c18034806a4cb9e3fb31f07149106a9e0f69eea6311e8740a1660bc2317a63d158c2acc8
22 DIST jde-1.52-pkg.tar.gz 3767445 BLAKE2B fddef76a453d594d896480089b45bb8472c72535b4a259d61a8facca62932c0420e9161843f494b2badc11f977d57b85c85687c50534a2d1b3c5320ab98d1bb1 SHA512 f2fa2e266cd832b5761ee967e2b4be52694b941699a099ffc363869bb4036a439ca8010e6428b98cf0dfc474b451f48b031e042092e1f66706b9a50e0f88c413
23 +DIST jde-1.54-pkg.tar.gz 3767364 BLAKE2B 1f4eaa30c72676aa71098780fdae0bd4a2bea0f24be1970a735875319faa32fe6a11ce4eaa306f3e185da2ebd4d270fdb9b2fc5681345380b541407162b982b1 SHA512 f35e8a13dc9c329f50ee3ec94551fee12317c8615e45c00b2699dd40a77f925268819c1d92223b0d2328f08e0bde537daf658f42922b7e1f23d6be670d96ded7
24
25 diff --git a/app-xemacs/jde/jde-1.54.ebuild b/app-xemacs/jde/jde-1.54.ebuild
26 new file mode 100644
27 index 00000000000..7dd03b21d8a
28 --- /dev/null
29 +++ b/app-xemacs/jde/jde-1.54.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +SLOT="0"
37 +DESCRIPTION="Integrated Development Environment for Java"
38 +XEMACS_PKG_CAT="standard"
39 +
40 +RDEPEND="app-xemacs/cc-mode
41 +app-xemacs/semantic
42 +app-xemacs/debug
43 +app-xemacs/speedbar
44 +app-xemacs/edit-utils
45 +app-xemacs/xemacs-eterm
46 +app-xemacs/mail-lib
47 +app-xemacs/xemacs-base
48 +app-xemacs/xemacs-devel
49 +app-xemacs/cedet-common
50 +app-xemacs/eieio
51 +app-xemacs/elib
52 +app-xemacs/sh-script
53 +app-xemacs/fsf-compat
54 +app-xemacs/os-utils
55 +"
56 +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
57 +
58 +inherit xemacs-packages