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/build/
Date: Sat, 04 Aug 2018 08:13:56
Message-Id: 1533370413.2e19997557af34eca4d74f60bfc5ac7c67370aad.matsl@gentoo
1 commit: 2e19997557af34eca4d74f60bfc5ac7c67370aad
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 4 08:13:33 2018 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 4 08:13:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e199975
7
8 app-xemacs/build: Version bump
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-xemacs/build/Manifest | 1 +
13 app-xemacs/build/build-1.18.ebuild | 18 ++++++++++++++++++
14 2 files changed, 19 insertions(+)
15
16 diff --git a/app-xemacs/build/Manifest b/app-xemacs/build/Manifest
17 index 6dfade44a2c..83461acf4ba 100644
18 --- a/app-xemacs/build/Manifest
19 +++ b/app-xemacs/build/Manifest
20 @@ -1,2 +1,3 @@
21 DIST build-1.14-pkg.tar.gz 49484 BLAKE2B 1d0072b9d7737a8d74a12ef0ce45909f212aeb58a4343522da0036f65be11955766756428fd7f6302c449cbb8936bfad70e69fc3b90ec90884de79b248753633 SHA512 bdda0904d8790df0adcaace0df038714f8175dea682af567daac8b0436436dd6e20d2f49f84deae5090f6d5013165de61b8ca50d81d5fea837b9f6013f9ba050
22 DIST build-1.15-pkg.tar.gz 49849 BLAKE2B a41e3441a9e1734bfd5caf1b999644fe0ff36c5e9bcb12d03b551bbcee308c14a5378f45966ca5b460a52950e22b4e06c20b215e2b5ccd1d2caef3b8f1f36812 SHA512 bf72d2509250fbd93a512ce445a5a17f01ea47965a729dc3e9a4745093b3057158482674393fa10fd76574f1cad0a998d0ceb5cd37d959cee70a3d8f098e5640
23 +DIST build-1.18-pkg.tar.gz 50029 BLAKE2B a23fbd5f7d42c964673e0cf07559f5bcc5ad426001656c9d824f7390258cd1f40082b5674a30dedd4759cd49bde803d2074b67974b15be0cb38c030b9c397e57 SHA512 f4a189b65abd6a6373f0596d39ce061c4e1d371ae9bfee5daa70a60ee48cf99e9ed032bf9f70a4af90507239ee425c4dce7906f2dda98079da833b9b86a0cae7
24
25 diff --git a/app-xemacs/build/build-1.18.ebuild b/app-xemacs/build/build-1.18.ebuild
26 new file mode 100644
27 index 00000000000..d9ebc65fdff
28 --- /dev/null
29 +++ b/app-xemacs/build/build-1.18.ebuild
30 @@ -0,0 +1,18 @@
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="Build XEmacs from within (UNIX, Windows)"
38 +XEMACS_PKG_CAT="standard"
39 +
40 +RDEPEND="app-xemacs/xemacs-base
41 +app-xemacs/pcl-cvs
42 +app-xemacs/dired
43 +app-xemacs/w3
44 +app-xemacs/prog-modes
45 +"
46 +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
47 +
48 +inherit xemacs-packages