diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-17 05:46:48 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-17 05:46:48 +0000 |
commit | 720df52f322b9f01c4390a62f7a4bf1223d8316c (patch) | |
tree | 7bf1c18634c2a838c1cc90baa70bdb6eb2e44404 /media-gfx/gnuplot | |
parent | Removed stale info file. Updated SITELISP. (diff) | |
download | historical-720df52f322b9f01c4390a62f7a4bf1223d8316c.tar.gz historical-720df52f322b9f01c4390a62f7a4bf1223d8316c.tar.bz2 historical-720df52f322b9f01c4390a62f7a4bf1223d8316c.zip |
Detects XEmacs correctly; bug #66765.
Diffstat (limited to 'media-gfx/gnuplot')
-rw-r--r-- | media-gfx/gnuplot/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gnuplot/Manifest | 14 | ||||
-rw-r--r-- | media-gfx/gnuplot/gnuplot-4.0-r1.ebuild | 30 |
3 files changed, 31 insertions, 18 deletions
diff --git a/media-gfx/gnuplot/ChangeLog b/media-gfx/gnuplot/ChangeLog index f0ab95f0ffac..eadb64336db5 100644 --- a/media-gfx/gnuplot/ChangeLog +++ b/media-gfx/gnuplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gnuplot # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.29 2004/10/05 11:50:45 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.30 2004/10/17 05:46:48 usata Exp $ + + 17 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> gnuplot-4.0-r1.ebuild: + Detects XEmacs correctly; bug #66765. 05 Oct 2004; Jason Wever <weeve@gentoo.org> gnuplot-4.0-r1.ebuild: Added ~sparc keyword. diff --git a/media-gfx/gnuplot/Manifest b/media-gfx/gnuplot/Manifest index f3dff0380aa9..7e202ce3eb3f 100644 --- a/media-gfx/gnuplot/Manifest +++ b/media-gfx/gnuplot/Manifest @@ -1,12 +1,22 @@ -MD5 ce46ec5efea1c1545b64f7cd7315f587 ChangeLog 4443 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 aec4590fff8881407ea7443d0e59fbb5 ChangeLog 4556 MD5 174dc45e9be9beb7e7bd6556c3c6b209 gnuplot-3.8j.ebuild 2000 MD5 0d0ccbc08efef8b97818204479649574 metadata.xml 220 MD5 fba6d79f940f9261fbca68b3b241f739 gnuplot-3.8j-r1.ebuild 2117 MD5 b6cefe9b7b098978ff2a50ac87a1cebc gnuplot-4.0.ebuild 2558 -MD5 3c710c187d189b009d648a84bbf49a1d gnuplot-4.0-r1.ebuild 2888 +MD5 3e8beed5ef8124cb60d457726cfd510a gnuplot-4.0-r1.ebuild 2929 MD5 4ca2057b57f07811b4da7bd8958d50c2 files/digest-gnuplot-3.8j 67 MD5 4ca2057b57f07811b4da7bd8958d50c2 files/digest-gnuplot-3.8j-r1 67 MD5 d6d201e466142a8e19ab7a86da486dde files/gnuplot-3.8j-amd64.diff 329 MD5 ca4f01c5e5b582017b2ff93ac26d650e files/digest-gnuplot-4.0 66 MD5 6bd90ea3b0173af9fe24085ca37fbfa3 files/header-order.patch 1692 MD5 ca4f01c5e5b582017b2ff93ac26d650e files/digest-gnuplot-4.0-r1 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBcgYRVWNWqTUmv+0RArTxAJ9/A9e+BS39ptNhlGQHkvlIMdPINgCfTN4N +yoaW9jruz51wJS6ukoSKqHM= +=8EZ7 +-----END PGP SIGNATURE----- diff --git a/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild b/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild index cb7aabc36e55..5c2f29ffa51b 100644 --- a/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild +++ b/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild,v 1.2 2004/10/05 11:50:45 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0-r1.ebuild,v 1.3 2004/10/17 05:46:48 usata Exp $ inherit eutils +# inherit elisp-common MY_P="${P}.0" @@ -14,6 +15,7 @@ LICENSE="gnuplot" SLOT="0" KEYWORDS="~x86 ~amd64 ~sparc" IUSE="doc gd ggi pdflib plotutils png readline svga X xemacs" +#IUSE="${IUSE} emacs" DEPEND=" xemacs? ( virtual/xemacs ) @@ -26,6 +28,7 @@ DEPEND=" svga? ( media-libs/svgalib ) readline? ( >=sys-libs/readline-4.2 ) plotutils? ( media-libs/plotutils )" +# emacs? ( app-emacs/gnuplot-mode ) S=${WORKDIR}/${MY_P} @@ -36,11 +39,14 @@ src_unpack() { } src_compile() { - local myconf="--datadir=/usr/share/${PN} --with-gihdir=/usr/share/${PN}/gih" + local myconf="--with-gihdir=/usr/share/${PN}/gih" myconf="${myconf} $(use_with X x)" myconf="${myconf} $(use_with svga linux-vga)" myconf="${myconf} $(use_with gd)" + myconf="${myconf} $(use_with plotutils plot /usr/lib)" + myconf="${myconf} $(use_with png png /usr/lib)" + myconf="${myconf} $(use_with pdflib pdf /usr/lib)" use ggi \ && myconf="${myconf} --with-ggi=/usr/lib --with-xmi=/usr/lib" \ @@ -50,19 +56,13 @@ src_compile() { && myconf="${myconf} --with-readline=gnu --enable-history-file" \ || myconf="${myconf} --with-readline" - use plotutils \ - && myconf="${myconf} --with-plot=/usr/lib" \ - || myconf="${myconf} --without-plot" - - use png \ - && myconf="${myconf} --with-png=/usr/lib" \ - || myconf="${myconf} --without-png" - - use pdflib \ - && myconf="${myconf} --with-pdf=/usr/lib" \ - || myconf="${myconf} --without-pdf" - - ! use xemacs && myconf="${myconf} --without-lisp-files" + if use xemacs ; then + export EMACS=xemacs + myconf="${myconf} --with-lispdir=/usr/lib/xemacs/site-packages/${PN}" + else + export EMACS=no + myconf="${myconf} --without-lisp-files" + fi # This is a hack to avoid sandbox violations when using the Linux console. # Creating the DVI and PDF tutorials require /dev/svga to build the |