summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2002-07-18 23:03:29 +0000
committerDaniel Robbins <drobbins@gentoo.org>2002-07-18 23:03:29 +0000
commit41d8b6e2b0a39f3727ae1898cec59a0ed4cfd04c (patch)
treede29e0b4353c5e12982eb91e30c5360e22149395 /app-doc
parentAdded missing ChangeLogs (diff)
downloadgentoo-2-41d8b6e2b0a39f3727ae1898cec59a0ed4cfd04c.tar.gz
gentoo-2-41d8b6e2b0a39f3727ae1898cec59a0ed4cfd04c.tar.bz2
gentoo-2-41d8b6e2b0a39f3727ae1898cec59a0ed4cfd04c.zip
repoman'd
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/qt-docs/files/digest-qt-docs-2.3.11
-rw-r--r--app-doc/qt-docs/files/digest-qt-docs-3.0.31
-rw-r--r--app-doc/qt-docs/qt-docs-2.3.1.ebuild88
-rw-r--r--app-doc/qt-docs/qt-docs-3.0.3.ebuild52
-rw-r--r--app-doc/qt-docs/qt-docs-3.0.4.1.ebuild30
5 files changed, 11 insertions, 161 deletions
diff --git a/app-doc/qt-docs/files/digest-qt-docs-2.3.1 b/app-doc/qt-docs/files/digest-qt-docs-2.3.1
deleted file mode 100644
index 0541e1798980..000000000000
--- a/app-doc/qt-docs/files/digest-qt-docs-2.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 358d6dfbcbdc353b65b5236866b0f3a7 qt-x11-2.3.1.tar.gz 8967271
diff --git a/app-doc/qt-docs/files/digest-qt-docs-3.0.3 b/app-doc/qt-docs/files/digest-qt-docs-3.0.3
deleted file mode 100644
index 519c2a1a8c90..000000000000
--- a/app-doc/qt-docs/files/digest-qt-docs-3.0.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f53d282602900da8e26d20adfc804ce5 qt-x11-free-3.0.3.tar.gz 15088462
diff --git a/app-doc/qt-docs/qt-docs-2.3.1.ebuild b/app-doc/qt-docs/qt-docs-2.3.1.ebuild
deleted file mode 100644
index e6aa1d81642a..000000000000
--- a/app-doc/qt-docs/qt-docs-2.3.1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-doc/qt-docs/qt-docs-2.3.1.ebuild,v 1.4 2002/07/11 06:30:11 drobbins Exp $
-
-S=${WORKDIR}/qt-${PV}
-DESCRIPTION="QT ${PV} docs, manpages, examples and tutorials"
-SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-x11-${PV}.tar.gz"
-HOMEPAGE="http://www.trolltech.com/"
-
-RDEPEND="=x11-libs/qt-2*"
-
-DEPEND="$RDEPEND
- sys-devel/gcc"
-
-export QTDIR=${S}
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${S}
- cp configure configure.orig
- sed -e "s:read acceptance:acceptance=yes:" configure.orig > configure
-
- cd ${S}/configs
- cp linux-g++-shared linux-g++-shared.orig
- sed -e "s/SYSCONF_CXXFLAGS /SYSCONF_CXXFLAGS = ${CXXFLAGS} \#/" \
- -e "s/SYSCONF_CFLAGS /SYSCONF_CFLAGS = ${CFLAGS} \#/" \
- linux-g++-shared.orig > linux-g++-shared || die
-
-}
-
-src_compile() {
-
- export LDFLAGS="$LDFLAGS -ldl"
- local myconf
-
- use opengl || myconf="${myconf} -no-opengl"
- use nas && myconf="${myconf} -system-nas-sound" || myconf="${myconf} -no-nas-sound"
- use gif && myconf="${myconf} -gif"
- [ -n "$DEBUG" ] && myconf="${myconf} -debug" || myconf="${myconf} -release"
-
- ./configure -sm -thread -system-zlib -system-jpeg ${myconf} \
- -system-libmng -system-libpng -gif -platform linux-g++ \
- -ldl -lpthread -no-g++-exceptions || die
-
- # use already built x11-libs/qt
- export QTDIR=/usr/qt/2
-
- cd ${S}/tutorial
- make || die
- cd ${S}/examples
- make || die
-
-}
-
-src_install() {
-
- QTBASE=/usr/qt/2
- cd ${S}
-
- # docs
- cd ${S}
- dodoc ANNOUNCE README* INSTALL FAQ LICENSE* PLATFORMS PORTING
-
- # html docs
- dodir $QTBASE/doc
- cp -r ${S}/doc/html $D/$QTBASE/doc
-
- # manpages
- dodir $QTBASE/man
- cp -r ${S}/doc/man $D/$QTBASE
-
- # examples
- cp -r ${S}/examples $D/$QTBASE
-
- # tutorials
- cp -r ${S}/tutorial $D/$QTBASE
-
- # misc
- insinto /etc/env.d
- doins ${FILESDIR}/50qt-docs2
-
-}
-
-
-
-
diff --git a/app-doc/qt-docs/qt-docs-3.0.3.ebuild b/app-doc/qt-docs/qt-docs-3.0.3.ebuild
deleted file mode 100644
index f1e4d9d5127a..000000000000
--- a/app-doc/qt-docs/qt-docs-3.0.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-doc/qt-docs/qt-docs-3.0.3.ebuild,v 1.2 2002/07/11 06:30:11 drobbins Exp $
-
-P=qt-x11-${PV}
-S=${WORKDIR}/qt-x11-free-${PV}
-
-DESCRIPTION="QT version ${PV}"
-
-SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-x11-free-${PV}.tar.gz"
-HOMEPAGE="http://www.trolltech.com/"
-
-DEPEND="=x11-libs/qt-3*"
-
-RDEPEND="$DEPEND sys-devel/gcc"
-
-QTBASE=/usr/qt/3
-export QTDIR=${S}
-
-src_compile() {
-
- einfo "Nothing to compile."
-
-}
-
-src_install() {
-
- cd ${S}
-
- # misc
- insinto /etc/env.d
- doins ${FILESDIR}/45qt-docs3
-
- # docs
- cd ${S}/doc
- dodir ${QTBASE}/doc
- for x in html flyers; do
- cp -r $x ${D}/${QTBASE}/doc
- done
-
- # manpages
- cp -r ${S}/doc/man ${D}/${QTBASE}
-
- # examples
- cp -r ${S}/examples ${D}/${QTBASE}
-
- # tutorials
- cp -r ${S}/tutorial ${D}/${QTBASE}
-
-}
-
-
diff --git a/app-doc/qt-docs/qt-docs-3.0.4.1.ebuild b/app-doc/qt-docs/qt-docs-3.0.4.1.ebuild
index 97ac0dbcf3c6..7aae3a7415fa 100644
--- a/app-doc/qt-docs/qt-docs-3.0.4.1.ebuild
+++ b/app-doc/qt-docs/qt-docs-3.0.4.1.ebuild
@@ -1,36 +1,30 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-doc/qt-docs/qt-docs-3.0.4.1.ebuild,v 1.2 2002/07/11 06:30:11 drobbins Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/app-doc/qt-docs/qt-docs-3.0.4.1.ebuild,v 1.3 2002/07/18 23:03:29 drobbins Exp $
# qt-copy-3.0.4 (released with kde-3.0.1)
-PV=3.0.4
-
-DESCRIPTION="QT version ${PV}"
-SLOT="3"
-
+NPV=3.0.4
S=${WORKDIR}/qt-copy-3.0.4
-
-SRC_URI="ftp://ftp.kde.org/pub/kde/stable/3.0.1/src/qt-copy-${PV}.tar.bz2"
-
+SRC_URI="ftp://ftp.kde.org/pub/kde/stable/3.0.1/src/qt-copy-${NPV}.tar.bz2"
HOMEPAGE="http://www.trolltech.com/"
-
DEPEND="=x11-libs/qt-3*"
RDEPEND="$DEPEND sys-devel/gcc"
+DESCRIPTION="Documentation for the QT ${NPV} API"
+KEYWORDS="x86 sparc sparc64 ppc"
+SLOT="3"
+LICENSE="QPL-1.0"
-QTBASE=/usr/qt/3
-export QTDIR=${S}
+pkg_setup() {
+ QTBASE=/usr/qt/3
+ export QTDIR=${S}
+}
src_compile() {
-
einfo "Nothing to compile."
-
}
src_install() {
-
cd ${S}
-
# misc
insinto /etc/env.d
doins ${FILESDIR}/45qt-docs3
@@ -44,10 +38,8 @@ src_install() {
# manpages
cp -r ${S}/doc/man ${D}/${QTBASE}
-
# examples
cp -r ${S}/examples ${D}/${QTBASE}
-
# tutorials
cp -r ${S}/tutorial ${D}/${QTBASE}