public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/emacs:master commit in: app-xemacs/haskell-mode/
@ 2013-10-14 12:41 Mats Lidell
  0 siblings, 0 replies; 2+ messages in thread
From: Mats Lidell @ 2013-10-14 12:41 UTC (permalink / raw
  To: gentoo-commits

commit:     34f4041fefb187db80c6f981c14d5b3543876a81
Author:     Mats Lidell <matsl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 12:41:11 2013 +0000
Commit:     Mats Lidell <matsl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 12:41:11 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=34f4041f

app-xemacs/haskell-mode: Upstream experimental version bump and use EAPI=5

Package-Manager: portage-2.2.1

---
 app-xemacs/haskell-mode/ChangeLog                |  9 +++++++++
 app-xemacs/haskell-mode/Manifest                 |  1 +
 app-xemacs/haskell-mode/haskell-mode-1.12.ebuild | 21 +++++++++++++++++++++
 app-xemacs/haskell-mode/metadata.xml             |  5 +++++
 4 files changed, 36 insertions(+)

diff --git a/app-xemacs/haskell-mode/ChangeLog b/app-xemacs/haskell-mode/ChangeLog
new file mode 100644
index 0000000..ad761d9
--- /dev/null
+++ b/app-xemacs/haskell-mode/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-xemacs/haskell-mode
+# Copyright 2002-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/haskell-mode/ChangeLog,v 1.21 2009/02/20 00:10:55 fauli Exp $
+*haskell-mode-1.12 (14 Oct 2013)
+
+  14 Oct 2013; Mats Lidell <matsl@gentoo.org> +haskell-mode-1.12.ebuild,
+  +metadata.xml:
+  app-xemacs/haskell-mode: Upstream experimental version bump and use EAPI=5
+

diff --git a/app-xemacs/haskell-mode/Manifest b/app-xemacs/haskell-mode/Manifest
new file mode 100644
index 0000000..18dc8bb
--- /dev/null
+++ b/app-xemacs/haskell-mode/Manifest
@@ -0,0 +1 @@
+DIST haskell-mode-1.12-pkg.tar.gz 110588 SHA256 ae70b388574cc05d28f382584e1ea972ce28ef6568a5a50edc8f34f40166da3b SHA512 c701ff4c266a286f93b044d9c7270b5751c40c9826e52dbf21d5173d42003d28914145953104efdb69bf61b8daa775f121e5f57863aac86a62ea825c2e11bca4 WHIRLPOOL c3972d46f542aa188b968bf33009028f7fb77387436ec6cd397fdaddc297883a9bbbc5026ba4c3e40e513c2ec646d41135e270ea514e374efc92ee78afc4aa60

diff --git a/app-xemacs/haskell-mode/haskell-mode-1.12.ebuild b/app-xemacs/haskell-mode/haskell-mode-1.12.ebuild
new file mode 100644
index 0000000..ffa0723
--- /dev/null
+++ b/app-xemacs/haskell-mode/haskell-mode-1.12.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/haskell-mode/haskell-mode-1.11.ebuild,v 1.8 2008/05/12 13:57:19 corsair Exp $
+
+EAPI=5
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Haskell editing support."
+PKG_CAT="standard"
+
+EXPERIMENTAL=true
+
+RDEPEND="app-xemacs/dired
+app-xemacs/mail-lib
+app-xemacs/xemacs-base
+app-xemacs/edit-utils
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+inherit xemacs-packages

diff --git a/app-xemacs/haskell-mode/metadata.xml b/app-xemacs/haskell-mode/metadata.xml
new file mode 100644
index 0000000..2988889
--- /dev/null
+++ b/app-xemacs/haskell-mode/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>xemacs</herd>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/emacs:master commit in: app-xemacs/haskell-mode/
@ 2014-07-11 22:12 Mats Lidell
  0 siblings, 0 replies; 2+ messages in thread
From: Mats Lidell @ 2014-07-11 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3c20029042ca72953881b8947c23bd923cd507f5
Author:     Mats Lidell <matsl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 11 22:07:21 2014 +0000
Commit:     Mats Lidell <matsl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 11 22:07:21 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=3c200290

app-xemacs/haskell-mode pre relase version bump.

Package-Manager: portage-2.2.8-r1

---
 app-xemacs/haskell-mode/ChangeLog                |  8 +++++++-
 app-xemacs/haskell-mode/Manifest                 |  1 +
 app-xemacs/haskell-mode/haskell-mode-1.14.ebuild | 21 +++++++++++++++++++++
 3 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/app-xemacs/haskell-mode/ChangeLog b/app-xemacs/haskell-mode/ChangeLog
index ad761d9..3d5e1e3 100644
--- a/app-xemacs/haskell-mode/ChangeLog
+++ b/app-xemacs/haskell-mode/ChangeLog
@@ -1,6 +1,12 @@
 # ChangeLog for app-xemacs/haskell-mode
-# Copyright 2002-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/app-xemacs/haskell-mode/ChangeLog,v 1.21 2009/02/20 00:10:55 fauli Exp $
+
+*haskell-mode-1.14 (11 Jul 2014)
+
+  11 Jul 2014; Mats Lidell <matsl@gentoo.org> +haskell-mode-1.14.ebuild:
+  Pre release version bump
+
 *haskell-mode-1.12 (14 Oct 2013)
 
   14 Oct 2013; Mats Lidell <matsl@gentoo.org> +haskell-mode-1.12.ebuild,

diff --git a/app-xemacs/haskell-mode/Manifest b/app-xemacs/haskell-mode/Manifest
index 18dc8bb..283b30c 100644
--- a/app-xemacs/haskell-mode/Manifest
+++ b/app-xemacs/haskell-mode/Manifest
@@ -1 +1,2 @@
 DIST haskell-mode-1.12-pkg.tar.gz 110588 SHA256 ae70b388574cc05d28f382584e1ea972ce28ef6568a5a50edc8f34f40166da3b SHA512 c701ff4c266a286f93b044d9c7270b5751c40c9826e52dbf21d5173d42003d28914145953104efdb69bf61b8daa775f121e5f57863aac86a62ea825c2e11bca4 WHIRLPOOL c3972d46f542aa188b968bf33009028f7fb77387436ec6cd397fdaddc297883a9bbbc5026ba4c3e40e513c2ec646d41135e270ea514e374efc92ee78afc4aa60
+DIST haskell-mode-1.14-pkg.tar.gz 110596 SHA256 99f7e2bae2f3afbb7f4ea1dcbd061266a1bc144376cfa15e136dedc65d0e6b2f SHA512 9a2eafc52c14ac1a0603869a034bc69d2de9db3f5bcd7c7f5121e754c49a48522dec8c286d5304a6383eea3fd264d1a818c69f823aaf0a257a33f22967666627 WHIRLPOOL 46f3a92831a2dbcef430985e0d93f6f001c81e3291d69848ee60ba0a4b107c94b034d16447d186d6b3744b8740e99aa5c886e161ec772453966134e2fc6f745b

diff --git a/app-xemacs/haskell-mode/haskell-mode-1.14.ebuild b/app-xemacs/haskell-mode/haskell-mode-1.14.ebuild
new file mode 100644
index 0000000..5f8ca74
--- /dev/null
+++ b/app-xemacs/haskell-mode/haskell-mode-1.14.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/haskell-mode/haskell-mode-1.11.ebuild,v 1.8 2008/05/12 13:57:19 corsair Exp $
+
+EAPI=5
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Haskell editing support."
+PKG_CAT="standard"
+
+EXPERIMENTAL=true
+
+RDEPEND="app-xemacs/dired
+app-xemacs/mail-lib
+app-xemacs/xemacs-base
+app-xemacs/edit-utils
+"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+inherit xemacs-packages


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-11 22:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-14 12:41 [gentoo-commits] proj/emacs:master commit in: app-xemacs/haskell-mode/ Mats Lidell
  -- strict thread matches above, loose matches on Subject: below --
2014-07-11 22:12 Mats Lidell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox