* [gentoo-commits] proj/emacs:master commit in: app-emacs/gentoo-syntax/files/, app-emacs/ebuild-mode/, app-emacs/gentoo-syntax/, ...
@ 2013-07-05 14:10 Ulrich Mueller
0 siblings, 0 replies; only message in thread
From: Ulrich Mueller @ 2013-07-05 14:10 UTC (permalink / raw
To: gentoo-commits
commit: a86c55308fda81e0abe99e9c8093dcfc003a75b8
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 5 14:06:34 2013 +0000
Commit: Ulrich Mueller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 5 14:09:38 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=a86c5530
Package renamed from app-emacs/gentoo-syntax to app-emacs/ebuild-mode.
Package-Manager: portage-2.1.12.11
---
app-emacs/{gentoo-syntax => ebuild-mode}/ChangeLog | 10 ++++++++--
.../ebuild-mode-9999.ebuild} | 14 +++++++-------
.../files/50ebuild-mode-gentoo.el} | 6 ++----
app-emacs/{gentoo-syntax => ebuild-mode}/metadata.xml | 0
4 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/ebuild-mode/ChangeLog
similarity index 52%
rename from app-emacs/gentoo-syntax/ChangeLog
rename to app-emacs/ebuild-mode/ChangeLog
index c2b3b5a..7b3ca33 100644
--- a/app-emacs/gentoo-syntax/ChangeLog
+++ b/app-emacs/ebuild-mode/ChangeLog
@@ -1,7 +1,13 @@
-# ChangeLog for app-emacs/gentoo-syntax
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# ChangeLog for app-emacs/ebuild-mode
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*ebuild-mode-9999 (05 Jul 2013)
+
+ 05 Jul 2013; Ulrich Müller <ulm@gentoo.org> +ebuild-mode-9999.ebuild,
+ +files/50ebuild-mode-gentoo.el, +metadata.xml:
+ Package renamed from app-emacs/gentoo-syntax to app-emacs/ebuild-mode.
+
09 Jun 2012; Ulrich Müller <ulm@gentoo.org> gentoo-syntax-9999.ebuild:
Change live ebuild to use Git. Update to EAPI 4.
diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
similarity index 81%
rename from app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild
rename to app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
index e33d7b1..02e3fa9 100644
--- a/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild
+++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild
@@ -1,8 +1,8 @@
-# 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://git.overlays.gentoo.org/proj/emacs-tools.git"
EGIT_BRANCH="${PN}"
@@ -13,21 +13,21 @@ DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/"
SRC_URI=""
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
+S="${WORKDIR}/${PN}"
DOCS="ChangeLog"
SITEFILE="50${PN}-gentoo.el"
ELISP_TEXINFO="${PN}.texi"
src_install() {
- elisp-install ${PN} *.el *.elc || die
+ elisp-install ${PN} *.el *.elc
sed -e "s:@PORTDIR@:${PORTDIR}:" \
"${FILESDIR}/${SITEFILE}" >"${T}/${SITEFILE}" || die
- elisp-site-file-install "${T}/${SITEFILE}" || die
- doinfo gentoo-syntax.info
+ elisp-site-file-install "${T}/${SITEFILE}"
+ doinfo ${PN}.info
dodoc ${DOCS}
}
diff --git a/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el
similarity index 70%
rename from app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el
rename to app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el
index 82eb56e..643b384 100644
--- a/app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el
+++ b/app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el
@@ -1,13 +1,11 @@
(add-to-list 'load-path "@SITELISP@")
-(autoload 'ebuild-mode "gentoo-syntax"
+(autoload 'ebuild-mode "ebuild-mode"
"Major mode for Portage .ebuild and .eclass files." t)
-(autoload 'eselect-mode "gentoo-syntax" "Major mode for .eselect files." t)
-(autoload 'gentoo-newsitem-mode "gentoo-syntax"
+(autoload 'gentoo-newsitem-mode "gentoo-newsitem-mode"
"Major mode for Gentoo GLEP 42 news items." t)
(add-to-list 'auto-mode-alist
'("\\.\\(ebuild\\|eclass\\|eblit\\)\\'" . ebuild-mode))
-(add-to-list 'auto-mode-alist '("\\.eselect\\'" . eselect-mode))
(add-to-list 'auto-mode-alist
'("/[0-9]\\{4\\}-[01][0-9]-[0-3][0-9]-.+\\.[a-z]\\{2\\}\\.txt\\'"
. gentoo-newsitem-mode))
diff --git a/app-emacs/gentoo-syntax/metadata.xml b/app-emacs/ebuild-mode/metadata.xml
similarity index 100%
rename from app-emacs/gentoo-syntax/metadata.xml
rename to app-emacs/ebuild-mode/metadata.xml
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-05 14:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-05 14:10 [gentoo-commits] proj/emacs:master commit in: app-emacs/gentoo-syntax/files/, app-emacs/ebuild-mode/, app-emacs/gentoo-syntax/, Ulrich Mueller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox