diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:35:57 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:35:57 +0000 |
commit | 0ade52bd0e6ddaee22d020acee9cfb4d627e6820 (patch) | |
tree | b5bdc96647866b76b4b5f0b33fbebd66bfb3b889 /net-im | |
parent | Stable on alpha. (Manifest recommit) (diff) | |
download | gentoo-2-0ade52bd0e6ddaee22d020acee9cfb4d627e6820.tar.gz gentoo-2-0ade52bd0e6ddaee22d020acee9cfb4d627e6820.tar.bz2 gentoo-2-0ade52bd0e6ddaee22d020acee9cfb4d627e6820.zip |
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'net-im')
24 files changed, 84 insertions, 49 deletions
diff --git a/net-im/aim-transport/ChangeLog b/net-im/aim-transport/ChangeLog index fed8b7a34009..980bf17b5d96 100644 --- a/net-im/aim-transport/ChangeLog +++ b/net-im/aim-transport/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/aim-transport # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/ChangeLog,v 1.8 2004/04/08 02:06:34 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/ChangeLog,v 1.9 2004/04/14 09:35:57 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> aim-transport-20040131.ebuild: + Inherit eutils. *aim-transport-20040131-r1 (08 Apr 2004) diff --git a/net-im/aim-transport/aim-transport-20040131.ebuild b/net-im/aim-transport/aim-transport-20040131.ebuild index 23fe7f3ee2a8..d982318b2f92 100644 --- a/net-im/aim-transport/aim-transport-20040131.ebuild +++ b/net-im/aim-transport/aim-transport-20040131.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131.ebuild,v 1.4 2004/03/28 07:19:09 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/aim-transport/aim-transport-20040131.ebuild,v 1.5 2004/04/14 09:35:57 aliz Exp $ + +inherit eutils MY_PN="${PN}-stable" S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/net-im/ayttm/ChangeLog b/net-im/ayttm/ChangeLog index 2a27fc817723..b741d2dad93f 100644 --- a/net-im/ayttm/ChangeLog +++ b/net-im/ayttm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ayttm # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ChangeLog,v 1.9 2004/03/29 00:47:40 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ChangeLog,v 1.10 2004/04/14 09:35:57 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> ayttm-0.4.6.ebuild: + Removed S= 28 Mar 2004; Jason Wever <weeve@gentoo.org> ayttm-0.4.6.ebuild: Added ~sparc keyword. diff --git a/net-im/ayttm/ayttm-0.4.6.ebuild b/net-im/ayttm/ayttm-0.4.6.ebuild index 39dcb2cede14..be81e5c4ce2f 100644 --- a/net-im/ayttm/ayttm-0.4.6.ebuild +++ b/net-im/ayttm/ayttm-0.4.6.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.4.6.ebuild,v 1.3 2004/03/29 00:47:40 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ayttm/ayttm-0.4.6.ebuild,v 1.4 2004/04/14 09:35:57 aliz Exp $ # arts causes segfault IUSE="truetype esd gnome nls" -S=${WORKDIR}/${P} DESCRIPTION="Are you talking to me? - MSN, Jabber, IRC, ICQ, AIM, SMTP instant messenger" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" HOMEPAGE="http://ayttm.sourceforge.net/" diff --git a/net-im/caim/ChangeLog b/net-im/caim/ChangeLog index c7bee5486955..8366103518aa 100644 --- a/net-im/caim/ChangeLog +++ b/net-im/caim/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/caim -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/caim/ChangeLog,v 1.2 2003/02/12 07:59:40 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/caim/ChangeLog,v 1.3 2004/04/14 09:35:57 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> caim-0.03.ebuild: + Inherit eutils, change patch to epatch, removed S=. *caim-0.03 (1 Feb 2002) diff --git a/net-im/caim/caim-0.03.ebuild b/net-im/caim/caim-0.03.ebuild index 2d4a2e8cc142..a001d57d1632 100644 --- a/net-im/caim/caim-0.03.ebuild +++ b/net-im/caim/caim-0.03.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.7 2003/09/05 23:58:57 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/caim/caim-0.03.ebuild,v 1.8 2004/04/14 09:35:57 aliz Exp $ -S=${WORKDIR}/${P} +inherit eutils + +IUSE="" DESCRIPTION="A Console AIM Client" SRC_URI="http://www.mercyground.co.uk/${P}.tar.gz" HOMEPAGE="http://www.mercyground.co.uk" @@ -15,7 +17,7 @@ KEYWORDS="x86" src_unpack() { unpack ${P}.tar.gz - patch -p0 < ${FILESDIR}/${PF}-gentoo.diff + epatch ${FILESDIR}/${PF}-gentoo.diff cd ${S} echo "CFLAGS += ${CFLAGS}" >> Makefile.rules } diff --git a/net-im/ccmsn/ChangeLog b/net-im/ccmsn/ChangeLog index 6f6ccfd90c8b..ea36ae842486 100644 --- a/net-im/ccmsn/ChangeLog +++ b/net-im/ccmsn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ccmsn -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ccmsn/ChangeLog,v 1.3 2004/03/01 20:37:00 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ccmsn/ChangeLog,v 1.4 2004/04/14 09:35:57 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> ccmsn-0.3.ebuild: + Added IUSE= *ccmsn-0.3 (30 Jun 2002) diff --git a/net-im/ccmsn/ccmsn-0.3.ebuild b/net-im/ccmsn/ccmsn-0.3.ebuild index 713f786ac6e9..fb34dcacd280 100644 --- a/net-im/ccmsn/ccmsn-0.3.ebuild +++ b/net-im/ccmsn/ccmsn-0.3.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ccmsn/ccmsn-0.3.ebuild,v 1.4 2003/02/13 14:07:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ccmsn/ccmsn-0.3.ebuild,v 1.5 2004/04/14 09:35:57 aliz Exp $ +IUSE="" RP="${P}p3" S=${WORKDIR}/${RP} DESCRIPTION="A nice little MSN Client written in TclTk" diff --git a/net-im/centericq/ChangeLog b/net-im/centericq/ChangeLog index 823382fc9b6a..51ff5ee19f96 100644 --- a/net-im/centericq/ChangeLog +++ b/net-im/centericq/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/centericq # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/ChangeLog,v 1.37 2004/04/10 11:14:42 coronalvr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/ChangeLog,v 1.38 2004/04/14 09:35:57 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> centericq-4.9.8.ebuild, + centericq-4.9.9.ebuild: + Removed S=, fixed IUSE. *centericq-4.9.11 (10 Apr 2004) diff --git a/net-im/centericq/centericq-4.9.8.ebuild b/net-im/centericq/centericq-4.9.8.ebuild index b41dd9335b62..7e2dbe2256f0 100644 --- a/net-im/centericq/centericq-4.9.8.ebuild +++ b/net-im/centericq/centericq-4.9.8.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.8.ebuild,v 1.6 2004/01/09 18:52:43 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.8.ebuild,v 1.7 2004/04/14 09:35:57 aliz Exp $ inherit eutils -IUSE="nls ssl" +IUSE="nls ssl bidi" -S=${WORKDIR}/${P} DESCRIPTION="A ncurses ICQ/Yahoo!/AIM/IRC/Jabber Client" SRC_URI="http://konst.org.ua/download/${P}.tar.gz" HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html" diff --git a/net-im/centericq/centericq-4.9.9.ebuild b/net-im/centericq/centericq-4.9.9.ebuild index aefe3d250b4e..ddf3088e9dad 100644 --- a/net-im/centericq/centericq-4.9.9.ebuild +++ b/net-im/centericq/centericq-4.9.9.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.9.ebuild,v 1.3 2004/02/17 13:26:53 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/centericq/centericq-4.9.9.ebuild,v 1.4 2004/04/14 09:35:57 aliz Exp $ inherit eutils -IUSE="nls ssl" +IUSE="nls ssl bidi" -S=${WORKDIR}/${P} DESCRIPTION="A ncurses ICQ/Yahoo!/AIM/IRC/Jabber Client" SRC_URI="http://konst.org.ua/download/${P}.tar.gz" HOMEPAGE="http://konst.org.ua/eng/software/centericq/info.html" diff --git a/net-im/curphoo/ChangeLog b/net-im/curphoo/ChangeLog index 0db7240f8ac8..416731741294 100644 --- a/net-im/curphoo/ChangeLog +++ b/net-im/curphoo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/curphoo # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/ChangeLog,v 1.5 2004/03/23 18:50:34 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/ChangeLog,v 1.6 2004/04/14 09:35:57 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> curphoo-0.3.11.ebuild: + Added IUSE=, removed S=. 23 Mar 2004; Martin Holzer <mholzer@gentoo.org> curphoo-0.3.11.ebuild: fixing depend qa issue. see 45343. diff --git a/net-im/curphoo/curphoo-0.3.11.ebuild b/net-im/curphoo/curphoo-0.3.11.ebuild index 8acdfcac57cb..f816af860dcc 100644 --- a/net-im/curphoo/curphoo-0.3.11.ebuild +++ b/net-im/curphoo/curphoo-0.3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.11.ebuild,v 1.2 2004/03/23 18:50:34 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/curphoo/curphoo-0.3.11.ebuild,v 1.3 2004/04/14 09:35:57 aliz Exp $ DESCRIPTION="Curphoo is a console Yahoo! Chat client written in Python" HOMEPAGE="http://savannah.nongnu.org/projects/curphoo/" @@ -8,6 +8,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc " +IUSE="" DEPEND="virtual/glibc >=dev-lang/python-2.1 >=sys-libs/ncurses-5.2" diff --git a/net-im/ekg/ChangeLog b/net-im/ekg/ChangeLog index 65e82b3a7a28..11634ffd1c54 100644 --- a/net-im/ekg/ChangeLog +++ b/net-im/ekg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ekg # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.6 2004/03/27 05:25:19 zx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.7 2004/04/14 09:35:57 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> ekg-1.3.ebuild: + Fixes IUSE. 30 Mar 2004; Chris Aniszczyk <zx@gentoo.org> ekg-1.4-r1.ebuild: Stable on hppa diff --git a/net-im/ekg/ekg-1.3.ebuild b/net-im/ekg/ekg-1.3.ebuild index e81be0cc37a8..006db90d5ef4 100644 --- a/net-im/ekg/ekg-1.3.ebuild +++ b/net-im/ekg/ekg-1.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.3.ebuild,v 1.5 2004/02/22 22:43:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.3.ebuild,v 1.6 2004/04/14 09:35:57 aliz Exp $ -IUSE="ssl ncurses zlib python readline" +IUSE="ssl ncurses zlib python" DESCRIPTION="EKG (Eksperymentalny Klient Gadu-Gadu) - a text client for Polish instant messaging system Gadu-Gadu" SRC_URI="http://dev.null.pl/ekg/${P}.tar.gz" diff --git a/net-im/everybuddy/ChangeLog b/net-im/everybuddy/ChangeLog index 33676091e232..37135b3a0818 100644 --- a/net-im/everybuddy/ChangeLog +++ b/net-im/everybuddy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/everybuddy -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/everybuddy/ChangeLog,v 1.9 2003/02/12 08:00:00 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/everybuddy/ChangeLog,v 1.10 2004/04/14 09:35:57 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> everybuddy-0.4.0.ebuild, + everybuddy-0.4.3.ebuild: + Removed S=. *everybuddy-0.4.3 (1 Aug 2002) diff --git a/net-im/everybuddy/everybuddy-0.4.0.ebuild b/net-im/everybuddy/everybuddy-0.4.0.ebuild index c5f4ce48d816..048cc896474d 100644 --- a/net-im/everybuddy/everybuddy-0.4.0.ebuild +++ b/net-im/everybuddy/everybuddy-0.4.0.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/everybuddy/everybuddy-0.4.0.ebuild,v 1.8 2003/09/05 23:58:57 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/everybuddy/everybuddy-0.4.0.ebuild,v 1.9 2004/04/14 09:35:57 aliz Exp $ IUSE="arts esd gnome" -S=${WORKDIR}/${P} DESCRIPTION="Universal Instant Messaging Client" SRC_URI="http://www.everybuddy.com/files/${P}.tar.gz" HOMEPAGE="http://www.everybuddy.com/" diff --git a/net-im/everybuddy/everybuddy-0.4.3.ebuild b/net-im/everybuddy/everybuddy-0.4.3.ebuild index c94e683a88f4..348fb5d3f8b5 100644 --- a/net-im/everybuddy/everybuddy-0.4.3.ebuild +++ b/net-im/everybuddy/everybuddy-0.4.3.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/everybuddy/everybuddy-0.4.3.ebuild,v 1.7 2003/09/05 23:58:57 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/everybuddy/everybuddy-0.4.3.ebuild,v 1.8 2004/04/14 09:35:57 aliz Exp $ IUSE="arts esd gnome nls" -S=${WORKDIR}/${P} DESCRIPTION="Universal Instant Messaging Client" SRC_URI="http://www.everybuddy.com/files/${P}.tar.gz" HOMEPAGE="http://www.everybuddy.com/" diff --git a/net-im/gabber/ChangeLog b/net-im/gabber/ChangeLog index f8dd4ed94474..bc347878d267 100644 --- a/net-im/gabber/ChangeLog +++ b/net-im/gabber/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/gabber # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gabber/ChangeLog,v 1.21 2004/03/29 19:11:20 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gabber/ChangeLog,v 1.22 2004/04/14 09:35:57 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> gabber-0.8.7-r3.ebuild, + gabber-0.8.8.ebuild: + Add eutils to inherit, removed S=, fixed IUSE=, change patch to epatch. 29 Mar 2004; Gustavo Felisberto <humpback@gentoo.org>; gabber-1.9.3.ebuild, metadata.xml: diff --git a/net-im/gabber/gabber-0.8.7-r3.ebuild b/net-im/gabber/gabber-0.8.7-r3.ebuild index f37000536da0..ba8052bbf5f5 100644 --- a/net-im/gabber/gabber-0.8.7-r3.ebuild +++ b/net-im/gabber/gabber-0.8.7-r3.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gabber/gabber-0.8.7-r3.ebuild,v 1.11 2003/09/05 23:58:57 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gabber/gabber-0.8.7-r3.ebuild,v 1.12 2004/04/14 09:35:57 aliz Exp $ + +inherit eutils IUSE="xmms ssl nls crypt" -S=${WORKDIR}/${P} DESCRIPTION="The GNOME Jabber Client" SRC_URI="mirror://sourceforge/gabber/${P}.tar.gz" HOMEPAGE="http://gabber.sourceforge.net" @@ -31,7 +32,7 @@ src_unpack() { # patch for minor C++ coding error. sent upstream # (mkennedy@gentoo.org). cd ${S} - patch -p1 <${FILESDIR}/TCPtransmitter.cc-gcc3-gentoo.patch || die + epatch ${FILESDIR}/TCPtransmitter.cc-gcc3-gentoo.patch } src_compile() { diff --git a/net-im/gabber/gabber-0.8.8.ebuild b/net-im/gabber/gabber-0.8.8.ebuild index 829997cce8e1..4983a4bfab28 100644 --- a/net-im/gabber/gabber-0.8.8.ebuild +++ b/net-im/gabber/gabber-0.8.8.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gabber/gabber-0.8.8.ebuild,v 1.12 2004/03/04 04:38:16 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gabber/gabber-0.8.8.ebuild,v 1.13 2004/04/14 09:35:57 aliz Exp $ -inherit flag-o-matic gcc +inherit flag-o-matic gcc eutils -S="${WORKDIR}/${P}" DESCRIPTION="The GNOME Jabber Client" SRC_URI="mirror://sourceforge/gabber/${P}.tar.gz" HOMEPAGE="http://gabber.sourceforge.net" -IUSE="ssl crypt xmms" +IUSE="ssl crypt xmms nls" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc ~alpha ~amd64" diff --git a/net-im/gaim-encryption/ChangeLog b/net-im/gaim-encryption/ChangeLog index 0fdaf86122b6..ca203e814bf6 100644 --- a/net-im/gaim-encryption/ChangeLog +++ b/net-im/gaim-encryption/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/gaim-encryption # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/ChangeLog,v 1.15 2004/04/11 12:48:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/ChangeLog,v 1.16 2004/04/14 09:35:57 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> gaim-encryption-2.21.ebuild, + gaim-encryption-2.22.ebuild: + Added IUSE= 11 Apr 2004; Gustavo Zacarias <gustavoz@gentoo.org> gaim-encryption-2.22.ebuild: diff --git a/net-im/gaim-encryption/gaim-encryption-2.21.ebuild b/net-im/gaim-encryption/gaim-encryption-2.21.ebuild index 38b8bc1ae886..d6f987470015 100644 --- a/net-im/gaim-encryption/gaim-encryption-2.21.ebuild +++ b/net-im/gaim-encryption/gaim-encryption-2.21.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/gaim-encryption-2.21.ebuild,v 1.10 2004/04/06 03:10:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/gaim-encryption-2.21.ebuild,v 1.11 2004/04/14 09:35:57 aliz Exp $ inherit flag-o-matic DESCRIPTION="GAIM Encryption PlugIn" HOMEPAGE="http://gaim-encryption.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc amd64 ppc alpha ia64 hppa ~mips" diff --git a/net-im/gaim-encryption/gaim-encryption-2.22.ebuild b/net-im/gaim-encryption/gaim-encryption-2.22.ebuild index 82914320adac..a93fe896b5bf 100644 --- a/net-im/gaim-encryption/gaim-encryption-2.22.ebuild +++ b/net-im/gaim-encryption/gaim-encryption-2.22.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/gaim-encryption-2.22.ebuild,v 1.4 2004/04/11 12:48:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-encryption/gaim-encryption-2.22.ebuild,v 1.5 2004/04/14 09:35:57 aliz Exp $ inherit flag-o-matic DESCRIPTION="GAIM Encryption PlugIn" HOMEPAGE="http://gaim-encryption.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc ~amd64 ~ppc ~alpha ~ia64 ~hppa ~mips" |