diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-12 07:49:13 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-11-12 07:49:13 +0000 |
commit | 3081d733a29ba5f746a45e632e221e8d915c91ac (patch) | |
tree | ecf96b3e4db1d4df40bd0cfdab18211bc78a06fc /app-emacs | |
parent | compile fixes, ps argument correction (diff) | |
download | gentoo-2-3081d733a29ba5f746a45e632e221e8d915c91ac.tar.gz gentoo-2-3081d733a29ba5f746a45e632e221e8d915c91ac.tar.bz2 gentoo-2-3081d733a29ba5f746a45e632e221e8d915c91ac.zip |
compile fixes, ps argument correction
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/view-process/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/view-process/Manifest | 5 | ||||
-rw-r--r-- | app-emacs/view-process/files/50hm--view-process-gentoo.el | 5 | ||||
-rw-r--r-- | app-emacs/view-process/files/digest-view-process-2.4-r1 | 1 | ||||
-rw-r--r-- | app-emacs/view-process/view-process-2.4-r1.ebuild | 39 |
5 files changed, 52 insertions, 6 deletions
diff --git a/app-emacs/view-process/ChangeLog b/app-emacs/view-process/ChangeLog index 3995db03a4cd..970a533b624b 100644 --- a/app-emacs/view-process/ChangeLog +++ b/app-emacs/view-process/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/view-process # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/view-process/ChangeLog,v 1.2 2003/02/12 03:57:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/view-process/ChangeLog,v 1.3 2003/11/12 07:49:10 mkennedy Exp $ + +*view-process-2.4-r1 (12 Nov 2003) + + 12 Nov 2003; <mkennedy@gentoo.org> view-process-2.4-r1.ebuild, + files/50hm--view-process-gentoo.el: + compile fixes, ps argument correction *view-process-2.4 (31 Oct 2002) diff --git a/app-emacs/view-process/Manifest b/app-emacs/view-process/Manifest index 958bd3d125bc..4e0f371a86e2 100644 --- a/app-emacs/view-process/Manifest +++ b/app-emacs/view-process/Manifest @@ -1,8 +1,7 @@ -MD5 b6e7cdb67d746cb904303fd1ef7fdba9 ChangeLog 440 +MD5 b9de080f1165a05ea4bfbff8c4f16ef7 ChangeLog 622 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 -MD5 e896685bb25f8cdf9962525af67d11b4 view-process-2.4-r1.ebuild 883 +MD5 d063dd638e82524b624aa1572b3fbae0 view-process-2.4-r1.ebuild 886 MD5 a69228bb544f4511206673e8b022bb76 view-process-2.4.ebuild 841 MD5 f97d0702de39b2442907f39ca98fda3c files/50hm--view-process-gentoo.el 781 MD5 b89539c6777051c2b297908ee3a263c6 files/digest-view-process-2.4 71 MD5 b89539c6777051c2b297908ee3a263c6 files/digest-view-process-2.4-r1 71 -MD5 ed734b2cceb897b4e6b166da58483b58 files/50hm--view-process-gentoo.el.~1.1.~ 728 diff --git a/app-emacs/view-process/files/50hm--view-process-gentoo.el b/app-emacs/view-process/files/50hm--view-process-gentoo.el index 20153109f47f..745d5f188780 100644 --- a/app-emacs/view-process/files/50hm--view-process-gentoo.el +++ b/app-emacs/view-process/files/50hm--view-process-gentoo.el @@ -7,10 +7,11 @@ "Prints a list with processes in the buffer `view-process-buffer-name'. It calls the function `view-process-status' with default switches. As the default switches on BSD like systems the value of the variable - `view-process-status-command-switches-bsd' is used. + `view-process-status-command-switches-bsd' is used. On System V like systems the value of the variable `view-process-status-command-switches-system-v' is used. IF the optional argument REMOTE-HOST is given, then the command will - be executed on the REMOTE-HOST. If an prefix arg is given, then the + be executed on the REMOTE-HOST. If an prefix arg is given, then the function asks for the name of the remote host." t) +(setq View-process-status-command-switches-bsd "auxw") diff --git a/app-emacs/view-process/files/digest-view-process-2.4-r1 b/app-emacs/view-process/files/digest-view-process-2.4-r1 new file mode 100644 index 000000000000..d98378391948 --- /dev/null +++ b/app-emacs/view-process/files/digest-view-process-2.4-r1 @@ -0,0 +1 @@ +MD5 d8cc48d00f3dee9c377f266fbfc8cbcf hm--view-process-2.4.tar.gz 39258 diff --git a/app-emacs/view-process/view-process-2.4-r1.ebuild b/app-emacs/view-process/view-process-2.4-r1.ebuild new file mode 100644 index 000000000000..55294221ea42 --- /dev/null +++ b/app-emacs/view-process/view-process-2.4-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/view-process/view-process-2.4-r1.ebuild,v 1.1 2003/11/12 07:49:10 mkennedy Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="A Elisp package For viewing and operating on the process list" +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?ViewProcess" +SRC_URI="ftp://sunsite.unc.edu/pub/Linux/apps/editors/emacs/hm--view-process-${PV}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" + +RDEPEND="virtual/emacs" + +S="${WORKDIR}/view-process-mode" + +SITEFILE=50hm--view-process-gentoo.el + +src_compile() { + elisp-comp *.el +} + +src_install() { + elisp-install ${PN} *.el *.elc + elisp-site-file-install ${FILESDIR}/${SITEFILE} + + dodoc ANNOUNCEMENT INSTALL LSM README +} + +pkg_postinst() { + elisp-site-regen +} + +pkg_postrm() { + elisp-site-regen +} |