summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 11:32:37 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 11:32:37 +0000
commit19bd26c1a93ce86736aaec27059fae100669ecde (patch)
tree3ed083097cadf3ba84114bc9898dd7c3119afbd0 /net-im/gnomeicu
parentCleanup (diff)
downloadgentoo-2-19bd26c1a93ce86736aaec27059fae100669ecde.tar.gz
gentoo-2-19bd26c1a93ce86736aaec27059fae100669ecde.tar.bz2
gentoo-2-19bd26c1a93ce86736aaec27059fae100669ecde.zip
Cleanup
Diffstat (limited to 'net-im/gnomeicu')
-rw-r--r--net-im/gnomeicu/files/digest-gnomeicu-0.96.11
-rw-r--r--net-im/gnomeicu/gnomeicu-0.96.1.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/net-im/gnomeicu/files/digest-gnomeicu-0.96.1 b/net-im/gnomeicu/files/digest-gnomeicu-0.96.1
deleted file mode 100644
index 0a0eb44cbaba..000000000000
--- a/net-im/gnomeicu/files/digest-gnomeicu-0.96.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1286c2d250562fc416836882b89bcdf1 gnomeicu-0.96.1.tar.bz2
diff --git a/net-im/gnomeicu/gnomeicu-0.96.1.ebuild b/net-im/gnomeicu/gnomeicu-0.96.1.ebuild
deleted file mode 100644
index ab4a9308b560..000000000000
--- a/net-im/gnomeicu/gnomeicu-0.96.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Distributed under the terms of the GNU General Public License, v2 or later
-# A Gnome ICQ Clone
-# Author Ben Lutgens <blutgens@gentoo.org>
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="Gnome ICQ Client"
-SRC_URI="http://download.sourceforge.net/gnomeicu/${A}"
-HOMEPAGE="http://gnomeicu.sourceforge.net/"
-
-DEPEND=">=x11-libs/gtk+-1.2.0
- >=gnome-base/gnome-core-1.2.4"
-
-src_compile() {
-
-
- local myconf
- local myprefix
- myprefix="/opt/gnome"
- if [ -z "`use esd`" ]
- then
- myconf="--disable-esd-test"
- fi
- if [ "`use socks5`" ];
- then
- myconf="${myconf} --enable-socks5"
- fi
-
-# This is busted, I'm not sure if it's my box or what, I don't have nls in use
-# so the disabling should work perfectly.
-#
-# if [ -z "`use nls`" ]
-# then
-# myconf="${myconf} --disable-nls"
-# fi
- try ./configure --host=${CHOST} ${myconf} --prefix=${myprefix}
- try make
-}
-
-src_install() {
-
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO ABOUT-NLS
-}