diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-04-28 10:57:47 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-04-28 10:57:47 +0000 |
commit | bd83be7703eee9888b8e26d54526e116b2b00152 (patch) | |
tree | 6812bdc2fa19e8de97816dc808c6da50262a63b4 /app-text | |
parent | Initial import. (diff) | |
download | historical-bd83be7703eee9888b8e26d54526e116b2b00152.tar.gz historical-bd83be7703eee9888b8e26d54526e116b2b00152.tar.bz2 historical-bd83be7703eee9888b8e26d54526e116b2b00152.zip |
add emacs useflag, bug #47854
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ghostscript/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/ghostscript/Manifest | 4 | ||||
-rw-r--r-- | app-text/ghostscript/ghostscript-7.07.1-r2.ebuild | 11 |
3 files changed, 14 insertions, 7 deletions
diff --git a/app-text/ghostscript/ChangeLog b/app-text/ghostscript/ChangeLog index 8a7c9173b691..5a566aaeac44 100644 --- a/app-text/ghostscript/ChangeLog +++ b/app-text/ghostscript/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/ghostscript # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.47 2004/04/26 16:25:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ChangeLog,v 1.48 2004/04/28 10:57:47 lanius Exp $ + + 28 Apr 2004; Heinrich Wendel <lanius@gentoo.org> + ghostscript-7.07.1-r2.ebuild: + add emacs useflag, bug #47854 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> ghostscript-7.07.1-r1.ebuild, ghostscript-7.07.1-r2.ebuild: diff --git a/app-text/ghostscript/Manifest b/app-text/ghostscript/Manifest index afcdb781e944..03a3f55ac866 100644 --- a/app-text/ghostscript/Manifest +++ b/app-text/ghostscript/Manifest @@ -1,6 +1,6 @@ -MD5 0d5210ca125fc02925e031482c6cb661 ghostscript-7.07.1-r2.ebuild 2978 +MD5 c918f0a2177a5f25017a5e7b48d64059 ghostscript-7.07.1-r2.ebuild 3008 MD5 a2ab549a395db6256c7cfcd165f27f7c ghostscript-7.07.1-r1.ebuild 2903 -MD5 9655b760bf208be7c263b89f3be598e1 ChangeLog 8373 +MD5 09ae0eaa4fabf065afa31f7b8d34fe6c ChangeLog 8487 MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161 MD5 5f1b04ca58928a339b749703e067e2ba files/gs7.05.6-kochi-substitute.patch 3774 MD5 acda8ddfde1efeaf451cb28a67dcc773 files/gs7.07.1-krgb.patch.gz 5569 diff --git a/app-text/ghostscript/ghostscript-7.07.1-r2.ebuild b/app-text/ghostscript/ghostscript-7.07.1-r2.ebuild index 3db38872fe82..d899e72f489a 100644 --- a/app-text/ghostscript/ghostscript-7.07.1-r2.ebuild +++ b/app-text/ghostscript/ghostscript-7.07.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r2.ebuild,v 1.2 2004/04/26 16:25:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript/ghostscript-7.07.1-r2.ebuild,v 1.3 2004/04/28 10:57:47 lanius Exp $ inherit eutils @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/espgs/espgs-${PV}-source.tar.bz2 LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="~ia64 ~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~mips" -IUSE="X cups cjk" +IUSE="X cups cjk emacs" DEPEND="virtual/glibc >=media-libs/jpeg-6b @@ -92,8 +92,11 @@ src_install() { rm -fr ${D}/usr/share/ghostscript/7.07/doc || die dodoc doc/README doc/COPYING doc/COPYING.LGPL dohtml doc/*.html doc/*.htm - insinto /usr/share/emacs/site-lisp - doins doc/gsdoc.el || die + + if [ `use emacs` ]; then + insinto /usr/share/emacs/site-lisp + doins doc/gsdoc.el + fi if [ `use cjk` ] ; then dodir /usr/share/ghostscript/Resource |