diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-18 04:54:33 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-11-18 04:54:33 +0000 |
commit | 0cb9463a8c1d85c7c078341af2cf276826dbdfda (patch) | |
tree | 2a424fa4c5d32aa5a1a229860ffd46e15f3b6aa4 /sci-libs | |
parent | Remove media-radio/gmfsk from package.mask since it no longer requires Gnome ... (diff) | |
download | gentoo-2-0cb9463a8c1d85c7c078341af2cf276826dbdfda.tar.gz gentoo-2-0cb9463a8c1d85c7c078341af2cf276826dbdfda.tar.bz2 gentoo-2-0cb9463a8c1d85c7c078341af2cf276826dbdfda.zip |
drop gnome useflag for gnome 1.x removal
(Portage version: 2.1.2_rc1-r7)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/plplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/plplot/files/digest-plplot-5.5.2 | 2 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.5.2.ebuild | 7 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog index c2a254dd8829..25e8bd752b7c 100644 --- a/sci-libs/plplot/ChangeLog +++ b/sci-libs/plplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/plplot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.7 2006/08/27 08:18:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.8 2006/11/18 04:54:33 compnerd Exp $ + + 18 Nov 2006; Saleem Abdulrasool <compnerd@gentoo.org> plplot-5.5.2.ebuild: + Drop gnome useflag for gnome-1.x removal 27 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> -files/plplot-5.3.1-gcc-3.4-fix.patch, -plplot-5.3.1.ebuild: diff --git a/sci-libs/plplot/files/digest-plplot-5.5.2 b/sci-libs/plplot/files/digest-plplot-5.5.2 index 2bec37572d05..4bf8eb6cba6c 100644 --- a/sci-libs/plplot/files/digest-plplot-5.5.2 +++ b/sci-libs/plplot/files/digest-plplot-5.5.2 @@ -1 +1,3 @@ MD5 bef62f05b317005fbf36c2fc3c191338 plplot-5.5.2.tar.gz 5891255 +RMD160 55ea8e7dde5c0542ce8f360228a676049ad7d701 plplot-5.5.2.tar.gz 5891255 +SHA256 267d9c4070b8b6de75590efc24388da670dd5d0039a5dc21ecb803366d14730c plplot-5.5.2.tar.gz 5891255 diff --git a/sci-libs/plplot/plplot-5.5.2.ebuild b/sci-libs/plplot/plplot-5.5.2.ebuild index ee831a9e5b57..100768965364 100644 --- a/sci-libs/plplot/plplot-5.5.2.ebuild +++ b/sci-libs/plplot/plplot-5.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.2.ebuild,v 1.5 2006/06/21 17:30:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.5.2.ebuild,v 1.6 2006/11/18 04:54:33 compnerd Exp $ inherit eutils @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" -IUSE="X debug doc fortran gnome ifc itcl java jpeg octave png python tcltk tetex truetype" +IUSE="X debug doc fortran ifc itcl java jpeg octave png python tcltk tetex truetype" RDEPEND="virtual/libc dev-lang/perl @@ -35,7 +35,6 @@ RDEPEND="virtual/libc dev-lang/tk itcl? ( dev-tcltk/itcl ) ) - gnome? ( gnome-base/gnome-libs ) )" DEPEND="${RDEPEND} @@ -136,7 +135,7 @@ src_compile() { EXTRA_CONF="${EXTRA_CONF} --disable-tk" EXTRA_CONF="${EXTRA_CONF} --disable-itcl" fi - EXTRA_CONF="${EXTRA_CONF} $(use_enable gnome)" + EXTRA_CONF="${EXTRA_CONF} --disable-gnome" else EXTRA_CONF="${EXTRA_CONF} --without-x" EXTRA_CONF="${EXTRA_CONF} --disable-tcl" |