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/anything/anything-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/anything/anything-9999.ebuild')
-rw-r--r--app-emacs/anything/anything-9999.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-emacs/anything/anything-9999.ebuild b/app-emacs/anything/anything-9999.ebuild
index 6daaecd..3f63880 100644
--- a/app-emacs/anything/anything-9999.ebuild
+++ b/app-emacs/anything/anything-9999.ebuild
@@ -1,29 +1,29 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit elisp
if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="git://repo.or.cz/anything-config.git"
- inherit git-2
- SRC_URI=""
+ EGIT_CHECKOUT_DIR="${WORKDIR}/anything-config"
+ inherit git-r3
else
# snapshot from upstream git repo
SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz"
- S="${WORKDIR}/anything-config"
fi
DESCRIPTION="Open anything - QuickSilver-like candidate-selection framework"
HOMEPAGE="http://www.emacswiki.org/emacs/Anything"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="extensions"
+S="${WORKDIR}/anything-config"
SITEFILE="50${PN}-gentoo.el"
src_compile() {