diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2001-11-04 00:32:51 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2001-11-04 00:32:51 +0000 |
commit | c9084e6b58f638643ee9be8c0db6fe912ced358a (patch) | |
tree | 90706fbbba5ec55e17f5148277ac0ca77afce52f /incoming | |
parent | and ofcourse the digest.. my cvs was feeling unwell i guess, all fixed now (diff) | |
download | gentoo-2-c9084e6b58f638643ee9be8c0db6fe912ced358a.tar.gz gentoo-2-c9084e6b58f638643ee9be8c0db6fe912ced358a.tar.bz2 gentoo-2-c9084e6b58f638643ee9be8c0db6fe912ced358a.zip |
Removed from incoming.. Version 1.00 in net-im.
Diffstat (limited to 'incoming')
-rw-r--r-- | incoming/kinkatta-0.91.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/incoming/kinkatta-0.91.ebuild b/incoming/kinkatta-0.91.ebuild deleted file mode 100644 index 3d2f1053d8aa..000000000000 --- a/incoming/kinkatta-0.91.ebuild +++ /dev/null @@ -1,46 +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> -# /home/cvsroot/gentoo-x86/kde-base/kdenetwork/kinkatta-0.91.ebuild v 1 2001/08/29 - -S=${WORKDIR}/${P} -DESCRIPTION="KDE Aim Clone" -SRC_PATH="kinkatta/${P}.tar.gz" -SRC_URI="http://ftp1.sourceforge.net/$SRC_PATH - http://www.research.att.com/~leonb/objprelink/kde-admin-acinclude.patch" - -HOMEPAGE="http://www.kde.org" - -DEPEND=">=kde-base/kdebase-${PV} - objprelink? ( dev-util/objprelink )" - -RDEPEND=$DEPEND - -src_unpack() { - - cd ${WORKDIR} - unpack ${P}.tar.gz - cd ${S} - use objprelink && patch -p0 < ${DISTDIR}/kde-admin-acinclude.patch - -} - -src_compile() { - local myconf - if [ "`use qtmt`" ] - then - myconf="--enable-mt" - fi - myconf="$myconf --enable-mitshm" - if [ "`use objprelink`" ] ; then - myconf="$myconf --enable-objprelink" - fi - ./configure --host=${CHOST} \ - --with-xinerama $myconf || die - make || die -} - -src_install() { - try make install DESTDIR=${D} - dodoc AUTHORS COPYING README -} |