diff options
41 files changed, 248 insertions, 640 deletions
diff --git a/net-im/amsn/amsn-0.60.ebuild b/net-im/amsn/amsn-0.60.ebuild index 5431ad56bbbe..a901f583efb4 100644 --- a/net-im/amsn/amsn-0.60.ebuild +++ b/net-im/amsn/amsn-0.60.ebuild @@ -3,26 +3,35 @@ # /space/gentoo/cvsroot/gentoo-x86/net-im/gabber/gabber-0.8.7-r1.ebuild,v 1.5 2002/06/08 15:38:09 spider Exp S="${WORKDIR}/msn" -DESCRIPTION="" +DESCRIPTION="Alvarro's Messenger client for MSN" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://amsn.sourceforge.net" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND=">=dev-lang/tcl-8.3.3" src_compile() { - make prefix=${D}/usr \ - gnomelinks=${D}/etc/X11/applnk/Internet \ - kdelinks=${D}/usr/share/applnk/Internet \ - wmapps=${D}/etc/X11/applnk/Internet || die + make \ + prefix=${D}/usr \ + gnomelinks=${D}/etc/X11/applnk/Internet \ + kdelinks=${D}/usr/share/applnk/Internet \ + wmapps=${D}/etc/X11/applnk/Internet || die } src_install() { - make install prefix=${D}/usr \ - wmapps=${D}/etc/X11/applnk/Internet || die + make \ + prefix=${D}/usr \ + wmapps=${D}/etc/X11/applnk/Internet \ + install || die + rm -f ${D}/usr/bin/amsn ln -s /usr/share/amsn/amsn ${D}/usr/bin/amsn -} + dodoc LEEME TODO README GNUGPL +} diff --git a/net-im/caim/caim-0.03.ebuild b/net-im/caim/caim-0.03.ebuild index 8b29da6ebbd7..3b6f960b17c0 100644 --- a/net-im/caim/caim-0.03.ebuild +++ b/net-im/caim/caim-0.03.ebuild @@ -1,14 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/caim/caim-0.03.ebuild,v 1.4 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/caim/caim-0.03.ebuild,v 1.5 2002/07/17 09:08:06 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A Console AIM Client" SRC_URI="http://www.mercyground.co.uk/${P}.tar.gz" HOMEPAGE="http://www.mercyground.co.uk" + +DEPEND=">=sys-libs/ncurses-5.1" + SLOT="0" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.1" +LICENSE="LGPL-2.1 | GPL-2" +KEYWORDS="x86" src_unpack() { diff --git a/net-im/centericq/centericq-4.7.7-r1.ebuild b/net-im/centericq/centericq-4.7.7-r1.ebuild index 0c65c4ac5d64..afd3e19efaeb 100644 --- a/net-im/centericq/centericq-4.7.7-r1.ebuild +++ b/net-im/centericq/centericq-4.7.7-r1.ebuild @@ -1,19 +1,21 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.7.7-r1.ebuild,v 1.1 2002/07/12 01:04:48 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.7.7-r1.ebuild,v 1.2 2002/07/17 09:08:06 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A ncurses ICQ/Yahoo!/MSN Client" SRC_URI="http://konst.org.ua/download/${P}.tar.gz" HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html" + SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="virtual/glibc >=sys-libs/ncurses-5.2 - nls? ( sys-devel/gettext ) - ( >=dev-libs/libsigc++-1.0.4-r1 - <dev-libs/libsigc++-1.1.0 )" -RDEPEND="${DEPEND}" + =dev-libs/libsigc++-1.0*" + +RDEPEND="nls? ( sys-devel/gettext )" src_compile() { local myopts="" diff --git a/net-im/centericq/centericq-4.7.7.ebuild b/net-im/centericq/centericq-4.7.7.ebuild deleted file mode 100644 index 6093d0273914..000000000000 --- a/net-im/centericq/centericq-4.7.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.7.7.ebuild,v 1.1 2002/07/09 17:50:40 lostlogic Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A ncurses ICQ/Yahoo!/MSN Client" -SRC_URI="http://konst.org.ua/download/${P}.tar.gz" -HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html" -SLOT="0" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - ( >=dev-libs/libsigc++-1.0.4-r1 - <dev-libs/libsigc++-1.1.0 )" -RDEPEND="${DEPEND}" - -src_unpack() { - - unpack ${P}.tar.gz - cd ${S} - echo "CFLAGS += ${CFLAGS}" >> Makefile.rules - -} - -src_compile() { - - ./configure --prefix=/usr --host=${CHOST} || die - emake || die - -} - -src_install () { - - make DESTDIR=${D} install || die - -} diff --git a/net-im/centericq/files/digest-centericq-4.7.7 b/net-im/centericq/files/digest-centericq-4.7.7 deleted file mode 100644 index 7cfe0ead8210..000000000000 --- a/net-im/centericq/files/digest-centericq-4.7.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 9ce6de30777f0b453e01407d4f20bee9 centericq-4.7.7.tar.gz 906976 diff --git a/net-im/gaim/files/digest-gaim-0.58-r3 b/net-im/gaim/files/digest-gaim-0.58-r3 deleted file mode 100644 index f1fc3c11ba33..000000000000 --- a/net-im/gaim/files/digest-gaim-0.58-r3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 fd7b6eeb624810cb23c924802825e1b4 gaim-0.58.tar.bz2 1424757 -MD5 88fea8ff8d18af8c180489ea0e7a0b68 gaim-0.58-korean.patch 8540 diff --git a/net-im/gaim/files/digest-gaim-0.59 b/net-im/gaim/files/digest-gaim-0.59 deleted file mode 100644 index 23db16626b2f..000000000000 --- a/net-im/gaim/files/digest-gaim-0.59 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 d32006df4d76095413b4bf0ab2d29351 gaim-0.59.tar.bz2 1496899 -MD5 88fea8ff8d18af8c180489ea0e7a0b68 gaim-0.58-korean.patch 8540 diff --git a/net-im/gaim/files/digest-gaim-0.59-r1 b/net-im/gaim/files/digest-gaim-0.59-r1 deleted file mode 100644 index 9db3fc84d835..000000000000 --- a/net-im/gaim/files/digest-gaim-0.59-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d32006df4d76095413b4bf0ab2d29351 gaim-0.59.tar.bz2 1496899 diff --git a/net-im/gaim/gaim-0.58-r3.ebuild b/net-im/gaim/gaim-0.58-r3.ebuild deleted file mode 100644 index 2c8641a0e2f8..000000000000 --- a/net-im/gaim/gaim-0.58-r3.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-im/gaim/gaim-0.58-r2.ebuild,v 1.1 2002/06/14 09:25:20 jayskwak Exp - -S=${WORKDIR}/${P} -DESCRIPTION="Gtk Instant Messenger client" - -SRC_URI1="http://unc.dl.sourceforge.net/sourceforge/gaim/${P}.tar.bz2" -SRC_URI2="http://telia.dl.sourceforge.net/sourceforge/gaim/${P}.tar.bz2" -SRC_URI3="http://belnet.dl.sourceforge.net/sourceforge/gaim/${P}.tar.bz2" -SRC_URI="${SRC_URI1} ${SRC_URI2} ${SRC_URI3} - ftp://ftp.nnongae.com/pub/gentoo/gaim-0.58-korean.patch" - -HOMEPAGE="http://gaim.sourceforge.net" -LICENSE="GPL-2" -SLOT="0" -DEPEND="=x11-libs/gtk+-1.2* - =sys-libs/db-1* - esd? ( >=media-sound/esound-0.2.22-r2 ) - nls? ( sys-devel/gettext ) - nas? ( >=media-libs/nas-1.4.1-r1 ) - arts? ( >=kde-base/arts-0.9.5 ) - perl? ( >=sys-devel/perl-5.6.1 ) - gnome? ( >=gnome-base/gnome-core-1.4 - >=media-libs/gdk-pixbuf-0.16.0 )" - -RDEPEND="${DEPEND}" - -src_unpack() { - - unpack ${P}.tar.bz2 - - # patch for korean encoding - # It should be ok with other languages - # the patch only works with nls - use nls && patch -p0 < ${DISTDIR}/${P}-korean.patch - -} - -src_compile() { - - local myopts gnomeopts - - use esd || myopts="--disable-esd" - use nas || myopts="${myopts} --disable-nas" - use perl || myopts="${myopts} --disable-perl" - - use arts || myopts="${myopts} --disable-artsc" - use arts && KDEDIR="${KDE3DIR}" - - use nls || myopts="${myopts} --disable-nls" - - gnomeopts="${myopts}" - myopts="${myopts} --disable-gnome" - - # always build standalone gaim program - - # transparency - # patch -p1 < ${FILESDIR}/transparency.diff || die - econf ${myopts} || die - emake || die - - # if gnome support is enabled, then build gaim_applet - use gnome && ( \ - gnomeopts="${gnomeopts} --with-gnome=${GNOME_PATH} --enable-panel" - - # save appletless version and clean up - cp src/gaim ${S}/gaim || die "standalone version failed to build" - make distclean || die - - econf ${gnomeopts} || die - emake || die - ) - -} - -src_install () { - - make DESTDIR=${D} install || die - - # if gnome enabled, make sure to install standalone version also - use gnome && dobin ${S}/gaim - - dodoc ABOUT-NLS AUTHORS HACKING INSTALL NEWS README TODO -} diff --git a/net-im/gaim/gaim-0.59-r1.ebuild b/net-im/gaim/gaim-0.59-r1.ebuild deleted file mode 100644 index 29d4f084183c..000000000000 --- a/net-im/gaim/gaim-0.59-r1.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.59-r1.ebuild,v 1.1 2002/06/27 06:06:51 jayskwak Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Gtk Instant Messenger client" - -SRC_URI1="http://unc.dl.sourceforge.net/sourceforge/gaim/${P}.tar.bz2" -SRC_URI2="http://telia.dl.sourceforge.net/sourceforge/gaim/${P}.tar.bz2" -SRC_URI3="http://belnet.dl.sourceforge.net/sourceforge/gaim/${P}.tar.bz2" -SRC_URI="${SRC_URI1} ${SRC_URI2} ${SRC_URI3}" - -HOMEPAGE="http://gaim.sourceforge.net" -LICENSE="GPL-2" -SLOT="0" -DEPEND="=x11-libs/gtk+-1.2* - =sys-libs/db-1* - esd? ( >=media-sound/esound-0.2.22-r2 ) - nls? ( sys-devel/gettext ) - nas? ( >=media-libs/nas-1.4.1-r1 ) - arts? ( >=kde-base/arts-0.9.5 ) - perl? ( >=sys-devel/perl-5.6.1 ) - gnome? ( >=gnome-base/gnome-core-1.4 - >=media-libs/gdk-pixbuf-0.16.0 )" - -RDEPEND="${DEPEND}" - -src_unpack() { - - unpack ${P}.tar.bz2 - - # patch for korean encoding - # It should be ok with other languages - # the patch only works with nls - use nls && patch -p0 < ${FILESDIR}/${P}-korean.patch - -} - -src_compile() { - - local myopts gnomeopts - - use esd || myopts="--disable-esd" - use nas || myopts="${myopts} --disable-nas" - use perl || myopts="${myopts} --disable-perl" - - use arts || myopts="${myopts} --disable-artsc" - use arts && KDEDIR="${KDE3DIR}" - - use nls || myopts="${myopts} --disable-nls" - - gnomeopts="${myopts}" - myopts="${myopts} --disable-gnome" - - # always build standalone gaim program - - # transparency - # patch -p1 < ${FILESDIR}/transparency.diff || die - econf ${myopts} || die - emake || die - - # if gnome support is enabled, then build gaim_applet - use gnome && ( \ - gnomeopts="${gnomeopts} --with-gnome=${GNOME_PATH} --enable-panel" - - # save appletless version and clean up - cp src/gaim ${S}/gaim || die "standalone version failed to build" - make distclean || die - - econf ${gnomeopts} || die - emake || die - ) - -} - -src_install () { - - make DESTDIR=${D} install || die - - # if gnome enabled, make sure to install standalone version also - use gnome && dobin ${S}/gaim - - dodoc ABOUT-NLS AUTHORS HACKING INSTALL NEWS README TODO -} diff --git a/net-im/gaim/gaim-0.59-r2.ebuild b/net-im/gaim/gaim-0.59-r2.ebuild index e3e0013b7e6c..c7a6a7df8947 100644 --- a/net-im/gaim/gaim-0.59-r2.ebuild +++ b/net-im/gaim/gaim-0.59-r2.ebuild @@ -1,18 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.59-r2.ebuild,v 1.1 2002/06/28 02:30:18 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim/gaim-0.59-r2.ebuild,v 1.2 2002/07/17 09:08:07 seemant Exp $ S=${WORKDIR}/${P} -DESCRIPTION="Gtk Instant Messenger client" - -SRC_URI1="http://unc.dl.sourceforge.net/sourceforge/gaim/${P}.tar.bz2" -SRC_URI2="http://telia.dl.sourceforge.net/sourceforge/gaim/${P}.tar.bz2" -SRC_URI3="http://belnet.dl.sourceforge.net/sourceforge/gaim/${P}.tar.bz2" -SRC_URI="${SRC_URI1} ${SRC_URI2} ${SRC_URI3}" - +DESCRIPTION="GTK Instant Messenger client" +SRC_URI="mirror://sourceforge/gaim/${P}.tar.bz2" HOMEPAGE="http://gaim.sourceforge.net" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + DEPEND="=x11-libs/gtk+-1.2* =sys-libs/db-1* esd? ( >=media-sound/esound-0.2.22-r2 ) diff --git a/net-im/gaim/gaim-0.59.ebuild b/net-im/gaim/gaim-0.59.ebuild deleted file mode 100644 index 2c8641a0e2f8..000000000000 --- a/net-im/gaim/gaim-0.59.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# /space/gentoo/cvsroot/gentoo-x86/net-im/gaim/gaim-0.58-r2.ebuild,v 1.1 2002/06/14 09:25:20 jayskwak Exp - -S=${WORKDIR}/${P} -DESCRIPTION="Gtk Instant Messenger client" - -SRC_URI1="http://unc.dl.sourceforge.net/sourceforge/gaim/${P}.tar.bz2" -SRC_URI2="http://telia.dl.sourceforge.net/sourceforge/gaim/${P}.tar.bz2" -SRC_URI3="http://belnet.dl.sourceforge.net/sourceforge/gaim/${P}.tar.bz2" -SRC_URI="${SRC_URI1} ${SRC_URI2} ${SRC_URI3} - ftp://ftp.nnongae.com/pub/gentoo/gaim-0.58-korean.patch" - -HOMEPAGE="http://gaim.sourceforge.net" -LICENSE="GPL-2" -SLOT="0" -DEPEND="=x11-libs/gtk+-1.2* - =sys-libs/db-1* - esd? ( >=media-sound/esound-0.2.22-r2 ) - nls? ( sys-devel/gettext ) - nas? ( >=media-libs/nas-1.4.1-r1 ) - arts? ( >=kde-base/arts-0.9.5 ) - perl? ( >=sys-devel/perl-5.6.1 ) - gnome? ( >=gnome-base/gnome-core-1.4 - >=media-libs/gdk-pixbuf-0.16.0 )" - -RDEPEND="${DEPEND}" - -src_unpack() { - - unpack ${P}.tar.bz2 - - # patch for korean encoding - # It should be ok with other languages - # the patch only works with nls - use nls && patch -p0 < ${DISTDIR}/${P}-korean.patch - -} - -src_compile() { - - local myopts gnomeopts - - use esd || myopts="--disable-esd" - use nas || myopts="${myopts} --disable-nas" - use perl || myopts="${myopts} --disable-perl" - - use arts || myopts="${myopts} --disable-artsc" - use arts && KDEDIR="${KDE3DIR}" - - use nls || myopts="${myopts} --disable-nls" - - gnomeopts="${myopts}" - myopts="${myopts} --disable-gnome" - - # always build standalone gaim program - - # transparency - # patch -p1 < ${FILESDIR}/transparency.diff || die - econf ${myopts} || die - emake || die - - # if gnome support is enabled, then build gaim_applet - use gnome && ( \ - gnomeopts="${gnomeopts} --with-gnome=${GNOME_PATH} --enable-panel" - - # save appletless version and clean up - cp src/gaim ${S}/gaim || die "standalone version failed to build" - make distclean || die - - econf ${gnomeopts} || die - emake || die - ) - -} - -src_install () { - - make DESTDIR=${D} install || die - - # if gnome enabled, make sure to install standalone version also - use gnome && dobin ${S}/gaim - - dodoc ABOUT-NLS AUTHORS HACKING INSTALL NEWS README TODO -} diff --git a/net-im/gnomeicu/gnomeicu-0.98.2-r2.ebuild b/net-im/gnomeicu/gnomeicu-0.98.2-r2.ebuild index 9d2e68162042..cdffc5322a83 100644 --- a/net-im/gnomeicu/gnomeicu-0.98.2-r2.ebuild +++ b/net-im/gnomeicu/gnomeicu-0.98.2-r2.ebuild @@ -1,22 +1,20 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.98.2-r2.ebuild,v 1.3 2002/07/16 04:54:32 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.98.2-r2.ebuild,v 1.4 2002/07/17 09:08:07 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gnome ICQ Client" SRC_URI="http://download.sourceforge.net/gnomeicu/${P}.tar.gz" HOMEPAGE="http://gnomeicu.sourceforge.net/" -RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r2 - >=sys-libs/gdbm-1.8.0 - ( >=gnome-base/libglade-0.16 - <gnome-base/libglade-1.99.0 ) - >=media-libs/gdk-pixbuf-0.9.0 - >=net-libs/gnet-1.1.0 - gnome? ( gnome-base/gnome-core ) - esd? ( >=media-sound/esound-0.2.23 )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) " +DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r2 + >=sys-libs/gdbm-1.8.0 + =gnome-base/libglade-0.17* + >=media-libs/gdk-pixbuf-0.9.0 + >=net-libs/gnet-1.1.0 + gnome? ( gnome-base/gnome-core ) + esd? ( >=media-sound/esound-0.2.23 )" + +RDEPEND="nls? ( sys-devel/gettext )" SLOT="0" LICENSE="GPL-2" diff --git a/net-im/gnomeicu/gnomeicu-0.98.2-r3.ebuild b/net-im/gnomeicu/gnomeicu-0.98.2-r3.ebuild index 9692982845da..11d7c9a0242d 100644 --- a/net-im/gnomeicu/gnomeicu-0.98.2-r3.ebuild +++ b/net-im/gnomeicu/gnomeicu-0.98.2-r3.ebuild @@ -1,50 +1,46 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.98.2-r3.ebuild,v 1.2 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomeicu/gnomeicu-0.98.2-r3.ebuild,v 1.3 2002/07/17 09:08:07 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Gnome ICQ Client" -SRC_URI="http://download.sourceforge.net/gnomeicu/${P}.tar.gz" +SRC_URI="mirror://sourceforge/gnomeicu/${P}.tar.gz" HOMEPAGE="http://gnomeicu.sourceforge.net/" + +DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r2 + >=sys-libs/gdbm-1.8.0 + >=gnome-base/libglade-0.17* + >=media-libs/gdk-pixbuf-0.9.0 + >=net-libs/gnet-1.1.0 + gnome? ( =gnome-base/gnome-panel-1.4* ) + esd? ( >=media-sound/esound-0.2.23 )" + +RDEPEND="nls? ( sys-devel/gettext )" + SLOT="0" -RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r2 - >=sys-libs/gdbm-1.8.0 - ( >=gnome-base/libglade-0.16 - <gnome-base/libglade-1.99.0 ) - >=media-libs/gdk-pixbuf-0.9.0 - >=net-libs/gnet-1.1.0 - gnome? ( >=gnome-base/gnome-panel-1.4.1 - <gnome-base/gnome-panel-1.5.0 ) - esd? ( >=media-sound/esound-0.2.23 )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) " +LICENSE="GPL-2" +KEYWORDS="x86 ppc" src_compile() { local myconf - if [ -z "`use esd`" ] - then - myconf="--disable-esd-test" - fi - if [ "`use socks5`" ]; - then - myconf="${myconf} --enable-socks5" - fi + use esd || myconf="--disable-esd-test" + + use socks5 || myconf="${myconf} --enable-socks5" - if [ -z "`use nls`" ] - then + use nls || ( \ myconf="${myconf} --disable-nls" mkdir ./intl touch ./intl/libgettext.h - fi - # remove the panel applet if you dont use gnome, nice hack for gnome2 compability + ) + + # remove the panel applet if you dont use gnome, + # nice hack for gnome2 compability + use gnome || myconf="${myconf} --disable-applet" - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - ${myconf} || die + + econf \ + ${myconf} || die emake || die } diff --git a/net-im/gnomemeeting/files/digest-gnomemeeting-0.92.1 b/net-im/gnomemeeting/files/digest-gnomemeeting-0.92.1 deleted file mode 100644 index 989882301be3..000000000000 --- a/net-im/gnomemeeting/files/digest-gnomemeeting-0.92.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e0e4fd4be47ddd42f74056f04ef5f008 GnomeMeeting-0.92.1.tar.gz 1202441 diff --git a/net-im/gnomemeeting/gnomemeeting-0.85.1.ebuild b/net-im/gnomemeeting/gnomemeeting-0.85.1.ebuild index 590423078371..a2d50afaecd3 100644 --- a/net-im/gnomemeeting/gnomemeeting-0.85.1.ebuild +++ b/net-im/gnomemeeting/gnomemeeting-0.85.1.ebuild @@ -1,36 +1,40 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.85.1.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.85.1.ebuild,v 1.4 2002/07/17 09:08:08 seemant Exp $ S="${WORKDIR}/GnomeMeeting-${PV}" SRC_URI="http://www.gnomemeeting.org/downloads/latest/sources/GnomeMeeting-${PV}.tar.gz" HOMEPAGE="http://www.gnomemeeting.org" DESCRIPTION="Gnome NetMeeting client" -DEPEND="virtual/glibc +DEPEND="net-libs/openh323 >=gnome-base/gnome-libs-1.4.1.4 >=dev-libs/pwlib-1.2.12-r3 - >=net-libs/openh323-1.8.0-r1 >=media-libs/gdk-pixbuf-0.16.0 >=dev-libs/openssl-0.9.6c >=gnome-base/gconf-1.0.8 >=net-nds/openldap-2.0.21 =x11-libs/gtk+-1.2*" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_compile() { cd ${S} export PWLIBDIR=/usr/share/pwlib export OPENH323DIR=/usr/share/openh323 - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --with-ptlib-includes=$PWLIBDIR/include/ptlib \ - --with-ptlib-libs=/usr/lib \ - --with-openh323-includes=$OPENH323DIR/include \ - --with-openh323-libs=/usr/lib \ - --disable-install-schemas \ - --host=${CHOST} || die + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --with-ptlib-includes=$PWLIBDIR/include/ptlib \ + --with-ptlib-libs=/usr/lib \ + --with-openh323-includes=$OPENH323DIR/include \ + --with-openh323-libs=/usr/lib \ + --disable-install-schemas \ + --host=${CHOST} || die make || die } diff --git a/net-im/gnomemeeting/gnomemeeting-0.92.1-r1.ebuild b/net-im/gnomemeeting/gnomemeeting-0.92.1-r1.ebuild index a32383226abf..8e6267cbce34 100644 --- a/net-im/gnomemeeting/gnomemeeting-0.92.1-r1.ebuild +++ b/net-im/gnomemeeting/gnomemeeting-0.92.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.92.1-r1.ebuild,v 1.1 2002/07/07 14:11:48 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.92.1-r1.ebuild,v 1.2 2002/07/17 09:08:08 seemant Exp $ inherit gnome2 @@ -8,15 +8,17 @@ S="${WORKDIR}/GnomeMeeting-${PV}" SRC_URI="http://www.gnomemeeting.org/downloads/latest/sources/GnomeMeeting-${PV}.tar.gz" HOMEPAGE="http://www.gnomemeeting.org" DESCRIPTION="Gnome NetMeeting client" -LICENSE="GPL-2" + SLOT="1" +LICENSE="GPL-2" +KEYWORDS="x86" -RDEPEND=">=dev-libs/glib-2.0.3 +RDEPEND="net-libs/openh323 + >=dev-libs/glib-2.0.3 >=x11-libs/gtk+-2.0.5 >=gnome-base/gconf-1.2.0 >=sys-devel/autoconf-2.52 >=dev-libs/pwlib-1.2.19 - >=net-libs/openh323-1.8.8 >=net-nds/openldap-2.0.21 >=dev-libs/libIDL-0.8.0 >=net-libs/linc-0.5.0-r2 diff --git a/net-im/gnomemeeting/gnomemeeting-0.92.1.ebuild b/net-im/gnomemeeting/gnomemeeting-0.92.1.ebuild deleted file mode 100644 index a9c172a62586..000000000000 --- a/net-im/gnomemeeting/gnomemeeting-0.92.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gnomemeeting/gnomemeeting-0.92.1.ebuild,v 1.4 2002/07/11 06:30:46 drobbins Exp $ - -S="${WORKDIR}/GnomeMeeting-${PV}" -SRC_URI="http://www.gnomemeeting.org/downloads/latest/sources/GnomeMeeting-${PV}.tar.gz" -HOMEPAGE="http://www.gnomemeeting.org" -DESCRIPTION="Gnome NetMeeting client" -SLOT="0" - -DEPEND="virtual/glibc - >=sys-devel/autoconf-2.52 - >=dev-libs/pwlib-1.2.19 - >=net-libs/openh323-1.8.8 - >=net-nds/openldap-2.0.21 - >=dev-libs/libIDL-0.7.4 - >=net-libs/linc-0.5.0 - >=gnome-base/gnome-common-1.2.4-r3 - >=gnome-base/gnome-vfs-2.0.0 - >=gnome-base/libgnomeui-2.0.0" - -src_compile() { - - cd ${S} - export PWLIBDIR=/usr/share/pwlib - export OPENH323DIR=/usr/share/openh323 - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --with-ptlib-includes=$PWLIBDIR/include/ptlib \ - --with-ptlib-libs=/usr/lib \ - --with-openh323-includes=$OPENH323DIR/include \ - --with-openh323-libs=/usr/lib \ - --host=${CHOST} || die - #manually disable installation of schemas - cp Makefile Makefile.orig - sed -e "s/^install-data-local: install-schemas/install-data-local:/g" Makefile.orig > Makefile || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - insinto /etc/gconf/schemas - doins ${S}/gnomemeeting.schema -} - -pkg_postinst() { - # This is from the devhelp ebuild... - # Fix gconf permissions - killall gconfd-1 2>/dev/null >/dev/null - chmod o+rX /etc/gconf -R - # Install schemas - gconftool-1 --shutdown - SOURCE=xml::/etc/gconf/gconf.xml.defaults - GCONF_CONFIG_SOURCE=$SOURCE \ - gconftool-1 --makefile-install-rule \ - /etc/gconf/schemas/${PN}.schemas \ - # 2>/dev/null >/dev/null || exit 1 - assert "gconftool-1 execution failed" -} - diff --git a/net-im/gtk+licq/gtk+licq-0.51-r2.ebuild b/net-im/gtk+licq/gtk+licq-0.51-r2.ebuild index 9965e88d2f80..1b7d068cc6f6 100644 --- a/net-im/gtk+licq/gtk+licq-0.51-r2.ebuild +++ b/net-im/gtk+licq/gtk+licq-0.51-r2.ebuild @@ -1,58 +1,49 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gtk+licq/gtk+licq-0.51-r2.ebuild,v 1.5 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gtk+licq/gtk+licq-0.51-r2.ebuild,v 1.6 2002/07/17 09:08:08 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GTK+ interface for Licq, the KDE/QT ICQ client" SRC_URI="http://gtk.licq.org/download/${P}.tar.gz" HOMEPAGE="http://gtk.licq.org" -SLOT="0" -DEPEND="virtual/glibc - sys-devel/perl - nls? ( sys-devel/gettext ) - >=net-im/licq-1.0.2 - gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 ) - =x11-libs/gtk+-1.2* - spell? ( >=app-text/pspell-0.11.2 )" -RDEPEND="virtual/glibc - >=net-im/licq-1.0.2 - =x11-libs/gtk+-1.2* +DEPEND="sys-devel/perl + =x11-libs/gtk+-1.2* + >=net-im/licq-1.0.2 gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1 ) - spell? ( >=app-text/pspell-0.11.2 )" + spell? ( >=app-text/pspell-0.11.2 )" + +RDEPEND="nls? ( sys-devel/gettext )" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { - local myconf - local myprefix - myprefix="/usr" - if [ -z "`use gnome`" ] ; then - myconf="--disable-gnome" - fi - if [ -z "`use spell`" ] ; then - myconf="$myconf --disable-pspell" - fi - if [ -z "`use nls`" ] - then - myconf="${myconf} --disable-nls" - fi - - CXXFLAGS="${CXXFLAGS} `orbit-config --cflags client`" - - ./configure --host=${CHOST} --prefix=${myprefix} \ - --with-licq-includes=/usr/include/licq \ - ${myconf} || die + + local myconf + local myprefix + + use gnome || myconf="--disable-gnome" + use spell || myconf="$myconf --disable-pspell" + use nls || myconf="${myconf} --disable-nls" + + CXXFLAGS="${CXXFLAGS} `orbit-config --cflags client`" + + econf \ + --with-licq-includes=/usr/include/licq \ + ${myconf} || die - emake || die + emake || die } src_install() { - local myprefix - myprefix="usr" - make prefix=${D}/${myprefix} install || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README - mkdir -p ${D}/usr/lib/licq - cd ${D}/usr/lib/licq - ls ../../../${myprefix}/lib/licq - ln -s ../../../${myprefix}/lib/licq/* . + local myprefix + myprefix="usr" + make prefix=${D}/${myprefix} install || die + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README + mkdir -p ${D}/usr/lib/licq + cd ${D}/usr/lib/licq + ls ../../../${myprefix}/lib/licq + ln -s ../../../${myprefix}/lib/licq/* . } diff --git a/net-im/ickle/ickle-0.3.1.ebuild b/net-im/ickle/ickle-0.3.1.ebuild index c99cfcbfe4b7..cb1849d53571 100644 --- a/net-im/ickle/ickle-0.3.1.ebuild +++ b/net-im/ickle/ickle-0.3.1.ebuild @@ -1,44 +1,37 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ickle/ickle-0.3.1.ebuild,v 1.5 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ickle/ickle-0.3.1.ebuild,v 1.6 2002/07/17 09:08:08 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="ICQ 200x compatible ICQ client. limited featureset." SRC_URI="mirror://sourceforge/ickle/${P}.tar.gz" HOMEPAGE="http://ickle.sf.net" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="( >=x11-libs/gtk+-1.2.10 - <x11-libs/gtk+-1.3.0 ) - ( >=x11-libs/gtkmm-1.2.5 - <x11-libs/gtkmm-1.3.0 ) - ( >=dev-libs/libsigc++-1.0.4 - <dev-libs/libsigc++-1.1.0 ) - >=sys-libs/lib-compat-1.0 - =net-libs/libicq2000-0.3.1 - spell? ( app-text/ispell ) - gnome? ( - ( >=gnome-base/gnome-applets-1.4.0 - <gnome-base/gnome-applets-1.50.0 ) - >= gnome-base/gnome-libs-1.4.1 )" +DEPEND="=x11-libs/gtk+-1.2* + =x11-libs/gtkmm-1.2* + =dev-libs/libsigc++-1.0* + >=sys-libs/lib-compat-1.0 + =net-libs/libicq2000-0.3.1 + spell? ( app-text/ispell ) + gnome? ( =gnome-base/gnome-applets-1.4* + =gnome-base/gnome-libs-1.4* )" src_compile() { - local myflags - myflags="" - if [ -z "`use gnome`" ] - then - myflags="--without-gnome" - else - myflags="--with-gnome" - fi - ./configure ${myflags} \ - --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --infodir=/usr/share/info \ + + local myconf + myconf="" + use gnome \ + && myconf="--with-gnome" \ + || myconf="--without-gnome" + + econf \ --localstatedir=/var/lib \ - --mandir=/usr/share/man || die "./configure failed" + ${myconf} || die "./configure failed" emake || die } diff --git a/net-im/imcom/imcom-0.92.ebuild b/net-im/imcom/imcom-0.92.ebuild index 50d7e980665b..3662f15e23af 100644 --- a/net-im/imcom/imcom-0.92.ebuild +++ b/net-im/imcom/imcom-0.92.ebuild @@ -1,27 +1,29 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-0.92.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/imcom/imcom-0.92.ebuild,v 1.4 2002/07/17 09:08:08 seemant Exp $ S=${WORKDIR}/${P} -DEPEND=">=dev-lang/python-2.2 - >=dev-python/PyXML-0.7" -SLOT="0" SRC_URI="http://imcom.floobin.cx/files/${P}.tar.gz" HOMEPAGE="http://imcom.floobin.cx" DESCRIPTION="Python commandline Jabber Client" +DEPEND=">=dev-lang/python-2.2 + >=dev-python/PyXML-0.7" + +SLOT="0" +LICENSE="as-is" +KEYWORDS="x86" + src_install() { - cd ${S} - mkdir -p ${D}/usr/bin - mkdir -p ${D}/usr/share/imcom - mkdir -p ${D}/usr/share/imcom/docs - cp AutoStatus.API CONTRIBUTORS LICENSE README README.autostatus TODO WHATSNEW ${D}/usr/share/imcom/docs - cp docs/* ${D}/usr/share/imcom/docs - cp *.py ${D}/usr/share/imcom + dodir /usr/bin + dodir /usr/share/imcom + dodoc AutoStatus.API CONTRIBUTORS LICENSE README* TODO WHATSNEW + dodoc docs/* + cp *.py ${D}/usr/share/imcom mv imcom imcom.orig sed -e 's:/usr/local/share:/usr/share:' imcom.orig | cat > imcom chmod 755 imcom - cp imcom ${D}/usr/bin + dobin imcom } diff --git a/net-im/jabber-server/jabber-server-1.4.2-r1.ebuild b/net-im/jabber-server/jabber-server-1.4.2-r1.ebuild index e4089edaf495..f3485760c24e 100644 --- a/net-im/jabber-server/jabber-server-1.4.2-r1.ebuild +++ b/net-im/jabber-server/jabber-server-1.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/jabber-server/jabber-server-1.4.2-r1.ebuild,v 1.2 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/jabber-server/jabber-server-1.4.2-r1.ebuild,v 1.3 2002/07/17 09:08:08 seemant Exp $ S="${WORKDIR}/jabber-${PV}" DESCRIPTION="Open Source Jabber Server & JUD,AIM,MSN,ICQ,Yahoo and Conference transports" @@ -13,10 +13,13 @@ SRC_URI="http://jabberd.jabberstudio.org/downloads/jabber-${PV}.tar.gz http://www.ibiblio.org/gentoo/distfiles/yahoo-transport-0.8.4.6.tar.gz http://www.ibiblio.org/gentoo/distfiles/Install_AIM_3.5.1670.exe" -DEPEND="virtual/glibc - >=dev-libs/pth-1.4.0 +DEPEND=">=dev-libs/pth-1.4.0 ssl? ( >=dev-libs/openssl-0.9.6c )" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + src_unpack() { unpack jabber-${PV}.tar.gz diff --git a/net-im/kinkatta/kinkatta-1.01.ebuild b/net-im/kinkatta/kinkatta-1.01.ebuild index 424de55b5677..76d644ab212c 100644 --- a/net-im/kinkatta/kinkatta-1.01.ebuild +++ b/net-im/kinkatta/kinkatta-1.01.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# /home/cvsroot/gentoo-x86/kde-base/kdenetwork/kinkatta-1.00.ebuild $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kinkatta/kinkatta-1.01.ebuild,v 1.7 2002/07/17 09:08:08 seemant Exp $ inherit kde-base || die need-kde 2.2 DESCRIPTION="KDE AIM Messenger" -SRC_URI="http://ftp1.sourceforge.net/kinkatta/${P}.tar.gz" +SRC_URI="mirror://sourceforge/kinkatta/${P}.tar.gz" +SLOT="0" LICENSE="GPL-2 LGPL-2" +KEYWORDS="x86" -HOMEPAGE="http://kinkatta.sourceforge.org" +HOMEPAGE="http://kinkatta.sourceforge.net" diff --git a/net-im/kmerlin/kmerlin-1.0-r1.ebuild b/net-im/kmerlin/kmerlin-1.0-r1.ebuild index 796d45bbc0a2..6f3755b78746 100644 --- a/net-im/kmerlin/kmerlin-1.0-r1.ebuild +++ b/net-im/kmerlin/kmerlin-1.0-r1.ebuild @@ -1,14 +1,17 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-im/kmerlin/kmerlin-1.0-r1.ebuild,v 1.3 2002/07/17 09:08:08 seemant Exp $ inherit kde-base || die need-kde 3 # despite being a kde3 app, its configure script was generated by autoconf 2.13 so: need-autoconf 2.1 -LICENSE="GPL-2" + DESCRIPTION="KDE MSN Messenger" SRC_URI="mirror://sourceforge/kmerlin/${P}.tar.gz" HOMEPAGE="http://kmerlin.olsd.de" - +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" diff --git a/net-im/kmess/kmess-0.9.6.ebuild b/net-im/kmess/kmess-0.9.6.ebuild index 39f1e814ccd3..f8313499a3c6 100644 --- a/net-im/kmess/kmess-0.9.6.ebuild +++ b/net-im/kmess/kmess-0.9.6.ebuild @@ -1,12 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-im/kmess/kmess-0.9.6.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kmess/kmess-0.9.6.ebuild,v 1.4 2002/07/17 09:08:08 seemant Exp $ inherit kde-base || die S="${WORKDIR}/${P}" need-kde 3 -LICENSE="GPL-2" + DESCRIPTION="KDE MSN Messenger" SRC_URI="mirror://sourceforge/kmess/${P}.tar.gz" HOMEPAGE="http://kmess.sourceforge.net" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" diff --git a/net-im/kopete/files/digest-kopete-0.4 b/net-im/kopete/files/digest-kopete-0.4 deleted file mode 100644 index cc3859198e0e..000000000000 --- a/net-im/kopete/files/digest-kopete-0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 5d752fcb80288f5254d0e68141de6080 kopete-0.4.tar.gz 1388070 diff --git a/net-im/kopete/kopete-0.4.1.ebuild b/net-im/kopete/kopete-0.4.1.ebuild index 53506cb84252..8c1e7361c805 100644 --- a/net-im/kopete/kopete-0.4.1.ebuild +++ b/net-im/kopete/kopete-0.4.1.ebuild @@ -4,7 +4,9 @@ inherit kde-base || die need-kde 3 +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" DESCRIPTION="The KDE Instant Messenger" SRC_URI="http://www.cron.cl/kopete/${P}.tar.gz" HOMEPAGE="http://kopete.kde.org/" diff --git a/net-im/kopete/kopete-0.4.ebuild b/net-im/kopete/kopete-0.4.ebuild deleted file mode 100644 index 8d5bc211bf9f..000000000000 --- a/net-im/kopete/kopete-0.4.ebuild +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 - -inherit kde-base || die - -need-kde 3 -DESCRIPTION="The KDE Instant Messenger" -SRC_URI="http://www.geiseri.com/kopete/${P}.tar.gz" -HOMEPAGE="http://kopete.kde.org/" - diff --git a/net-im/kxicq2/kxicq2-0.7.6.ebuild b/net-im/kxicq2/kxicq2-0.7.6.ebuild index 52d42ae45b32..63ac5e1ad11a 100644 --- a/net-im/kxicq2/kxicq2-0.7.6.ebuild +++ b/net-im/kxicq2/kxicq2-0.7.6.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kxicq2/kxicq2-0.7.6.ebuild,v 1.6 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kxicq2/kxicq2-0.7.6.ebuild,v 1.7 2002/07/17 09:08:09 seemant Exp $ inherit kde-base || die need-kde 2.1 +SLOT="0" LICENSE="GPL-2" -SRC_URI="http://telia.dl.sourceforge.net/kxicq/${P}.tar.gz" +KEYWORDS="x86" +SRC_URI="mirror://sourceforge/kxicq/${P}.tar.gz" HOMEPAGE="http://www.kxicq.org" DESCRIPTION="KDE 2.x ICQ Client, using the ICQ2000 protocol" diff --git a/net-im/licq-console/licq-console-1.0.2.ebuild b/net-im/licq-console/licq-console-1.0.2.ebuild index e053325fb093..50c1db307b6d 100644 --- a/net-im/licq-console/licq-console-1.0.2.ebuild +++ b/net-im/licq-console/licq-console-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq-console/licq-console-1.0.2.ebuild,v 1.9 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq-console/licq-console-1.0.2.ebuild,v 1.10 2002/07/17 09:08:09 seemant Exp $ LICQV=licq-1.0.4 @@ -11,6 +11,8 @@ SRC_URI="http://download.sourceforge.net/licq/${LICQV}.tar.gz ftp://licq.darkorb.net/${LICQV}.tar.gz" HOMEPAGE="http://www.licq.org" SLOT="0" +LICENSE="GPL" +KEYWORDS="x86" DEPEND="virtual/glibc sys-devel/gcc >=sys-libs/ncurses-5.2 >=net-im/licq-1.0.3" diff --git a/net-im/licq/licq-1.0.4-r2.ebuild b/net-im/licq/licq-1.0.4-r2.ebuild index 00c4fb8714f4..eba77f7ce542 100644 --- a/net-im/licq/licq-1.0.4-r2.ebuild +++ b/net-im/licq/licq-1.0.4-r2.ebuild @@ -1,17 +1,19 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4-r2.ebuild,v 1.5 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/licq/licq-1.0.4-r2.ebuild,v 1.6 2002/07/17 09:08:09 seemant Exp $ use kde && inherit kde-base S=${WORKDIR}/${P} - -LICENSE="GPL-2" SRC_URI="http://download.sourceforge.net/licq/${P}.tar.bz2" DESCRIPTION="KDE/QT ICQ Client with v6 support only (UDP)" -DEPEND="$DEPEND +DEPEND="${DEPEND} ssl? ( >=dev-libs/openssl-0.9.6 ) - qt? ( >=x11-libs/qt-2.2.0 )" + qt? ( >=x11-libs/qt-2.2.0 )" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" use kde && need-kde 2.1 diff --git a/net-im/msn4lin/msn4lin-0.4.ebuild b/net-im/msn4lin/msn4lin-0.4.ebuild index d77372788ac3..74c6648f0326 100644 --- a/net-im/msn4lin/msn4lin-0.4.ebuild +++ b/net-im/msn4lin/msn4lin-0.4.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# Mantainer: Pau Oliva <pau@eSlack.org> -# /space/gentoo/cvsroot/gentoo-x86/net-im/msn4lin/msn4lin-0.2e.ebuild,v 1.1 2002/04/24 20:52:37 verwilst Exp +# $Header: /var/cvsroot/gentoo-x86/net-im/msn4lin/msn4lin-0.4.ebuild,v 1.2 2002/07/17 09:08:09 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Tcl/tk MSN Messenger client for linux" -SRC_URI="http://www.ibiblio.org/gentoo/distfiles/${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" HOMEPAGE="http://www.borsanza.com/" DEPEND=">=dev-lang/tcl-8.3.3 >=dev-lang/tk-8.3.3" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_unpack() { unpack ${P}.tar.gz diff --git a/net-im/naim/ChangeLog b/net-im/naim/ChangeLog new file mode 100644 index 000000000000..ad7dcab0c227 --- /dev/null +++ b/net-im/naim/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-im/naim +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/naim/ChangeLog,v 1.1 2002/07/17 09:08:09 seemant Exp $ + +*naim-0.11.2 (08 Feb 2002) + + 08 Feb 2002; Bart Verwilst <verwilst@gentoo.org> naim-0.11.2.ebuild + files/digest-naim-0.11.2 : + + New package. diff --git a/net-im/naim/naim-0.11.2.ebuild b/net-im/naim/naim-0.11.2.ebuild index d0be41702a63..d3654206974b 100644 --- a/net-im/naim/naim-0.11.2.ebuild +++ b/net-im/naim/naim-0.11.2.ebuild @@ -1,20 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.2.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/naim/naim-0.11.2.ebuild,v 1.4 2002/07/17 09:08:09 seemant Exp $ S=${WORKDIR}/${P} SRC_URI="http://dev.n.ml.org/${P}.tar.gz" DESCRIPTION="An ncurses AOL Instant Messenger." HOMEPAGE="http://naim.n.ml.org/" -SLOT="0" -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2" -src_unpack() { +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" - unpack ${P}.tar.gz - -} +DEPEND=">=sys-libs/ncurses-5.2" src_compile() { @@ -27,5 +24,6 @@ src_compile() { src_install() { make DESTDIR=${D} install || die - + + dodoc AUTHORS ChangeLog NEWS README TODO VERSIONS } diff --git a/net-im/ntame/ntame-998020954.ebuild b/net-im/ntame/ntame-998020954.ebuild index ad44cf2f81a5..9be0f278e101 100644 --- a/net-im/ntame/ntame-998020954.ebuild +++ b/net-im/ntame/ntame-998020954.ebuild @@ -1,27 +1,30 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ntame/ntame-998020954.ebuild,v 1.2 2002/07/02 21:44:59 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ntame/ntame-998020954.ebuild,v 1.3 2002/07/17 09:08:09 seemant Exp $ S=${WORKDIR}/ntaim DESCRIPTION="Ncurses based AOL Instant Messenger" HOMEPAGE="http://tame.sourceforge.net/" SRC_URI="mirror://sourceforge/tame/ntaim.${PV}.tar.gz" DEPEND=">=sys-libs/ncurses-5.2" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile () { - + ./configure --prefix=/usr --host=${CHOST} || die - emake || die + emake || die } src_install () { - + dodir /usr/bin - make DESTDIR=${D} install || die + make DESTDIR=${D} install || die - dodoc AUTHORS BUGS INSTALL NEWS README + dodoc AUTHORS BUGS NEWS README TODO } pkg_postinst () { diff --git a/net-im/psi/psi-0.8.6.ebuild b/net-im/psi/psi-0.8.6.ebuild index bed98a6acfc5..f57b6c7049e8 100644 --- a/net-im/psi/psi-0.8.6.ebuild +++ b/net-im/psi/psi-0.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# /space/gentoo/cvsroot/gentoo-x86/net-im/psi/psi-0.8.5.ebuild,v 1.2 2002/06/08 16:41:48 verwilst Exp +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.8.6.ebuild,v 1.3 2002/07/17 09:08:09 seemant Exp $ S=${WORKDIR}/${P} QV="1.0" @@ -8,10 +8,12 @@ SRC_URI="http://psi.affinix.com/files/${PV}/${P}.tar.bz2 http://psi.affinix.com/files/common/qssl-${QV}.tar.bz2" DESCRIPTION="QT 3.x Jabber Client, with Licq-like interface" HOMEPAGE="http://www.affinix.com/~justin/programs/psi/" + SLOT="0" LICENSE="GPL-2" -DEPEND="virtual/glibc - =x11-libs/qt-3* +KEYWORDS="x86" + +DEPEND="=x11-libs/qt-3* ssl? ( >=dev-libs/openssl-0.9.6c )" src_compile() { diff --git a/net-im/silc-client/files/digest-silc-client-0.9.1 b/net-im/silc-client/files/digest-silc-client-0.9.1 deleted file mode 100644 index 67aac5b7360e..000000000000 --- a/net-im/silc-client/files/digest-silc-client-0.9.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b1b4166adead5cd5534c90f20cd325ec silc-client-0.9.1.tar.bz2 1393411 diff --git a/net-im/silc-client/silc-client-0.9.1.ebuild b/net-im/silc-client/silc-client-0.9.1.ebuild deleted file mode 100644 index 10ab4ee25d16..000000000000 --- a/net-im/silc-client/silc-client-0.9.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Updated by Phil Bordelon <phil@lsu.edu> to sync up to v0.9 -# /space/gentoo/cvsroot/gentoo-x86/net-im/silc-client/silc-client-0.7.6.2.ebuild,v 1.3 2002/04/12 18:54:01 spider Exp - -S=${WORKDIR}/${P} -DESCRIPTION="Secure Internet Live Conferencing" -SRC_URI="http://www.silcnet.org/download/client/sources/${P}.tar.bz2" -HOMEPAGE="http://silcnet.org" -SLOT="0" -DEPEND="virtual/glibc - =dev-libs/glib-1.2* - perl? ( sys-devel/perl ) - sys-libs/ncurses" - -src_compile() { - - myconf="--with-ncurses" - - if [ "`use ipv6`" ]; then - myconf="${myconf} --enable-ipv6" - fi - - if [ "`use socks5`" ]; then - myconf="${myconf} --with-socks5" - fi - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc/silc \ - --with-helpdir=/usr/share/silc/help \ - --with-docdir=/usr/share/doc/${P} \ - --with-simdir=/usr/lib/silc/modules \ - --with-logsdir=/var/log/silc \ - ${myconf} || die "./configure failed" - - make || die "make failed" -} - -src_install () { - myflags="" - if [ "`use perl`" ] - then - R1="s/installsitearch='//" - R2="s/';//" - perl_sitearch="`perl -V:installsitearch | sed -e ${R1} -e ${R2}`" - myflags="${myflags} INSTALLPRIVLIB=${D}/usr" - myflags="${myflags} INSTALLARCHLIB=${D}/${perl_sitearch}" - myflags="${myflags} INSTALLSITELIB=${D}/${perl_sitearch}" - myflags="${myflags} INSTALLSITEARCH=${D}/${perl_sitearch}" - fi - - make DESTDIR=${D} ${myflags} install || die "make install failed" - rmdir ${D}/usr/include -} - diff --git a/net-im/silc-client/silc-client-0.9.4.ebuild b/net-im/silc-client/silc-client-0.9.4.ebuild index 966af1fd5945..b5dd9e6e02df 100644 --- a/net-im/silc-client/silc-client-0.9.4.ebuild +++ b/net-im/silc-client/silc-client-0.9.4.ebuild @@ -1,15 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-im/silc-client/silc-client-0.9.4.ebuild,v 1.2 2002/07/17 09:08:10 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="An IRSSI-based text client for Secure Internet Live Conferencing." SRC_URI="http://www.silcnet.org/download/client/sources/${P}.tar.bz2" HOMEPAGE="http://silcnet.org" -LICENSE="GPL-2" + SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" -DEPEND="virtual/glibc - =dev-libs/glib-1.2* +DEPEND="=dev-libs/glib-1.2* perl? ( sys-devel/perl ) sys-libs/ncurses" RDEPEND="${DEPEND}" @@ -18,13 +20,9 @@ src_compile() { myconf="--with-ncurses" - if [ "`use ipv6`" ]; then - myconf="${myconf} --enable-ipv6" - fi + use ipv6 && myconf="${myconf} --enable-ipv6" - if [ "`use socks5`" ]; then - myconf="${myconf} --with-socks5" - fi + use socks5 && myconf="${myconf} --with-socks5" ./configure \ --host=${CHOST} \ diff --git a/net-im/ymessenger/ymessenger-0.93.ebuild b/net-im/ymessenger/ymessenger-0.93.ebuild index 3fd313c18b03..eee143d980a8 100644 --- a/net-im/ymessenger/ymessenger-0.93.ebuild +++ b/net-im/ymessenger/ymessenger-0.93.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-im/ymessenger/ymessenger-0.93.ebuild,v 1.3 2002/07/11 06:30:46 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ymessenger/ymessenger-0.93.ebuild,v 1.4 2002/07/17 09:08:10 seemant Exp $ MY_P="ymessenger-0.93.0-1.i386.rpm" S=${WORKDIR}/usr/local @@ -14,7 +14,8 @@ RDEPEND="virtual/x11" RESTRICT="fetch" SLOT="0" -LICENSE="Artistic" +LICENSE="yahoo" +KEYWORDS="x86 -ppc -sparc -sparc64" src_unpack() { if [ ! -f ${DISTDIR}/${MY_P} ] diff --git a/net-im/ymessenger/ymessenger-0.99.19.ebuild b/net-im/ymessenger/ymessenger-0.99.19.ebuild index aee5637853a6..b0fc0b60836c 100644 --- a/net-im/ymessenger/ymessenger-0.99.19.ebuild +++ b/net-im/ymessenger/ymessenger-0.99.19.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-im/ymessenger/ymessenger-0.99.19.ebuild,v 1.3 2002/07/04 16:23:41 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ymessenger/ymessenger-0.99.19.ebuild,v 1.4 2002/07/17 09:08:10 seemant Exp $ # If you are looking in here, it is because emerge has instructed you to do # so. Please go to http://messenger.yahoo.com/download/unix.html and scroll @@ -20,6 +20,7 @@ RESTRICT="fetch" SLOT="0" LICENSE="yahoo" +KEYWORDS="x86 -ppc -sparc -sparc64" pkg_setup() { if [ ${ARCH} != "x86" ] ; then |