diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 09:22:23 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 09:22:23 +0000 |
commit | 2629d931fc2f427cca193049a3e288372d2023f0 (patch) | |
tree | db6a1d3676c8a5d9249384694df25825073db79f | |
parent | Enable calendar support for 1.4 (diff) | |
download | gentoo-2-2629d931fc2f427cca193049a3e288372d2023f0.tar.gz gentoo-2-2629d931fc2f427cca193049a3e288372d2023f0.tar.bz2 gentoo-2-2629d931fc2f427cca193049a3e288372d2023f0.zip |
unmasks and changelog fixes
74 files changed, 195 insertions, 138 deletions
diff --git a/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild b/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild index be033745be26..0ad4cb4efa79 100644 --- a/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild +++ b/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.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/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild,v 1.2 2003/06/13 12:58:40 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild,v 1.3 2003/07/12 09:22:21 aliz Exp $ IUSE="quicktime flash imlib avi" @@ -11,7 +11,7 @@ SRC_URI="http://directfb.org/download/${PN}/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" DEPEND=">=dev-libs/DirectFB-${PV}* quicktime? ( media-libs/openquicktime ) diff --git a/dev-libs/DirectFB/ChangeLog b/dev-libs/DirectFB/ChangeLog index 163ffdc53a9d..c2749154ab95 100644 --- a/dev-libs/DirectFB/ChangeLog +++ b/dev-libs/DirectFB/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-libs/DirectFB # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/ChangeLog,v 1.25 2003/06/25 13:01:15 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/ChangeLog,v 1.26 2003/07/12 09:22:21 aliz Exp $ *DirectFB-0.9.18 (25 Jun 2003) @@ -15,7 +15,7 @@ 05 Mar 2003; Mike Frysinger <vapier@gentoo.org> : Version bump + cleanups. PDEPEND removed since extra isnt available yet. -*DirectFB-0.9.16 (02 Feb 2003) +*DirectFB-0.9.16-r1 (02 Feb 2003) 02 Feb 2003; Seemant Kulleen <seemant@gentoo.org> DirectFB-0.9.16-r1.ebuild files/digest-DirectFB-0.9.16-r1 : diff --git a/dev-libs/DirectFB/DirectFB-0.9.16-r1.ebuild b/dev-libs/DirectFB/DirectFB-0.9.16-r1.ebuild index 7250eaa5fe91..b002882a5333 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.16-r1.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.16-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/dev-libs/DirectFB/DirectFB-0.9.16-r1.ebuild,v 1.5 2003/06/13 12:58:22 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.16-r1.ebuild,v 1.6 2003/07/12 09:22:21 aliz Exp $ IUSE="jpeg gif png truetype mpeg mmx sse" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.directfb.org/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" DEPEND=">=sys-apps/sed-4 dev-lang/perl diff --git a/dev-libs/DirectFB/DirectFB-0.9.16.ebuild b/dev-libs/DirectFB/DirectFB-0.9.16.ebuild index b90a0d36f51a..2e69ac32245a 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.16.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.16.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/dev-libs/DirectFB/DirectFB-0.9.16.ebuild,v 1.3 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.16.ebuild,v 1.4 2003/07/12 09:22:21 aliz Exp $ DESCRIPTION="thin library on top of the Linux framebuffer devices" SRC_URI="http://www.directfb.org/download/DirectFB/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.directfb.org/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" IUSE="gif quicktime mpeg png truetype flash jpeg mmx sse sdl" DEPEND="dev-lang/perl diff --git a/dev-libs/DirectFB/DirectFB-0.9.17.ebuild b/dev-libs/DirectFB/DirectFB-0.9.17.ebuild index d3fc404ff761..b60f512735e5 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.17.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.17.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/dev-libs/DirectFB/DirectFB-0.9.17.ebuild,v 1.2 2003/03/11 21:11:45 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.17.ebuild,v 1.3 2003/07/12 09:22:21 aliz Exp $ DESCRIPTION="Thin library on top of the Linux framebuffer devices" SRC_URI="http://www.directfb.org/download/DirectFB/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.directfb.org/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" IUSE="jpeg gif png truetype mpeg mmx sse" DEPEND="dev-lang/perl diff --git a/dev-libs/apr/apr-0.9.2.ebuild b/dev-libs/apr/apr-0.9.2.ebuild index 9edd2a8b23b9..7c077a8c9b9a 100644 --- a/dev-libs/apr/apr-0.9.2.ebuild +++ b/dev-libs/apr/apr-0.9.2.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/dev-libs/apr/apr-0.9.2.ebuild,v 1.1 2003/03/29 14:52:50 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-0.9.2.ebuild,v 1.2 2003/07/12 09:22:21 aliz Exp $ inherit libtool @@ -19,7 +19,7 @@ DEPEND=">=sys-devel/autoconf-2.50 IUSE="" SLOT="0" LICENSE="Apache-1.1" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" src_unpack() { unpack ${P1} diff --git a/dev-libs/blitz/blitz-0.6.ebuild b/dev-libs/blitz/blitz-0.6.ebuild index cb7f96c1b4b6..6d8ed9e396ca 100644 --- a/dev-libs/blitz/blitz-0.6.ebuild +++ b/dev-libs/blitz/blitz-0.6.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/dev-libs/blitz/blitz-0.6.ebuild,v 1.2 2003/02/13 10:34:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/blitz/blitz-0.6.ebuild,v 1.3 2003/07/12 09:22:21 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="High-performance C++ numeric library" @@ -10,7 +10,7 @@ DEPEND="icc? ( dev-lang/icc )" IUSE="icc" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" LICENSE="GPL-2" src_compile() { diff --git a/dev-libs/boehm-gc/ChangeLog b/dev-libs/boehm-gc/ChangeLog index 50e904d5b886..1632685c8a4e 100644 --- a/dev-libs/boehm-gc/ChangeLog +++ b/dev-libs/boehm-gc/ChangeLog @@ -1,10 +1,10 @@ # ChangeLog for dev-libs/boehm-gc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.5 2003/02/12 06:01:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boehm-gc/ChangeLog,v 1.6 2003/07/12 09:22:21 aliz Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords -*boegm-gc-6.1 (24 Oct 2002) +*boehm-gc-6.1 (24 Oct 2002) 24 Oct 2002; foser <foser@gentoo.org> boehm-gc-6.1.ebuild : diff --git a/dev-libs/boost/boost-1.28.ebuild b/dev-libs/boost/boost-1.28.ebuild index e51f4dbd6830..fda1006f0d0c 100644 --- a/dev-libs/boost/boost-1.28.ebuild +++ b/dev-libs/boost/boost-1.28.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/dev-libs/boost/boost-1.28.ebuild,v 1.2 2003/02/13 10:34:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.28.ebuild,v 1.3 2003/07/12 09:22:21 aliz Exp $ DESCRIPTION="Boost provides free peer-review portable C++ source libraries." MY_V="`echo ${PV} |sed -e 's:\.:_:g'`" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.boost.org" LICENSE="freedist" DEPEND=">=dev-util/yacc-1.9.1-r1 >=dev-lang/python-2.2.1" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="1" IUSE="" diff --git a/dev-libs/boost/boost-1.29.0.ebuild b/dev-libs/boost/boost-1.29.0.ebuild index b93a15b140f2..a23e5a0b2b8a 100644 --- a/dev-libs/boost/boost-1.29.0.ebuild +++ b/dev-libs/boost/boost-1.29.0.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/dev-libs/boost/boost-1.29.0.ebuild,v 1.3 2003/02/13 10:34:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.29.0.ebuild,v 1.4 2003/07/12 09:22:21 aliz Exp $ MY_V="${PV//\./_}" @@ -8,7 +8,7 @@ DESCRIPTION="Boost provides free peer-reviewed portable C++ source libraries." HOMEPAGE="http://www.boost.org" SRC_URI="http://boost.sourceforge.net/release/boost_${MY_V}.tar.gz" LICENSE="freedist" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" SLOT="1" IUSE="" diff --git a/dev-libs/boost/boost-1.30.0.ebuild b/dev-libs/boost/boost-1.30.0.ebuild index 4c0a250cbc35..66ae01d5be22 100644 --- a/dev-libs/boost/boost-1.30.0.ebuild +++ b/dev-libs/boost/boost-1.30.0.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/dev-libs/boost/boost-1.30.0.ebuild,v 1.1 2003/05/17 05:50:03 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.30.0.ebuild,v 1.2 2003/07/12 09:22:21 aliz Exp $ MY_V="${PV//\./_}" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.boost.org" SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_V}.tar.bz2" LICENSE="freedist" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" SLOT="1" IUSE="icc" diff --git a/dev-libs/cdk/cdk-4.9.10.20020809.ebuild b/dev-libs/cdk/cdk-4.9.10.20020809.ebuild index c49ac42404b1..83c7277198fd 100644 --- a/dev-libs/cdk/cdk-4.9.10.20020809.ebuild +++ b/dev-libs/cdk/cdk-4.9.10.20020809.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/dev-libs/cdk/cdk-4.9.10.20020809.ebuild,v 1.3 2003/06/24 02:43:56 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cdk/cdk-4.9.10.20020809.ebuild,v 1.4 2003/07/12 09:22:21 aliz Exp $ MY_P=${P/.2002/-2002} @@ -12,7 +12,7 @@ HOMEPAGE="http://dickey.his.com/cdk/cdk.html" SLOT="0" LICENSE="BSD" -KEYWORDS="~ppc ~x86 ~sparc" +KEYWORDS="~ppc x86 ~sparc" DEPEND=">=sys-libs/ncurses-5.2" diff --git a/dev-libs/check/check-0.8.4.ebuild b/dev-libs/check/check-0.8.4.ebuild index 28a39d3580c1..4d9dc19e5258 100644 --- a/dev-libs/check/check-0.8.4.ebuild +++ b/dev-libs/check/check-0.8.4.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/dev-libs/check/check-0.8.4.ebuild,v 1.3 2003/03/01 04:55:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.8.4.ebuild,v 1.4 2003/07/12 09:22:21 aliz Exp $ DESCRIPTION="unit test framework for C" HOMEPAGE="http://sourceforge.net/projects/check/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" DEPEND="virtual/glibc" diff --git a/dev-libs/cln/ChangeLog b/dev-libs/cln/ChangeLog index d0c7e2cc83e2..b1a516e2bdb8 100644 --- a/dev-libs/cln/ChangeLog +++ b/dev-libs/cln/ChangeLog @@ -1,10 +1,10 @@ # ChangeLog for dev-libs/cln # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cln/ChangeLog,v 1.5 2003/02/12 06:02:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cln/ChangeLog,v 1.6 2003/07/12 09:22:21 aliz Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords -*cln-1.1.15 (31 Aug 2002) +*cln-1.1.5 (31 Aug 2002) 28 Oct 2002; George Shapovalov <george@gentoo.org> cln-1.1.15.ebuild, ChangeLog : diff --git a/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild b/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild index 7fac7e0a5e24..61df1451ce56 100644 --- a/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild +++ b/dev-libs/commonc++/commonc++-1.9.7-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/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild,v 1.2 2003/06/30 07:20:28 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commonc++/commonc++-1.9.7-r3.ebuild,v 1.3 2003/07/12 09:22:21 aliz Exp $ S=${WORKDIR}/${P/commonc/CommonC} DESCRIPTION="GNU Common C++ is a C++ framework offering portable support for\ @@ -15,7 +15,7 @@ DEPEND="sys-libs/zlib IUSE="ppc" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" src_unpack() { diff --git a/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild b/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild index a6b8e2842a4a..c4aaff0dad3e 100644 --- a/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild +++ b/dev-libs/commoncpp2/commoncpp2-1.0.9.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/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild,v 1.1 2003/05/10 17:27:16 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/commoncpp2/commoncpp2-1.0.9.ebuild,v 1.2 2003/07/12 09:22:21 aliz Exp $ IUSE="doc xml2" @@ -15,7 +15,7 @@ DEPEND="xml2? ( dev-libs/libxml2 ) SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" src_compile() { local myconf="" diff --git a/dev-libs/cyrus-imap-dev/ChangeLog b/dev-libs/cyrus-imap-dev/ChangeLog index 5a00eae35014..885743fa27fd 100644 --- a/dev-libs/cyrus-imap-dev/ChangeLog +++ b/dev-libs/cyrus-imap-dev/ChangeLog @@ -1,8 +1,8 @@ # ChangeLog for dev-libs/cyrus-imap-dev # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/ChangeLog,v 1.10 2003/07/09 09:56:30 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/ChangeLog,v 1.11 2003/07/12 09:22:21 aliz Exp $ -*cyrus-imap-dev-2.1.13 (09 Jul 2003) +*cyrus-imap-dev-2.1.14 (09 Jul 2003) 09 Jun 2003; Nick Hadaway <raker@gentoo.org> cyrus-imapd-dev-2.1.14.ebuild, diff --git a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.12.ebuild b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.12.ebuild index ded172d07ce4..c73758944ae3 100644 --- a/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.12.ebuild +++ b/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.12.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/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.12.ebuild,v 1.3 2003/06/06 23:58:22 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-imap-dev/cyrus-imap-dev-2.1.12.ebuild,v 1.4 2003/07/12 09:22:21 aliz Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://asg.web.cmu.edu/cyrus/imapd/" SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-imapd-${PV}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 -ppc -sparc " +KEYWORDS="x86 -ppc -sparc " DEPEND="virtual/glibc afs? ( >=net-fs/openafs-1.2.2 ) snmp? ( >=net-analyzer/ucd-snmp-4.2.3 ) diff --git a/dev-libs/cyrus-sasl/ChangeLog b/dev-libs/cyrus-sasl/ChangeLog index 03149912fee8..1b4f5caaf4cf 100644 --- a/dev-libs/cyrus-sasl/ChangeLog +++ b/dev-libs/cyrus-sasl/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-libs/cyrus-sasl # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.41 2003/07/09 08:37:13 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/ChangeLog,v 1.42 2003/07/12 09:22:21 aliz Exp $ *cyrus-sasl-2.1.14 (09 Jul 2003) @@ -192,6 +192,16 @@ 08 Jul 2002; Maik Schreiber <blizzy@gentoo.org> : New version, closes bug #4155. +*cyrus-sasl-1.5.27-r6 (13 Feb 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + +*cyrus-sasl-1.5.27-r5 (06 Jun 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + *cyrus-sasl-1.5.27-r4 (21 May 2002) 21 May 2002; Martin Schlemmer <azarah@gentoo.org>: diff --git a/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r6.ebuild b/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r6.ebuild index e9fe979af047..0b9606e7c1be 100644 --- a/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r6.ebuild +++ b/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-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/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r6.ebuild,v 1.3 2003/02/13 10:36:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cyrus-sasl/cyrus-sasl-1.5.27-r6.ebuild,v 1.4 2003/07/12 09:22:21 aliz Exp $ IUSE="kerberos" @@ -11,7 +11,7 @@ S=${WORKDIR}/${P} SRC_URI="ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${P}.tar.gz" LICENSE="as-is" SLOT="1" -KEYWORDS="~x86 ~ppc ~sparc " +KEYWORDS="x86 ~ppc ~sparc " inherit eutils diff --git a/dev-libs/dvcgi/ChangeLog b/dev-libs/dvcgi/ChangeLog index 99bcb94a40e6..944afae4bd0f 100644 --- a/dev-libs/dvcgi/ChangeLog +++ b/dev-libs/dvcgi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/dvcgi # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvcgi/ChangeLog,v 1.2 2003/04/22 10:21:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvcgi/ChangeLog,v 1.3 2003/07/12 09:22:21 aliz Exp $ + +*dvcgi-0.5.7 (13 Mar 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. *dvcgi-0.5.6 (06 Mar 2003) diff --git a/dev-libs/eet/ChangeLog b/dev-libs/eet/ChangeLog index 3dcb7ee2afb6..a227988ac51f 100644 --- a/dev-libs/eet/ChangeLog +++ b/dev-libs/eet/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-libs/eet # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eet/ChangeLog,v 1.6 2003/06/29 17:44:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eet/ChangeLog,v 1.7 2003/07/12 09:22:21 aliz Exp $ *eet-0.0.1.20030629 (29 Jun 2003) @@ -13,6 +13,11 @@ eet-0.0.1.20030220-r1.ebuild, eet-0.0.1.20030310-r1.ebuild: Removed usage of pic USE flag +*eet-0.0.1.20030310-r1 (20 Mar 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + *eet-0.0.1.20030310 (10 Mar 2003) 19 Mar 2003; Mark Guertin <gerk@gentoo.org> eet-0.0.1.20030310.ebuild: diff --git a/dev-libs/eet/eet-0.0.1.20030310-r1.ebuild b/dev-libs/eet/eet-0.0.1.20030310-r1.ebuild index ca1e10fec7b8..51bb5ca7472e 100644 --- a/dev-libs/eet/eet-0.0.1.20030310-r1.ebuild +++ b/dev-libs/eet/eet-0.0.1.20030310-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/dev-libs/eet/eet-0.0.1.20030310-r1.ebuild,v 1.1 2003/03/20 13:17:21 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eet/eet-0.0.1.20030310-r1.ebuild,v 1.2 2003/07/12 09:22:21 aliz Exp $ inherit flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~alpha ~ppc" +KEYWORDS="x86 ~alpha ~ppc" IUSE="" DEPEND="virtual/glibc diff --git a/dev-libs/elfutils/elfutils-0.72.ebuild b/dev-libs/elfutils/elfutils-0.72.ebuild index b6226fdc34ce..7365ee30a464 100644 --- a/dev-libs/elfutils/elfutils-0.72.ebuild +++ b/dev-libs/elfutils/elfutils-0.72.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/dev-libs/elfutils/elfutils-0.72.ebuild,v 1.5 2003/02/13 10:37:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.72.ebuild,v 1.6 2003/07/12 09:22:21 aliz Exp $ IUSE="" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.redhat.com/" LICENSE="OpenSoftware" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha" +KEYWORDS="x86 ~sparc ~ppc ~alpha" DEPEND="virtual/glibc >=sys-devel/gcc-3.2.1-r6 diff --git a/dev-libs/elfutils/elfutils-0.73.ebuild b/dev-libs/elfutils/elfutils-0.73.ebuild index 043c97ec50b4..1f67daa98f9f 100644 --- a/dev-libs/elfutils/elfutils-0.73.ebuild +++ b/dev-libs/elfutils/elfutils-0.73.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/dev-libs/elfutils/elfutils-0.73.ebuild,v 1.2 2003/02/13 10:37:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.73.ebuild,v 1.3 2003/07/12 09:22:21 aliz Exp $ IUSE="" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.redhat.com/" LICENSE="OpenSoftware" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha" +KEYWORDS="x86 ~sparc ~ppc ~alpha" DEPEND="virtual/glibc >=sys-devel/gcc-3.2.1-r6 diff --git a/dev-libs/elfutils/elfutils-0.76-r2.ebuild b/dev-libs/elfutils/elfutils-0.76-r2.ebuild index c74803373aa0..6df73060f112 100644 --- a/dev-libs/elfutils/elfutils-0.76-r2.ebuild +++ b/dev-libs/elfutils/elfutils-0.76-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/dev-libs/elfutils/elfutils-0.76-r2.ebuild,v 1.3 2003/06/27 11:23:35 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.76-r2.ebuild,v 1.4 2003/07/12 09:22:21 aliz Exp $ inherit eutils @@ -14,7 +14,7 @@ HOMEPAGE="http://www.redhat.com/" LICENSE="OpenSoftware" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~alpha" +KEYWORDS="x86 ~sparc ~ppc ~alpha" DEPEND="virtual/glibc >=sys-devel/gcc-3.2.1-r6 diff --git a/dev-libs/ewd/ewd-0.0.1.20030220-r1.ebuild b/dev-libs/ewd/ewd-0.0.1.20030220-r1.ebuild index 22b60caea376..7916aaa61659 100644 --- a/dev-libs/ewd/ewd-0.0.1.20030220-r1.ebuild +++ b/dev-libs/ewd/ewd-0.0.1.20030220-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/dev-libs/ewd/ewd-0.0.1.20030220-r1.ebuild,v 1.1 2003/03/20 13:32:44 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ewd/ewd-0.0.1.20030220-r1.ebuild,v 1.2 2003/07/12 09:22:21 aliz Exp $ DESCRIPTION="library providing thread-safe basic data structures like hashes, lists and trees" HOMEPAGE="http://www.enlightenment.org/pages/ewd.html" @@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha" +KEYWORDS="x86 ~ppc ~alpha" IUSE="" DEPEND="virtual/glibc diff --git a/dev-libs/expat/expat-1.95.5-r1.ebuild b/dev-libs/expat/expat-1.95.5-r1.ebuild index c320d88c8052..983665ab7e6e 100644 --- a/dev-libs/expat/expat-1.95.5-r1.ebuild +++ b/dev-libs/expat/expat-1.95.5-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/dev-libs/expat/expat-1.95.5-r1.ebuild,v 1.7 2003/04/25 15:18:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.5-r1.ebuild,v 1.8 2003/07/12 09:22:21 aliz Exp $ DESCRIPTION="XML parsing libraries" SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://expat.sourceforge.net/" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa arm" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa arm" DEPEND="virtual/glibc" diff --git a/dev-libs/expat/expat-1.95.6.ebuild b/dev-libs/expat/expat-1.95.6.ebuild index ddbb016712dd..2f449c9020eb 100644 --- a/dev-libs/expat/expat-1.95.6.ebuild +++ b/dev-libs/expat/expat-1.95.6.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/dev-libs/expat/expat-1.95.6.ebuild,v 1.4 2003/06/16 01:23:16 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.6.ebuild,v 1.5 2003/07/12 09:22:21 aliz Exp $ DESCRIPTION="XML parsing libraries" SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://expat.sourceforge.net/" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa arm" +KEYWORDS="x86 ~ppc ~sparc ~alpha hppa arm" DEPEND="virtual/glibc" diff --git a/dev-libs/fftw/fftw-2.1.5.ebuild b/dev-libs/fftw/fftw-2.1.5.ebuild index 59ddafd889ab..6349096c4dbf 100644 --- a/dev-libs/fftw/fftw-2.1.5.ebuild +++ b/dev-libs/fftw/fftw-2.1.5.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/dev-libs/fftw/fftw-2.1.5.ebuild,v 1.3 2003/07/08 05:44:22 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/fftw/fftw-2.1.5.ebuild,v 1.4 2003/07/12 09:22:21 aliz Exp $ inherit flag-o-matic @@ -16,7 +16,7 @@ SLOT="2.1" LICENSE="GPL-2" #remove ~'s on ppc and sparc when removig on x86 (as per recent discussion on -core) -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" #this one is reported to cause trouble on pentium4 m series filter-flags "-mfpmath=sse" diff --git a/dev-libs/g-wrap/ChangeLog b/dev-libs/g-wrap/ChangeLog index 0c4749a858c3..92a8690d8025 100644 --- a/dev-libs/g-wrap/ChangeLog +++ b/dev-libs/g-wrap/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-libs/g-wrap # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/ChangeLog,v 1.9 2003/04/02 23:23:12 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/g-wrap/ChangeLog,v 1.10 2003/07/12 09:22:21 aliz Exp $ *g-wrap-1.3.4 (17 Mar 2003) @@ -23,6 +23,11 @@ Libtoolize to fix "relink" bug in older versions of libtool. +*g-wrap-1.2.1-r2 (13 Feb 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + *g-wrap-1.2.1 (28 Mar 2002) 28 Mar 2002; Seemant Kulleen <seemant@gentoo.org> g-wrap-1.2.1.ebuild : diff --git a/dev-libs/gdome2/gdome2-0.7.4.ebuild b/dev-libs/gdome2/gdome2-0.7.4.ebuild index 6e26d4ef2305..0ae9d0efa2ca 100644 --- a/dev-libs/gdome2/gdome2-0.7.4.ebuild +++ b/dev-libs/gdome2/gdome2-0.7.4.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/dev-libs/gdome2/gdome2-0.7.4.ebuild,v 1.2 2003/05/26 09:14:07 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdome2/gdome2-0.7.4.ebuild,v 1.3 2003/07/12 09:22:21 aliz Exp $ DESCRIPTION="The DOM C library for the GNOME project" HOMEPAGE="http://gdome2.cs.unibo.it/" @@ -8,7 +8,7 @@ SRC_URI="http://gdome2.cs.unibo.it/tarball/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" DEPEND=">=dev-libs/libxml2-2.4.21 =dev-libs/glib-1.2*" diff --git a/dev-libs/glib/glib-2.2.1-r1.ebuild b/dev-libs/glib/glib-2.2.1-r1.ebuild index 9815923c7461..72495730b467 100644 --- a/dev-libs/glib/glib-2.2.1-r1.ebuild +++ b/dev-libs/glib/glib-2.2.1-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/dev-libs/glib/glib-2.2.1-r1.ebuild,v 1.3 2003/07/08 20:11:14 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.2.1-r1.ebuild,v 1.4 2003/07/12 09:22:22 aliz Exp $ inherit libtool @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gtk.org/" SLOT="2" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~mips" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm ~hppa ~mips" DEPEND=">=dev-util/pkgconfig-0.14.0 doc? ( >=dev-util/gtk-doc-0.9-r2 )" diff --git a/dev-libs/glib/glib-2.2.2.ebuild b/dev-libs/glib/glib-2.2.2.ebuild index 34266c488c60..0f03a81632ba 100644 --- a/dev-libs/glib/glib-2.2.2.ebuild +++ b/dev-libs/glib/glib-2.2.2.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/dev-libs/glib/glib-2.2.2.ebuild,v 1.4 2003/07/08 20:11:14 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.2.2.ebuild,v 1.5 2003/07/12 09:22:22 aliz Exp $ inherit libtool @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gtk.org/" SLOT="2" LICENSE="LGPL-2.1" -KEYWORDS="amd64 ~x86 ~ppc sparc ~alpha ~arm ~hppa ~mips" +KEYWORDS="amd64 x86 ~ppc sparc ~alpha ~arm ~hppa ~mips" DEPEND=">=dev-util/pkgconfig-0.14.0 doc? ( >=dev-util/gtk-doc-0.9-r2 )" diff --git a/dev-libs/gsl/gsl-1.3.ebuild b/dev-libs/gsl/gsl-1.3.ebuild index 8aed124d05bc..cfe10aeaa9dd 100644 --- a/dev-libs/gsl/gsl-1.3.ebuild +++ b/dev-libs/gsl/gsl-1.3.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/dev-libs/gsl/gsl-1.3.ebuild,v 1.2 2003/06/14 02:18:19 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gsl/gsl-1.3.ebuild,v 1.3 2003/07/12 09:22:22 aliz Exp $ IUSE="" @@ -13,7 +13,7 @@ HOMEPAGE="http://sources.redhat.com/gsl/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" DEPEND="virtual/glibc" diff --git a/dev-libs/judy/judy-20020627.ebuild b/dev-libs/judy/judy-20020627.ebuild index 939daa2c09e0..e0a981262b6e 100644 --- a/dev-libs/judy/judy-20020627.ebuild +++ b/dev-libs/judy/judy-20020627.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/dev-libs/judy/judy-20020627.ebuild,v 1.2 2003/02/13 10:40:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/judy/judy-20020627.ebuild,v 1.3 2003/07/12 09:22:22 aliz Exp $ DESCRIPTION="A C library that implements a dynamic array" HOMEPAGE="http://judy.sourceforge.net/" @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-initial_LGPL.src.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="" IUSE="" diff --git a/dev-libs/libIDL/libIDL-0.8.2.ebuild b/dev-libs/libIDL/libIDL-0.8.2.ebuild index ab4b18555790..5eac7dc990b3 100644 --- a/dev-libs/libIDL/libIDL-0.8.2.ebuild +++ b/dev-libs/libIDL/libIDL-0.8.2.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/dev-libs/libIDL/libIDL-0.8.2.ebuild,v 1.4 2003/07/01 18:28:29 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libIDL/libIDL-0.8.2.ebuild,v 1.5 2003/07/12 09:22:22 aliz Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~ppc sparc ~alpha ~mips hppa" +KEYWORDS="x86 ~ppc sparc ~alpha ~mips hppa" RDEPEND=">=dev-libs/glib-2 >=sys-devel/flex-2.5.4" diff --git a/dev-libs/libexploit/libexploit-0.1a.ebuild b/dev-libs/libexploit/libexploit-0.1a.ebuild index 2183d3144d14..000c265f65a9 100644 --- a/dev-libs/libexploit/libexploit-0.1a.ebuild +++ b/dev-libs/libexploit/libexploit-0.1a.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/dev-libs/libexploit/libexploit-0.1a.ebuild,v 1.1 2003/02/26 03:41:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexploit/libexploit-0.1a.ebuild,v 1.2 2003/07/12 09:22:22 aliz Exp $ DESCRIPTION="generic exploit creation (overflows/format strings) library" HOMEPAGE="http://www.packetfactory.net/projects/libexploit/" @@ -8,7 +8,7 @@ SRC_URI="http://www.packetfactory.net/projects/libexploit/LibExploitV${PV/./}.ta LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/glibc" diff --git a/dev-libs/libextractor/libextractor-0.2.0.ebuild b/dev-libs/libextractor/libextractor-0.2.0.ebuild index 86a184813cc2..a08a99ba2f50 100644 --- a/dev-libs/libextractor/libextractor-0.2.0.ebuild +++ b/dev-libs/libextractor/libextractor-0.2.0.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/dev-libs/libextractor/libextractor-0.2.0.ebuild,v 1.2 2003/02/13 10:42:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libextractor/libextractor-0.2.0.ebuild,v 1.3 2003/07/12 09:22:22 aliz Exp $ IUSE="oggvorbis static" DESCRIPTION="A simple library for keyword extraction" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.ovmj.org/~samanta/libextractor" SRC_URI="http://www.ovmj.org/~samanta/libextractor/download/${P}.tar.bz2" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" DEPEND=">=sys-devel/libtool-1.4.1 >=app-arch/rpm-4.0.2 oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" diff --git a/dev-libs/libffi/ChangeLog b/dev-libs/libffi/ChangeLog index e4e7793fbcc9..bb87ded2856b 100644 --- a/dev-libs/libffi/ChangeLog +++ b/dev-libs/libffi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libffi # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.4 2003/02/12 06:05:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/ChangeLog,v 1.5 2003/07/12 09:22:22 aliz Exp $ + +*libffi-1.20 (13 Feb 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/dev-libs/libgringotts/libgringotts-1.2.1.ebuild b/dev-libs/libgringotts/libgringotts-1.2.1.ebuild index 2fc4480eadd6..60befbf6eee4 100644 --- a/dev-libs/libgringotts/libgringotts-1.2.1.ebuild +++ b/dev-libs/libgringotts/libgringotts-1.2.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/dev-libs/libgringotts/libgringotts-1.2.1.ebuild,v 1.1 2003/04/28 23:13:55 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgringotts/libgringotts-1.2.1.ebuild,v 1.2 2003/07/12 09:22:22 aliz Exp $ DESCRIPTION="libgringotts - Needed by Gringotts" SRC_URI="http://devel.pluto.linux.it/projects/libGringotts/current/${P}.tar.bz2" @@ -10,7 +10,7 @@ IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" DEPEND=">=dev-libs/libmcrypt-2.4.21 >=app-crypt/mhash-0.8.13 diff --git a/dev-libs/libksba/libksba-0.4.5.ebuild b/dev-libs/libksba/libksba-0.4.5.ebuild index e8af5c51372f..8560ccd11b34 100644 --- a/dev-libs/libksba/libksba-0.4.5.ebuild +++ b/dev-libs/libksba/libksba-0.4.5.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/dev-libs/libksba/libksba-0.4.5.ebuild,v 1.3 2003/02/13 10:43:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-0.4.5.ebuild,v 1.4 2003/07/12 09:22:22 aliz Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Aegypten development library" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnupg.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="" RDEPEND="" diff --git a/dev-libs/libksba/libksba-0.4.6.ebuild b/dev-libs/libksba/libksba-0.4.6.ebuild index 9188b23da47f..bfd74c894e10 100644 --- a/dev-libs/libksba/libksba-0.4.6.ebuild +++ b/dev-libs/libksba/libksba-0.4.6.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/dev-libs/libksba/libksba-0.4.6.ebuild,v 1.4 2003/03/05 04:40:15 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-0.4.6.ebuild,v 1.5 2003/07/12 09:22:22 aliz Exp $ S="${WORKDIR}/${P}" DESCRIPTION="KSBA makes X.509 certificates and CMS easily accessible to applications" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnupg.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" DEPEND="" RDEPEND="" diff --git a/dev-libs/libksba/libksba-0.4.7.ebuild b/dev-libs/libksba/libksba-0.4.7.ebuild index c24ac3c7f63d..00ee0e84be28 100644 --- a/dev-libs/libksba/libksba-0.4.7.ebuild +++ b/dev-libs/libksba/libksba-0.4.7.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/dev-libs/libksba/libksba-0.4.7.ebuild,v 1.1 2003/04/07 19:44:40 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libksba/libksba-0.4.7.ebuild,v 1.2 2003/07/12 09:22:22 aliz Exp $ S="${WORKDIR}/${P}" DESCRIPTION="KSBA makes X.509 certificates and CMS easily accessible to applications" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnupg.org" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" DEPEND="" RDEPEND="" diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild index 54a1b4334e0c..74613a77e214 100644 --- a/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild +++ b/dev-libs/libmcrypt/libmcrypt-2.5.7.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/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild,v 1.1 2003/04/24 17:26:51 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmcrypt/libmcrypt-2.5.7.ebuild,v 1.2 2003/07/12 09:22:22 aliz Exp $ inherit libtool @@ -14,7 +14,7 @@ DEPEND=">=sys-devel/automake-1.6.1 IUSE="" SLOT="0" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~x86 ~sparc ~ppc ~hppa ~alpha" +KEYWORDS="x86 ~sparc ~ppc ~hppa ~alpha" src_compile() { diff --git a/dev-libs/libmrproject/libmrproject-0.7.ebuild b/dev-libs/libmrproject/libmrproject-0.7.ebuild index 34a5caec5d8d..375c4df0ec70 100644 --- a/dev-libs/libmrproject/libmrproject-0.7.ebuild +++ b/dev-libs/libmrproject/libmrproject-0.7.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/dev-libs/libmrproject/libmrproject-0.7.ebuild,v 1.4 2003/02/13 10:43:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmrproject/libmrproject-0.7.ebuild,v 1.5 2003/07/12 09:22:22 aliz Exp $ IUSE="doc nls" @@ -12,7 +12,7 @@ HOMEPAGE="http://mrproject.codefactory.se/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" RDEPEND=">=dev-util/pkgconfig-0.12.0 >=dev-libs/glib-2.0.3 diff --git a/dev-libs/libmrproject/libmrproject-0.8.ebuild b/dev-libs/libmrproject/libmrproject-0.8.ebuild index fdf3f2ea03ce..d5cfa81949df 100644 --- a/dev-libs/libmrproject/libmrproject-0.8.ebuild +++ b/dev-libs/libmrproject/libmrproject-0.8.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/dev-libs/libmrproject/libmrproject-0.8.ebuild,v 1.3 2003/02/13 10:44:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmrproject/libmrproject-0.8.ebuild,v 1.4 2003/07/12 09:22:22 aliz Exp $ IUSE="doc nls" @@ -12,7 +12,7 @@ HOMEPAGE="http://mrproject.codefactory.se/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" RDEPEND=">=dev-util/pkgconfig-0.12.0 >=dev-libs/glib-2.0.3 diff --git a/dev-libs/libmrproject/libmrproject-0.9.1.ebuild b/dev-libs/libmrproject/libmrproject-0.9.1.ebuild index 93dc5efdd2c2..88350cfd5774 100644 --- a/dev-libs/libmrproject/libmrproject-0.9.1.ebuild +++ b/dev-libs/libmrproject/libmrproject-0.9.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/dev-libs/libmrproject/libmrproject-0.9.1.ebuild,v 1.1 2003/02/24 19:58:45 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmrproject/libmrproject-0.9.1.ebuild,v 1.2 2003/07/12 09:22:22 aliz Exp $ IUSE="doc nls" @@ -12,7 +12,7 @@ HOMEPAGE="http://mrproject.codefactory.se/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" RDEPEND=">=dev-util/pkgconfig-0.12.0 >=dev-libs/glib-2.0.4 diff --git a/dev-libs/libmrproject/libmrproject-0.9.ebuild b/dev-libs/libmrproject/libmrproject-0.9.ebuild index 54c24d60791b..8d8c9c2fc0fe 100644 --- a/dev-libs/libmrproject/libmrproject-0.9.ebuild +++ b/dev-libs/libmrproject/libmrproject-0.9.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/dev-libs/libmrproject/libmrproject-0.9.ebuild,v 1.1 2003/02/20 21:26:33 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmrproject/libmrproject-0.9.ebuild,v 1.2 2003/07/12 09:22:22 aliz Exp $ IUSE="doc nls" @@ -12,7 +12,7 @@ HOMEPAGE="http://mrproject.codefactory.se/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" RDEPEND=">=dev-util/pkgconfig-0.12.0 >=dev-libs/glib-2.0.4 diff --git a/dev-libs/libofx/libofx-0.6.4.ebuild b/dev-libs/libofx/libofx-0.6.4.ebuild index d64206447097..58b15197fd76 100644 --- a/dev-libs/libofx/libofx-0.6.4.ebuild +++ b/dev-libs/libofx/libofx-0.6.4.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/dev-libs/libofx/libofx-0.6.4.ebuild,v 1.3 2003/06/10 21:59:09 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.6.4.ebuild,v 1.4 2003/07/12 09:22:22 aliz Exp $ DESCRIPTION="Library to support the Open Financial eXchange XML Format" HOMEPAGE="http://libofx.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/libofx/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND=">=app-text/opensp-1.5 >=sys-apps/sed-4" diff --git a/dev-libs/libol/libol-0.3.6.ebuild b/dev-libs/libol/libol-0.3.6.ebuild index 394ebf4b9731..54404c1df710 100644 --- a/dev-libs/libol/libol-0.3.6.ebuild +++ b/dev-libs/libol/libol-0.3.6.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/dev-libs/libol/libol-0.3.6.ebuild,v 1.2 2003/02/13 10:44:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.3.6.ebuild,v 1.3 2003/07/12 09:22:22 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Support library for syslog-ng" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.balabit.hu/en/products/syslog-ng/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc " +KEYWORDS="x86 ~ppc ~sparc " IUSE="" DEPEND="virtual/glibc" diff --git a/dev-libs/libole2/ChangeLog b/dev-libs/libole2/ChangeLog index 68eb35705a11..688602d13fcf 100644 --- a/dev-libs/libole2/ChangeLog +++ b/dev-libs/libole2/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-libs/libole2 # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/ChangeLog,v 1.10 2003/03/31 17:21:50 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/ChangeLog,v 1.11 2003/07/12 09:22:22 aliz Exp $ *libole2-0.2.4-r1 (31 Mar 2003) @@ -38,3 +38,9 @@ comments should well explained and written in clean English. The details about writing correct changelogs are explained in the skel.ChangeLog file which you can find in the root directory of the portage repository. + +*libole2-0.2.3-r1 (13 Feb 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + diff --git a/dev-libs/libole2/libole2-0.2.4-r1.ebuild b/dev-libs/libole2/libole2-0.2.4-r1.ebuild index a00e6e20ac59..092952ef14b2 100644 --- a/dev-libs/libole2/libole2-0.2.4-r1.ebuild +++ b/dev-libs/libole2/libole2-0.2.4-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/dev-libs/libole2/libole2-0.2.4-r1.ebuild,v 1.1 2003/03/31 17:21:50 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libole2/libole2-0.2.4-r1.ebuild,v 1.2 2003/07/12 09:22:22 aliz Exp $ inherit gnome.org @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnome.org/" IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc ~alpha" +KEYWORDS="x86 ~sparc ~ppc ~alpha" DEPEND="=dev-libs/glib-1.2* dev-util/gtk-doc" diff --git a/dev-libs/libpcre/libpcre-3.9-r2.ebuild b/dev-libs/libpcre/libpcre-3.9-r2.ebuild index 4412a02a46aa..41b88a997dfb 100644 --- a/dev-libs/libpcre/libpcre-3.9-r2.ebuild +++ b/dev-libs/libpcre/libpcre-3.9-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/dev-libs/libpcre/libpcre-3.9-r2.ebuild,v 1.5 2003/06/30 15:06:25 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-3.9-r2.ebuild,v 1.6 2003/07/12 09:22:22 aliz Exp $ S=${WORKDIR}/pcre-${PV} DESCRIPTION="Perl-compatible regular expression library" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.pcre.org/" SLOT="3" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa" +KEYWORDS="x86 ~ppc ~sparc ~alpha hppa" DEPEND="virtual/glibc" diff --git a/dev-libs/libpcre/libpcre-4.2-r1.ebuild b/dev-libs/libpcre/libpcre-4.2-r1.ebuild index 6cd220a7028b..0b66a86063d7 100644 --- a/dev-libs/libpcre/libpcre-4.2-r1.ebuild +++ b/dev-libs/libpcre/libpcre-4.2-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/dev-libs/libpcre/libpcre-4.2-r1.ebuild,v 1.1 2003/05/03 10:24:56 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-4.2-r1.ebuild,v 1.2 2003/07/12 09:22:22 aliz Exp $ inherit libtool @@ -11,7 +11,7 @@ HOMEPAGE="http://www.pcre.org/" SLOT="3" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa" DEPEND="virtual/glibc" diff --git a/dev-libs/libpq++/ChangeLog b/dev-libs/libpq++/ChangeLog index 57057e9e5f2c..ac0f43722465 100644 --- a/dev-libs/libpq++/ChangeLog +++ b/dev-libs/libpq++/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libpq++ # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpq++/ChangeLog,v 1.1 2003/06/16 21:09:46 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpq++/ChangeLog,v 1.2 2003/07/12 09:22:22 aliz Exp $ + +*libpq++-4.0 (16 Jun 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. 16 Jun 2003; Masatomo Nakano <nakano@gentoo.org> : Initial import. Thanks to marco <marco@md2.ath.cx> diff --git a/dev-libs/libsigc++/libsigc++-1.2.5.ebuild b/dev-libs/libsigc++/libsigc++-1.2.5.ebuild index 7dcce14a9f7b..dba689f4e167 100644 --- a/dev-libs/libsigc++/libsigc++-1.2.5.ebuild +++ b/dev-libs/libsigc++/libsigc++-1.2.5.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/dev-libs/libsigc++/libsigc++-1.2.5.ebuild,v 1.2 2003/05/16 12:57:16 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-1.2.5.ebuild,v 1.3 2003/07/12 09:22:22 aliz Exp $ IUSE="debug" DESCRIPTION="The GLib library of C routines" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/libsigc/${P}.tar.gz" HOMEPAGE="http://libsigc.sourceforge.net/" SLOT="1.2" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" DEPEND="virtual/glibc" diff --git a/dev-libs/libxml2/libxml2-2.4.30.ebuild b/dev-libs/libxml2/libxml2-2.4.30.ebuild index fc328003a02c..100fe19b11ad 100644 --- a/dev-libs/libxml2/libxml2-2.4.30.ebuild +++ b/dev-libs/libxml2/libxml2-2.4.30.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/dev-libs/libxml2/libxml2-2.4.30.ebuild,v 1.4 2003/02/22 12:13:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.30.ebuild,v 1.5 2003/07/12 09:22:22 aliz Exp $ inherit eutils libtool gnome.org flag-o-matic @@ -16,7 +16,7 @@ DEPEND="sys-libs/zlib SLOT="2" LICENSE="MIT" -KEYWORDS="~x86 ~sparc ~ppc alpha ~hppa" +KEYWORDS="x86 ~sparc ~ppc alpha ~hppa" src_compile() { # Fix .la files of python site packages diff --git a/dev-libs/libxml2/libxml2-2.5.4.ebuild b/dev-libs/libxml2/libxml2-2.5.4.ebuild index 39f9ce077df2..cf65bf7064cc 100644 --- a/dev-libs/libxml2/libxml2-2.5.4.ebuild +++ b/dev-libs/libxml2/libxml2-2.5.4.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/dev-libs/libxml2/libxml2-2.5.4.ebuild,v 1.5 2003/05/24 18:29:59 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.5.4.ebuild,v 1.6 2003/07/12 09:22:22 aliz Exp $ inherit eutils libtool gnome.org flag-o-matic @@ -16,7 +16,7 @@ DEPEND="sys-libs/zlib SLOT="2" LICENSE="MIT" -KEYWORDS="~x86 ppc ~sparc alpha hppa" +KEYWORDS="x86 ppc ~sparc alpha hppa" src_compile() { # Fix .la files of python site packages diff --git a/dev-libs/libxml2/libxml2-2.5.8.ebuild b/dev-libs/libxml2/libxml2-2.5.8.ebuild index 2458e0905517..2b31578ff93a 100644 --- a/dev-libs/libxml2/libxml2-2.5.8.ebuild +++ b/dev-libs/libxml2/libxml2-2.5.8.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/dev-libs/libxml2/libxml2-2.5.8.ebuild,v 1.1 2003/07/07 15:11:51 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.5.8.ebuild,v 1.2 2003/07/12 09:22:22 aliz Exp $ inherit eutils libtool gnome.org @@ -15,7 +15,7 @@ DEPEND="sys-libs/zlib SLOT="2" LICENSE="MIT" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa" src_compile() { elibtoolize diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index b5532ef15153..e86fa545b795 100644 --- a/dev-libs/libxslt/ChangeLog +++ b/dev-libs/libxslt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libxslt # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.35 2003/06/24 14:48:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.36 2003/07/12 09:22:22 aliz Exp $ + +*libxslt-1.0.31 (07 Jul 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. 24 Jun 2003; Aron Griffis <agriffis@gentoo.org> libxslt-1.0.30-r1.ebuild: Mark stable on alpha diff --git a/dev-libs/libxslt/libxslt-1.0.27.ebuild b/dev-libs/libxslt/libxslt-1.0.27.ebuild index 99f83cc406aa..2b4a2738c59b 100644 --- a/dev-libs/libxslt/libxslt-1.0.27.ebuild +++ b/dev-libs/libxslt/libxslt-1.0.27.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/dev-libs/libxslt/libxslt-1.0.27.ebuild,v 1.4 2003/03/19 19:38:40 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.27.ebuild,v 1.5 2003/07/12 09:22:22 aliz Exp $ inherit libtool gnome.org @@ -10,7 +10,7 @@ DESCRIPTION="XSLT libraries and tools" HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="MIT" -KEYWORDS="~x86 ~sparc ~ppc alpha ~hppa" +KEYWORDS="x86 ~sparc ~ppc alpha ~hppa" RDEPEND=">=dev-libs/libxml2-2.5.2 python? ( dev-lang/python )" diff --git a/dev-libs/openssl/openssl-0.9.6j.ebuild b/dev-libs/openssl/openssl-0.9.6j.ebuild index fdd7f9ec23dc..5901d84166ea 100644 --- a/dev-libs/openssl/openssl-0.9.6j.ebuild +++ b/dev-libs/openssl/openssl-0.9.6j.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/dev-libs/openssl/openssl-0.9.6j.ebuild,v 1.3 2003/07/01 17:10:21 todd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.6j.ebuild,v 1.4 2003/07/12 09:22:22 aliz Exp $ inherit eutils @@ -13,7 +13,7 @@ RDEPEND="virtual/glibc" DEPEND="${RDEPEND} >=dev-lang/perl-5" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha sparc ~mips ~hppa ~arm" +KEYWORDS="x86 ~ppc ~alpha sparc ~mips ~hppa ~arm" IUSE="" if [ "$PROFILE_ARCH" = "sparc" -a "`uname -m`" = "sparc64" ]; then diff --git a/dev-libs/physfs/physfs-0.1.8.ebuild b/dev-libs/physfs/physfs-0.1.8.ebuild index e94e4fbecd68..6c53f8cf59d4 100644 --- a/dev-libs/physfs/physfs-0.1.8.ebuild +++ b/dev-libs/physfs/physfs-0.1.8.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/dev-libs/physfs/physfs-0.1.8.ebuild,v 1.1 2003/04/24 23:15:21 sunflare Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/physfs/physfs-0.1.8.ebuild,v 1.2 2003/07/12 09:22:23 aliz Exp $ DESCRIPTION="abstraction layer for filesystems, useful for games" SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://icculus.org/physfs/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/glibc" diff --git a/dev-libs/pilot-link/pilot-link-0.11.7-r1.ebuild b/dev-libs/pilot-link/pilot-link-0.11.7-r1.ebuild index 6625c5768026..76dc8cfef9d4 100644 --- a/dev-libs/pilot-link/pilot-link-0.11.7-r1.ebuild +++ b/dev-libs/pilot-link/pilot-link-0.11.7-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/dev-libs/pilot-link/pilot-link-0.11.7-r1.ebuild,v 1.3 2003/07/08 20:41:05 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pilot-link/pilot-link-0.11.7-r1.ebuild,v 1.4 2003/07/12 09:22:23 aliz Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://www.pilot-link.org/" SLOT="0" LICENSE="GPL-2 | LGPL-2" -KEYWORDS="~x86 ppc ~sparc ~alpha" +KEYWORDS="x86 ppc ~sparc ~alpha" IUSE="perl java tcltk python png readline" DEPEND="virtual/glibc diff --git a/dev-libs/progsreiserfs/progsreiserfs-0.3.0.4.ebuild b/dev-libs/progsreiserfs/progsreiserfs-0.3.0.4.ebuild index 593d2c9e6a27..f12b805cfbc3 100644 --- a/dev-libs/progsreiserfs/progsreiserfs-0.3.0.4.ebuild +++ b/dev-libs/progsreiserfs/progsreiserfs-0.3.0.4.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/dev-libs/progsreiserfs/progsreiserfs-0.3.0.4.ebuild,v 1.3 2003/06/16 01:26:37 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/progsreiserfs/progsreiserfs-0.3.0.4.ebuild,v 1.4 2003/07/12 09:22:23 aliz Exp $ IUSE="nls" @@ -13,7 +13,7 @@ HOMEPAGE="http://reiserfs.linux.kiev.ua/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc hppa" +KEYWORDS="x86 ~ppc ~sparc hppa" DEPEND="nls? ( sys-devel/gettext )" diff --git a/dev-libs/skyutils/skyutils-2.4.ebuild b/dev-libs/skyutils/skyutils-2.4.ebuild index a1e5464acd64..05e7f4efa53e 100644 --- a/dev-libs/skyutils/skyutils-2.4.ebuild +++ b/dev-libs/skyutils/skyutils-2.4.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/dev-libs/skyutils/skyutils-2.4.ebuild,v 1.2 2003/03/06 22:25:05 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/skyutils/skyutils-2.4.ebuild,v 1.3 2003/07/12 09:22:23 aliz Exp $ IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://zekiller.skytech.org/fichiers/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc " +KEYWORDS="x86 ~ppc ~sparc " DEPEND="virtual/glibc" diff --git a/dev-libs/skyutils/skyutils-2.5.ebuild b/dev-libs/skyutils/skyutils-2.5.ebuild index eae9c799bd7d..f1602555255a 100644 --- a/dev-libs/skyutils/skyutils-2.5.ebuild +++ b/dev-libs/skyutils/skyutils-2.5.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/dev-libs/skyutils/skyutils-2.5.ebuild,v 1.1 2003/04/09 14:15:50 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/skyutils/skyutils-2.5.ebuild,v 1.2 2003/07/12 09:22:23 aliz Exp $ IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://zekiller.skytech.org/fichiers/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc " +KEYWORDS="x86 ~ppc ~sparc " DEPEND="virtual/glibc" diff --git a/dev-libs/sucs/sucs-0.7.0.ebuild b/dev-libs/sucs/sucs-0.7.0.ebuild index 285a51f69319..3302766cc729 100644 --- a/dev-libs/sucs/sucs-0.7.0.ebuild +++ b/dev-libs/sucs/sucs-0.7.0.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/dev-libs/sucs/sucs-0.7.0.ebuild,v 1.2 2003/02/13 10:51:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/sucs/sucs-0.7.0.ebuild,v 1.3 2003/07/12 09:22:23 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="The Simple Utility Classes are C++ libraries of common C-based algorithms and libraries." @@ -9,7 +9,7 @@ HOMEPAGE="http://sucs.sf.net/" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND=">=dev-libs/libpcre-3.9 >=dev-libs/expat-1.95.4" diff --git a/dev-libs/tinyq/tinyq-3.0.6.ebuild b/dev-libs/tinyq/tinyq-3.0.6.ebuild index 53b5500d54ed..8705a7fb7688 100644 --- a/dev-libs/tinyq/tinyq-3.0.6.ebuild +++ b/dev-libs/tinyq/tinyq-3.0.6.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/dev-libs/tinyq/tinyq-3.0.6.ebuild,v 1.1 2003/02/17 07:36:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyq/tinyq-3.0.6.ebuild,v 1.2 2003/07/12 09:22:23 aliz Exp $ DESCRIPTION="Stripped down version of qt ${PV} for console development" SRC_URI="http://freesoftware.fsf.org/download/tinyq/${P}.tar.bz2" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.uwyn.com/projects/tinyq/" SLOT="3" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" DEPEND=">=dev-util/yacc-1.9.1-r1 >=sys-devel/flex-2.5.4a-r4" diff --git a/dev-libs/ucl/ucl-1.01-r1.ebuild b/dev-libs/ucl/ucl-1.01-r1.ebuild index 1e7238565b49..46d8a8119b26 100644 --- a/dev-libs/ucl/ucl-1.01-r1.ebuild +++ b/dev-libs/ucl/ucl-1.01-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/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.2 2003/03/31 22:46:34 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01-r1.ebuild,v 1.3 2003/07/12 09:22:23 aliz Exp $ DESCRIPTION="UCL: The UCL Compression Library" SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~hppa" +KEYWORDS="x86 ~ppc ~sparc ~hppa" src_compile() { econf diff --git a/dev-libs/xerces-c/ChangeLog b/dev-libs/xerces-c/ChangeLog index 9af74de40790..48c5be23daba 100644 --- a/dev-libs/xerces-c/ChangeLog +++ b/dev-libs/xerces-c/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-libs/xerces-c # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/ChangeLog,v 1.4 2003/06/27 13:41:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/ChangeLog,v 1.5 2003/07/12 09:22:23 aliz Exp $ *xerces-c-2.3.0-r2 (16 Jun 2003) @@ -15,6 +15,11 @@ -r1, I fixed the /include problem, and added the 'doc' use flag, cause there are an awful lot of docs. +*xerces-c-2.3.0-r1 (16 Jun 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + *xerces-c-2.3.0 (09 Jun 2003) 09 Jun 2003; <zhen@gentoo.org> xerces-c-2.3.0.ebuild: diff --git a/dev-libs/xmlwrapp/ChangeLog b/dev-libs/xmlwrapp/ChangeLog index 8e6169bf1624..e52e5a708ca2 100644 --- a/dev-libs/xmlwrapp/ChangeLog +++ b/dev-libs/xmlwrapp/ChangeLog @@ -1,9 +1,15 @@ # ChangeLog for dev-libs/xmlwrapp # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlwrapp/ChangeLog,v 1.2 2003/04/22 10:22:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/xmlwrapp/ChangeLog,v 1.3 2003/07/12 09:22:23 aliz Exp $ *dvutil-0.13.3 (06 Mar 2003) 06 Mar 2002; Pieter Van den Abeele<pvdabeel@gentoo.org> : Created an ebuild - also tested on ppc + +*xmlwrapp-0.4.0 (25 Apr 2003) + + 12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> : + Added missing changelog entry. + diff --git a/dev-libs/zthread/zthread-2.2.10-r1.ebuild b/dev-libs/zthread/zthread-2.2.10-r1.ebuild index 2c6165301100..0cd638ef498f 100644 --- a/dev-libs/zthread/zthread-2.2.10-r1.ebuild +++ b/dev-libs/zthread/zthread-2.2.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/dev-libs/zthread/zthread-2.2.10-r1.ebuild,v 1.1 2003/03/20 13:32:44 vladimir Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.2.10-r1.ebuild,v 1.2 2003/07/12 09:22:23 aliz Exp $ DESCRIPTION="A Platform-Independent Object-Oriented Threading Architecture" SRC_URI="mirror://sourceforge/zthread/ZThread-${PV}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~mips ~hppa" +KEYWORDS="x86 ~sparc ~ppc ~alpha ~mips ~hppa" IUSE="" DEPEND="virtual/glibc" |