From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3CD18138200 for ; Fri, 5 Jul 2013 14:10:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFECCE0A8F; Fri, 5 Jul 2013 14:10:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2592FE0A8F for ; Fri, 5 Jul 2013 14:10:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0431A33E8FA for ; Fri, 5 Jul 2013 14:10:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 972F3E5459 for ; Fri, 5 Jul 2013 14:10:29 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1373033378.a86c55308fda81e0abe99e9c8093dcfc003a75b8.ulm@gentoo> Subject: [gentoo-commits] proj/emacs:master commit in: app-emacs/gentoo-syntax/files/, app-emacs/ebuild-mode/, app-emacs/gentoo-syntax/, ... X-VCS-Repository: proj/emacs X-VCS-Files: app-emacs/ebuild-mode/ChangeLog app-emacs/ebuild-mode/ebuild-mode-9999.ebuild app-emacs/ebuild-mode/files/50ebuild-mode-gentoo.el app-emacs/ebuild-mode/metadata.xml app-emacs/gentoo-syntax/ChangeLog app-emacs/gentoo-syntax/files/50gentoo-syntax-gentoo.el app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild app-emacs/gentoo-syntax/metadata.xml X-VCS-Directories: app-emacs/gentoo-syntax/files/ app-emacs/ebuild-mode/ app-emacs/gentoo-syntax/ app-emacs/ebuild-mode/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: a86c55308fda81e0abe99e9c8093dcfc003a75b8 X-VCS-Branch: master Date: Fri, 5 Jul 2013 14:10:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a422a5a9-a918-48ef-a30d-8e8ea47219fc X-Archives-Hash: 5ce065c23137fae53dd6a0b1b318747e commit: a86c55308fda81e0abe99e9c8093dcfc003a75b8 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jul 5 14:06:34 2013 +0000 Commit: Ulrich Mueller gentoo 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 +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 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