summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-04-04 22:26:05 +0000
committerDan Armak <danarmak@gentoo.org>2002-04-04 22:26:05 +0000
commiteb226480b65b05caf36e259b779a78366f1c677c (patch)
tree2e96bac506741a483096e689ad8afcda4098a07f /kde-base/kdepim
parentupdated kdoc dep to point to dev-util/kdoc. removed old kdevelop-1.4.1 (kde 2... (diff)
downloadgentoo-2-eb226480b65b05caf36e259b779a78366f1c677c.tar.gz
gentoo-2-eb226480b65b05caf36e259b779a78366f1c677c.tar.bz2
gentoo-2-eb226480b65b05caf36e259b779a78366f1c677c.zip
removing kde 2.1* (very old)
Diffstat (limited to 'kde-base/kdepim')
-rw-r--r--kde-base/kdepim/files/digest-kdepim-2.1.11
-rw-r--r--kde-base/kdepim/kdepim-2.1.1.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/kde-base/kdepim/files/digest-kdepim-2.1.1 b/kde-base/kdepim/files/digest-kdepim-2.1.1
deleted file mode 100644
index 46b7dc8fbf0d..000000000000
--- a/kde-base/kdepim/files/digest-kdepim-2.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eb4245afe441f37a2337875d75e0b4a1 kdepim-2.1.1.tar.bz2 2283827
diff --git a/kde-base/kdepim/kdepim-2.1.1.ebuild b/kde-base/kdepim/kdepim-2.1.1.ebuild
deleted file mode 100644
index faca8a07b7cd..000000000000
--- a/kde-base/kdepim/kdepim-2.1.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Philippe Namias <pnamias@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-2.1.1.ebuild,v 1.6 2001/09/29 21:03:26 danarmak Exp $
-
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="KDE ${PV} - PIM"
-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=">=kde-base/kdelibs-${PV} >=dev-libs/pilot-link-0.9.0 sys-devel/perl"
-RDEPEND=">=kde-base/kdelibs-${PV} >=dev-libs/pilot-link-0.9.0"
-
-src_compile() {
- QTBASE=/usr/X11R6/lib/qt
- local myconf
- if [ "`use qtmt`" ]
- then
- myconf="--enable-mt"
- fi
- myconf="$myconf --enable-mitshm"
- try ./configure --prefix=${KDEDIR} --host=${CHOST} \
- --with-qt-dir=$QTBASE $myconf
- try make
-}
-
-src_install() {
- try make install DESTDIR=${D}
- dodoc README
- docinto html
- dodoc *.html
-}