Gentoo Archives: gentoo-commits

From: Mats Lidell <matsl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs:master commit in: app-xemacs/xemacs-ispell/
Date: Thu, 10 Jul 2014 20:23:07
Message-Id: 1405020607.239be486c4bb54cc18376d031472c8abc68f719e.matsl@gentoo
1 commit: 239be486c4bb54cc18376d031472c8abc68f719e
2 Author: Mats Lidell <matsl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 10 19:30:07 2014 +0000
4 Commit: Mats Lidell <matsl <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 10 19:30:07 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=239be486
7
8 Pre release version bump.
9
10 Package-Manager: portage-2.2.8-r1
11
12 ---
13 app-xemacs/xemacs-ispell/ChangeLog | 10 ++++++++++
14 app-xemacs/xemacs-ispell/Manifest | 1 +
15 app-xemacs/xemacs-ispell/metadata.xml | 5 +++++
16 app-xemacs/xemacs-ispell/xemacs-ispell-1.36.ebuild | 21 +++++++++++++++++++++
17 4 files changed, 37 insertions(+)
18
19 diff --git a/app-xemacs/xemacs-ispell/ChangeLog b/app-xemacs/xemacs-ispell/ChangeLog
20 new file mode 100644
21 index 0000000..c0665f2
22 --- /dev/null
23 +++ b/app-xemacs/xemacs-ispell/ChangeLog
24 @@ -0,0 +1,10 @@
25 +# ChangeLog for app-xemacs/xemacs-ispell
26 +# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/ChangeLog,v 1.15 2008/03/19 20:14:48 graaff Exp $
28 +
29 +*xemacs-ispell-1.36 (06 Jul 2014)
30 +
31 + 06 Jul 2014; Mats Lidell <matsl@g.o> +xemacs-ispell-1.36.ebuild,
32 + +metadata.xml:
33 + Pre release version bump.
34 +
35
36 diff --git a/app-xemacs/xemacs-ispell/Manifest b/app-xemacs/xemacs-ispell/Manifest
37 new file mode 100644
38 index 0000000..47fef5f
39 --- /dev/null
40 +++ b/app-xemacs/xemacs-ispell/Manifest
41 @@ -0,0 +1 @@
42 +DIST ispell-1.36-pkg.tar.gz 83789 SHA256 2d9aa56705dbb608197057d62bd687b5f686435060745f8f4d77ae2fdaba3510 SHA512 2b164dec0b2b86d62e372b8b4c43bf2c6cba1f1a2d78afd5cf50cf4706be653731d3ecf0b6b3d046d0245a748260fe0b9c0d36e94c3eb1177515c9dc8a8daa03 WHIRLPOOL f8dbcb1b0f7e3e40dba15da6c39a30857f2e05a0570690fdda54ed86ef278700340f726e1439e097b5b637250489091fb559b04d28b2141cbb6d08d79446d5cb
43
44 diff --git a/app-xemacs/xemacs-ispell/metadata.xml b/app-xemacs/xemacs-ispell/metadata.xml
45 new file mode 100644
46 index 0000000..2988889
47 --- /dev/null
48 +++ b/app-xemacs/xemacs-ispell/metadata.xml
49 @@ -0,0 +1,5 @@
50 +<?xml version="1.0" encoding="UTF-8"?>
51 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 +<pkgmetadata>
53 + <herd>xemacs</herd>
54 +</pkgmetadata>
55
56 diff --git a/app-xemacs/xemacs-ispell/xemacs-ispell-1.36.ebuild b/app-xemacs/xemacs-ispell/xemacs-ispell-1.36.ebuild
57 new file mode 100644
58 index 0000000..96234b5
59 --- /dev/null
60 +++ b/app-xemacs/xemacs-ispell/xemacs-ispell-1.36.ebuild
61 @@ -0,0 +1,21 @@
62 +# Copyright 1999-2014 Gentoo Foundation
63 +# Distributed under the terms of the GNU General Public License v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild,v 1.7 2007/10/15 06:20:40 jer Exp $
65 +
66 +EAPI=5
67 +
68 +SLOT="0"
69 +IUSE=""
70 +DESCRIPTION="Spell-checking with GNU ispell."
71 +PKG_CAT="standard"
72 +
73 +# EXPERIMENTAL=true
74 +
75 +MY_PN=${PN/xemacs-/}
76 +
77 +SRC_URI="http://ftp.xemacs.org/pub/xemacs/beta/experimental/packages/${MY_PN}-${PV}-pkg.tar.gz"
78 +
79 +RDEPEND=""
80 +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
81 +
82 +inherit xemacs-packages