summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-10-10 17:47:15 +0200
committerUlrich Müller <ulm@gentoo.org>2013-10-10 17:47:15 +0200
commit5081e385b7de9d38b20ed38ddc6245db81a23243 (patch)
tree12ae13e0e84d61b0f89a57289cd684c707835211 /app-emacs/async/async-9999.ebuild
parentapp-xemacs/tramp: Upstream experimental version bump (diff)
downloademacs-5081e385b7de9d38b20ed38ddc6245db81a23243.tar.gz
emacs-5081e385b7de9d38b20ed38ddc6245db81a23243.tar.bz2
emacs-5081e385b7de9d38b20ed38ddc6245db81a23243.zip
Migrate live ebuilds to git-r3.eclass.
Package-Manager: portage-2.2.7
Diffstat (limited to 'app-emacs/async/async-9999.ebuild')
-rw-r--r--app-emacs/async/async-9999.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/app-emacs/async/async-9999.ebuild b/app-emacs/async/async-9999.ebuild
index 8f97a33..5afc81d 100644
--- a/app-emacs/async/async-9999.ebuild
+++ b/app-emacs/async/async-9999.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
+
EGIT_REPO_URI="https://github.com/jwiegley/emacs-async.git"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
-inherit elisp git-2
+inherit elisp git-r3
DESCRIPTION="A simple asynchronous framework for Emacs"
HOMEPAGE="https://github.com/jwiegley/emacs-async"
-SRC_URI=""
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+S="${WORKDIR}/${PN}"
SITEFILE="50${PN}-gentoo.el"
DOCS="README.md"