summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-06-24 09:50:06 +0000
committerUlrich Müller <ulm@gentoo.org>2012-06-24 09:50:06 +0000
commit9a43a6d9e4a44f01e3e5754fb66ffee9f4fbdb3c (patch)
tree4482b45c417a458904e44befa228ba2ffe2c2eed /app-emacs/async/async-9999.ebuild
parentRemove obsolete virtual. (diff)
downloademacs-9a43a6d9e4a44f01e3e5754fb66ffee9f4fbdb3c.tar.gz
emacs-9a43a6d9e4a44f01e3e5754fb66ffee9f4fbdb3c.tar.bz2
emacs-9a43a6d9e4a44f01e3e5754fb66ffee9f4fbdb3c.zip
Initial import.
svn path=/emacs-overlay/; revision=1813
Diffstat (limited to 'app-emacs/async/async-9999.ebuild')
-rw-r--r--app-emacs/async/async-9999.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/async/async-9999.ebuild b/app-emacs/async/async-9999.ebuild
new file mode 100644
index 0000000..8f97a33
--- /dev/null
+++ b/app-emacs/async/async-9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+EGIT_REPO_URI="https://github.com/jwiegley/emacs-async.git"
+
+inherit elisp git-2
+
+DESCRIPTION="A simple asynchronous framework for Emacs"
+HOMEPAGE="https://github.com/jwiegley/emacs-async"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"