diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 21:09:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-11-11 21:09:34 +0000 |
commit | a6fa9374ac0691677e8ad316d92a133f4e977c50 (patch) | |
tree | a66c5ddc0184a4543c524a1b40ab8b6570a8aeaf /dev-util/gambas | |
parent | Marked ~hppa (bug #292808). (diff) | |
download | gentoo-2-a6fa9374ac0691677e8ad316d92a133f4e977c50.tar.gz gentoo-2-a6fa9374ac0691677e8ad316d92a133f4e977c50.tar.bz2 gentoo-2-a6fa9374ac0691677e8ad316d92a133f4e977c50.zip |
Remove kde-base/kdelibs:3.5 support.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/gambas')
-rw-r--r-- | dev-util/gambas/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/gambas/gambas-2.11.1.ebuild | 21 | ||||
-rw-r--r-- | dev-util/gambas/gambas-2.16.0.ebuild | 21 |
3 files changed, 15 insertions, 33 deletions
diff --git a/dev-util/gambas/ChangeLog b/dev-util/gambas/ChangeLog index a9a3406c9d0f..2aad65656a73 100644 --- a/dev-util/gambas/ChangeLog +++ b/dev-util/gambas/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/gambas # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.58 2009/10/23 00:50:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.59 2009/11/11 21:09:34 ssuominen Exp $ + + 11 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> gambas-2.11.1.ebuild, + gambas-2.16.0.ebuild: + Remove kde-base/kdelibs:3.5 support. *gambas-2.16.0 (23 Oct 2009) diff --git a/dev-util/gambas/gambas-2.11.1.ebuild b/dev-util/gambas/gambas-2.11.1.ebuild index 7cdbeea3eae5..87e3e2497160 100644 --- a/dev-util/gambas/gambas-2.11.1.ebuild +++ b/dev-util/gambas/gambas-2.11.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/dev-util/gambas/gambas-2.11.1.ebuild,v 1.3 2009/06/03 11:57:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-2.11.1.ebuild,v 1.4 2009/11/11 21:09:34 ssuominen Exp $ EAPI="2" @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE=" - bzip2 corba curl debug doc examples firebird gtk kde mysql odbc opengl pcre + bzip2 corba curl debug doc examples firebird gtk mysql odbc opengl pcre pdf postgres qt3 sdl smtp sqlite sqlite3 svg v4l xml zlib " @@ -36,10 +36,7 @@ COMMON_DEPEND=" pcre? ( >=dev-libs/libpcre-7.6-r1 ) pdf? ( >=virtual/poppler-0.5.3 ) postgres? ( >=virtual/postgresql-base-8.2 ) - qt3? ( - >=x11-libs/qt-3.2:3 - kde? ( >=kde-base/kdelibs-3.5.9-r1:3.5 ) - ) + qt3? ( x11-libs/qt:3 ) sdl? ( >=media-libs/sdl-image-1.2.6-r1 >=media-libs/sdl-mixer-1.2.7 @@ -82,8 +79,6 @@ pkg_setup() { fi if ! use qt3; then - use kde && die "KDE support depends on Qt being enabled" - einfo ewarn "The Gambas IDE currently cannot be be build without Qt being enabled." if use gtk; then @@ -201,7 +196,7 @@ src_prepare() { use pcre || my_reduce_eautoreconf pcre use qt3 || my_reduce_eautoreconf qt my_reduce_eautoreconf qte - use kde || my_reduce_eautoreconf kde + my_reduce_eautoreconf kde use sdl || my_reduce_eautoreconf sdl use sdl || my_reduce_eautoreconf sdlsound use xml || my_reduce_eautoreconf xml @@ -242,7 +237,7 @@ src_configure() { $(use_enable pcre) $(use_enable qt3 qt) --disable-qte - $(use_enable kde) + --disable-kde $(use_enable sdl) $(use_enable sdl sdlsound) $(use_enable xml) @@ -271,12 +266,6 @@ src_configure() { $(use_enable opengl qtopengl) --enable-qt-translation " - if use kde; then - myconf="${myconf} - --with-kde-includes=/usr/kde/3.5/include - --with-kde-libraries=/usr/kde/3.5/$(get_libdir) - " - fi fi # --without-xdg-utils comes from svn-r1636-xdg-utils.patch diff --git a/dev-util/gambas/gambas-2.16.0.ebuild b/dev-util/gambas/gambas-2.16.0.ebuild index 1adae2ccd296..e6e18cf6668e 100644 --- a/dev-util/gambas/gambas-2.16.0.ebuild +++ b/dev-util/gambas/gambas-2.16.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/dev-util/gambas/gambas-2.16.0.ebuild,v 1.1 2009/10/23 00:50:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-2.16.0.ebuild,v 1.2 2009/11/11 21:09:34 ssuominen Exp $ EAPI="2" @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" IUSE=" - bzip2 corba curl debug doc examples firebird gtk kde mysql odbc opengl pcre + bzip2 corba curl debug doc examples firebird gtk mysql odbc opengl pcre pdf postgres qt3 sdl smtp sqlite sqlite3 svg v4l xml zlib " @@ -36,10 +36,7 @@ COMMON_DEPEND=" pcre? ( >=dev-libs/libpcre-7.6-r1 ) pdf? ( >=virtual/poppler-0.5.3 ) postgres? ( >=virtual/postgresql-base-8.2 ) - qt3? ( - >=x11-libs/qt-3.2:3 - kde? ( >=kde-base/kdelibs-3.5.9-r1:3.5 ) - ) + qt3? ( x11-libs/qt:3 ) sdl? ( >=media-libs/sdl-image-1.2.6-r1 >=media-libs/sdl-mixer-1.2.7 @@ -82,8 +79,6 @@ pkg_setup() { fi if ! use qt3; then - use kde && die "KDE support depends on Qt being enabled" - einfo ewarn "The Gambas IDE currently cannot be be build without Qt being enabled." if use gtk; then @@ -200,7 +195,7 @@ src_prepare() { use pcre || my_reduce_eautoreconf pcre use qt3 || my_reduce_eautoreconf qt my_reduce_eautoreconf qte - use kde || my_reduce_eautoreconf kde + my_reduce_eautoreconf kde use sdl || my_reduce_eautoreconf sdl use sdl || my_reduce_eautoreconf sdlsound use xml || my_reduce_eautoreconf xml @@ -241,7 +236,7 @@ src_configure() { $(use_enable pcre) $(use_enable qt3 qt) --disable-qte - $(use_enable kde) + --disable-kde $(use_enable sdl) $(use_enable sdl sdlsound) $(use_enable xml) @@ -270,12 +265,6 @@ src_configure() { $(use_enable opengl qtopengl) --enable-qt-translation " - if use kde; then - myconf="${myconf} - --with-kde-includes=/usr/kde/3.5/include - --with-kde-libraries=/usr/kde/3.5/$(get_libdir) - " - fi fi # --without-xdg-utils comes from svn-r1636-xdg-utils.patch |