summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-10-01 00:27:25 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-10-01 00:27:25 +0000
commit9f1da73f842a0dd00a04aa742d357d02ceea958d (patch)
treedff87f383ff45cc14bbc02f6ab70f1527730c9ee /net-irc
parentSDLcam checkin (diff)
downloadgentoo-2-9f1da73f842a0dd00a04aa742d357d02ceea958d.tar.gz
gentoo-2-9f1da73f842a0dd00a04aa742d357d02ceea958d.tar.bz2
gentoo-2-9f1da73f842a0dd00a04aa742d357d02ceea958d.zip
Removed patch after talking to seemant
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat/ChangeLog7
-rw-r--r--net-irc/xchat/files/xchat-desktop.patch11
-rw-r--r--net-irc/xchat/xchat-1.8.10-r1.ebuild5
3 files changed, 7 insertions, 16 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 19f2b6b53a46..700456444ee6 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,11 +1,16 @@
# ChangeLog for net-irc/xchat
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.20 2002/10/01 00:07:59 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.21 2002/10/01 00:27:25 rphillips Exp $
*xchat-1.8.10-r1 (29 Sep 2002)
30 Sep 2002; Ryan Phillips <rphillips@gentoo.org> xchat-1.8.10-r1.ebuild :
+ Deleted the patch after talking to seemant... We have decided on /etc/X11/applnk
+ to be the standard place
+
+ 30 Sep 2002; Ryan Phillips <rphillips@gentoo.org> xchat-1.8.10-r1.ebuild :
+
Added patch for the installation of the desktop file
29 Sep 2002; Ryan Phillips <rphillips@gentoo.org> xchat-1.8.10-r1.ebuild :
diff --git a/net-irc/xchat/files/xchat-desktop.patch b/net-irc/xchat/files/xchat-desktop.patch
deleted file mode 100644
index 79ae641534df..000000000000
--- a/net-irc/xchat/files/xchat-desktop.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2002-09-30 17:02:15.000000000 -0700
-+++ Makefile.in 2002-09-30 17:03:13.000000000 -0700
-@@ -116,7 +116,7 @@
- icondir = $(datadir)/pixmaps
-
- util_DATA = xchat.desktop
--utildir = $(sysconfdir)/X11/applnk/Internet
-+utildir = $(datadir)/applnk/Internet
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = config.h
diff --git a/net-irc/xchat/xchat-1.8.10-r1.ebuild b/net-irc/xchat/xchat-1.8.10-r1.ebuild
index 178668d06f23..094516862d6f 100644
--- a/net-irc/xchat/xchat-1.8.10-r1.ebuild
+++ b/net-irc/xchat/xchat-1.8.10-r1.ebuild
@@ -1,6 +1,6 @@
# Copyrigth 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.10-r1.ebuild,v 1.2 2002/10/01 00:07:59 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.10-r1.ebuild,v 1.3 2002/10/01 00:27:25 rphillips Exp $
S=${WORKDIR}/${P}
DESCRIPTION="X-Chat is a graphical IRC client for UNIX operating systems."
@@ -28,7 +28,6 @@ src_unpack() {
cd ${S}
patch -p1 <${FILESDIR}/xc1810fixme3.diff
- patch < ${FILESDIR}/xchat-desktop.patch
cp configure configure.orig
use python && ( \
@@ -79,7 +78,6 @@ src_compile() {
&& myopts="${myopts} --enable-python"
./configure \
- --sysconfdir=${D}/usr/share \
--prefix=/usr \
--host=${CHOST} \
${myopts} || die
@@ -92,7 +90,6 @@ src_install() {
use kde && ( \
make \
prefix=${D}/usr \
- utildir=${D}${KDEDIR}/share/applnk/Internet \
install || die
) || ( \
make \