summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-12-22 16:50:35 +0000
committerMarinus Schraal <foser@gentoo.org>2002-12-22 16:50:35 +0000
commit41bf88041a24090ec1893b26fa991800971da376 (patch)
treeab4330e6f594cc09c1974d11e2669fe4c9921019
parentremoving gtk+licq : outdated (diff)
downloadgentoo-2-41bf88041a24090ec1893b26fa991800971da376.tar.gz
gentoo-2-41bf88041a24090ec1893b26fa991800971da376.tar.bz2
gentoo-2-41bf88041a24090ec1893b26fa991800971da376.zip
gtk+licq removal : outdated
-rw-r--r--net-im/gtk+licq/ChangeLog13
-rw-r--r--net-im/gtk+licq/gtk+licq-0.51-r2.ebuild52
2 files changed, 0 insertions, 65 deletions
diff --git a/net-im/gtk+licq/ChangeLog b/net-im/gtk+licq/ChangeLog
deleted file mode 100644
index d4fbb4d9dc07..000000000000
--- a/net-im/gtk+licq/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for net-im/gtk+licq
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-im/gtk+licq/ChangeLog,v 1.1 2002/02/01 21:53:32 gbevin Exp $
-
-*gtk+licq-0.51-r2 (1 Feb 2002)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/net-im/gtk+licq/gtk+licq-0.51-r2.ebuild b/net-im/gtk+licq/gtk+licq-0.51-r2.ebuild
deleted file mode 100644
index 1d674e2330bf..000000000000
--- a/net-im/gtk+licq/gtk+licq-0.51-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gtk+licq/gtk+licq-0.51-r2.ebuild,v 1.9 2002/11/08 22:03:45 seemant Exp $
-
-IUSE="nls spell gnome"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="GTK+ interface for Licq, the KDE/QT ICQ client"
-SRC_URI="http://gtk.licq.org/download/${P}.tar.gz"
-HOMEPAGE="http://gtk.licq.org"
-
-DEPEND="sys-devel/perl
- =x11-libs/gtk+-1.2*
- >=net-im/licq-1.0.2
- gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 )
- spell? ( app-text/aspell )"
-
-RDEPEND="nls? ( sys-devel/gettext )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-src_compile() {
-
- local myconf
- local myprefix
-
- use gnome || myconf="--disable-gnome"
- use spell || myconf="${myconf} --disable-pspell"
- use nls || myconf="${myconf} --disable-nls"
-
- CXXFLAGS="${CXXFLAGS} `orbit-config --cflags client`"
-
- econf \
- --with-licq-includes=/usr/include/licq \
- ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- local myprefix
- myprefix="usr"
- make prefix=${D}/${myprefix} install || die
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
-
- dodir /usr/lib/licq
- cd ${D}/usr/lib/licq
- ls ../../../${myprefix}/lib/licq
- ln -s ../../../${myprefix}/lib/licq/* .
-}