summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-01-15 18:54:48 +0000
committerNick Hadaway <raker@gentoo.org>2003-01-15 18:54:48 +0000
commit89659c3eb8c569465d00979bd2bfd485c0e94fa2 (patch)
treea0dab2521a48b8490364bd24fa9c8aefb9dfc023 /x11-libs
parentAdded pygtk to dependency cause of needed in configure (diff)
downloadhistorical-89659c3eb8c569465d00979bd2bfd485c0e94fa2.tar.gz
historical-89659c3eb8c569465d00979bd2bfd485c0e94fa2.tar.bz2
historical-89659c3eb8c569465d00979bd2bfd485c0e94fa2.zip
Removed broken 2.3.x builds. Marked 2.4.0 stable and slotted to 0.
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/wxGTK/ChangeLog11
-rw-r--r--x11-libs/wxGTK/files/digest-wxGTK-2.3.31
-rw-r--r--x11-libs/wxGTK/files/digest-wxGTK-2.3.41
-rw-r--r--x11-libs/wxGTK/wxGTK-2.3.3.ebuild108
-rw-r--r--x11-libs/wxGTK/wxGTK-2.3.4.ebuild105
-rw-r--r--x11-libs/wxGTK/wxGTK-2.4.0.ebuild6
6 files changed, 11 insertions, 221 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog
index 6b440a4a6168..4cca802754f3 100644
--- a/x11-libs/wxGTK/ChangeLog
+++ b/x11-libs/wxGTK/ChangeLog
@@ -1,11 +1,16 @@
# ChangeLog for x11-libs/wxGTK
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.22 2003/01/07 15:32:37 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.23 2003/01/15 18:54:48 raker Exp $
*wxGTK-2.4.0 (01 Jan 2003)
- 07 Jan 2003; Martin Holzer <mholzer@gentoo.org> wxGTK-2.4.0.ebuild files/digest-wxGTK-2.4.0 ChangeLog :
- Changed to .tar.bz2. Seems to be a new release cause digest does not macht old one.
+ 15 Jan 2003; Nick Hadaway <raker@gentoo.org> wxGTK-2.4.0.ebuild :
+ Marked stable. SLOT'd back to 0.
+
+ 07 Jan 2003; Martin Holzer <mholzer@gentoo.org> wxGTK-2.4.0.ebuild,
+ files/digest-wxGTK-2.4.0 ChangeLog :
+ Changed to .tar.bz2. Seems to be a new release cause digest does not
+ match old one.
01 Jan 2003; Nick Hadaway <raker@gentoo.org> wxGTK-2.4.0.ebuild,
files/digest-wxGTK-2.4.0 :
diff --git a/x11-libs/wxGTK/files/digest-wxGTK-2.3.3 b/x11-libs/wxGTK/files/digest-wxGTK-2.3.3
deleted file mode 100644
index e19971899df5..000000000000
--- a/x11-libs/wxGTK/files/digest-wxGTK-2.3.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 50f4b5b2618febbbcaac2f2d70e80c65 wxGTK-2.3.3.tar.bz2 5006021
diff --git a/x11-libs/wxGTK/files/digest-wxGTK-2.3.4 b/x11-libs/wxGTK/files/digest-wxGTK-2.3.4
deleted file mode 100644
index 1704912275ae..000000000000
--- a/x11-libs/wxGTK/files/digest-wxGTK-2.3.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 239b08ce849ee7e7060f62dad00e3eaf wxGTK-2.3.4.tar.bz2 5108719
diff --git a/x11-libs/wxGTK/wxGTK-2.3.3.ebuild b/x11-libs/wxGTK/wxGTK-2.3.3.ebuild
deleted file mode 100644
index 38586342c13b..000000000000
--- a/x11-libs/wxGTK/wxGTK-2.3.3.ebuild
+++ /dev/null
@@ -1,108 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.3.3.ebuild,v 1.7 2002/12/13 19:47:29 vapier Exp $
-
-DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit."
-SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2"
-HOMEPAGE="http://www.wxwindows.org/"
-
-LICENSE="LGPL-2"
-SLOT="2.3"
-KEYWORDS="x86 ppc sparc"
-IUSE="nls odbc jpeg png opengl motif gif tiff gtk X"
-
-DEPEND="dev-libs/libunicode
- media-libs/netpbm
- gif? ( media-libs/giflib )
- png? ( media-libs/libpng )
- jpeg? ( media-libs/jpeg )
- tiff? ( media-libs/tiff )
- sys-libs/zlib
- odbc? ( dev-db/unixODBC )
- opengl? ( virtual/opengl )
- motif? ( x11-libs/openmotif )
- gtk? ( =x11-libs/gtk+-1.2* )
- X? ( virtual/x11 )"
-RDEPEND="nls? ( sys-devel/gettext )"
-
-pkg_setup() {
- # xfree should not install these, remove until the fixed
- # xfree is in main use.
- rm -f /usr/X11R6/include/{zconf.h,zlib.h}
-}
-
-src_compile() {
- local myconf
-
- #Note: pcx image support enabled by default if found.
- #Also, all wxWindows gui features are enabled by default. If you
- #want to build a smaller library you can disable features by adding
- #the appropriate flags to myconf (see INSTALL.txt).
-
- #The build tools include a --with-freetype option, however it doesn't
- #seem to be implemented in the source yet.
-
- #confiure options that have corresponding USE variable.
-
- use static \
- && myconf="${myconf} --enable-static" \
- || myconf="${myconf} --disable-static"
-
- use nls \
- && myconf="${myconf} --with-unicode" \
- || myconf="${myconf} --without-unicode"
-
- use gif \
- && myconf="${myconf} --enable-gif" \
- || myconf="${myconf} --disable-gif"
-
- use tiff \
- && myconf="${myconf} --with-libtiff" \
- || myconf="${myconf} --without-libtiff"
-
- # this doesnt work w/out zlib ... 2.3.3 was last ver checked
-# use zlib \
-# && myconf="${myconf} --with-zlib" \
-# || myconf="${myconf} --without-zlib"
- myconf="${myconf} --with-zlib"
-
- use odbc \
- && myconf="${myconf} --with-odbc" \
- || myconf="${myconf} --without-odbc"
-
- use opengl \
- && myconf="${myconf} --with-opengl" \
- || myconf="${myconf} --without-opengl"
-
- use png \
- && myconf="${myconf} --with-libpng --enable-png" \
- || myconf="${myconf} --without-libpng --disable-png"
-
- use jpeg \
- && myconf="${myconf} --with-libjpeg" \
- || myconf="${myconf} --without-libjpeg"
-
- use X && myconf="${myconf} --with-x"
-
- # here we specify our own preference of which toolkit to build ...
- # but only gtk seems to work atm ...
-# if [ `use gtk` ] ; then
- myconf="${myconf} --with-gtk"
-# elif [ `use X` ] ; then
-# myconf="${myconf} --with-x11"
-# elif [ `use motif` ] ; then
-# myconf="${myconf} --with-motif"
-# else
-# eerror "You must have either gtk, X, or motif in your USE variable"
-# die "could not specify toolkit"
-# fi
-# use gtk2 && myconf="${myconf} --enable-gtk2"
-
- econf ${myconf}
- make || die "make failed"
-}
-
-src_install() {
- einstall
- dodoc *.txt
-}
diff --git a/x11-libs/wxGTK/wxGTK-2.3.4.ebuild b/x11-libs/wxGTK/wxGTK-2.3.4.ebuild
deleted file mode 100644
index 560aae560e26..000000000000
--- a/x11-libs/wxGTK/wxGTK-2.3.4.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.3.4.ebuild,v 1.3 2003/01/02 03:09:15 raker Exp $
-
-DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit."
-SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2"
-HOMEPAGE="http://www.wxwindows.org/"
-
-LICENSE="LGPL-2"
-SLOT="2.3"
-KEYWORDS="x86 ppc sparc"
-IUSE="nls odbc jpeg png opengl motif gif tiff gtk gtk2 X"
-
-DEPEND="dev-libs/libunicode
- media-libs/netpbm
- gif? ( media-libs/giflib )
- png? ( media-libs/libpng )
- jpeg? ( media-libs/jpeg )
- tiff? ( media-libs/tiff )
- sys-libs/zlib
- odbc? ( dev-db/unixODBC )
- opengl? ( virtual/opengl )
- motif? ( x11-libs/openmotif )
- gtk? ( =x11-libs/gtk+-1.2* )
- gtk2? ( >=x11-libs/gtk+-2.0* )
- X? ( virtual/x11 )"
-RDEPEND="nls? ( sys-devel/gettext )"
-
-pkg_setup() {
- # xfree should not install these, remove until the fixed
- # xfree is in main use.
- rm -f /usr/X11R6/include/{zconf.h,zlib.h}
-}
-
-src_compile() {
- local myconf
-
- #Note: pcx image support enabled by default if found.
- #Also, all wxWindows gui features are enabled by default. If you
- #want to build a smaller library you can disable features by adding
- #the appropriate flags to myconf (see INSTALL.txt).
-
- #The build tools include a --with-freetype option, however it doesn't
- #seem to be implemented in the source yet.
-
- #confiure options that have corresponding USE variable.
-
- use static \
- && myconf="${myconf} --enable-static" \
- || myconf="${myconf} --disable-static"
-
- use gif \
- && myconf="${myconf} --enable-gif" \
- || myconf="${myconf} --disable-gif"
-
- use tiff \
- && myconf="${myconf} --with-libtiff" \
- || myconf="${myconf} --without-libtiff"
-
- # this doesnt work w/out zlib ... 2.3.4 was last ver checked
-# use zlib \
-# && myconf="${myconf} --with-zlib" \
-# || myconf="${myconf} --without-zlib"
- myconf="${myconf} --with-zlib"
-
- use odbc \
- && myconf="${myconf} --with-odbc" \
- || myconf="${myconf} --without-odbc"
-
- use opengl \
- && myconf="${myconf} --with-opengl" \
- || myconf="${myconf} --without-opengl"
-
- use png \
- && myconf="${myconf} --with-libpng --enable-png" \
- || myconf="${myconf} --without-libpng --disable-png"
-
- use jpeg \
- && myconf="${myconf} --with-libjpeg" \
- || myconf="${myconf} --without-libjpeg"
-
- use X && myconf="${myconf} --with-x"
-
- # here we specify our own preference of which toolkit to build ...
- # but only gtk seems to work atm ...
-# if [ `use gtk` ] ; then
- myconf="${myconf} --with-gtk"
-# elif [ `use X` ] ; then
-# myconf="${myconf} --with-x11"
-# elif [ `use motif` ] ; then
-# myconf="${myconf} --with-motif"
-# else
-# eerror "You must have either gtk, X, or motif in your USE variable"
-# die "could not specify toolkit"
-# fi
- use gtk2 && myconf="${myconf} --enable-gtk2 --enable-unicode"
-
- econf ${myconf}
- make || die "make failed"
-}
-
-src_install() {
- einstall
- dodoc *.txt
-}
diff --git a/x11-libs/wxGTK/wxGTK-2.4.0.ebuild b/x11-libs/wxGTK/wxGTK-2.4.0.ebuild
index 627c1396e884..535891259f07 100644
--- a/x11-libs/wxGTK/wxGTK-2.4.0.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.4.0.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.0.ebuild,v 1.2 2003/01/07 15:32:37 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.0.ebuild,v 1.3 2003/01/15 18:54:48 raker Exp $
DESCRIPTION="GTK+ version of wxWindows, a cross-platform C++ GUI toolkit."
SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2"
HOMEPAGE="http://www.wxwindows.org/"
LICENSE="LGPL-2"
-SLOT="2.4"
-KEYWORDS="~x86 ~ppc ~sparc"
+SLOT="0"
+KEYWORDS="x86 ~ppc ~sparc"
IUSE="nls odbc jpeg png opengl motif gif tiff gtk gtk2 X"
DEPEND="dev-libs/libunicode