diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 12:13:18 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 12:13:18 +0000 |
commit | bf3c256c489e1af573a5b55e94ee148eb830ffbe (patch) | |
tree | fb8de5812c69f4895adac58229151ccea05a5140 | |
parent | Cleanup (diff) | |
download | historical-bf3c256c489e1af573a5b55e94ee148eb830ffbe.tar.gz historical-bf3c256c489e1af573a5b55e94ee148eb830ffbe.tar.bz2 historical-bf3c256c489e1af573a5b55e94ee148eb830ffbe.zip |
Cleanup
20 files changed, 0 insertions, 567 deletions
diff --git a/x11-libs/fltk/files/digest-fltk-1.0.10 b/x11-libs/fltk/files/digest-fltk-1.0.10 deleted file mode 100644 index b525bdcfb13f..000000000000 --- a/x11-libs/fltk/files/digest-fltk-1.0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 e76cc38b6c0bdb046a8ac5cd31a7e65e fltk-1.0.10-source.tar.bz2 diff --git a/x11-libs/gtk+/files/digest-gtk+-1.2.10 b/x11-libs/gtk+/files/digest-gtk+-1.2.10 deleted file mode 100644 index 7c7d628a46aa..000000000000 --- a/x11-libs/gtk+/files/digest-gtk+-1.2.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 4d5cb2fc7fb7830e4af9747a36bfce20 gtk+-1.2.10.tar.gz diff --git a/x11-libs/gtk+/files/digest-gtk+-1.2.8-r3 b/x11-libs/gtk+/files/digest-gtk+-1.2.8-r3 deleted file mode 100644 index 7fc9e80637ce..000000000000 --- a/x11-libs/gtk+/files/digest-gtk+-1.2.8-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 d947ecc5780b4367d4c50fbb019d0216 gtk+-1.2.8.tar.gz diff --git a/x11-libs/gtk+/files/digest-gtk+-1.2.9 b/x11-libs/gtk+/files/digest-gtk+-1.2.9 deleted file mode 100644 index a2e0ece009b6..000000000000 --- a/x11-libs/gtk+/files/digest-gtk+-1.2.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 6246b4defcdeb85cf6ce32d644c29b95 gtk+-1.2.9.tar.gz diff --git a/x11-libs/gtk+/gtk+-1.2.10.ebuild b/x11-libs/gtk+/gtk+-1.2.10.ebuild deleted file mode 100644 index 1e90358ce67b..000000000000 --- a/x11-libs/gtk+/gtk+-1.2.10.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10.ebuild,v 1.1 2001/04/08 16:26:14 pete Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="gtk" -SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${A} - ftp://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${A} - http://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${A}" -HOMEPAGE="http://www.gtk.org/" - -DEPEND="virtual/glibc - >=dev-libs/glib-1.2.10 - >=x11-base/xfree-4.0.1" - -src_compile() { - local myconf - - if [ "${DEBUG}" ] - then - myconf="--enable-debug=yes" - else - myconf="--enable-debug=no" - fi - - try ./configure --host=${CHOST} --prefix=/usr/X11R6 ${myconf} - --infodir=/usr/X11R6/share/info --mandir=/usr/X11R6/share/man --sysconfdir=/etc/X11 \ - --with-xinput=xfree --with-x - try make -} - -src_install() { - try make install DESTDIR=${D} - - preplib /usr/X11R6 - - dodoc AUTHORS COPYING ChangeLog* HACKING - dodoc NEWS* README* TODO - docinto docs - cd docs - dodoc *.txt *.gif text/* - cd html - docinto html - dodoc *.html *.gif - - #install nice, clean-looking default gtk+ style - insinto /etc/X11/gtk - doins ${FILESDIR}/gtkrc -} - - - - diff --git a/x11-libs/gtk+/gtk+-1.2.8-r3.ebuild b/x11-libs/gtk+/gtk+-1.2.8-r3.ebuild deleted file mode 100644 index 4ed89339666b..000000000000 --- a/x11-libs/gtk+/gtk+-1.2.8-r3.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.8-r3.ebuild,v 1.2 2000/12/19 00:56:45 achim Exp $ - -P=gtk+-1.2.8 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="gtk" -SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/"${A} -HOMEPAGE="http://www.gtk.org" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3 - >=dev-libs/glib-1.2.8 - >=x11-base/xfree-4.0.1" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr/X11R6 --infodir=/usr/info --sysconfdir=/etc/X11 --with-xinput=xfree --with-catgets --with-x - try make -} - -src_install() { - cd ${S} - try make install prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11 \ - infodir=${D}/usr/info - preplib /usr/X11R6 - into /usr - dodoc AUTHORS COPYING ChangeLog* HACKING - dodoc NEWS* README* TODO - docinto docs - cd docs - dodoc *.txt *.gif text/* - cd html - docinto html - dodoc *.html *.gif - #install nice, clean-looking default gtk+ style - insinto /etc/X11/gtk - doins ${FILESDIR}/gtkrc -} - -pkg_postinst() { - ldconfig -r ${ROOT} -} - - - diff --git a/x11-libs/gtk+/gtk+-1.2.9.ebuild b/x11-libs/gtk+/gtk+-1.2.9.ebuild deleted file mode 100644 index e1ddc4a24ec5..000000000000 --- a/x11-libs/gtk+/gtk+-1.2.9.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.9.ebuild,v 1.1 2001/03/09 10:26:59 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="gtk" -SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.2/${A}" -HOMEPAGE="http://www.gtk.org" - -DEPEND="virtual/glibc - >=dev-libs/glib-1.2.9 - >=x11-base/xfree-4.0.1" - -src_compile() { - - try ./configure --host=${CHOST} --prefix=/usr/X11R6 \ - --infodir=/usr/X11R6/share/info --mandir=/usr/X11R6/share/man --sysconfdir=/etc/X11 \ - --with-xinput=xfree --with-x - try make -} - -src_install() { - - try make install prefix=${D}/usr/X11R6 sysconfdir=${D}/etc/X11 \ - infodir=${D}/usr/X11R6/share/info mandir=${D}/usr/X11R6/share/man - - preplib /usr/X11R6 - - dodoc AUTHORS COPYING ChangeLog* HACKING - dodoc NEWS* README* TODO - docinto docs - cd docs - dodoc *.txt *.gif text/* - cd html - docinto html - dodoc *.html *.gif - - #install nice, clean-looking default gtk+ style - insinto /etc/X11/gtk - doins ${FILESDIR}/gtkrc -} - - - - diff --git a/x11-libs/libPropList/files/digest-libPropList-0.10.1-r1 b/x11-libs/libPropList/files/digest-libPropList-0.10.1-r1 deleted file mode 100644 index 1c2850d782cc..000000000000 --- a/x11-libs/libPropList/files/digest-libPropList-0.10.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ff32a4edbf9d0861012b2f10fd302ad5 libPropList-0.10.1.tar.gz diff --git a/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild b/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild deleted file mode 100644 index 785456ea6357..000000000000 --- a/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libPropList/libPropList-0.10.1-r1.ebuild,v 1.4 2000/11/01 04:44:24 achim Exp $ - -P=libPropList-0.10.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="libPropList" -SRC_URI="ftp://ftp.windowmaker.org/pub/release/srcs/current/"${A} -HOMEPAGE="http://www.windowmaker.org/" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/usr/X11R6 - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr/X11R6 install - dodoc AUTHORS COPYING* ChangeLog README TODO -} - - - - diff --git a/x11-libs/openmotif/files/digest-openmotif-2.1.30 b/x11-libs/openmotif/files/digest-openmotif-2.1.30 deleted file mode 100644 index a44b9d9cae43..000000000000 --- a/x11-libs/openmotif/files/digest-openmotif-2.1.30 +++ /dev/null @@ -1 +0,0 @@ -MD5 950f0d409e0ce508fa3995790c1106c7 openmotif-2.1.30-4_MLI.src.tar.gz diff --git a/x11-libs/openmotif/openmotif-2.1.30.ebuild b/x11-libs/openmotif/openmotif-2.1.30.ebuild deleted file mode 100644 index 079ef804a8da..000000000000 --- a/x11-libs/openmotif/openmotif-2.1.30.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30.ebuild,v 1.1 2000/12/09 15:38:34 drobbins Exp $ - -A=openmotif-2.1.30-4_MLI.src.tar.gz -S=${WORKDIR}/motif -DESCRIPTION="Open Motif (Metrolink Bug Fix Release)" -SRC_URI="ftp://ftp.metrolink.com/pub/openmotif/2.1.30-4/"${A} -HOMEPAGE="http://www.metrolink.com/openmotif/" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-libs/glibc-2.1.3 - >=x11-base/xfree-4.0.1" - -src_unpack() { - unpack ${A} - cp ${O}/files/site.def ${S}/config/cf/ -} - -src_compile() { - cd ${S} - mkdir -p imports/x11 - cd imports/x11 - ln -s /usr/X11R6/bin bin - ln -s /usr/X11R6/include include - ln -s /usr/X11R6/lib lib - cd ${S} - try make World -} - -src_install() { -# cd ${S}/bindings -# cp Makefile Makefile.orig -# sed -e "s:sun_mit:sun_at:" -e "s:sun_news:sun:" Makefile.orig > Makefile - cd ${S} - try make DESTDIR=${D} VARDIR=${D}/var/X11/ install -} - - - - - - - diff --git a/x11-libs/qt-x11/files/digest-qt-x11-2.2.2 b/x11-libs/qt-x11/files/digest-qt-x11-2.2.2 deleted file mode 100644 index 57a2d90993cc..000000000000 --- a/x11-libs/qt-x11/files/digest-qt-x11-2.2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 682e8f62af48770aea52036eb6329792 qt-x11-2.2.2.tar.gz diff --git a/x11-libs/qt-x11/files/digest-qt-x11-2.2.3 b/x11-libs/qt-x11/files/digest-qt-x11-2.2.3 deleted file mode 100644 index 87ccecf82ae7..000000000000 --- a/x11-libs/qt-x11/files/digest-qt-x11-2.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 964ca0e7e641271a2f5706a0e4383fcf qt-x11-2.2.3.tar.gz diff --git a/x11-libs/qt-x11/files/digest-qt-x11-2.2.3a b/x11-libs/qt-x11/files/digest-qt-x11-2.2.3a deleted file mode 100644 index 87ccecf82ae7..000000000000 --- a/x11-libs/qt-x11/files/digest-qt-x11-2.2.3a +++ /dev/null @@ -1 +0,0 @@ -MD5 964ca0e7e641271a2f5706a0e4383fcf qt-x11-2.2.3.tar.gz diff --git a/x11-libs/qt-x11/files/digest-qt-x11-2.2.4 b/x11-libs/qt-x11/files/digest-qt-x11-2.2.4 deleted file mode 100644 index 8904204f84f4..000000000000 --- a/x11-libs/qt-x11/files/digest-qt-x11-2.2.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 0a5cb173ded05c6b6ea620396d16889d qt-x11-2.2.4.tar.gz diff --git a/x11-libs/qt-x11/files/qt-2.2.3.diff.gz b/x11-libs/qt-x11/files/qt-2.2.3.diff.gz Binary files differdeleted file mode 100644 index 7b1fa1597faf..000000000000 --- a/x11-libs/qt-x11/files/qt-2.2.3.diff.gz +++ /dev/null diff --git a/x11-libs/qt-x11/qt-x11-2.2.2.ebuild b/x11-libs/qt-x11/qt-x11-2.2.2.ebuild deleted file mode 100644 index 164a86ba2b95..000000000000 --- a/x11-libs/qt-x11/qt-x11-2.2.2.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-2.2.2.ebuild,v 1.2 2001/04/23 19:59:44 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/qt-2.2.2 -DESCRIPTION="QT 2.2" -SRC_PATH="kde/stable/2.0/distribution/tar/generic/src/${A}" -SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/${A}" -HOMEPAGE="http://www.kde.org/" - -DEPEND=">=media-libs/libpng-1.0.7 - >=media-libs/libmng-0.9.3 - virtual/opengl - >=media-sound/nas-1.4.1 - virtual/x11" - -export QTDIR=${S} - -src_unpack() { - unpack ${A} - cd ${S} - cp configure configure.orig - sed -e "s:read acceptance:acceptance=yes:" configure.orig > configure -} - -src_compile() { - cd ${S} - export LDFLAGS="-ldl" - ./configure -sm -thread -system-zlib -system-jpeg -system-nas-sound \ - -system-libmng -system-libpng -gif -platform linux-g++ -ldl -lpthread - cd ${S}/src - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S}/tools - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S}/src/moc - cp Makefile Makefile.orig - sed -e "s/-pipe -O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S} - try make symlinks src-moc src-mt sub-src sub-tools -} - -src_install() { - - QTBASE=/usr/X11R6/lib - cd ${S} - dodir $QTBASE/${P} - into $QTBASE/${P} - dobin bin/* - dolib.so lib/libqt.so.${PV} - dolib.so lib/libqt-mt.so.${PV} - dolib.so lib/libqutil.so.1.0.0 - preplib $QTBASE/lib/${P} - dosym libqt.so.${PV} $QTBASE/${P}/lib/libqt.so - dosym libqt-mt.so.${PV} $QTBASE/${P}/lib/libqt-mt.so - dosym libqutil.so.1.0.0 $QTBASE/${P}/lib/libqutil.so - cd ${D}${QTBASE} - ln -sf qt-x11-${PV} qt - cd ${S} - dodir ${QTBASE}/${P}/include - cp include/* ${D}${QTBASE}/${P}/include/ - doman doc/man/man3/* - - dodoc ANNOUNCE FAQ LICENSE.QPL MANIFEST PLATFORMS - dodoc PORTING README* - cp -af ${S}/doc/html ${D}/usr/doc/${P} - -} - - - - diff --git a/x11-libs/qt-x11/qt-x11-2.2.3.ebuild b/x11-libs/qt-x11/qt-x11-2.2.3.ebuild deleted file mode 100644 index e98613454f27..000000000000 --- a/x11-libs/qt-x11/qt-x11-2.2.3.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-2.2.3.ebuild,v 1.6 2001/04/23 19:59:44 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/qt-${PV} -DESCRIPTION="QT 2.2" -SRC_PATH="kde/stable/2.0/distribution/tar/generic/src/${A}" -SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/${A}" -HOMEPAGE="http://www.kde.org/" - -DEPEND=">=media-libs/libpng-1.0.7 - >=media-libs/libmng-0.9.3 - virtual/opengl - >=media-sound/nas-1.4.1 - virtual/x11" - -export QTDIR=${S} - -src_unpack() { - unpack ${A} - cd ${S} - cp configure configure.orig - sed -e "s:read acceptance:acceptance=yes:" configure.orig > configure -} - -src_compile() { - cd ${S} - export LDFLAGS="-ldl" - ./configure -sm -thread -system-zlib -system-jpeg -system-nas-sound \ - -system-libmng -system-libpng -gif -platform linux-g++ -ldl -lpthread - cd ${S}/src - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S}/tools - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S}/src/moc - cp Makefile Makefile.orig - sed -e "s/-pipe -O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S} - try make symlinks src-moc src-mt sub-src sub-tools -} - -src_install() { - - QTBASE=/usr/X11R6/lib - cd ${S} - dodir $QTBASE/${P} - into $QTBASE/${P} - dobin bin/* - dolib.so lib/libqt.so.${PV} - dolib.so lib/libqt-mt.so.${PV} - dolib.so lib/libqutil.so.1.0.0 - preplib $QTBASE/${P} - dosym libqt.so.${PV} $QTBASE/${P}/lib/libqt.so - dosym libqt-mt.so.${PV} $QTBASE/${P}/lib/libqt-mt.so - dosym libqutil.so.1.0.0 $QTBASE/${P}/lib/libqutil.so - cd ${D}${QTBASE} - ln -sf qt-x11-${PV} qt - cd ${S} - dodir ${QTBASE}/${P}/include - cp include/* ${D}${QTBASE}/${P}/include/ - doman doc/man/man3/* - - dodoc ANNOUNCE FAQ LICENSE.QPL MANIFEST PLATFORMS - dodoc PORTING README* - cp -af ${S}/doc/html ${D}/usr/doc/${P} - insinto /etc/env.d - doins ${FILESDIR}/90qt - -} - - - - diff --git a/x11-libs/qt-x11/qt-x11-2.2.3a.ebuild b/x11-libs/qt-x11/qt-x11-2.2.3a.ebuild deleted file mode 100644 index 66a4f4d49a4a..000000000000 --- a/x11-libs/qt-x11/qt-x11-2.2.3a.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-2.2.3a.ebuild,v 1.2 2001/04/23 19:59:44 drobbins Exp $ - -A=${PN}-2.2.3.tar.gz -S=${WORKDIR}/qt-2.2.3 -DESCRIPTION="QT 2.2" -SRC_PATH="kde/stable/2.0/distribution/tar/generic/src/${A}" -SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/${A}" -HOMEPAGE="http://www.kde.org/" - -DEPEND=">=media-libs/libpng-1.0.7 - >=media-libs/libmng-0.9.3 - virtual/opengl - >=media-sound/nas-1.4.1 - virtual/x11" - -export QTDIR=${S} - -src_unpack() { - unpack ${A} - cd ${S} - gzip -dc ${FILESDIR}/qt-2.2.3.diff.gz | patch -p0 - cp configure configure.orig - sed -e "s:read acceptance:acceptance=yes:" configure.orig > configure -} - -src_compile() { - cd ${S} - export LDFLAGS="-ldl" - ./configure -sm -thread -system-zlib -system-jpeg -system-nas-sound \ - -system-libmng -system-libpng -gif -platform linux-g++ -ldl -lpthread - cd ${S}/src - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S}/tools - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S}/src/moc - cp Makefile Makefile.orig - sed -e "s/-pipe -O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S} - try make symlinks src-moc src-mt sub-src sub-tools -} - -src_install() { - - QTBASE=/usr/X11R6/lib - cd ${S} - dodir $QTBASE/${P} - into $QTBASE/${P} - dobin bin/* - dolib.so lib/libqt.so.${PV} - dolib.so lib/libqt-mt.so.${PV} - dolib.so lib/libqutil.so.1.0.0 - preplib $QTBASE/lib/${P} - dosym libqt.so.${PV} $QTBASE/${P}/lib/libqt.so - dosym libqt-mt.so.${PV} $QTBASE/${P}/lib/libqt-mt.so - dosym libqutil.so.1.0.0 $QTBASE/${P}/lib/libqutil.so - cd ${D}${QTBASE} - ln -sf qt-x11-${PV} qt - cd ${S} - dodir ${QTBASE}/${P}/include - cp include/* ${D}${QTBASE}/${P}/include/ - doman doc/man/man3/* - - dodoc ANNOUNCE FAQ LICENSE.QPL MANIFEST PLATFORMS - dodoc PORTING README* - cp -af ${S}/doc/html ${D}/usr/doc/${P} - -} - - - - diff --git a/x11-libs/qt-x11/qt-x11-2.2.4-r1.ebuild b/x11-libs/qt-x11/qt-x11-2.2.4-r1.ebuild deleted file mode 100644 index 391619b60094..000000000000 --- a/x11-libs/qt-x11/qt-x11-2.2.4-r1.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-2.2.4-r1.ebuild,v 1.2 2001/04/23 19:59:44 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/qt-${PV} -DESCRIPTION="QT 2.2" -SRC_PATH="kde/stable/2.0/distribution/tar/generic/src/${A}" -SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/${A}" -HOMEPAGE="http://www.kde.org/" - -DEPEND=">=media-libs/libpng-1.0.9 - >=media-libs/libmng-1.0.0 - >=media-libs/jpeg-6b - opengl? ( virtual/opengl ) - nas? ( >=media-sound/nas-1.4.1 ) - virtual/x11" - -export QTDIR=${S} - -src_unpack() { - unpack ${A} - cd ${S} - cp configure configure.orig - sed -e "s:read acceptance:acceptance=yes:" configure.orig > configure -} - -src_compile() { - - export LDFLAGS="-ldl" - local myconf - - if [ -z "`use opengl`" ] - then - myconf="-no-opengl" - fi - - if [ "`use nas`" ] - then - myconf="${myconf} -system-nas-sound" - else - myconf="${myconf} -no-nas-sound" - fi - - if [ "`use gif`" ] - then - myconf="${myconf} -gif" - fi - - if [ "$DEBUG" ] - then - myconf="${myconf} -debug" - else - myconf="${myconf} -release" - fi - - ./configure -sm -thread -system-zlib -system-jpeg ${myconf} \ - -system-libmng -system-libpng -gif -platform linux-g++ -ldl -lpthread - - cd ${S}/src - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S}/tools - cp Makefile Makefile.orig - sed -e "s/-O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S}/src/moc - cp Makefile Makefile.orig - sed -e "s/-pipe -O2/${CFLAGS}/" Makefile.orig > Makefile - cd ${S} - try make symlinks src-moc src-mt sub-src sub-tools -} - -src_install() { - - QTBASE=/usr/X11R6/lib - cd ${S} - dodir $QTBASE/${P} - into $QTBASE/${P} - dobin bin/* - dolib.so lib/libqt.so.${PV} - dolib.so lib/libqt-mt.so.${PV} - dolib.so lib/libqutil.so.1.0.0 - preplib $QTBASE/${P} - dosym libqt.so.${PV} $QTBASE/${P}/lib/libqt.so - dosym libqt-mt.so.${PV} $QTBASE/${P}/lib/libqt-mt.so - dosym libqutil.so.1.0.0 $QTBASE/${P}/lib/libqutil.so - cd ${D}${QTBASE} - ln -sf qt-x11-${PV} qt - cd ${S} - dodir ${QTBASE}/${P}/include - cp include/* ${D}${QTBASE}/${P}/include/ - doman doc/man/man3/* - - dodoc ANNOUNCE FAQ LICENSE.QPL MANIFEST PLATFORMS - dodoc PORTING README* - cp -af ${S}/doc/html ${D}/usr/doc/${P} - insinto /etc/env.d - doins ${FILESDIR}/90qt - -} - - - - |