diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-07-04 06:38:24 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-07-04 06:38:24 +0000 |
commit | dccd032f607f564cd5968c9787476275a87b36a7 (patch) | |
tree | 221bc535ff5fed73f23e3b169c4dfa088aa9b286 /app-text | |
parent | Drop emacs support thanks opfer in bug 184167 (diff) | |
download | gentoo-2-dccd032f607f564cd5968c9787476275a87b36a7.tar.gz gentoo-2-dccd032f607f564cd5968c9787476275a87b36a7.tar.bz2 gentoo-2-dccd032f607f564cd5968c9787476275a87b36a7.zip |
Drop emacs support thanks opfer in bug 184167
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript-gpl/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild | 7 | ||||
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-8.57.ebuild | 5 |
3 files changed, 10 insertions, 8 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog index 8638b789f4c9..a818c4c108c5 100644 --- a/app-text/ghostscript-gpl/ChangeLog +++ b/app-text/ghostscript-gpl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript-gpl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.10 2007/06/12 16:04:38 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.11 2007/07/04 06:38:24 genstef Exp $ + + 04 Jul 2007; Stefan Schweizer <genstef@gentoo.org> + ghostscript-gpl-8.54.ebuild, ghostscript-gpl-8.57.ebuild: + Drop emacs support thanks opfer in bug 184167 *ghostscript-gpl-8.57 (12 Jun 2007) diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild index 28cbc7e6f3af..405d92d1ccdc 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild,v 1.10 2007/04/07 11:11:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.54.ebuild,v 1.11 2007/07/04 06:38:24 genstef Exp $ WANT_AUTOMAKE=1.6 @@ -23,7 +23,7 @@ SRC_URI="cjk? ( ftp://ftp.gyve.org/pub/gs-cjk/adobe-cmaps-200406.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 arm ppc sh x86 ~x86-fbsd" -IUSE="X cups cjk emacs gtk djvu jpeg2k" +IUSE="X cups cjk gtk djvu jpeg2k" DEP="virtual/libc >=media-libs/jpeg-6b @@ -155,7 +155,6 @@ src_install() { rm -fr ${D}/usr/share/doc/${PF}/html/{README,PUBLIC} dodoc doc/README - use emacs && elisp-site-file-install doc/gsdoc.el cd ${S}/ijs emake DESTDIR="${D}" install || die "emake ijs install failed" diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-8.57.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-8.57.ebuild index 5f60e89897f2..617ede3c4a25 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-8.57.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-8.57.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.57.ebuild,v 1.1 2007/06/12 16:04:38 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.57.ebuild,v 1.2 2007/07/04 06:38:24 genstef Exp $ WANT_AUTOMAKE=1.6 @@ -22,7 +22,7 @@ SRC_URI="cjk? ( ftp://ftp.gyve.org/pub/gs-cjk/adobe-cmaps-200406.tar.gz LICENSE="GPL-2 CPL-1.0" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~sh ~x86 ~x86-fbsd" -IUSE="X bindist cups cjk djvu emacs gtk jpeg2k" +IUSE="X bindist cups cjk djvu gtk jpeg2k" DEP="virtual/libc >=media-libs/jpeg-6b @@ -155,7 +155,6 @@ src_install() { rm -fr "${D}"/usr/share/doc/${PF}/html/{README,PUBLIC} dodoc doc/README - use emacs && elisp-site-file-install doc/gsdoc.el cd ${S}/ijs emake DESTDIR="${D}" install || die "emake ijs install failed" |