public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: app-emacs/cucumber-el/
@ 2015-09-03  5:55 Hans de Graaff
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2015-09-03  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     fd481f59aa1daf91d92eb8b28a58064fa7dcb4ee
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Sep  3 05:55:01 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 05:55:01 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=fd481f59

app-emacs/cucumber-el: version bump

Package-Manager: portage-2.2.20.1

 app-emacs/cucumber-el/Manifest                     | 13 ++--------
 .../cucumber-el/cucumber-el-0.20141129.ebuild      | 28 ++++++++++++++++++++++
 2 files changed, 30 insertions(+), 11 deletions(-)

diff --git a/app-emacs/cucumber-el/Manifest b/app-emacs/cucumber-el/Manifest
index 318088d..3deb2ed 100644
--- a/app-emacs/cucumber-el/Manifest
+++ b/app-emacs/cucumber-el/Manifest
@@ -1,11 +1,2 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST cucumber-el-0.20120523-git.tgz 12073 RMD160 054f21641dc18e38c2a932c4bf59f88cc44d7074 SHA1 5797dc34da7743d768aa433c3db07655e0855f24 SHA256 b4e865c331cdb99a910eda567dda82e780d30c5686be88da46491ae8e8076305
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iF4EAREIAAYFAk/tvM8ACgkQiIP6VqMIqNcgBgD+PMDl/wCL1KhdeXERQ/iVFX4J
-05hyVEjawU0c7DhAINMA/1b9ykVCJKbb6qjH6DJWVwl8d/o1c/q+O6/CosWj5+Cz
-=OYFe
------END PGP SIGNATURE-----
+DIST cucumber-el-0.20120523-git.tgz 12073 SHA256 b4e865c331cdb99a910eda567dda82e780d30c5686be88da46491ae8e8076305 SHA512 445f069528ff485c00ebbe78b3f785adf4b1d7b005e60f303260b67820ff5e9b7e6873977f5d46607934fe898c6f7839a1e320759b26a4c7ccd8c393577e1c54 WHIRLPOOL fc2e71311d0452d68fda82c413a0bfa5853a944a675efc5e8c1077e90fee60fcdaefd75aef34aa01ad4972df8c6c765259791c9e6271c79520054a35a633a3b3
+DIST cucumber-el-0.20141129-git.tgz 14531 SHA256 4a9bd2f00423960fee6d62a79e6b554cd5ffd8ad4338fc042a52be0ec5c01eba SHA512 43e6848b34a9518e178d74aa8cdcf8ab0a869884c91dee10c242a495b72bc62235fd65f4d344078dcbcc4f2fc80c9a48a948d65bc8b217c6285c8fd0da3eb4c5 WHIRLPOOL 715af1d481c53206138bb581e3da4126e571fa6aadcc2c9241ca5d6137bf31e4d44caa80faecc54f425175a951d1fa263162c7cdaa3b8e0f6cfccd2d845bd0a0

diff --git a/app-emacs/cucumber-el/cucumber-el-0.20141129.ebuild b/app-emacs/cucumber-el/cucumber-el-0.20141129.ebuild
new file mode 100644
index 0000000..9bdae21
--- /dev/null
+++ b/app-emacs/cucumber-el/cucumber-el-0.20141129.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit elisp
+
+GIT_COMMIT="40886bc4cc5b1e855d6bb78505ebc651593d409d"
+
+IUSE=""
+
+DESCRIPTION="A major mode for editing Cucumber stories."
+HOMEPAGE="https://github.com/michaelklishin/cucumber.el"
+SRC_URI="https://github.com/michaelklishin/cucumber.el/archive/${GIT_COMMIT}.tar.gz -> ${P}-git.tgz"
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+S="${WORKDIR}/cucumber.el-${GIT_COMMIT}"
+
+src_install() {
+	elisp_src_install
+
+	dodoc README.md
+}


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

* [gentoo-commits] dev/graaff:master commit in: app-emacs/cucumber-el/
@ 2016-04-16  6:07 Hans de Graaff
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2016-04-16  6:07 UTC (permalink / raw
  To: gentoo-commits

commit:     8f8a797936419ed9accdb10f2e316f7a01d6b453
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Apr 11 05:24:16 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 05:24:16 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=8f8a7979

app-emacs/cucumber-el: cleanup

Package-Manager: portage-2.2.26

 app-emacs/cucumber-el/Manifest                     |  1 -
 .../cucumber-el/cucumber-el-0.20120523.ebuild      | 31 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/app-emacs/cucumber-el/Manifest b/app-emacs/cucumber-el/Manifest
index 3deb2ed..d8f621b 100644
--- a/app-emacs/cucumber-el/Manifest
+++ b/app-emacs/cucumber-el/Manifest
@@ -1,2 +1 @@
-DIST cucumber-el-0.20120523-git.tgz 12073 SHA256 b4e865c331cdb99a910eda567dda82e780d30c5686be88da46491ae8e8076305 SHA512 445f069528ff485c00ebbe78b3f785adf4b1d7b005e60f303260b67820ff5e9b7e6873977f5d46607934fe898c6f7839a1e320759b26a4c7ccd8c393577e1c54 WHIRLPOOL fc2e71311d0452d68fda82c413a0bfa5853a944a675efc5e8c1077e90fee60fcdaefd75aef34aa01ad4972df8c6c765259791c9e6271c79520054a35a633a3b3
 DIST cucumber-el-0.20141129-git.tgz 14531 SHA256 4a9bd2f00423960fee6d62a79e6b554cd5ffd8ad4338fc042a52be0ec5c01eba SHA512 43e6848b34a9518e178d74aa8cdcf8ab0a869884c91dee10c242a495b72bc62235fd65f4d344078dcbcc4f2fc80c9a48a948d65bc8b217c6285c8fd0da3eb4c5 WHIRLPOOL 715af1d481c53206138bb581e3da4126e571fa6aadcc2c9241ca5d6137bf31e4d44caa80faecc54f425175a951d1fa263162c7cdaa3b8e0f6cfccd2d845bd0a0

diff --git a/app-emacs/cucumber-el/cucumber-el-0.20120523.ebuild b/app-emacs/cucumber-el/cucumber-el-0.20120523.ebuild
deleted file mode 100644
index 24b1d06..0000000
--- a/app-emacs/cucumber-el/cucumber-el-0.20120523.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/css-mode/css-mode-0.11.ebuild,v 1.10 2008/02/14 10:07:30 ulm Exp $
-
-EAPI=4
-
-inherit elisp
-
-GIT_COMMIT="0bb4c233257950fca559d070673416db1c795fab"
-
-IUSE=""
-
-DESCRIPTION="A major mode for editing Cucumber stories."
-HOMEPAGE="https://github.com/michaelklishin/cucumber.el"
-SRC_URI="https://github.com/michaelklishin/cucumber.el/tarball/${GIT_COMMIT} -> ${P}-git.tgz"
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_unpack() {
-	unpack ${A}
-	mv "${WORKDIR}"/michaelklishin-cucumber.el-* ${P} || die
-}
-
-src_install() {
-	elisp_src_install
-
-	dodoc README
-}


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

* [gentoo-commits] dev/graaff:master commit in: app-emacs/cucumber-el/
@ 2016-06-01 13:40 Hans de Graaff
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff @ 2016-06-01 13:40 UTC (permalink / raw
  To: gentoo-commits

commit:     9f02ad060323fc2a6102c9905f2bcfd8aad6d993
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jun  1 13:40:31 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 13:40:31 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=9f02ad06

app-emacs/cucumber-el: add support for find-step

Package-Manager: portage-2.2.28

 .../cucumber-el/cucumber-el-0.20141129-r1.ebuild   | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/app-emacs/cucumber-el/cucumber-el-0.20141129-r1.ebuild b/app-emacs/cucumber-el/cucumber-el-0.20141129-r1.ebuild
new file mode 100644
index 0000000..4af4a58
--- /dev/null
+++ b/app-emacs/cucumber-el/cucumber-el-0.20141129-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit elisp
+
+GIT_COMMIT="40886bc4cc5b1e855d6bb78505ebc651593d409d"
+
+IUSE=""
+
+DESCRIPTION="A major mode for editing Cucumber stories."
+HOMEPAGE="https://github.com/michaelklishin/cucumber.el"
+SRC_URI="https://github.com/michaelklishin/cucumber.el/archive/${GIT_COMMIT}.tar.gz -> ${P}-git.tgz"
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+
+S="${WORKDIR}/cucumber.el-${GIT_COMMIT}"
+
+RDEPEND="
+	dev-ruby/ruby_parser
+	>=dev-ruby/gherkin-2.11.8
+"
+
+src_install() {
+	elisp_src_install
+
+	elisp-install ${PN}/support support/find_step.rb
+
+	dodoc README.md
+}


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

end of thread, other threads:[~2016-06-01 13:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-16  6:07 [gentoo-commits] dev/graaff:master commit in: app-emacs/cucumber-el/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2016-06-01 13:40 Hans de Graaff
2015-09-03  5:55 Hans de Graaff

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