public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: app-emacs/cucumber-el/files/, app-emacs/cucumber-el/
@ 2012-06-29 14:33 Hans de Graaff
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff @ 2012-06-29 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     3a27e90d4ad866fd16d4bc7a66fbf43bd4719536
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Jun 29 14:33:51 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 29 14:33:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=3a27e90d

Initial import.

(Portage version: 2.1.10.65/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 app-emacs/cucumber-el/ChangeLog                    |   11 +++++++
 app-emacs/cucumber-el/Manifest                     |   11 +++++++
 .../cucumber-el/cucumber-el-0.20120523.ebuild      |   31 ++++++++++++++++++++
 .../cucumber-el/files/50cucumber-el-gentoo.el      |    6 ++++
 app-emacs/cucumber-el/metadata.xml                 |    5 +++
 5 files changed, 64 insertions(+), 0 deletions(-)

diff --git a/app-emacs/cucumber-el/ChangeLog b/app-emacs/cucumber-el/ChangeLog
new file mode 100644
index 0000000..f36d7fa
--- /dev/null
+++ b/app-emacs/cucumber-el/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-emacs/cucumber-el
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*cucumber-el-0.20120523 (29 Jun 2012)
+
+  29 Jun 2012; Hans de Graaff <graaff@gentoo.org>
+  +files/50cucumber-el-gentoo.el, +cucumber-el-0.20120523.ebuild,
+  +metadata.xml:
+  Initial import.
+

diff --git a/app-emacs/cucumber-el/Manifest b/app-emacs/cucumber-el/Manifest
new file mode 100644
index 0000000..318088d
--- /dev/null
+++ b/app-emacs/cucumber-el/Manifest
@@ -0,0 +1,11 @@
+-----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-----

diff --git a/app-emacs/cucumber-el/cucumber-el-0.20120523.ebuild b/app-emacs/cucumber-el/cucumber-el-0.20120523.ebuild
new file mode 100644
index 0000000..24b1d06
--- /dev/null
+++ b/app-emacs/cucumber-el/cucumber-el-0.20120523.ebuild
@@ -0,0 +1,31 @@
+# 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
+}

diff --git a/app-emacs/cucumber-el/files/50cucumber-el-gentoo.el b/app-emacs/cucumber-el/files/50cucumber-el-gentoo.el
new file mode 100644
index 0000000..86f4b01
--- /dev/null
+++ b/app-emacs/cucumber-el/files/50cucumber-el-gentoo.el
@@ -0,0 +1,6 @@
+
+;;; coffee-mode site-lisp configuration
+
+(add-to-list 'load-path "@SITELISP@")
+(add-to-list 'auto-mode-alist '("\\.feature$" . feature-mode))
+(autoload 'feature-mode "feature-mode" "Mode for editing Cucumber stories")

diff --git a/app-emacs/cucumber-el/metadata.xml b/app-emacs/cucumber-el/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/app-emacs/cucumber-el/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-29 14:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29 14:33 [gentoo-commits] dev/graaff:master commit in: app-emacs/cucumber-el/files/, app-emacs/cucumber-el/ 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