summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-09 19:59:02 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-09 19:59:02 +0000
commit9a70b9e2a3c209e4a395f353afedea01d1d9870f (patch)
treed96a865b2e36a322c5a584a433b5fa4d110a4ca2 /app-emacs/psgml
parentStable on x86 and ppc. (Manifest recommit) (diff)
downloadgentoo-2-9a70b9e2a3c209e4a395f353afedea01d1d9870f.tar.gz
gentoo-2-9a70b9e2a3c209e4a395f353afedea01d1d9870f.tar.bz2
gentoo-2-9a70b9e2a3c209e4a395f353afedea01d1d9870f.zip
Removed old ebuilds.
Diffstat (limited to 'app-emacs/psgml')
-rw-r--r--app-emacs/psgml/files/digest-psgml-1.2.41
-rw-r--r--app-emacs/psgml/files/digest-psgml-1.2.51
-rw-r--r--app-emacs/psgml/files/dot_emacs53
-rw-r--r--app-emacs/psgml/psgml-1.2.4.ebuild37
-rw-r--r--app-emacs/psgml/psgml-1.2.5-r1.ebuild12
-rw-r--r--app-emacs/psgml/psgml-1.2.5.ebuild39
6 files changed, 2 insertions, 141 deletions
diff --git a/app-emacs/psgml/files/digest-psgml-1.2.4 b/app-emacs/psgml/files/digest-psgml-1.2.4
deleted file mode 100644
index 80fb326b6602..000000000000
--- a/app-emacs/psgml/files/digest-psgml-1.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2817cc419befb5641dd5ba3e1e774676 psgml-1.2.4.tar.gz 254119
diff --git a/app-emacs/psgml/files/digest-psgml-1.2.5 b/app-emacs/psgml/files/digest-psgml-1.2.5
deleted file mode 100644
index 9f15349fd06b..000000000000
--- a/app-emacs/psgml/files/digest-psgml-1.2.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d4f346b0242035e54860b29d7466b0a2 psgml-1.2.5.tar.gz 243668
diff --git a/app-emacs/psgml/files/dot_emacs b/app-emacs/psgml/files/dot_emacs
deleted file mode 100644
index ccbd6f6802e4..000000000000
--- a/app-emacs/psgml/files/dot_emacs
+++ /dev/null
@@ -1,53 +0,0 @@
-;; $Id: dot_emacs,v 1.2 2000/03/29 19:12:16 nwalsh Exp
-;; DocBook IDE mode
-(autoload 'docbook-mode "docbookide" "Major mode for DocBook documents." t)
-;; Turn on font lock when in DocBook mode
-(add-hook 'docbook-mode-hook
- 'turn-on-font-lock)
-
-;; You might want to make this the default for .sgml or .xml documents,
-;; or you might want to rely on -*- DocBook -*- on the first line,
-;; or perhaps buffer variables. It's up to you...
-;;(setq auto-mode-alist
-;; (append
-;; (list
-;; '("\\.sgm" . docbook-mode))
-;; '("\\.sgml" . docbook-mode))
-;; '("\\.xml" . docbook-mode))
-;; auto-mode-alist))
-
-;; keyboard mods not specific to any mode.
-(global-set-key [(control h)] 'delete-backward-char) ;backspace, not help!
-(global-set-key "\C-cg" 'goto-line)
-(global-set-key [home] 'beginning-of-line) ;not screen
-(global-set-key "\e[1~" 'beginning-of-line) ;not screen
-(global-set-key "\eOH" 'beginning-of-line) ;Needed on remote xterm?
-(global-set-key [end] 'end-of-line) ;inactive by default?
-(global-set-key "\e[4~" 'end-of-line)
-(global-set-key "\eOF" 'end-of-line) ;Needed on remote xterm?
-
-(global-set-key [delete] 'delete-char) ; delete char, don't move cursor.
-(global-set-key [(meta control h)] 'backward-kill-word)
-(global-set-key [f2] 'other-window) ;convenient shortcuts.
-(global-set-key [f3] 'kill-this-buffer)
-(global-unset-key [escape escape]) ;eval-expr gets in my way.
-
-(global-set-key [(control x)(control u)] 'undo) ;bind to something useful.
-;(require 'redo)
-;(global-set-key [(control x)(control r)] 'redo) ;consistent with my undo.
-
-(global-set-key [(shift button2)] ;<shift>-mouse2 to load
- 'browse-url-at-mouse) ;url at point into netscape.
-
-;; Make sure we have sgml and xml modes (psgml.el)
-(autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t)
-(autoload 'xml-mode "psgml" "Major mode to edit XML files." t)
-(setq sgml-set-face t)
-(setq sgml-indent-step t)
-(setq sgml-live-element-indicator t)
-;; Recognize Lutris Enhydra doml files as xml. This doesn't work
-;; very well because xml-mode has problems reading the doml dtd.
-(setq auto-mode-alist (cons '("\\.doml$" . xml-mode) auto-mode-alist))
-
-;; Set the global central catalog
-(setq sgml-catalog-files (quote ("CATALOG" "/etc/sgml/catalog")))
diff --git a/app-emacs/psgml/psgml-1.2.4.ebuild b/app-emacs/psgml/psgml-1.2.4.ebuild
deleted file mode 100644
index 4f646609eb51..000000000000
--- a/app-emacs/psgml/psgml-1.2.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.2.4.ebuild,v 1.6 2004/06/24 22:20:57 agriffis Exp $
-
-DESCRIPTION="PSGML is a GNU Emacs Major Mode for editing SGML and XML coded documents."
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://psgml.sourceforge.net"
-KEYWORDS="x86 sparc"
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/emacs"
-
-src_compile() {
-
- ./configure \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --host=${CHOST} || die "Configuration failed."
-
- emake || die "parallel make failed."
-
-}
-
-src_install () {
-
- make prefix=${D}/usr install || die "Installation failed."
-
- dodir /usr/share/info
-
- make infodir=${D}/usr/share/info install-info || die "install-info failed."
-
- dodoc ChangeLog README.psgml ${FILESDIR}/dot_emacs
-
-}
-
diff --git a/app-emacs/psgml/psgml-1.2.5-r1.ebuild b/app-emacs/psgml/psgml-1.2.5-r1.ebuild
index f1b4770861fd..5cc3dca03ebd 100644
--- a/app-emacs/psgml/psgml-1.2.5-r1.ebuild
+++ b/app-emacs/psgml/psgml-1.2.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.2.5-r1.ebuild,v 1.7 2004/06/24 22:20:57 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.2.5-r1.ebuild,v 1.8 2004/10/09 19:59:02 usata Exp $
inherit elisp
@@ -11,7 +11,7 @@ HOMEPAGE="http://sourceforge.net/projects/psgml/"
SRC_URI="mirror://sourceforge/psgml/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 sparc amd64 ~ppc"
+KEYWORDS="x86 sparc amd64 ppc"
DEPEND="virtual/emacs
app-text/openjade"
@@ -29,11 +29,3 @@ src_install() {
dodoc ChangeLog INSTALL README.psgml psgml.ps
doinfo psgml-api.info psgml.info
}
-
-pkg_postinst() {
- elisp-site-regen
-}
-
-pkg_postrm() {
- elisp-site-regen
-}
diff --git a/app-emacs/psgml/psgml-1.2.5.ebuild b/app-emacs/psgml/psgml-1.2.5.ebuild
deleted file mode 100644
index 270c4f2b2993..000000000000
--- a/app-emacs/psgml/psgml-1.2.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/psgml/psgml-1.2.5.ebuild,v 1.6 2004/06/24 22:20:57 agriffis Exp $
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="PSGML is 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="x86"
-
-DEPEND="virtual/emacs
- app-text/openjade"
-
-SITEFILE=50psgml-gentoo.el
-
-src_compile() {
- emacs --batch --no-site-file --no-init-file \
- --load psgml-maint.el -f psgml-compile-files || die
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc *.map
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
- dodoc ChangeLog INSTALL README.psgml psgml.ps
- doinfo psgml-api.info psgml.info
-}
-
-pkg_postinst() {
- elisp-site-regen
-}
-
-pkg_postrm() {
- elisp-site-regen
-}