diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-03-24 09:55:39 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-03-24 09:55:39 +0000 |
commit | 35950850eb92c117c479471870e29cc53cc185dc (patch) | |
tree | b7b9978d5ed6172d43a1e2224b789336c47821d4 /app-emacs | |
parent | initial ebuild, moved from overlay vdr-1.5 (diff) | |
download | gentoo-2-35950850eb92c117c479471870e29cc53cc185dc.tar.gz gentoo-2-35950850eb92c117c479471870e29cc53cc185dc.tar.bz2 gentoo-2-35950850eb92c117c479471870e29cc53cc185dc.zip |
Update location of SVN repository. Output einfo message in pkg_postinst.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/gentoo-syntax/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild | 9 | ||||
-rw-r--r-- | app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild | 6 |
3 files changed, 16 insertions, 5 deletions
diff --git a/app-emacs/gentoo-syntax/ChangeLog b/app-emacs/gentoo-syntax/ChangeLog index 81cdaf021278..f855ecec18f7 100644 --- a/app-emacs/gentoo-syntax/ChangeLog +++ b/app-emacs/gentoo-syntax/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/gentoo-syntax # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.15 2008/03/23 17:33:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/ChangeLog,v 1.16 2008/03/24 09:55:39 ulm Exp $ + + 24 Mar 2008; Ulrich Mueller <ulm@gentoo.org> gentoo-syntax-1.8.ebuild, + gentoo-syntax-9999.ebuild: + Update location of SVN repository. Output einfo message in pkg_postinst. 23 Mar 2008; Raúl Porcel <armin76@gentoo.org> gentoo-syntax-1.8.ebuild, gentoo-syntax-9999.ebuild: diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild index dde2f12e1c47..e362f6fdd14d 100644 --- a/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild +++ b/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.8.ebuild,v 1.7 2008/03/23 17:33:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-1.8.ebuild,v 1.8 2008/03/24 09:55:39 ulm Exp $ inherit elisp @@ -15,3 +15,10 @@ 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." +} diff --git a/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild b/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild index 2790ff480bc1..8f882bd699f9 100644 --- a/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild +++ b/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2008 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.2 2008/03/23 17:33:09 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/gentoo-syntax/gentoo-syntax-9999.ebuild,v 1.3 2008/03/24 09:55:39 ulm Exp $ inherit elisp subversion -ESVN_REPO_URI="http://overlays.gentoo.org/svn/proj/emacs/emacs-extra/${PN}/" +ESVN_REPO_URI="svn://anonsvn.gentoo.org/emacs/${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="~alpha ~amd64 ~ia64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="" SITEFILE=51${PN}-gentoo.el |