summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2003-12-28 20:33:00 +0000
committerChuck Short <zul@gentoo.org>2003-12-28 20:33:00 +0000
commit1bb359123956c29065e270d90c1fcad81b283498 (patch)
tree30bd5f0709f48dca482346855d4fae71bdb4f36e /net-irc
parentVersion bump, marked stable, added patch. (diff)
downloadhistorical-1bb359123956c29065e270d90c1fcad81b283498.tar.gz
historical-1bb359123956c29065e270d90c1fcad81b283498.tar.bz2
historical-1bb359123956c29065e270d90c1fcad81b283498.zip
Version bump, marked stable, added patch.
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/vyqchat/Manifest6
-rw-r--r--net-irc/vyqchat/files/digest-vyqchat-0.2.31
-rw-r--r--net-irc/vyqchat/files/vyqchat_packet_id.patch11
-rw-r--r--net-irc/vyqchat/vyqchat-0.1.1.ebuild4
-rw-r--r--net-irc/vyqchat/vyqchat-0.2.3.ebuild35
5 files changed, 52 insertions, 5 deletions
diff --git a/net-irc/vyqchat/Manifest b/net-irc/vyqchat/Manifest
index c714bfa6d86f..289c5889db66 100644
--- a/net-irc/vyqchat/Manifest
+++ b/net-irc/vyqchat/Manifest
@@ -1,6 +1,6 @@
-MD5 4175e42ad13930f8fa28eefd2a075523 vyqchat-0.1.1.ebuild 829
-MD5 b77e893472a8edfbf35ffb0ab2f68fd9 vyqchat-0.2.3.ebuild 878
-MD5 3592cf4ea651a3154060c433c63e50e0 ChangeLog 351
+MD5 56ccdfd24e7498254fd0aab35158f3c0 vyqchat-0.1.1.ebuild 822
+MD5 3e7463ec4a4b4b37bc974940c7e0cab2 vyqchat-0.2.3.ebuild 868
+MD5 054377b3a53b034f928a12b64c444d99 ChangeLog 609
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 26be75128cee034d9b8356e30f45e32e files/digest-vyqchat-0.1.1 65
MD5 0287c53dce94dacfc511965ed235b5a7 files/digest-vyqchat-0.2.3 65
diff --git a/net-irc/vyqchat/files/digest-vyqchat-0.2.3 b/net-irc/vyqchat/files/digest-vyqchat-0.2.3
new file mode 100644
index 000000000000..7153f9169d25
--- /dev/null
+++ b/net-irc/vyqchat/files/digest-vyqchat-0.2.3
@@ -0,0 +1 @@
+MD5 ac225093d8e117a5bba772e1e654c8fe vyqchat-0.2.3.tar.gz 239405
diff --git a/net-irc/vyqchat/files/vyqchat_packet_id.patch b/net-irc/vyqchat/files/vyqchat_packet_id.patch
new file mode 100644
index 000000000000..ef7c1e29f7f1
--- /dev/null
+++ b/net-irc/vyqchat/files/vyqchat_packet_id.patch
@@ -0,0 +1,11 @@
+--- vyqchat-0.2.3/vysocket.cpp 2003-11-18 22:25:51.000000000 +0000
++++ vyqchat-0.2.3-mindeh/vysocket.cpp 2003-12-26 19:21:38.000000000 +0000
+@@ -78,7 +78,7 @@
+ //
+ // packet id
+ for (int i=1; i<11; i++)
+- pdata[i] = 0x20 + random()%95;
++ pdata[i] = 0x30 + random()%9;
+ //
+ // the rest of the packet
+ plen = vsprintf(pdata+10, format, arg);
diff --git a/net-irc/vyqchat/vyqchat-0.1.1.ebuild b/net-irc/vyqchat/vyqchat-0.1.1.ebuild
index 7e68f5e364ac..645359d6dea9 100644
--- a/net-irc/vyqchat/vyqchat-0.1.1.ebuild
+++ b/net-irc/vyqchat/vyqchat-0.1.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/vyqchat/vyqchat-0.1.1.ebuild,v 1.2 2003/10/06 06:11:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/vyqchat/vyqchat-0.1.1.ebuild,v 1.3 2003/12/28 20:32:03 zul Exp $
DESCRIPTION="QT based Vypress Chat clone for X."
HOMEPAGE="http://linux.bydg.org/~yogin/"
SRC_URI="http://linux.bydg.org/~yogin/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE="arts"
diff --git a/net-irc/vyqchat/vyqchat-0.2.3.ebuild b/net-irc/vyqchat/vyqchat-0.2.3.ebuild
new file mode 100644
index 000000000000..14a964ae9bad
--- /dev/null
+++ b/net-irc/vyqchat/vyqchat-0.2.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/vyqchat/vyqchat-0.2.3.ebuild,v 1.1 2003/12/28 20:32:03 zul Exp $
+
+DESCRIPTION="QT based Vypress Chat clone for X."
+HOMEPAGE="http://linux.bydg.org/~yogin/"
+SRC_URI="http://linux.bydg.org/~yogin/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE="arts"
+
+DEPEND=">=qt-3.0
+ arts? ( kde-base/arts )"
+RDEPEND="${DEPEND}"
+S=${WORKDIR}/${P}
+
+src_compile() {
+ local myconf
+
+ epatch ${FILESDIR}/vyqchat_packet_id.patch
+
+ use arts && myconf="--with-arts"
+ ./configure --host=${CHOST} \
+ --prefix=/usr --infodir=/usr/share/info \
+ --mandir=/usr/share/man --with-x \
+ --with-Qt-dir=/usr/qt/3 ${myconf} || die "./configure failed"
+ make || die
+}
+
+src_install() {
+ einstall || die
+ dodoc README THANKS NEWS
+}