summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:54 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:54 +0000
commit3b85f6dfe5c5a53951d993f35d74fe88597ee623 (patch)
treeb0ddc2a1d67e12d8db8eeca758d016248d77d1a8 /net-irc
parentSome cleanup (diff)
downloadgentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.gz
gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.tar.bz2
gentoo-2-3b85f6dfe5c5a53951d993f35d74fe88597ee623.zip
*** empty log message ***
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat/files/digest-xchat-1.4.31
-rw-r--r--net-irc/xchat/files/digest-xchat-1.7.51
-rw-r--r--net-irc/xchat/xchat-1.4.3.ebuild43
3 files changed, 0 insertions, 45 deletions
diff --git a/net-irc/xchat/files/digest-xchat-1.4.3 b/net-irc/xchat/files/digest-xchat-1.4.3
deleted file mode 100644
index 7142a2a36a6d..000000000000
--- a/net-irc/xchat/files/digest-xchat-1.4.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 268ee72a8a58c323e838f72ebfc58cd6 xchat-1.4.3.tar.bz2
diff --git a/net-irc/xchat/files/digest-xchat-1.7.5 b/net-irc/xchat/files/digest-xchat-1.7.5
deleted file mode 100644
index d6a3124b3255..000000000000
--- a/net-irc/xchat/files/digest-xchat-1.7.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2331e71e699ab1306531b0b9c9b97177 xchat-1.7.5.tar.bz2
diff --git a/net-irc/xchat/xchat-1.4.3.ebuild b/net-irc/xchat/xchat-1.4.3.ebuild
deleted file mode 100644
index 4ead9c0cb4e8..000000000000
--- a/net-irc/xchat/xchat-1.4.3.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/net-irc/xchat/xchat-1.4.3.ebuild,v 1.1 2000/11/26 20:54:19 achim Exp $
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="xchat"
-SRC_URI="http://www.xchat.org/files/source/1.4/"${A}
-HOMEPAGE="http://www.xchat.org/"
-
-DEPEND=">=media-libs/imlib-1.9.8.1
- gnome? ( >=gnome-base/gnome-core-1.2.2.1 )"
-
-src_compile() {
- cd ${S}
- local myopts
- if [ -n "`use gnome`" ]
- then
- myopts="--enable-gnome --prefix=/opt/gnome"
- else
- myopts="--disable-gnome --prefix=/usr/X11R6"
- fi
- try ./configure --host=${CHOST} --disable-perl --disable-python ${myopts} --with-catgets
- try make
-}
-
-src_install() {
- cd ${S}
- if [ -n "`use gnome`" ]
- then
- try make prefix=${D}/opt/gnome install
- else
- try make prefix=${D}/usr/X11R6 install
- fi
- dodoc AUTHORS COPYING ChangeLog NEWS README
-}
-
-
-
-
-
-