diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 12:36:00 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 12:36:00 +0000 |
commit | ca3a76d0e1e45bd81af84f21f9968d92994f6873 (patch) | |
tree | a9d109a90586c7aa6b6f50aaa0db05675f9ebe99 /sci-astronomy | |
parent | ARTS_REQUIRED=never (diff) | |
download | gentoo-2-ca3a76d0e1e45bd81af84f21f9968d92994f6873.tar.gz gentoo-2-ca3a76d0e1e45bd81af84f21f9968d92994f6873.tar.bz2 gentoo-2-ca3a76d0e1e45bd81af84f21f9968d92994f6873.zip |
Remove USE arts (deprecated).
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/celestia/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.5.1.ebuild | 7 | ||||
-rw-r--r-- | sci-astronomy/celestia/celestia-1.6.0.ebuild | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/sci-astronomy/celestia/ChangeLog b/sci-astronomy/celestia/ChangeLog index 221f6a2f0f26..8bbab1c4d430 100644 --- a/sci-astronomy/celestia/ChangeLog +++ b/sci-astronomy/celestia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/celestia # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.53 2009/09/06 18:24:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/ChangeLog,v 1.54 2009/11/11 12:36:00 ssuominen Exp $ + + 11 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> celestia-1.5.1.ebuild, + celestia-1.6.0.ebuild: + Remove USE arts (deprecated). 06 Sep 2009; Sébastien Fabbro <bicatali@gentoo.org> celestia-1.6.0.ebuild, +files/celestia-1.6.0-kde-3.5.patch: diff --git a/sci-astronomy/celestia/celestia-1.5.1.ebuild b/sci-astronomy/celestia/celestia-1.5.1.ebuild index a3eed1cb7fc0..0e981f2be1f3 100644 --- a/sci-astronomy/celestia/celestia-1.5.1.ebuild +++ b/sci-astronomy/celestia/celestia-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild,v 1.11 2009/08/12 17:04:35 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.5.1.ebuild,v 1.12 2009/11/11 12:36:00 ssuominen Exp $ EAPI=1 inherit eutils flag-o-matic gnome2 kde-functions autotools @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="arts cairo gnome gtk kde lua nls pch theora threads unicode" +IUSE="cairo gnome gtk kde lua nls pch theora threads unicode" RDEPEND="virtual/glu media-libs/jpeg @@ -30,7 +30,6 @@ RDEPEND="virtual/glu ) kde? ( !gnome? ( kde-base/kdelibs:3.5 ) ) !gtk? ( !gnome? ( !kde? ( virtual/glut ) ) ) - arts? ( kde-base/arts ) lua? ( >=dev-lang/lua-5.0 ) cairo? ( x11-libs/cairo ) theora? ( media-libs/libtheora )" @@ -140,7 +139,7 @@ src_compile() { econf \ --with-${CELESTIA_GUI} \ - $(use_with arts) \ + --without-arts \ $(use_with lua) \ $(use_enable cairo) \ $(use_enable threads threading) \ diff --git a/sci-astronomy/celestia/celestia-1.6.0.ebuild b/sci-astronomy/celestia/celestia-1.6.0.ebuild index eecf750e9e87..f8c6668b6141 100644 --- a/sci-astronomy/celestia/celestia-1.6.0.ebuild +++ b/sci-astronomy/celestia/celestia-1.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.3 2009/09/06 18:24:05 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/celestia/celestia-1.6.0.ebuild,v 1.4 2009/11/11 12:36:00 ssuominen Exp $ EAPI=2 inherit eutils flag-o-matic gnome2 kde-functions autotools @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="arts cairo gnome gtk kde nls pch theora threads" +IUSE="cairo gnome gtk kde nls pch theora threads" RDEPEND="virtual/glu media-libs/jpeg @@ -29,7 +29,6 @@ RDEPEND="virtual/glu ) kde? ( !gnome? ( kde-base/kdelibs:3.5 ) ) !gtk? ( !gnome? ( !kde? ( virtual/glut ) ) ) - arts? ( kde-base/arts ) cairo? ( x11-libs/cairo ) theora? ( media-libs/libtheora )" @@ -104,7 +103,7 @@ src_configure() { --disable-rpath \ --with-lua \ --with-${CELESTIA_GUI} \ - $(use_with arts) \ + --without-arts \ $(use_enable cairo) \ $(use_enable threads threading) \ $(use_enable nls) \ |