diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:50:29 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-12-11 18:50:29 +0000 |
commit | 8cfb6f3984f37084213d5ad884068b6d60712fb9 (patch) | |
tree | 610356e5c363275770b5680b3c6417d3c0731fd8 /net-irc | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-8cfb6f3984f37084213d5ad884068b6d60712fb9.tar.gz gentoo-2-8cfb6f3984f37084213d5ad884068b6d60712fb9.tar.bz2 gentoo-2-8cfb6f3984f37084213d5ad884068b6d60712fb9.zip |
*** empty log message ***
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/files/digest-xchat-1.4.2 | 1 | ||||
-rw-r--r-- | net-irc/xchat/xchat-1.4.2.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/net-irc/xchat/files/digest-xchat-1.4.2 b/net-irc/xchat/files/digest-xchat-1.4.2 deleted file mode 100644 index 1cf56ae069e8..000000000000 --- a/net-irc/xchat/files/digest-xchat-1.4.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 be790878e80038088c642a5104ab1544 xchat-1.4.2.tar.bz2 diff --git a/net-irc/xchat/xchat-1.4.2.ebuild b/net-irc/xchat/xchat-1.4.2.ebuild deleted file mode 100644 index 451284413282..000000000000 --- a/net-irc/xchat/xchat-1.4.2.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.2.ebuild,v 1.6 2000/11/05 14:42:17 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 -} - - - - - - |