diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:02:59 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:02:59 +0000 |
commit | f04fab693608b48b1793d947dc25cfa1c603630b (patch) | |
tree | 195fc0588cc5352d48a0a66a6ccae4201da2d155 /net-irc | |
parent | Adding a bunch of xkb patches and other things. PATCH_VER is 2.1.11. (diff) | |
download | gentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.tar.gz gentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.tar.bz2 gentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'net-irc')
39 files changed, 213 insertions, 209 deletions
diff --git a/net-irc/bitchx/Manifest b/net-irc/bitchx/Manifest index 60bca7c60126..bd389ddea2e1 100644 --- a/net-irc/bitchx/Manifest +++ b/net-irc/bitchx/Manifest @@ -1,13 +1,13 @@ MD5 1e9365d968f8c24d95df85fcad9d80fb ChangeLog 4894 -MD5 5c7d583f1f3be0370df65dc3f1c3e780 bitchx-1.0.19-r5.ebuild 3671 +MD5 841811546e016b129fdb6fb797d607ec bitchx-1.0.19-r6.ebuild 3845 +MD5 9ca343d8b4492e10424a58f076335aad bitchx-1.0.19-r5.ebuild 3667 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 2a908bd664784bd458207d90fef5a7bf bitchx-1.0.19-r6.ebuild 3849 MD5 10a57b14bb58910e1f373fbc1b8b2197 files/bitchx-1.0.19-cjk.patch 7050 -MD5 6a18811962d6992f9175f98d771d3d30 files/bitchx-1.0.19-gcc-3.3.patch 472 MD5 2573358b54ae05f8c23a452f657493e3 files/bitchx-1.0.19-security.patch 332 MD5 04374fc6080f46b1c3e9318e3ab657cf files/bitchx-1.0.19-security2.patch 5529 -MD5 cbd7411b65cfa8370ea570ff3daa9ab9 files/digest-bitchx-1.0.19-r5 136 MD5 9230369276af6c8a1cdd7a584927cd47 files/bitchx-1.0.19-hebrew.patch 477 -MD5 3b4e5923d1c18b01092e2d43b2989d5f files/digest-bitchx-1.0.19-r6 70 -MD5 553435cb4dc291a662cefb374ad57a1d files/bitchx-1.0.19-nickcomp-nocolor.patch 495 MD5 d37e1625d80fafd8d98655472b706214 files/bitchx-1.0.19-freenode.patch 917 +MD5 553435cb4dc291a662cefb374ad57a1d files/bitchx-1.0.19-nickcomp-nocolor.patch 495 +MD5 cbd7411b65cfa8370ea570ff3daa9ab9 files/digest-bitchx-1.0.19-r5 136 +MD5 6a18811962d6992f9175f98d771d3d30 files/bitchx-1.0.19-gcc-3.3.patch 472 +MD5 3b4e5923d1c18b01092e2d43b2989d5f files/digest-bitchx-1.0.19-r6 70 diff --git a/net-irc/bitchx/bitchx-1.0.19-r5.ebuild b/net-irc/bitchx/bitchx-1.0.19-r5.ebuild index 49864d081199..112845268cc6 100644 --- a/net-irc/bitchx/bitchx-1.0.19-r5.ebuild +++ b/net-irc/bitchx/bitchx-1.0.19-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r5.ebuild,v 1.11 2003/08/20 02:08:36 gregf Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r5.ebuild,v 1.12 2003/09/06 22:02:56 msterret Exp $ inherit flag-o-matic eutils @@ -25,7 +25,7 @@ replace-flags -O[3-9] -O2 # hppa need -fPIC too [ "${ARCH}" = "hppa" ] && append-flags "-fPIC" -DEPEND=">=sys-libs/ncurses-5.1 +DEPEND=">=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 ) xmms? ( media-sound/xmms ) ncurses? ( sys-libs/ncurses ) @@ -62,7 +62,7 @@ src_compile() { use esd && use gtk \ && myconf="${myconf} --enable-sound" \ || myconf="${myconf} --disable-sound" - + use gtk && use gnome\ && myconf="${myconf} --with-gtk" \ || myconf="${myconf} --without-gtk" @@ -75,7 +75,7 @@ src_compile() { #use ncurses \ # && myconf="${myconf} --without-tgetent" \ # || myconf="${myconf} --with-tgetent" - + # lamer@gentoo.org BROKEN, will not work with our socks # implementations, is looking for a SOCKSConnect function that our # dante packages don't have :-( @@ -86,14 +86,14 @@ src_compile() { mv ${S}/include/config.h ${S}/include/config.h.orig sed -e "s/#undef LATIN1/#define LATIN1 ON/;" \ ${S}/include/config.h.orig > \ - ${S}/include/config.h + ${S}/include/config.h #ugly workaround use gtk && use gnome && ( \ einfo "gtkBitchX will be built, if you want BitchX please issue" - einfo "USE="-gtk" emerge bitchx" + einfo "USE="-gtk" emerge bitchx" sleep 10 ) && CFLAGS="${CFLAGS} -I/usr/include/gnome-1.0" - + econf CFLAGS="${CFLAGS}" \ --enable-cdrom \ --with-plugins \ @@ -124,7 +124,7 @@ src_install () { insinto /usr/X11R6/include/bitmaps doins BitchX.xpm - dodoc BitchX-* BitchX.bot *.doc BitchX.faq README.hooks + dodoc BitchX-* BitchX.bot *.doc BitchX.faq README.hooks dodoc bugs *.txt functions ideas mode tcl-ideas watch dodoc *.tcl dohtml *.html diff --git a/net-irc/bitchx/bitchx-1.0.19-r6.ebuild b/net-irc/bitchx/bitchx-1.0.19-r6.ebuild index 082132a7096f..8fa892c8f41c 100644 --- a/net-irc/bitchx/bitchx-1.0.19-r6.ebuild +++ b/net-irc/bitchx/bitchx-1.0.19-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r6.ebuild,v 1.2 2003/09/05 18:05:59 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/bitchx/bitchx-1.0.19-r6.ebuild,v 1.3 2003/09/06 22:02:56 msterret Exp $ inherit flag-o-matic eutils @@ -25,7 +25,7 @@ replace-flags -O[3-9] -O2 # hppa need -fPIC too [ "${ARCH}" = "hppa" ] && append-flags "-fPIC" -DEPEND=">=sys-libs/ncurses-5.1 +DEPEND=">=sys-libs/ncurses-5.1 ssl? ( >=dev-libs/openssl-0.9.6 ) xmms? ( media-sound/xmms ) ncurses? ( sys-libs/ncurses ) @@ -64,7 +64,7 @@ src_compile() { use esd && use gtk \ && myconf="${myconf} --enable-sound" \ || myconf="${myconf} --disable-sound" - + use gtk && use gnome\ && myconf="${myconf} --with-gtk" \ || myconf="${myconf} --without-gtk" @@ -77,7 +77,7 @@ src_compile() { #use ncurses \ # && myconf="${myconf} --without-tgetent" \ # || myconf="${myconf} --with-tgetent" - + # lamer@gentoo.org BROKEN, will not work with our socks # implementations, is looking for a SOCKSConnect function that our # dante packages don't have :-( @@ -88,14 +88,14 @@ src_compile() { mv ${S}/include/config.h ${S}/include/config.h.orig sed -e "s/#undef LATIN1/#define LATIN1 ON/;" \ ${S}/include/config.h.orig > \ - ${S}/include/config.h + ${S}/include/config.h #ugly workaround use gtk && use gnome && ( \ einfo "gtkBitchX will be built, if you want BitchX please issue" - einfo "USE="-gtk" emerge bitchx" + einfo "USE="-gtk" emerge bitchx" sleep 10 ) && CFLAGS="${CFLAGS} -I/usr/include/gnome-1.0" - + econf CFLAGS="${CFLAGS}" \ --enable-cdrom \ --with-plugins \ @@ -126,7 +126,7 @@ src_install () { insinto /usr/X11R6/include/bitmaps doins BitchX.xpm - dodoc BitchX-* BitchX.bot *.doc BitchX.faq README.hooks + dodoc BitchX-* BitchX.bot *.doc BitchX.faq README.hooks dodoc bugs *.txt functions ideas mode tcl-ideas watch dodoc *.tcl dohtml *.html diff --git a/net-irc/cyclone/Manifest b/net-irc/cyclone/Manifest index 3bb65c57f964..fd4362b8f852 100644 --- a/net-irc/cyclone/Manifest +++ b/net-irc/cyclone/Manifest @@ -1,5 +1,5 @@ MD5 1b8ee44093982934ef2d64ca8824e85f ChangeLog 557 +MD5 ffa2f415423df61ae710bc08b60f00e8 cyclone-0.3.1.1.ebuild 3804 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 c13dab62a0c76c92de3e59b5fa0c37fa cyclone-0.3.1.1.ebuild 3804 -MD5 1e39d487d36b4205327d85f126b9831c files/res_init.c 6485 MD5 0bd50ab68ee1e3e2d0135f402bece427 files/digest-cyclone-0.3.1.1 67 +MD5 1e39d487d36b4205327d85f126b9831c files/res_init.c 6485 diff --git a/net-irc/cyclone/cyclone-0.3.1.1.ebuild b/net-irc/cyclone/cyclone-0.3.1.1.ebuild index 7ec2c3e40788..2be09404ec03 100644 --- a/net-irc/cyclone/cyclone-0.3.1.1.ebuild +++ b/net-irc/cyclone/cyclone-0.3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/cyclone/cyclone-0.3.1.1.ebuild,v 1.9 2003/07/13 12:54:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/cyclone/cyclone-0.3.1.1.ebuild,v 1.10 2003/09/06 22:02:56 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="IRC daemon with hostname cloaking, SOCKS proxy checking and other advanced features" @@ -14,7 +14,7 @@ DEPEND="virtual/glibc" src_unpack() { unpack ${P}.tar.gz - cp ${FILESDIR}/res_init.c ${S}/src + cp ${FILESDIR}/res_init.c ${S}/src } @@ -25,15 +25,15 @@ src_compile() { # merging of this package a config file is created in /etc/cyclone # which is reused whenever this package is upgraded. - # If you wish to modify this configuration in the future, you can - # either edit this ebuild or edit the created /etc/cyclone/config and + # If you wish to modify this configuration in the future, you can + # either edit this ebuild or edit the created /etc/cyclone/config and # remerge this ebuild. if [ -f /etc/cyclone/config ] then einfo Reusing compile time configuration stored in /etc/cyclone/config... einfo To reset the configuration delete the config file and remerge. - + cp /etc/cyclone/config ${S}/.config else einfo No previous configuration found... using defaults defined in ebuild... diff --git a/net-irc/dancer-ircd/Manifest b/net-irc/dancer-ircd/Manifest index 24a889c97a16..56e2d81de0d4 100644 --- a/net-irc/dancer-ircd/Manifest +++ b/net-irc/dancer-ircd/Manifest @@ -1,7 +1,7 @@ -MD5 d552367cc9f37bb61e9820f3751809cf dancer-ircd-1.0.31_p8-r1.ebuild 2850 -MD5 bccfc28d187cdb28180a80d14a387940 dancer-ircd-1.0.31_p8.ebuild 2803 MD5 2b4679c1e59fda99f3d19e5fb6f822e6 ChangeLog 650 +MD5 a670268f32a2f2383c5c2cc20ef33d46 dancer-ircd-1.0.31_p8.ebuild 2797 +MD5 edb57a1ff86da84b1eb6be40ec7aedac dancer-ircd-1.0.31_p8-r1.ebuild 2843 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 MD5 7d6560feba57b7a6f1182b1445a49510 files/dancer-ircd 549 -MD5 51a35efb94de113553830d9cf2d0d2be files/digest-dancer-ircd-1.0.31_p8-r1 144 MD5 51a35efb94de113553830d9cf2d0d2be files/digest-dancer-ircd-1.0.31_p8 144 +MD5 51a35efb94de113553830d9cf2d0d2be files/digest-dancer-ircd-1.0.31_p8-r1 144 diff --git a/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild b/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild index 17b85bd41983..7df7985cb2f0 100644 --- a/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild +++ b/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild,v 1.1 2003/05/05 18:23:58 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8-r1.ebuild,v 1.2 2003/09/06 22:02:56 msterret Exp $ DESCRIPTION="A ircd with ipv6 support use by the freenode network" HOMEPAGE="http://freenode.net/dancer_ircd.shtml" -SRC_URI="http://www.doc.ic.ac.uk/~aps100/dancer/dancer-ircd/stable/releases/dancer-ircd-${PV/_p/+maint}.tar.gz +SRC_URI="http://www.doc.ic.ac.uk/~aps100/dancer/dancer-ircd/stable/releases/dancer-ircd-${PV/_p/+maint}.tar.gz ipv6? ( http://freenode.net/dancer-maint5+IPv6.diff )" @@ -26,13 +26,13 @@ src_unpack() { unpack dancer-ircd-${PV/_p/+maint}.tar.gz use ipv6 && cd ${S} && patch -p1 < ${DISTDIR}/dancer-maint5+IPv6.diff - + cp ${S}/include/config.h ${S}/include/config.h.orig cat ${S}/include/config.h.orig | grep -v "#define KPATH" | grep -v "#define DLPATH" > ${S}/include/config.h echo "#define KPATH \"etc/dancer-ircd/kline.conf\"" >> ${S}/include/config.h echo "#define DLPATH \"etc/dancer-ircd/dline.conf\"" >> ${S}/include/config.h - + if [ "${SMALLNET}" = "y" ] then cp ${S}/include/config.h ${S}/include/config.h.tmp @@ -58,7 +58,7 @@ src_install() { echo doc docbook2html -u doc/sgml/dancer-oper-guide/dancer-oper-guide.sgml dohtml dancer-oper-guide.html - + docbook2html -u doc/sgml/dancer-user-guide/dancer-user-guide.sgml dohtml dancer-user-guide.html else @@ -66,9 +66,9 @@ src_install() { fi dodoc doc/README doc/README.TSora doc/RELNOTES.hybrid-6 doc/Tao-of-IRC.940110 doc/README.umodes \ doc/rfc1459.txt doc/example.conf doc/README.small_nets - - # Very outated man page - # doman doc/ircd.8 + + # Very outated man page + # doman doc/ircd.8 insinto /usr diff --git a/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8.ebuild b/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8.ebuild index 555616641db8..32c036f1457a 100644 --- a/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8.ebuild +++ b/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8.ebuild,v 1.3 2003/07/13 12:54:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/dancer-ircd/dancer-ircd-1.0.31_p8.ebuild,v 1.4 2003/09/06 22:02:56 msterret Exp $ DESCRIPTION="A ircd with ipv6 support use by the freenode network" HOMEPAGE="http://freenode.net/dancer_ircd.shtml" -SRC_URI="http://www.doc.ic.ac.uk/~aps100/dancer/dancer-ircd/stable/releases/dancer-ircd-${PV/_p/+maint}.tar.gz +SRC_URI="http://www.doc.ic.ac.uk/~aps100/dancer/dancer-ircd/stable/releases/dancer-ircd-${PV/_p/+maint}.tar.gz ipv6? ( http://freenode.net/dancer-maint5+IPv6.diff )" @@ -26,13 +26,13 @@ src_unpack() { unpack dancer-ircd-${PV/_p/+maint}.tar.gz use ipv6 && cd ${S} && patch -p1 < ${DISTDIR}/dancer-maint5+IPv6.diff - + cp ${S}/include/config.h ${S}/include/config.h.orig cat ${S}/include/config.h.orig | grep -v "#define KPATH" | grep -v "#define DLPATH" > ${S}/include/config.h echo "#define KPATH \"etc/dancer-ircd/kline.conf\"" >> ${S}/include/config.h echo "#define DLPATH \"etc/dancer-ircd/dline.conf\"" >> ${S}/include/config.h - + if [ "${SMALLNET}" = "y" ] then cp ${S}/include/config.h ${S}/include/config.h.tmp @@ -57,15 +57,15 @@ src_install() { then docbook2html -u doc/sgml/dancer-oper-guide/dancer-oper-guide.sgml dohtml doc/sgml/dancer-oper-guide/dancer-oper-guide.html - + docbook2html -u doc/sgml/dancer-user-guide/dancer-user-guide.sgml dohtml doc/sgml/dancer-user-guide/dancer-user-guide.html fi dodoc doc/README doc/README.TSora doc/RELNOTES.hybrid-6 doc/Tao-of-IRC.940110 doc/README.umodes \ doc/rfc1459.txt doc/example.conf doc/README.small_nets - - # Very outated man page - # doman doc/ircd.8 + + # Very outated man page + # doman doc/ircd.8 insinto /usr @@ -80,7 +80,7 @@ src_install() { exeinto /etc/init.d/ doexe ${FILESDIR}/dancer-ircd - + } diff --git a/net-irc/eggdrop/Manifest b/net-irc/eggdrop/Manifest index 5ef1b7006858..644c140dd42e 100644 --- a/net-irc/eggdrop/Manifest +++ b/net-irc/eggdrop/Manifest @@ -1,4 +1,8 @@ -MD5 d0cfb87a1b81e2bd73e7d22b5aab08d5 eggdrop-1.6.15.ebuild 1610 MD5 28603c397510e59a6393d986ba5b43e0 ChangeLog 483 +MD5 3c38aa98447b9ce2b9fbe296c2d95da2 eggdrop-1.6.15.ebuild 1604 MD5 e9830c3f4fb21aa6a8651d6e47bae613 files/digest-eggdrop-1.6.15 65 MD5 39427a479d743e7e81bba1f9d58b2bae files/eggdrop-installer 2313 +MD5 1892518b7bb9c06cf7cfd46868012971 files/eggdrop-1.6.15-botchk.patch 2931 +MD5 e410ac6d9adce910c8f37daf99a4b0e1 files/eggdrop-1.6.15-config.patch 6182 +MD5 de237a9eaabae91f41afbd6d18448320 files/eggdrop-1.6.15-configure-in.patch 575 +MD5 86513844ef13a664bc5bf7d1a68d2d59 files/eggdrop-1.6.15-potential-undef-tm-struct.patch 523 diff --git a/net-irc/eggdrop/eggdrop-1.6.15.ebuild b/net-irc/eggdrop/eggdrop-1.6.15.ebuild index 064573d01280..36fe1bc5b504 100644 --- a/net-irc/eggdrop/eggdrop-1.6.15.ebuild +++ b/net-irc/eggdrop/eggdrop-1.6.15.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.15.ebuild,v 1.1 2003/07/29 01:12:51 gregf Exp $ - +# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.15.ebuild,v 1.2 2003/09/06 22:02:56 msterret Exp $ + DESCRIPTION="An IRC bot extensible with C or Tcl." HOMEPAGE="http://www.eggheads.org/" SRC_URI="ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/eggdrop${PV}.tar.gz" @@ -37,12 +37,12 @@ src_compile() { --host=${CHOST} \ --disable-cc-optimization \ ${myconf} || die "./configure failed" - + make config || die "module config failed" if use static; then make static || die "make static failed" - fi + fi if use debug; then make debug || die "make debug failed" @@ -52,7 +52,7 @@ src_compile() { } src_install() { - + local a make DEST=${D}/opt/eggdrop install diff --git a/net-irc/epic4/Manifest b/net-irc/epic4/Manifest index 2c2f307607cf..a0a9706117b7 100644 --- a/net-irc/epic4/Manifest +++ b/net-irc/epic4/Manifest @@ -1,10 +1,10 @@ -MD5 1bf12e87afe4258b9f0e11ca31a11791 epic4-1.1.10.ebuild 2091 -MD5 302c790a55ca46c8640970a4075d98b7 epic4-1.1.12.ebuild 2055 MD5 b2792be7925737c2b7902f9bbcb33353 ChangeLog 3744 +MD5 1fcf43a7d722d8872849b0ab8b8282a8 epic4-1.1.12.ebuild 2052 +MD5 32a5b5bcc9af8ee76dc7c3992556f546 epic4-1.1.10.ebuild 2089 +MD5 1ccbae396ded8ea5a976d1f4dca7fd63 epic4-1.1.11.ebuild 2052 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 616e041798d3bcb508fe77f44c0ffba1 epic4-1.1.11.ebuild 2054 -MD5 33df45dcbc3a9e94246c4ee10474f332 files/epic4-1.0.1-gcc33.patch 850 -MD5 1d5075abb862c8b98c2b16df96e37407 files/local 21043 +MD5 ba4d2ddbd0684162f51e77963a2d814e files/digest-epic4-1.1.12 136 MD5 2289cb86bb8dc556621d35033fe11471 files/digest-epic4-1.1.10 136 MD5 aa8d68a42c147390f37438a6e8171fd1 files/digest-epic4-1.1.11 136 -MD5 ba4d2ddbd0684162f51e77963a2d814e files/digest-epic4-1.1.12 136 +MD5 1d5075abb862c8b98c2b16df96e37407 files/local 21043 +MD5 33df45dcbc3a9e94246c4ee10474f332 files/epic4-1.0.1-gcc33.patch 850 diff --git a/net-irc/epic4/epic4-1.1.10.ebuild b/net-irc/epic4/epic4-1.1.10.ebuild index c7dda7aa5be3..1af759996b9a 100644 --- a/net-irc/epic4/epic4-1.1.10.ebuild +++ b/net-irc/epic4/epic4-1.1.10.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.1.10.ebuild,v 1.5 2003/07/13 12:54:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.1.10.ebuild,v 1.6 2003/09/06 22:02:56 msterret Exp $ IUSE="ipv6 perl ssl" DESCRIPTION="Epic4 IRC Client" SRC_URI="ftp://prbh.org/pub/epic/EPIC4-ALPHA/${P}.tar.bz2 - ftp://prbh.org/pub/epic/EPIC4-PRODUCTION/epic4-help-20030114.tar.gz" + ftp://prbh.org/pub/epic/EPIC4-PRODUCTION/epic4-help-20030114.tar.gz" HOMEPAGE="http://epicsol.org" SLOT="0" @@ -25,11 +25,11 @@ src_compile() { use ipv6 \ && myconf="${myconf} --with-ipv6" \ || myconf="${myconf} --without-ipv6" - + use perl \ && myconf="${myconf} --with-perl" \ || myconf="${myconf} --without-perl" - + use ssl \ && myconf="${myconf} --with-ssl" \ || myconf="${myconf} --without-ssl" @@ -42,7 +42,7 @@ src_compile() { econf \ --libexecdir=/usr/lib/misc \ ${myconf} || die - + make || die } @@ -53,13 +53,13 @@ src_install () { rm -f ${D}/usr/bin/epic dosym epic-EPIC4-${PV} /usr/bin/epic - + dodoc BUG_FORM COPYRIGHT README KNOWNBUGS VOTES docinto doc cd doc dodoc *.txt colors EPIC* IRCII_VERSIONS local_vars missing new-load dodoc nicknames outputhelp server_groups SILLINESS TS4 - + dodir /usr/share/epic tar zxvf ${DISTDIR}/epic4-help-20030114.tar.gz -C ${D}/usr/share/epic } diff --git a/net-irc/epic4/epic4-1.1.11.ebuild b/net-irc/epic4/epic4-1.1.11.ebuild index 1fcc65d6f1d1..30f4ea37c166 100644 --- a/net-irc/epic4/epic4-1.1.11.ebuild +++ b/net-irc/epic4/epic4-1.1.11.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.1.11.ebuild,v 1.3 2003/07/13 12:54:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.1.11.ebuild,v 1.4 2003/09/06 22:02:56 msterret Exp $ IUSE="ipv6 perl ssl tcltk" DESCRIPTION="Epic4 IRC Client" SRC_URI="ftp://prbh.org/pub/epic/EPIC4-ALPHA/${P}.tar.bz2 - ftp://prbh.org/pub/epic/EPIC4-PRODUCTION/epic4-help-20030114.tar.gz" + ftp://prbh.org/pub/epic/EPIC4-PRODUCTION/epic4-help-20030114.tar.gz" HOMEPAGE="http://epicsol.org" SLOT="0" @@ -27,11 +27,11 @@ src_compile() { use ipv6 \ && myconf="${myconf} --with-ipv6" \ || myconf="${myconf} --without-ipv6" - + use perl \ && myconf="${myconf} --with-perl" \ || myconf="${myconf} --without-perl" - + use ssl \ && myconf="${myconf} --with-ssl" \ || myconf="${myconf} --without-ssl" @@ -43,7 +43,7 @@ src_compile() { econf \ --libexecdir=/usr/lib/misc \ ${myconf} || die - + make || die } @@ -54,13 +54,13 @@ src_install () { rm -f ${D}/usr/bin/epic dosym epic-EPIC4-${PV} /usr/bin/epic - + dodoc BUG_FORM COPYRIGHT README KNOWNBUGS VOTES docinto doc cd doc dodoc *.txt colors EPIC* IRCII_VERSIONS local_vars missing new-load dodoc nicknames outputhelp server_groups SILLINESS TS4 - + dodir /usr/share/epic tar zxvf ${DISTDIR}/epic4-help-20030114.tar.gz -C ${D}/usr/share/epic } diff --git a/net-irc/epic4/epic4-1.1.12.ebuild b/net-irc/epic4/epic4-1.1.12.ebuild index d403ee2754a3..197f0bdbb07c 100644 --- a/net-irc/epic4/epic4-1.1.12.ebuild +++ b/net-irc/epic4/epic4-1.1.12.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.1.12.ebuild,v 1.1 2003/08/01 01:01:39 gregf Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/epic4/epic4-1.1.12.ebuild,v 1.2 2003/09/06 22:02:56 msterret Exp $ IUSE="ipv6 perl ssl tcltk" DESCRIPTION="Epic4 IRC Client" SRC_URI="ftp://prbh.org/pub/epic/EPIC4-ALPHA/${P}.tar.bz2 - ftp://prbh.org/pub/epic/EPIC4-PRODUCTION/epic4-help-20030114.tar.gz" + ftp://prbh.org/pub/epic/EPIC4-PRODUCTION/epic4-help-20030114.tar.gz" HOMEPAGE="http://epicsol.org" SLOT="0" @@ -27,11 +27,11 @@ src_compile() { use ipv6 \ && myconf="${myconf} --with-ipv6" \ || myconf="${myconf} --without-ipv6" - + use perl \ && myconf="${myconf} --with-perl" \ || myconf="${myconf} --without-perl" - + use ssl \ && myconf="${myconf} --with-ssl" \ || myconf="${myconf} --without-ssl" @@ -43,7 +43,7 @@ src_compile() { econf \ --libexecdir=/usr/lib/misc \ ${myconf} || die - + make || die } @@ -54,13 +54,13 @@ src_install () { rm -f ${D}/usr/bin/epic dosym epic-EPIC4-${PV} /usr/bin/epic - + dodoc BUG_FORM COPYRIGHT README KNOWNBUGS VOTES docinto doc cd doc dodoc *.txt colors EPIC* IRCII_VERSIONS local_vars missing new-load dodoc nicknames outputhelp server_groups SILLINESS TS4 - + dodir /usr/share/epic tar zxvf ${DISTDIR}/epic4-help-20030114.tar.gz -C ${D}/usr/share/epic } diff --git a/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild b/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild index 06657becc3d1..cf6116cfa65e 100644 --- a/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild +++ b/net-irc/irssi-cvs/irssi-cvs-0.1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="http://irssi.org/" DEPEND=" >=dev-libs/glib-1.2 sys-libs/ncurses perl? ( dev-lang/perl ) - !net-irc/irssi" + !net-irc/irssi" RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" @@ -30,10 +30,10 @@ src_compile() { # Note: there is an option to build a GUI for irssi, but according # to the website the GUI is no longer developed, so that option is # not used here. - + # Edit these if you like myconf="--without-servertest --with-bot --with-proxy --with-ncurses" - + use nls || myconf="${myconf} --disable-nls" #perl is auto-detected and must be explicitly disabled diff --git a/net-irc/irssi/Manifest b/net-irc/irssi/Manifest index 0e3079b26668..1bb46f44a036 100644 --- a/net-irc/irssi/Manifest +++ b/net-irc/irssi/Manifest @@ -1,9 +1,9 @@ -MD5 8166a0faf975ff5c75f39c1b2bfeaa04 irssi-0.8.5-r2.ebuild 1866 -MD5 e7935ba96cdcba222a63aebd55acb3d2 irssi-0.8.6-r3.ebuild 2486 -MD5 f31a7422d0fba4cc87d760697717bdb5 irssi-0.8.6-r2.ebuild 2372 MD5 defb8ed2e585491b20ad9e930b5c2fda ChangeLog 3640 +MD5 010f51ca1f64db3840d7d8ad57159429 irssi-0.8.5-r2.ebuild 1865 +MD5 f8aa78b673a0a7536d33d273d37b1ba8 irssi-0.8.6-r2.ebuild 2372 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 e75d250d81ec4a41f6bff2130b4d6a0b files/irssi-0.8.6-configure.patch 976 +MD5 8c746d3e541362ff514014500b11d810 irssi-0.8.6-r3.ebuild 2489 MD5 1920fb9f4aba0f95f26302d82430ffa8 files/digest-irssi-0.8.5-r2 64 MD5 cb17857da5af4446fef7e94d553277de files/digest-irssi-0.8.6-r2 64 +MD5 e75d250d81ec4a41f6bff2130b4d6a0b files/irssi-0.8.6-configure.patch 976 MD5 cb17857da5af4446fef7e94d553277de files/digest-irssi-0.8.6-r3 64 diff --git a/net-irc/irssi/irssi-0.8.5-r2.ebuild b/net-irc/irssi/irssi-0.8.5-r2.ebuild index a270b819f3ce..7460d17ff53e 100644 --- a/net-irc/irssi/irssi-0.8.5-r2.ebuild +++ b/net-irc/irssi/irssi-0.8.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.5-r2.ebuild,v 1.11 2003/03/11 21:11:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.5-r2.ebuild,v 1.12 2003/09/06 22:02:56 msterret Exp $ IUSE="nls ipv6 perl" @@ -25,10 +25,10 @@ src_compile() { # Note: there is an option to build a GUI for irssi, but according # to the website the GUI is no longer developed, so that option is # not used here. - + # Edit these if you like myconf="--without-servertest --with-bot --with-proxy --with-ncurses" - + use nls || myconf="${myconf} --disable-nls" #perl is auto-detected and must be explicitly disabled diff --git a/net-irc/irssi/irssi-0.8.6-r2.ebuild b/net-irc/irssi/irssi-0.8.6-r2.ebuild index 9a0aff141062..b2a33ead20ba 100644 --- a/net-irc/irssi/irssi-0.8.6-r2.ebuild +++ b/net-irc/irssi/irssi-0.8.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.6-r2.ebuild,v 1.13 2003/08/07 09:15:46 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.6-r2.ebuild,v 1.14 2003/09/06 22:02:56 msterret Exp $ IUSE="nls ipv6 perl" @@ -39,10 +39,10 @@ src_compile() { # Note: there is an option to build a GUI for irssi, but according # to the website the GUI is no longer developed, so that option is # not used here. - + # Edit these if you like myconf="--without-servertest --with-bot --with-proxy --with-ncurses" - + use nls || myconf="${myconf} --disable-nls" #perl is auto-detected and must be explicitly disabled diff --git a/net-irc/irssi/irssi-0.8.6-r3.ebuild b/net-irc/irssi/irssi-0.8.6-r3.ebuild index af40e87d187d..9bc4d16ab3a2 100644 --- a/net-irc/irssi/irssi-0.8.6-r3.ebuild +++ b/net-irc/irssi/irssi-0.8.6-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.6-r3.ebuild,v 1.1 2003/08/22 01:56:51 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/irssi/irssi-0.8.6-r3.ebuild,v 1.2 2003/09/06 22:02:56 msterret Exp $ IUSE="nls ipv6 perl ssl" @@ -40,10 +40,10 @@ src_compile() { # Note: there is an option to build a GUI for irssi, but according # to the website the GUI is no longer developed, so that option is # not used here. - + # Edit these if you like myconf="--without-servertest --with-bot --with-proxy --with-ncurses" - + use nls || myconf="${myconf} --disable-nls" #perl is auto-detected and must be explicitly disabled diff --git a/net-irc/konversation/Manifest b/net-irc/konversation/Manifest index 63dfe375631f..ab7333a7170e 100644 --- a/net-irc/konversation/Manifest +++ b/net-irc/konversation/Manifest @@ -1,6 +1,6 @@ -MD5 3dc219bd640701122008643946cc7031 konversation-0.10.ebuild 563 MD5 b979bee8e9960dbd4d6ab98d8d3fb01a ChangeLog 888 -MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 +MD5 5846144edbf7747aafbc896d1c0535ad konversation-0.10.ebuild 562 MD5 fd76b4ed8305d708b05b2dc1394f194d konversation-0.12.ebuild 559 +MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 MD5 7cab566cc135e0f562f8393a7e7a7545 files/digest-konversation-0.10 69 MD5 c865cf7c62bb4deb13ae7cc7784c47bf files/digest-konversation-0.12 69 diff --git a/net-irc/konversation/konversation-0.10.ebuild b/net-irc/konversation/konversation-0.10.ebuild index 2d0a938940e6..e4bcbd29daa0 100644 --- a/net-irc/konversation/konversation-0.10.ebuild +++ b/net-irc/konversation/konversation-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-0.10.ebuild,v 1.2 2003/03/03 16:31:15 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/konversation/konversation-0.10.ebuild,v 1.3 2003/09/06 22:02:56 msterret Exp $ IUSE="nls" @@ -15,7 +15,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc" src_install() { - + kde_src_install use nls || rm -rf ${D}/usr/share/locale diff --git a/net-irc/kvirc/Manifest b/net-irc/kvirc/Manifest index 461320c1ea4b..8acf2044dbb1 100644 --- a/net-irc/kvirc/Manifest +++ b/net-irc/kvirc/Manifest @@ -1,10 +1,10 @@ +MD5 100fb80b7e75b7d23eff557baa7a28fb ChangeLog 2617 +MD5 f025e99b70150abc5fc947420fe92dea kvirc-2.1.1-r1.ebuild 930 +MD5 4ceee5c8f81acf788862fb9e46d488ad kvirc-3.0.0_pre20021217.ebuild 2246 +MD5 189ce726ab4a253860ae7bfe97001f17 kvirc-3.0.0_beta1-r1.ebuild 2145 +MD5 7d864fc92f1394c51a27542fd5892251 kvirc-3.0.0_beta2-r1.ebuild 2357 +MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 MD5 61edbd9f57dbf08ef506bd7867a0c2da files/digest-kvirc-2.1.1-r1 65 MD5 419067fcdc6443b92b211410c356035b files/digest-kvirc-3.0.0_pre20021217 68 MD5 4cea7b0d2f1dad834e7758adaebc9d73 files/digest-kvirc-3.0.0_beta1-r1 70 MD5 68d2153371007bdad609f225fdba63be files/digest-kvirc-3.0.0_beta2-r1 70 -MD5 f025e99b70150abc5fc947420fe92dea kvirc-2.1.1-r1.ebuild 930 -MD5 9febff29e6230f09548e68f4806dbb88 kvirc-3.0.0_pre20021217.ebuild 2272 -MD5 100fb80b7e75b7d23eff557baa7a28fb ChangeLog 2617 -MD5 3c8ed7896bc9754fd6ceca1342cbcdf6 kvirc-3.0.0_beta1-r1.ebuild 2147 -MD5 48e95b42f635800c09aeef905405cd4f kvirc-3.0.0_beta2-r1.ebuild 2363 -MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 diff --git a/net-irc/kvirc/kvirc-3.0.0_beta1-r1.ebuild b/net-irc/kvirc/kvirc-3.0.0_beta1-r1.ebuild index bf1d0aa4f3a5..cd17f585abfb 100644 --- a/net-irc/kvirc/kvirc-3.0.0_beta1-r1.ebuild +++ b/net-irc/kvirc/kvirc-3.0.0_beta1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-3.0.0_beta1-r1.ebuild,v 1.2 2003/08/03 03:34:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-3.0.0_beta1-r1.ebuild,v 1.3 2003/09/06 22:02:56 msterret Exp $ inherit kde-base @@ -31,15 +31,15 @@ use ipv6 && myconf="$myconf --with-ipv6-support" \ # arts support without kde support isn't liked by the configure script # possibly it could be made to work but i didn't want to spend time on it use kde && myconf="$myconf --with-kde-support --with-arts-support" \ - || myconf="$myconf --without-kde-support --without-arts-support" + || myconf="$myconf --without-kde-support --without-arts-support" use esd && myconf="$myconf --with-esd-support" \ - || myconf="$myconf --without-esd-support" + || myconf="$myconf --without-esd-support" # no use flag as yet, and a hard dep is rather pointless #use audiofile && myconf="$myconf --with-arts-support" \ -# || myconf="$myconf --without-arts-support" +# || myconf="$myconf --without-arts-support" # doesn't compile #use ssl && myconf="$myconf --with-ssl-support" \ -# || myconf="$myconf --without-ssl-support" +# || myconf="$myconf --without-ssl-support" # use aa even when kde support is disabled myconf="$myconf --with-aa-fonts" diff --git a/net-irc/kvirc/kvirc-3.0.0_beta2-r1.ebuild b/net-irc/kvirc/kvirc-3.0.0_beta2-r1.ebuild index 5b32dad6ee9f..05ebc995a374 100644 --- a/net-irc/kvirc/kvirc-3.0.0_beta2-r1.ebuild +++ b/net-irc/kvirc/kvirc-3.0.0_beta2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-3.0.0_beta2-r1.ebuild,v 1.2 2003/08/03 03:34:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-3.0.0_beta2-r1.ebuild,v 1.3 2003/09/06 22:02:56 msterret Exp $ inherit kde-base @@ -35,13 +35,13 @@ use ipv6 || myconf="$myconf --without-ipv6-support" # also, explicitly passing --with-kde-support seems to break configure's logic, so just # let it autodetect in that case #use kde && myconf="$myconf --with-kde-support --with-arts-support" \ -use kde || myconf="$myconf --without-kde-support --without-arts-support" +use kde || myconf="$myconf --without-kde-support --without-arts-support" #use esd && myconf="$myconf --with-esd-support" \ -use esd || myconf="$myconf --without-esd-support" +use esd || myconf="$myconf --without-esd-support" use oss && myconf="$myconf --with-af--support" \ - || myconf="$myconf --without-af-support" + || myconf="$myconf --without-af-support" #use ssl && myconf="$myconf --with-ssl-support" \ -use ssl || myconf="$myconf --without-ssl-support" +use ssl || myconf="$myconf --without-ssl-support" # use aa even when kde support is disabled; disable local 8bit character set conversion, doesn't compile myconf="$myconf --with-aa-fonts" @@ -60,7 +60,7 @@ src_compile() { need-automake 1.5 need-autoconf 2.5 - kde_src_compile configure make + kde_src_compile configure make } src_install() { diff --git a/net-irc/kvirc/kvirc-3.0.0_pre20021217.ebuild b/net-irc/kvirc/kvirc-3.0.0_pre20021217.ebuild index 58a81a59387b..5b8f1f9c33f5 100644 --- a/net-irc/kvirc/kvirc-3.0.0_pre20021217.ebuild +++ b/net-irc/kvirc/kvirc-3.0.0_pre20021217.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-3.0.0_pre20021217.ebuild,v 1.3 2003/02/13 14:15:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-3.0.0_pre20021217.ebuild,v 1.4 2003/09/06 22:02:56 msterret Exp $ IUSE="kde esd ipv6 ssl" inherit kde-base @@ -29,13 +29,13 @@ use ipv6 && myconf="$myconf --with-ipv6-support" \ # arts support without kde support isn't liked by the configure script # possibly it could be made to work but i didn't want to spend time on it use kde && myconf="$myconf --with-kde-support --with-arts-support" \ - || myconf="$myconf --without-kde-support --without-arts-support" + || myconf="$myconf --without-kde-support --without-arts-support" use esd && myconf="$myconf --with-esd-support" \ - || myconf="$myconf --without-esd-support" + || myconf="$myconf --without-esd-support" #use oss && myconf="$myconf --with-audiofile--support" \ -# || myconf="$myconf --without-audiofile-support" +# || myconf="$myconf --without-audiofile-support" use ssl && myconf="$myconf --with-ssl-support" \ - || myconf="$myconf --without-ssl-support" + || myconf="$myconf --without-ssl-support" # use aa even when kde support is disabled; enable local 8bit character set conversion myconf="$myconf --with-aa-fonts" #--with-local-8bit" @@ -47,25 +47,25 @@ src_compile() { # always install into /usr regardless of kde support # kvirc doesn't have a kde-like installed file structure anyway myconf="$myconf --prefix=/usr -v" - + # make sure we disable kde support as the configure script can auto-enable # it when it isn't wanted use kde || export KDEDIR="" - + need-automake 1.5 need-autoconf 2.5 - ./autogen.sh - kde_src_compile configure make + ./autogen.sh + kde_src_compile configure make } src_install () { - + make install DESTDIR=${D} || die make docs DESTDIR=${D} || die dodoc ChangeLog INSTALL README TODO - + } diff --git a/net-irc/quirc/Manifest b/net-irc/quirc/Manifest index e30d13f6028c..593379af59ed 100644 --- a/net-irc/quirc/Manifest +++ b/net-irc/quirc/Manifest @@ -1,10 +1,10 @@ -MD5 050c0366c789344cae77054c482c1e4e quirc-0.9.82.ebuild 967 -MD5 2f84a60b43af05ce33eb81986d88b6c7 quirc-0.9.83.ebuild 1095 -MD5 598350853d3118fec6a50d31f4454e17 quirc-0.9.83-r1.ebuild 1103 MD5 9ce2213586e7c42666a9ad9f2f9f7652 ChangeLog 856 +MD5 e6dc3192c438a8e29c4e14a1f8bdfba2 quirc-0.9.82.ebuild 968 +MD5 20e936a8ed3e90e7d0970d46528aff9a quirc-0.9.83-r1.ebuild 1104 +MD5 e9d220add075e8d826d38b7131cec3d7 quirc-0.9.83.ebuild 1098 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 MD5 184e6f32615e085785fb7e69d8a314c6 files/0.9.83-gentoo.diff 1046 MD5 b06f7810a17ae2e5b1491990e11988fe files/0.9.83-r1-gentoo.diff 2077 -MD5 7cc003f19a5743d1a95ee5046b3920d9 files/digest-quirc-0.9.83-r1 64 MD5 d92bff4c0ca3dba97a71caec16e0492d files/digest-quirc-0.9.82 64 MD5 7cc003f19a5743d1a95ee5046b3920d9 files/digest-quirc-0.9.83 64 +MD5 7cc003f19a5743d1a95ee5046b3920d9 files/digest-quirc-0.9.83-r1 64 diff --git a/net-irc/quirc/quirc-0.9.82.ebuild b/net-irc/quirc/quirc-0.9.82.ebuild index 2a776a4ae401..cc7814528b80 100644 --- a/net-irc/quirc/quirc-0.9.82.ebuild +++ b/net-irc/quirc/quirc-0.9.82.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/quirc/quirc-0.9.82.ebuild,v 1.6 2003/02/13 14:16:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quirc/quirc-0.9.82.ebuild,v 1.7 2003/09/06 22:02:56 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="A GUI IRC client scriptable in Tcl/Tk" SRC_URI="http://quirc.org/${P}.tar.gz" HOMEPAGE="http://quirc.org/" -DEPEND="dev-lang/tcl +DEPEND="dev-lang/tcl dev-lang/tk" SLOT="0" diff --git a/net-irc/quirc/quirc-0.9.83-r1.ebuild b/net-irc/quirc/quirc-0.9.83-r1.ebuild index 29914091caec..0d0e9be2fb84 100644 --- a/net-irc/quirc/quirc-0.9.83-r1.ebuild +++ b/net-irc/quirc/quirc-0.9.83-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quirc/quirc-0.9.83-r1.ebuild,v 1.2 2003/02/13 14:16:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quirc/quirc-0.9.83-r1.ebuild,v 1.3 2003/09/06 22:02:56 msterret Exp $ S=${WORKDIR}/${P} @@ -8,7 +8,7 @@ DESCRIPTION="A GUI IRC client scriptable in Tcl/Tk" SRC_URI="http://quirc.org/${P}.tar.gz" HOMEPAGE="http://quirc.org/" -DEPEND="dev-lang/tcl +DEPEND="dev-lang/tcl dev-lang/tk" SLOT="0" diff --git a/net-irc/quirc/quirc-0.9.83.ebuild b/net-irc/quirc/quirc-0.9.83.ebuild index 78e098b837e7..5e51b135479a 100644 --- a/net-irc/quirc/quirc-0.9.83.ebuild +++ b/net-irc/quirc/quirc-0.9.83.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quirc/quirc-0.9.83.ebuild,v 1.3 2003/07/13 12:54:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quirc/quirc-0.9.83.ebuild,v 1.4 2003/09/06 22:02:56 msterret Exp $ S=${WORKDIR}/${P} @@ -8,7 +8,7 @@ DESCRIPTION="A GUI IRC client scriptable in Tcl/Tk" SRC_URI="http://quirc.org/${P}.tar.gz" HOMEPAGE="http://quirc.org/" -DEPEND="dev-lang/tcl +DEPEND="dev-lang/tcl dev-lang/tk" SLOT="0" diff --git a/net-irc/xchat-systray/Manifest b/net-irc/xchat-systray/Manifest index 9220950c35ab..ef7cc62ac3eb 100644 --- a/net-irc/xchat-systray/Manifest +++ b/net-irc/xchat-systray/Manifest @@ -1,4 +1,4 @@ MD5 c2b4dd4896c15e1f3ec926a8547e350c ChangeLog 389 -MD5 cff2aa76a5157e3acda4985a55ee80ff xchat-systray-2.3.1.ebuild 798 MD5 3cdab9930cd9a4108a975d417483d04e metadata.xml 180 +MD5 911f818a68d1ec97b737a07d5a61b446 xchat-systray-2.3.1.ebuild 801 MD5 9a65d335f20aacff5764eae11d496abc files/digest-xchat-systray-2.3.1 77 diff --git a/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild b/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild index 5895d1e57437..04c33d727e13 100644 --- a/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild +++ b/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild,v 1.1 2003/08/30 17:34:03 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-systray/xchat-systray-2.3.1.ebuild,v 1.2 2003/09/06 22:02:56 msterret Exp $ S=${WORKDIR}/${PN}-plugin_${PV} DESCRIPTION="KDE/GNOME system tray plugin for X-Chat." @@ -20,7 +20,7 @@ DEPEND="${RDEPEND} >=net-irc/xchat-2.0.3" src_compile() { - + MAKEOPTS="-j1" emake || die "Compile failed" } diff --git a/net-irc/xchat/Manifest b/net-irc/xchat/Manifest index 555f54992793..7e1e9257ef2a 100644 --- a/net-irc/xchat/Manifest +++ b/net-irc/xchat/Manifest @@ -1,23 +1,23 @@ -MD5 b8b48f2cd8a05c37ee506f688b1c5f5b xchat-2.0.1.ebuild 1999 -MD5 849da81b46b8b7ea36a6454227a1f12d xchat-1.8.11.ebuild 2230 -MD5 bc68023a361d1a90c51651cc396d6bc3 xchat-2.0.0.ebuild 1929 -MD5 02f182c540386303cb887a0aacbdfd2c xchat-2.0.2-r2.ebuild 2152 -MD5 d6896c2421454aab5a0cefef7bed9946 xchat-1.8.10-r1.ebuild 2307 -MD5 e2674739008fb72a1bfed06d07d46694 xchat-2.0.4.ebuild 2034 MD5 f9c4e7ed38d056126a37bb1360cbbba0 ChangeLog 9800 +MD5 d5c8c0590c38b3f653225a40cf01a8da xchat-1.8.10-r1.ebuild 2299 +MD5 df8bd013eb6740ae17ad0f5522ea8d7e xchat-1.8.11.ebuild 2223 +MD5 921b8ef44415af1c72fb3f40f98f7a8a xchat-2.0.0.ebuild 1911 +MD5 292f50ec34ec63403bb5fbafc012ba03 xchat-2.0.1.ebuild 1984 MD5 fb5772136a872c08434566d4f0bcdc7f metadata.xml 179 -MD5 abb6ce9b6db024b87209f10ee70f0889 xchat-2.0.3-r1.ebuild 1926 +MD5 f14ce16490d30735b994b843aed24ff0 xchat-2.0.2-r2.ebuild 2133 +MD5 6b12aa6fae3b87d8c80bf7faf7e4bf37 xchat-2.0.3-r1.ebuild 1925 +MD5 5fcf52efa89f5c6ca45f67b17b5b3a4e xchat-2.0.4.ebuild 2033 +MD5 011b499714e85d4177185aabaeb1db15 files/00_all_tabs-leftright-and-gtk-icons.patch 13367 +MD5 7c2450584076659603dc908ffc53b537 files/digest-xchat-1.8.10-r1 65 +MD5 e2b99b2d2dfc54ba96e560c0ed8392df files/digest-xchat-1.8.11 65 MD5 acbd4afdd7d00bceb3816147eb508e4b files/digest-xchat-2.0.0 64 MD5 1ee812a2b3e28e3866413e75a80ff983 files/digest-xchat-2.0.1 64 -MD5 73e096b33cdb2fff840d34ecc8d7c3bb files/digest-xchat-2.0.4 64 +MD5 9636578d0e88ec0185c97a30edb81ce5 files/xc1810fixme3.diff 1025 MD5 a8f607d224408d4a27777d2ffce8beac files/xc1811fixststint.diff 422 -MD5 e470c6b909112da5b80be6880e56c8c3 files/xchat-2.0.3-fix_cps.patch 438 -MD5 579cf7b7098f443691fcd6e3e41acba2 files/xc202-fixurlg.diff 510 -MD5 011b499714e85d4177185aabaeb1db15 files/00_all_tabs-leftright-and-gtk-icons.patch 13367 +MD5 f5c539e05a29071298f3d580fb1a3c72 files/digest-xchat-2.0.3-r1 64 +MD5 fb93538acf146307088f7e6707ae3150 files/digest-xchat-2.0.2-r2 64 MD5 be3a6832adcb4e41de90396ae3f741dc files/xc202-fixdetach.diff 269 -MD5 9636578d0e88ec0185c97a30edb81ce5 files/xc1810fixme3.diff 1025 -MD5 7c2450584076659603dc908ffc53b537 files/digest-xchat-1.8.10-r1 65 +MD5 579cf7b7098f443691fcd6e3e41acba2 files/xc202-fixurlg.diff 510 MD5 ecfeedae2da4ba7867a2f62227db355b files/xchat-2.0.3-fix_tint.patch 558 -MD5 e2b99b2d2dfc54ba96e560c0ed8392df files/digest-xchat-1.8.11 65 -MD5 fb93538acf146307088f7e6707ae3150 files/digest-xchat-2.0.2-r2 64 -MD5 f5c539e05a29071298f3d580fb1a3c72 files/digest-xchat-2.0.3-r1 64 +MD5 e470c6b909112da5b80be6880e56c8c3 files/xchat-2.0.3-fix_cps.patch 438 +MD5 73e096b33cdb2fff840d34ecc8d7c3bb files/digest-xchat-2.0.4 64 diff --git a/net-irc/xchat/xchat-1.8.10-r1.ebuild b/net-irc/xchat/xchat-1.8.10-r1.ebuild index 34a5d00a512b..8b42e06ba9b0 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 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.10-r1.ebuild,v 1.12 2003/03/25 10:14:41 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.10-r1.ebuild,v 1.13 2003/09/06 22:02:56 msterret Exp $ IUSE="ssl nls mmx gnome ipv6 python kde gtk perl" @@ -26,9 +26,9 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - + cd ${S} - + patch -p1 <${FILESDIR}/xc1810fixme3.diff cp configure configure.orig @@ -51,10 +51,10 @@ src_compile() { else myopts="${myopts} --disable-gnome" fi - + use gtk \ || myopts="${myopts} --disable-gtkfe" - + use ssl \ && myopts="${myopts} --enable-openssl" @@ -71,24 +71,24 @@ src_compile() { && myopts="${myopts} --enable-mmx" \ || myopts="${myopts} --disable-mmx" fi - + use ipv6 \ && myopts="${myopts} --enable-ipv6" - + use python \ && myflags="`python-config`" \ && myopts="${myopts} --enable-python" - + ./configure \ --prefix=/usr \ --host=${CHOST} \ ${myopts} || die - + emake || die } src_install() { - + use kde && ( \ make \ prefix=${D}/usr \ diff --git a/net-irc/xchat/xchat-1.8.11.ebuild b/net-irc/xchat/xchat-1.8.11.ebuild index 630d3b260ba0..e00d17c5c213 100644 --- a/net-irc/xchat/xchat-1.8.11.ebuild +++ b/net-irc/xchat/xchat-1.8.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.11.ebuild,v 1.7 2003/07/13 16:48:27 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-1.8.11.ebuild,v 1.8 2003/09/06 22:02:56 msterret Exp $ inherit eutils @@ -27,8 +27,8 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - - cd ${S} + + cd ${S} epatch ${FILESDIR}/xc1811fixststint.diff use python && ( \ @@ -51,10 +51,10 @@ src_compile() { else myopts="${myopts} --disable-gnome" fi - + use gtk \ || myopts="${myopts} --disable-gtkfe" - + use ssl \ && myopts="${myopts} --enable-openssl" @@ -71,15 +71,15 @@ src_compile() { && myopts="${myopts} --enable-mmx" \ || myopts="${myopts} --disable-mmx" fi - + use ipv6 \ && myopts="${myopts} --enable-ipv6" - + use python \ && myflags="`python-config`" \ && myopts="${myopts} --enable-python" - - + + econf ${myopts} || die emake || die } diff --git a/net-irc/xchat/xchat-2.0.0.ebuild b/net-irc/xchat/xchat-2.0.0.ebuild index 09541cb25f15..db92a555637a 100644 --- a/net-irc/xchat/xchat-2.0.0.ebuild +++ b/net-irc/xchat/xchat-2.0.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 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-2.0.0.ebuild,v 1.8 2003/07/09 17:14:58 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.0.ebuild,v 1.9 2003/09/06 22:02:56 msterret Exp $ -IUSE="perl tcltk python ssl gtk mmx ipv6" +IUSE="perl tcltk python ssl gtk mmx ipv6" S=${WORKDIR}/${P} @@ -17,9 +17,9 @@ KEYWORDS="x86 ppc ~sparc alpha" RDEPEND=">=dev-libs/glib-2.0.3 >=x11-libs/gtk+-2.0.3 perl? ( >=dev-lang/perl-5.6.1 ) - ssl? ( >=dev-libs/openssl-0.9.6d ) + ssl? ( >=dev-libs/openssl-0.9.6d ) python? ( dev-lang/python ) - tcltk? ( dev-lang/tcl )" + tcltk? ( dev-lang/tcl )" DEPEND="${RDEPEND} dev-util/pkgconfig @@ -53,12 +53,12 @@ src_compile() { econf \ --program-suffix=-2 \ ${myopts} || die "Configure failed" - + MAKEOPTS="-j1" emake || die "Compile failed" } src_install() { - # some magic to create a menu entry for xchat 2 + # some magic to create a menu entry for xchat 2 mv xchat.desktop xchat.desktop.old sed -e "s:Exec=xchat:Exec=xchat-2:" -e "s:Name=XChat IRC:Name=XChat 2 IRC:" xchat.desktop.old > xchat.desktop diff --git a/net-irc/xchat/xchat-2.0.1.ebuild b/net-irc/xchat/xchat-2.0.1.ebuild index 421409810b29..852483aa8d2b 100644 --- a/net-irc/xchat/xchat-2.0.1.ebuild +++ b/net-irc/xchat/xchat-2.0.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 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-2.0.1.ebuild,v 1.6 2003/07/13 12:54:50 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.1.ebuild,v 1.7 2003/09/06 22:02:56 msterret Exp $ -IUSE="perl tcltk python ssl gtk mmx ipv6" +IUSE="perl tcltk python ssl gtk mmx ipv6" S=${WORKDIR}/${P} @@ -17,9 +17,9 @@ KEYWORDS="x86 ppc ~sparc ~alpha" RDEPEND=">=dev-libs/glib-2.0.3 >=x11-libs/gtk+-2.0.3 perl? ( >=dev-lang/perl-5.6.1 ) - ssl? ( >=dev-libs/openssl-0.9.6d ) + ssl? ( >=dev-libs/openssl-0.9.6d ) python? ( dev-lang/python ) - tcltk? ( dev-lang/tcl )" + tcltk? ( dev-lang/tcl )" DEPEND="${RDEPEND} dev-util/pkgconfig @@ -53,12 +53,12 @@ src_compile() { econf \ --program-suffix=-2 \ ${myopts} || die "Configure failed" - + MAKEOPTS="-j1" emake || die "Compile failed" } src_install() { - # some magic to create a menu entry for xchat 2 + # some magic to create a menu entry for xchat 2 mv xchat.desktop xchat.desktop.old sed -e "s:Exec=xchat:Exec=xchat-2:" -e "s:Name=XChat IRC:Name=XChat 2 IRC:" xchat.desktop.old > xchat.desktop diff --git a/net-irc/xchat/xchat-2.0.2-r2.ebuild b/net-irc/xchat/xchat-2.0.2-r2.ebuild index a3763736e8da..2be2659c3717 100644 --- a/net-irc/xchat/xchat-2.0.2-r2.ebuild +++ b/net-irc/xchat/xchat-2.0.2-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 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-2.0.2-r2.ebuild,v 1.4 2003/07/09 17:14:58 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.2-r2.ebuild,v 1.5 2003/09/06 22:02:56 msterret Exp $ -IUSE="perl tcltk python ssl gtk mmx ipv6" +IUSE="perl tcltk python ssl gtk mmx ipv6" S=${WORKDIR}/${P} @@ -17,9 +17,9 @@ KEYWORDS="x86 ~ppc ~sparc ~alpha" RDEPEND=">=dev-libs/glib-2.0.3 gtk? ( >=x11-libs/gtk+-2.0.3 ) perl? ( >=dev-lang/perl-5.6.1 ) - ssl? ( >=dev-libs/openssl-0.9.6d ) + ssl? ( >=dev-libs/openssl-0.9.6d ) python? ( dev-lang/python ) - tcltk? ( dev-lang/tcl )" + tcltk? ( dev-lang/tcl )" DEPEND="${RDEPEND} dev-util/pkgconfig @@ -59,19 +59,19 @@ src_compile() { econf \ --program-suffix=-2 \ ${myopts} || die "Configure failed" - + MAKEOPTS="-j1" emake || die "Compile failed" } src_install() { - # some magic to create a menu entry for xchat 2 + # some magic to create a menu entry for xchat 2 mv xchat.desktop xchat.desktop.old sed -e "s:Exec=xchat:Exec=xchat-2:" -e "s:Name=XChat IRC:Name=XChat 2 IRC:" xchat.desktop.old > xchat.desktop einstall install || die "Install failed" # install plugin development header - insinto /usr/include/xchat + insinto /usr/include/xchat doins src/common/xchat-plugin.h dodoc AUTHORS COPYING ChangeLog README* diff --git a/net-irc/xchat/xchat-2.0.3-r1.ebuild b/net-irc/xchat/xchat-2.0.3-r1.ebuild index 9a3ea4d2f4d6..07dd9b050d27 100644 --- a/net-irc/xchat/xchat-2.0.3-r1.ebuild +++ b/net-irc/xchat/xchat-2.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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-2.0.3-r1.ebuild,v 1.7 2003/08/14 21:57:01 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.3-r1.ebuild,v 1.8 2003/09/06 22:02:56 msterret Exp $ inherit eutils @@ -42,7 +42,7 @@ src_compile() { # xchat's configure script uses sys.path to find library path # instead of python-config (#25943) unset PYTHONPATH - + econf \ `use_enable gtk gtkfe` \ `use_enable ssl openssl` \ @@ -54,19 +54,19 @@ src_compile() { `use_enable nls` \ --program-suffix=-2 \ || die "Configure failed" - + MAKEOPTS="-j1" emake || die "Compile failed" } src_install() { - # some magic to create a menu entry for xchat 2 + # some magic to create a menu entry for xchat 2 mv xchat.desktop xchat.desktop.old sed -e "s:Exec=xchat:Exec=xchat-2:" -e "s:Name=XChat IRC:Name=XChat 2 IRC:" xchat.desktop.old > xchat.desktop einstall install || die "Install failed" # install plugin development header - insinto /usr/include/xchat + insinto /usr/include/xchat doins src/common/xchat-plugin.h dodoc AUTHORS COPYING ChangeLog README* diff --git a/net-irc/xchat/xchat-2.0.4.ebuild b/net-irc/xchat/xchat-2.0.4.ebuild index 7a4bf59b342d..08ff976b59f9 100644 --- a/net-irc/xchat/xchat-2.0.4.ebuild +++ b/net-irc/xchat/xchat-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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-2.0.4.ebuild,v 1.8 2003/09/04 12:47:35 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.4.ebuild,v 1.9 2003/09/06 22:02:56 msterret Exp $ inherit eutils @@ -37,13 +37,13 @@ src_compile() { # xchat's configure script uses sys.path to find library path # instead of python-config (#25943) unset PYTHONPATH - + # test for local usage of xchatnogtk - local gtkconf + local gtkconf use xchatnogtk \ && gtkconf="--disable-gtkfe" \ || gtkconf="--enable-gtkfe" - + econf \ ${gtkconf} \ `use_enable ssl openssl` \ @@ -56,19 +56,19 @@ src_compile() { `use_enable xchattext textfe` \ --program-suffix=-2 \ || die "Configure failed" - + MAKEOPTS="-j1" emake || die "Compile failed" } src_install() { - # some magic to create a menu entry for xchat 2 + # some magic to create a menu entry for xchat 2 mv xchat.desktop xchat.desktop.old sed -e "s:Exec=xchat:Exec=xchat-2:" -e "s:Name=XChat IRC:Name=XChat 2 IRC:" xchat.desktop.old > xchat.desktop einstall install || die "Install failed" # install plugin development header - insinto /usr/include/xchat + insinto /usr/include/xchat doins src/common/xchat-plugin.h dodoc AUTHORS COPYING ChangeLog README* |