diff options
author | 2011-12-09 00:32:27 +0000 | |
---|---|---|
committer | 2011-12-09 00:32:27 +0000 | |
commit | a103d27a08b90e85eecf83d61f4edca2b6fa3ea9 (patch) | |
tree | 42d1bc83747c92f9074050e27c8f2a4c5387a979 /app-emacs | |
parent | Mask net-print/cupsddk for removal. (diff) | |
download | gentoo-2-a103d27a08b90e85eecf83d61f4edca2b6fa3ea9.tar.gz gentoo-2-a103d27a08b90e85eecf83d61f4edca2b6fa3ea9.tar.bz2 gentoo-2-a103d27a08b90e85eecf83d61f4edca2b6fa3ea9.zip |
Whitespace.
(Portage version: 2.1.10.39/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/psgml/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/psgml/files/50psgml-gentoo.el | 4 | ||||
-rw-r--r-- | app-emacs/psgml/psgml-1.3.2.ebuild | 8 |
3 files changed, 9 insertions, 10 deletions
diff --git a/app-emacs/psgml/ChangeLog b/app-emacs/psgml/ChangeLog index b10d4ff49a50..e15bdbc9aa92 100644 --- a/app-emacs/psgml/ChangeLog +++ b/app-emacs/psgml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/psgml -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/ChangeLog,v 1.14 2010/04/12 18:10:12 fauli Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/ChangeLog,v 1.15 2011/12/09 00:32:27 ulm Exp $ + + 09 Dec 2011; Ulrich Mueller <ulm@gentoo.org> psgml-1.3.2.ebuild: + Whitespace. *psgml-1.3.2 (12 Apr 2010) diff --git a/app-emacs/psgml/files/50psgml-gentoo.el b/app-emacs/psgml/files/50psgml-gentoo.el index 0f43daf2d042..d6773e91d386 100644 --- a/app-emacs/psgml/files/50psgml-gentoo.el +++ b/app-emacs/psgml/files/50psgml-gentoo.el @@ -1,7 +1,3 @@ - -;;; psgml site-lisp configuration - (autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t) (autoload 'xml-mode "psgml" "Major mode to edit XML files." t) - (setq sgml-catalog-files '("CATALOG" "/etc/sgml/catalog")) diff --git a/app-emacs/psgml/psgml-1.3.2.ebuild b/app-emacs/psgml/psgml-1.3.2.ebuild index 093f0c9a6757..876166cba324 100644 --- a/app-emacs/psgml/psgml-1.3.2.ebuild +++ b/app-emacs/psgml/psgml-1.3.2.ebuild @@ -1,22 +1,22 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.3.2.ebuild,v 1.1 2010/04/12 18:10:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.3.2.ebuild,v 1.2 2011/12/09 00:32:27 ulm Exp $ inherit elisp DESCRIPTION="A GNU Emacs Major Mode for editing SGML and XML coded documents" HOMEPAGE="http://sourceforge.net/projects/psgml/" SRC_URI="mirror://sourceforge/psgml/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" - IUSE="" DEPEND="app-text/openjade" RDEPEND="${DEPEND}" -SITEFILE=50psgml-gentoo.el +SITEFILE="50${PN}-gentoo.el" src_compile() { emacs --batch --no-site-file --no-init-file \ |