summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-08-09 15:35:01 +0200
committerUlrich Müller <ulm@gentoo.org>2013-08-09 15:35:01 +0200
commit408381b7d58384fc02f85a9fdeb9aee8f63325e4 (patch)
tree775718d768e0162b77ef0a516fdd05b9d2cad2a5 /app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
parentUpdate HOMEPAGE. Merge changes from Portage tree. (diff)
downloademacs-408381b7d58384fc02f85a9fdeb9aee8f63325e4.tar.gz
emacs-408381b7d58384fc02f85a9fdeb9aee8f63325e4.tar.bz2
emacs-408381b7d58384fc02f85a9fdeb9aee8f63325e4.zip
Update HOMEPAGE. Merge changes from Portage tree.
Package-Manager: portage-2.1.13.7
Diffstat (limited to 'app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild')
-rw-r--r--app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild41
1 files changed, 18 insertions, 23 deletions
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 c7862ab..055a256 100644
--- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
+++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-9999.ebuild
@@ -1,19 +1,18 @@
-# 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}"
-inherit elisp-common eutils fdo-mime gnome2-utils user git-2
+inherit elisp-common eutils fdo-mime gnome2-utils readme.gentoo user git-2
DESCRIPTION="Common files needed by all GNU Emacs versions"
-HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/"
-#SRC_URI="mirror://gentoo/${P}.tar.gz"
+HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="games X"
@@ -63,6 +62,18 @@ src_install() {
gnome2_icon_savelist
fi
+
+ DOC_CONTENTS="All site initialisation for Gentoo-installed packages is
+ added to ${SITELISP}/site-gentoo.el. In order for this site
+ initialisation to be loaded for all users automatically, a default
+ site startup file /etc/emacs/site-start.el is installed. You are
+ responsible for maintenance of this file.
+ \n\nAlternatively, individual users can add the following command:
+ \n\n(require 'site-gentoo)
+ \n\nto their ~/.emacs initialisation files, or, for greater
+ flexibility, users may load single package-specific initialisation
+ files from the ${SITELISP}/site-gentoo.d/ directory."
+ readme.gentoo_create_doc
}
site-start-modified-p() {
@@ -101,25 +112,9 @@ pkg_postinst() {
# make sure that site-gentoo.el exists since site-start.el requires it
elisp-site-regen
- local line
- while read line; do elog "${line:- }"; done <<-EOF
- All site initialisation for Gentoo-installed packages is added to
- ${SITELISP}/site-gentoo.el. In order for this site
- initialisation to be loaded for all users automatically, a default
- site startup file /etc/emacs/site-start.el is installed. You are
- responsible for maintenance of this file.
-
- Alternatively, individual users can add the following command:
-
- (require 'site-gentoo)
-
- to their ~/.emacs initialisation files, or, for greater flexibility,
- users may load single package-specific initialisation files from
- ${SITELISP}/site-gentoo.d/.
- EOF
+ readme.gentoo_print_elog
if [[ -e ${EROOT}${SITELISP}/site-start.el ]]; then
- elog
ewarn "The location of the site startup file for Emacs has changed to"
ewarn "/etc/emacs/site-start.el."
if site-start-modified-p; then