summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-12-11 18:38:40 +0000
committerAchim Gottinger <achim@gentoo.org>2000-12-11 18:38:40 +0000
commit29e8482dfdccbbd901cabb2a593ca692c9a1fb22 (patch)
tree1fd122090f8802d4e048469815a91c8ebf5cdacd /kde-base/kdoc
parent*** empty log message *** (diff)
downloadgentoo-2-29e8482dfdccbbd901cabb2a593ca692c9a1fb22.tar.gz
gentoo-2-29e8482dfdccbbd901cabb2a593ca692c9a1fb22.tar.bz2
gentoo-2-29e8482dfdccbbd901cabb2a593ca692c9a1fb22.zip
*** empty log message ***
Diffstat (limited to 'kde-base/kdoc')
-rw-r--r--kde-base/kdoc/files/digest-kdoc-2.01
-rw-r--r--kde-base/kdoc/kdoc-2.0.1.ebuild43
-rw-r--r--kde-base/kdoc/kdoc-2.0.ebuild43
3 files changed, 0 insertions, 87 deletions
diff --git a/kde-base/kdoc/files/digest-kdoc-2.0 b/kde-base/kdoc/files/digest-kdoc-2.0
deleted file mode 100644
index 829fa0dae47a..000000000000
--- a/kde-base/kdoc/files/digest-kdoc-2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 60ee32eb3c84edebbae0435e55fec5e4 kdoc-2.0.tar.bz2
diff --git a/kde-base/kdoc/kdoc-2.0.1.ebuild b/kde-base/kdoc/kdoc-2.0.1.ebuild
deleted file mode 100644
index ba50874161a9..000000000000
--- a/kde-base/kdoc/kdoc-2.0.1.ebuild
+++ /dev/null
@@ -1,43 +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/kde-base/kdoc/kdoc-2.0.1.ebuild,v 1.1 2000/12/07 16:37:17 achim Exp $
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="KDE ${PV} - Documentation"
-SRC_PATH="kde/stable/${PV}/distribution/tar/generic/src/${A}"
-SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH
- ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH"
-
-HOMEPAGE="http://www.kde.org"
-
-DEPEND=">=sys-devel/perl-5"
-RDEPEND=$DEPEND
-
-src_compile() {
- try autoconf
- try ./configure --prefix=/opt/kde2 --host=${CHOST} \
- --with-qt-dir=/usr/lib/qt \
- --with-qt-includes=/usr/lib/qt/include \
- --with-qt-libs=/usr/lib/qt/lib \
- --with-rpm --with-pam
- try make
-}
-
-src_install() {
-
- dodir /opt/kde2/man/man1
- try make install DESTDIR=${D}
- dodoc README TODO Version
-
-}
-
-
-
-
-
-
-
-
-
diff --git a/kde-base/kdoc/kdoc-2.0.ebuild b/kde-base/kdoc/kdoc-2.0.ebuild
deleted file mode 100644
index 326fc3fd6ab2..000000000000
--- a/kde-base/kdoc/kdoc-2.0.ebuild
+++ /dev/null
@@ -1,43 +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/kde-base/kdoc/kdoc-2.0.ebuild,v 1.3 2000/11/27 22:48:59 achim Exp $
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="KDE 2.0 - Documentation"
-SRC_PATH="kde/stable/2.0/distribution/tar/generic/src/${A}"
-SRC_URI="ftp://ftp.kde.org/pub/$SRC_PATH
- ftp://ftp.sourceforge.net/pub/mirrors/$SRC_PATH"
-
-HOMEPAGE="http://www.kde.org"
-
-DEPEND=">=sys-devel/perl-5"
-RDEPEND=$DEPEND
-
-src_compile() {
- try autoconf
- try ./configure --prefix=/opt/kde2 --host=${CHOST} \
- --with-qt-dir=/usr/lib/qt \
- --with-qt-includes=/usr/lib/qt/include \
- --with-qt-libs=/usr/lib/qt/lib \
- --with-rpm --with-pam
- try make
-}
-
-src_install() {
-
- dodir /opt/kde2/man/man1
- try make install DESTDIR=${D}
- dodoc README TODO Version
-
-}
-
-
-
-
-
-
-
-
-