summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/emacs-updater/ChangeLog3
-rw-r--r--app-admin/emacs-updater/emacs-updater-9999.ebuild3
-rw-r--r--app-admin/eselect-ctags/ChangeLog3
-rw-r--r--app-admin/eselect-ctags/eselect-ctags-9999.ebuild3
-rw-r--r--app-admin/eselect-emacs/ChangeLog3
-rw-r--r--app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild3
-rw-r--r--app-editors/uemacs-pk/ChangeLog5
-rw-r--r--app-editors/uemacs-pk/uemacs-pk-9999.ebuild12
-rw-r--r--app-emacs/anything/ChangeLog5
-rw-r--r--app-emacs/anything/anything-9999.ebuild12
-rw-r--r--app-emacs/async/ChangeLog5
-rw-r--r--app-emacs/async/async-9999.ebuild13
-rw-r--r--app-emacs/ebuild-mode/ChangeLog3
-rw-r--r--app-emacs/ebuild-mode/ebuild-mode-9999.ebuild3
-rw-r--r--app-emacs/emacs-common-gentoo/ChangeLog3
-rw-r--r--app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild3
-rw-r--r--app-emacs/emacs-daemon/ChangeLog3
-rw-r--r--app-emacs/emacs-daemon/emacs-daemon-9999.ebuild4
-rw-r--r--app-emacs/evil/ChangeLog5
-rw-r--r--app-emacs/evil/evil-9999.ebuild13
-rw-r--r--app-emacs/org-mode/ChangeLog5
-rw-r--r--app-emacs/org-mode/org-mode-9999.ebuild8
22 files changed, 83 insertions, 37 deletions
diff --git a/app-admin/emacs-updater/ChangeLog b/app-admin/emacs-updater/ChangeLog
index b4cd78c..b57d0b3 100644
--- a/app-admin/emacs-updater/ChangeLog
+++ b/app-admin/emacs-updater/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Oct 2013; Ulrich Müller <ulm@gentoo.org> emacs-updater-9999.ebuild:
+ Migrate to git-r3.eclass.
+
09 Aug 2013; Ulrich Müller <ulm@gentoo.org> emacs-updater-9999.ebuild:
Update HOMEPAGE. Merge changes from Portage tree.
diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild
index d4425f8..70bec4b 100644
--- a/app-admin/emacs-updater/emacs-updater-9999.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild
@@ -6,8 +6,9 @@ EAPI=5
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git"
EGIT_BRANCH="${PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
-inherit git-2
+inherit git-r3
DESCRIPTION="Rebuild Emacs packages"
HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
diff --git a/app-admin/eselect-ctags/ChangeLog b/app-admin/eselect-ctags/ChangeLog
index 5c60d4f..ef9cd0a 100644
--- a/app-admin/eselect-ctags/ChangeLog
+++ b/app-admin/eselect-ctags/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Oct 2013; Ulrich Müller <ulm@gentoo.org> eselect-ctags-9999.ebuild:
+ Migrate to git-r3.eclass.
+
09 Aug 2013; Ulrich Müller <ulm@gentoo.org> eselect-ctags-9999.ebuild:
Update HOMEPAGE. Merge changes from Portage tree.
diff --git a/app-admin/eselect-ctags/eselect-ctags-9999.ebuild b/app-admin/eselect-ctags/eselect-ctags-9999.ebuild
index f5fdbad..4a4b1a3 100644
--- a/app-admin/eselect-ctags/eselect-ctags-9999.ebuild
+++ b/app-admin/eselect-ctags/eselect-ctags-9999.ebuild
@@ -7,8 +7,9 @@ EAPI=5
MY_PN="eselect-emacs"
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git"
EGIT_BRANCH="${MY_PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${MY_PN}"
-inherit git-2
+inherit git-r3
DESCRIPTION="Manages ctags implementations"
HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
diff --git a/app-admin/eselect-emacs/ChangeLog b/app-admin/eselect-emacs/ChangeLog
index 178a1a7..b3eb8f4 100644
--- a/app-admin/eselect-emacs/ChangeLog
+++ b/app-admin/eselect-emacs/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Oct 2013; Ulrich Müller <ulm@gentoo.org> eselect-emacs-9999-r1.ebuild:
+ Migrate to git-r3.eclass.
+
09 Aug 2013; Ulrich Müller <ulm@gentoo.org> eselect-emacs-9999-r1.ebuild:
Update HOMEPAGE. Merge changes from Portage tree.
diff --git a/app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild b/app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild
index 17546e4..4c44f72 100644
--- a/app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild
+++ b/app-admin/eselect-emacs/eselect-emacs-9999-r1.ebuild
@@ -6,8 +6,9 @@ EAPI=5
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git"
EGIT_BRANCH="${PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
-inherit git-2
+inherit git-r3
DESCRIPTION="Manage multiple Emacs versions on one system"
HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
diff --git a/app-editors/uemacs-pk/ChangeLog b/app-editors/uemacs-pk/ChangeLog
index 23a94bd..1384785 100644
--- a/app-editors/uemacs-pk/ChangeLog
+++ b/app-editors/uemacs-pk/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-editors/uemacs-pk
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Oct 2013; Ulrich Müller <ulm@gentoo.org> uemacs-pk-9999.ebuild:
+ Migrate to git-r3.eclass.
+
01 Sep 2011; Ulrich Mueller <ulm@gentoo.org> uemacs-pk-9999.ebuild:
LDFLAGS patch was accepted upstream.
diff --git a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild
index 5be4386..5da7660 100644
--- a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild
+++ b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild
@@ -1,21 +1,23 @@
-# 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
+
EGIT_REPO_URI="git://git.kernel.org/pub/scm/editors/uemacs/uemacs.git"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
-inherit git-2 toolchain-funcs
+inherit git-r3 toolchain-funcs
DESCRIPTION="uEmacs/PK is an enhanced version of MicroEMACS"
HOMEPAGE="http://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
ftp://ftp.cs.helsinki.fi/pub/Software/Local/uEmacs-PK"
-SRC_URI=""
LICENSE="free-noncomm"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+
+S="${WORKDIR}/${PN}"
DEPEND="sys-libs/ncurses"
RDEPEND="${DEPEND}"
diff --git a/app-emacs/anything/ChangeLog b/app-emacs/anything/ChangeLog
index a3a7831..76270a8 100644
--- a/app-emacs/anything/ChangeLog
+++ b/app-emacs/anything/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-emacs/anything
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Oct 2013; Ulrich Müller <ulm@gentoo.org> anything-9999.ebuild:
+ Migrate to git-r3.eclass.
+
11 Oct 2011; Ulrich Mueller <ulm@gentoo.org> -anything-1.3.1.ebuild:
Package committed to Portage tree. Keeping only live ebuild in overlay.
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() {
diff --git a/app-emacs/async/ChangeLog b/app-emacs/async/ChangeLog
index 31d4ab3..2e0c2e4 100644
--- a/app-emacs/async/ChangeLog
+++ b/app-emacs/async/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-emacs/async
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Oct 2013; Ulrich Müller <ulm@gentoo.org> async-9999.ebuild:
+ Migrate to git-r3.eclass.
+
*async-9999 (24 Jun 2012)
24 Jun 2012; Ulrich Müller <ulm@gentoo.org> +files/50async-gentoo.el,
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"
diff --git a/app-emacs/ebuild-mode/ChangeLog b/app-emacs/ebuild-mode/ChangeLog
index a3614e9..5461ea8 100644
--- a/app-emacs/ebuild-mode/ChangeLog
+++ b/app-emacs/ebuild-mode/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Oct 2013; Ulrich Müller <ulm@gentoo.org> ebuild-mode-9999.ebuild:
+ Migrate to git-r3.eclass.
+
09 Aug 2013; Ulrich Müller <ulm@gentoo.org> ebuild-mode-9999.ebuild:
Update HOMEPAGE. Merge changes from Portage tree.
diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
index cbbc52b..d135e84 100644
--- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
@@ -6,8 +6,9 @@ EAPI=5
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git"
EGIT_BRANCH="${PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
-inherit readme.gentoo elisp git-2
+inherit readme.gentoo elisp git-r3
DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
diff --git a/app-emacs/emacs-common-gentoo/ChangeLog b/app-emacs/emacs-common-gentoo/ChangeLog
index 3523a6a..0f2d01a 100644
--- a/app-emacs/emacs-common-gentoo/ChangeLog
+++ b/app-emacs/emacs-common-gentoo/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Oct 2013; Ulrich Müller <ulm@gentoo.org> emacs-common-gentoo-9999.ebuild:
+ Migrate to git-r3.eclass.
+
09 Aug 2013; Ulrich Müller <ulm@gentoo.org> emacs-common-gentoo-9999.ebuild:
Update HOMEPAGE. Merge changes from Portage tree.
diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
index 055a256..1a49fd2 100644
--- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
+++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
@@ -6,8 +6,9 @@ EAPI=5
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git"
EGIT_BRANCH="${PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
-inherit elisp-common eutils fdo-mime gnome2-utils readme.gentoo user git-2
+inherit elisp-common eutils fdo-mime gnome2-utils readme.gentoo user git-r3
DESCRIPTION="Common files needed by all GNU Emacs versions"
HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
diff --git a/app-emacs/emacs-daemon/ChangeLog b/app-emacs/emacs-daemon/ChangeLog
index 6e8117f..731c091 100644
--- a/app-emacs/emacs-daemon/ChangeLog
+++ b/app-emacs/emacs-daemon/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Oct 2013; Ulrich Müller <ulm@gentoo.org> emacs-daemon-9999.ebuild:
+ Migrate to git-r3.eclass.
+
09 Aug 2013; Ulrich Müller <ulm@gentoo.org> emacs-daemon-9999.ebuild:
Update HOMEPAGE. Merge changes from Portage tree.
diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
index 5c64acc..7bf5da2 100644
--- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
+++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
@@ -6,8 +6,9 @@ EAPI=5
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/emacs-tools.git"
EGIT_BRANCH="${PN}"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
-inherit elisp git-2
+inherit elisp git-r3
DESCRIPTION="Gentoo support for Emacs running as a server in the background"
HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
@@ -19,6 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
DEPEND=">=virtual/emacs-23"
RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}"
SITEFILE="10${PN}-gentoo.el"
pkg_setup() {
diff --git a/app-emacs/evil/ChangeLog b/app-emacs/evil/ChangeLog
index ebb0746..3679434 100644
--- a/app-emacs/evil/ChangeLog
+++ b/app-emacs/evil/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-emacs/evil
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Oct 2013; Ulrich Müller <ulm@gentoo.org> evil-9999.ebuild:
+ Migrate to git-r3.eclass.
+
*evil-9999 (02 Jan 2012)
02 Jan 2012; Ulrich Mueller <ulm@gentoo.org> +files/50evil-gentoo.el,
diff --git a/app-emacs/evil/evil-9999.ebuild b/app-emacs/evil/evil-9999.ebuild
index 8b84747..38a2ecd 100644
--- a/app-emacs/evil/evil-9999.ebuild
+++ b/app-emacs/evil/evil-9999.ebuild
@@ -1,24 +1,25 @@
-# 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="git://gitorious.org/evil/evil.git"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
-inherit elisp git-2
+inherit elisp git-r3
DESCRIPTION="Extensible vi layer"
HOMEPAGE="http://gitorious.org/evil"
-SRC_URI=""
-LICENSE="GPL-2 FDL-1.3"
+LICENSE="GPL-3+ FDL-1.3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="app-emacs/undo-tree"
RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}"
ELISP_REMOVE="evil-pkg.el evil-tests.el"
ELISP_TEXINFO="doc/evil.texi"
SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/org-mode/ChangeLog b/app-emacs/org-mode/ChangeLog
index e8fa764..42a9b5a 100644
--- a/app-emacs/org-mode/ChangeLog
+++ b/app-emacs/org-mode/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-emacs/org-mode
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Oct 2013; Ulrich Müller <ulm@gentoo.org> org-mode-9999.ebuild:
+ Migrate to git-r3.eclass.
+
04 Oct 2012; Ulrich Müller <ulm@gentoo.org> org-mode-9999.ebuild,
metadata.xml:
Sync from Portage tree.
diff --git a/app-emacs/org-mode/org-mode-9999.ebuild b/app-emacs/org-mode/org-mode-9999.ebuild
index add9382..e1c1bc3 100644
--- a/app-emacs/org-mode/org-mode-9999.ebuild
+++ b/app-emacs/org-mode/org-mode-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -9,9 +9,12 @@ inherit elisp
if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="git://orgmode.org/org-mode.git"
- inherit git-2
+ EGIT_CHECKOUT_DIR="${WORKDIR}/org"
+ inherit git-r3
+ S="${WORKDIR}/org"
else
SRC_URI="http://orgmode.org/org-${PV}.tar.gz"
+ S="${WORKDIR}/org-${PV}"
fi
DESCRIPTION="An Emacs mode for notes and project planning"
@@ -32,7 +35,6 @@ else
ELISP_REMOVE="lisp/org-install.el"
fi
-S="${WORKDIR}/org-${PV}"
SITEFILE="50${PN}-gentoo.el"
src_compile() {