summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-11-25 17:01:05 +0000
committerUlrich Müller <ulm@gentoo.org>2007-11-25 17:01:05 +0000
commitfc009bb80b619ec9545c126ebf5669eadcb8b5e6 (patch)
tree7c321593668e16519743376a176b0964fbf87cbf /app-emacs/gentoo-syntax
parentuse elog instead of einfo for important messages, thanks to Bartlomiej Antoni... (diff)
downloadgentoo-2-fc009bb80b619ec9545c126ebf5669eadcb8b5e6.tar.gz
gentoo-2-fc009bb80b619ec9545c126ebf5669eadcb8b5e6.tar.bz2
gentoo-2-fc009bb80b619ec9545c126ebf5669eadcb8b5e6.zip
Live SVN ebuild, added due to popular demand.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emacs/gentoo-syntax')
-rw-r--r--app-emacs/gentoo-syntax/ChangeLog7
-rw-r--r--app-emacs/gentoo-syntax/files/digest-gentoo-syntax-99990
-rw-r--r--app-emacs/gentoo-syntax/gentoo-syntax-1.7.ebuild9
-rw-r--r--app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild25
4 files changed, 33 insertions, 8 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog
index 613b37e36320..cd12de916c74 100644
--- a/app-emacs/gentoo-syntax/ChangeLog
+++ b/app-emacs/gentoo-syntax/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/gentoo-syntax
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.6 2007/10/15 09:09:39 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.7 2007/11/25 17:01:04 ulm Exp $
+
+*gentoo-syntax-9999 (25 Nov 2007)
+
+ 25 Nov 2007; Ulrich Mueller <ulm@gentoo.org> +gentoo-syntax-9999.ebuild:
+ Live SVN ebuild, added due to popular demand.
15 Oct 2007; Christian Faulhammer <opfer@gentoo.org>
-gentoo-syntax-1.6-r1.ebuild:
diff --git a/app-emacs/gentoo-syntax/files/digest-gentoo-syntax-9999 b/app-emacs/gentoo-syntax/files/digest-gentoo-syntax-9999
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/app-emacs/gentoo-syntax/files/digest-gentoo-syntax-9999
diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.7.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.7.ebuild
index f5a80e027117..e75828d0f9db 100644
--- a/app-emacs/gentoo-syntax/gentoo-syntax-1.7.ebuild
+++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.7.ebuild,v 1.1 2007/09/01 12:54:46 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.7.ebuild,v 1.2 2007/11/25 17:01:04 ulm Exp $
inherit elisp
@@ -14,9 +14,4 @@ KEYWORDS="~amd64 ~ppc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE=""
SITEFILE=51${PN}-gentoo.el
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- newdoc ChangeLog ChangeLog-Emacs
-}
+DOCS="ChangeLog"
diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild
new file mode 100644
index 000000000000..df96ec41df6c
--- /dev/null
+++ b/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild,v 1.1 2007/11/25 17:01:04 ulm Exp $
+
+inherit elisp subversion
+
+ESVN_REPO_URI="http://overlays.gentoo.org/svn/proj/emacs/emacs-extra/${PN}/"
+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"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc-fbsd ~x86 ~x86-fbsd"
+IUSE=""
+
+SITEFILE=51${PN}-gentoo.el
+DOCS="ChangeLog"
+
+pkg_postinst() {
+ elisp-site-regen
+
+ elog "Some optional features may require installation of additional"
+ elog "packages, like app-portage/gentoolkit-dev for echangelog."
+}