diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-08-21 04:52:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-08-21 04:52:07 +0000 |
commit | d02e93f0851572a06ba60b832176177dc643948d (patch) | |
tree | dca6baa6a01a76c63cdc78b647eec05754b7bb6a /sys-libs | |
parent | missed digests(?) (diff) | |
download | gentoo-2-d02e93f0851572a06ba60b832176177dc643948d.tar.gz gentoo-2-d02e93f0851572a06ba60b832176177dc643948d.tar.bz2 gentoo-2-d02e93f0851572a06ba60b832176177dc643948d.zip |
Disable emacs support #99533.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/gpm/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/gpm/gpm-1.20.1-r5.ebuild | 29 |
2 files changed, 20 insertions, 14 deletions
diff --git a/sys-libs/gpm/ChangeLog b/sys-libs/gpm/ChangeLog index 998abbaf35fa..63fd46fa028e 100644 --- a/sys-libs/gpm/ChangeLog +++ b/sys-libs/gpm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/gpm # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.44 2005/08/07 23:03:23 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.45 2005/08/21 04:52:07 vapier Exp $ + + 21 Aug 2005; Mike Frysinger <vapier@gentoo.org> gpm-1.20.1-r5.ebuild: + Disable emacs support #99533. 07 Aug 2005; Aaron Walker <ka0ttic@gentoo.org> gpm-1.20.1-r4.ebuild: Stable on mips. diff --git a/sys-libs/gpm/gpm-1.20.1-r5.ebuild b/sys-libs/gpm/gpm-1.20.1-r5.ebuild index 8b29c72299e2..8c8c6b5195d2 100644 --- a/sys-libs/gpm/gpm-1.20.1-r5.ebuild +++ b/sys-libs/gpm/gpm-1.20.1-r5.ebuild @@ -1,8 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r5.ebuild,v 1.1 2005/08/07 22:09:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r5.ebuild,v 1.2 2005/08/21 04:52:07 vapier Exp $ -inherit eutils toolchain-funcs elisp-common +# emacs support disabled due to Bug 99533 + +inherit eutils toolchain-funcs +#elisp-common PATCH_VER="1.4" DESCRIPTION="Console-based mouse driver" @@ -16,8 +19,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="selinux emacs" -DEPEND="sys-libs/ncurses - emacs? ( virtual/emacs )" +DEPEND="sys-libs/ncurses" +# emacs? ( virtual/emacs )" RDEPEND="selinux? ( sec-policy/selinux-gpm )" src_unpack() { @@ -38,11 +41,11 @@ src_compile() { EMACS=: \ || die "emake failed" - local lisp="emacs/t-mouse.el emacs/t-mouse.elc" - if use emacs ; then - cd "${S}"/contrib ; make clean - make EMACS=emacs ELISP="${lisp}" || die - fi +# local lisp="emacs/t-mouse.el emacs/t-mouse.elc" +# if use emacs ; then +# cd "${S}"/contrib ; make clean +# make EMACS=emacs ELISP="${lisp}" || die +# fi } src_install() { @@ -54,10 +57,10 @@ src_install() { mv "${D}"/$(get_libdir)/*.a "${D}"/usr/$(get_libdir)/ gen_usr_ldscript libgpm.so - if use emacs ; then - cd ${S}/contrib/emacs - elisp-install . t-mouse* - fi +# if use emacs ; then +# cd "${S}"/contrib/emacs +# elisp-install . t-mouse* +# fi insinto /etc/gpm doins conf/gpm-*.conf |