diff options
-rw-r--r-- | net-irc/vyqchat/ChangeLog | 9 | ||||
-rw-r--r-- | net-irc/vyqchat/Manifest | 6 | ||||
-rw-r--r-- | net-irc/vyqchat/files/digest-vyqchat-0.2.3 | 1 | ||||
-rw-r--r-- | net-irc/vyqchat/files/vyqchat_packet_id.patch | 11 | ||||
-rw-r--r-- | net-irc/vyqchat/vyqchat-0.1.1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/vyqchat/vyqchat-0.2.3.ebuild | 35 |
6 files changed, 60 insertions, 6 deletions
diff --git a/net-irc/vyqchat/ChangeLog b/net-irc/vyqchat/ChangeLog index c966a91f7599..bb1e7b00b2b5 100644 --- a/net-irc/vyqchat/ChangeLog +++ b/net-irc/vyqchat/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-irc/vyqchat # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/vyqchat/ChangeLog,v 1.1 2003/10/05 17:40:22 gregf Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/vyqchat/ChangeLog,v 1.2 2003/12/28 20:32:03 zul Exp $ + +*vyqchat-0.2.3 (28 Dec 2003) + + 28 Dec 2003; Chuck Short <zul@gentoo.org> vyqchat-0.1.1.ebuild, + vyqchat-0.2.3.ebuild, files/vyqchat_packet_id.patch: + 0.1.1 marked stable 0.2.3 version bump, added patch, removed emake because it + did not compile properly. *vyqchat-0.1.1 (05 Oct 2003) 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 +} |