diff options
author | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:12 +0000 |
---|---|---|
committer | Bjoern Brauel <bjb@gentoo.org> | 2002-12-15 10:44:12 +0000 |
commit | 94ffe89a6934f469343136b0655c68d35fd04785 (patch) | |
tree | d091d9ced5a02148e66b230ad9c98224a4651f7a | |
parent | During removal of sparc64 keywords from the ebuilds a bad sed introduced prob... (diff) | |
download | historical-94ffe89a6934f469343136b0655c68d35fd04785.tar.gz historical-94ffe89a6934f469343136b0655c68d35fd04785.tar.bz2 historical-94ffe89a6934f469343136b0655c68d35fd04785.zip |
During removal of sparc64 keywords from the ebuilds a bad sed introduced problematic KEYWORDS line that contained an illegal character before the alpha keyword. Fixed.
-rw-r--r-- | dev-libs/DirectFB/DirectFB-0.9.13-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/DirectFB/DirectFB-0.9.13.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/DirectFB/DirectFB-0.9.14.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/DirectFB/DirectFB-0.9.15.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/atk/atk-1.0.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.4.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.5.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/glib/glib-1.2.10-r5.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.0.6-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libIDL/libIDL-0.8.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libelf/libelf-0.8.2.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libpcre/libpcre-3.9-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libxml2/libxml2-2.4.23.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.0.19.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.6e.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/popt/popt-1.6.3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/popt/popt-1.7.ebuild | 4 |
18 files changed, 35 insertions, 35 deletions
diff --git a/dev-libs/DirectFB/DirectFB-0.9.13-r1.ebuild b/dev-libs/DirectFB/DirectFB-0.9.13-r1.ebuild index e545d1c55cf8..90ffff978859 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.13-r1.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.13-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/dev-libs/DirectFB/DirectFB-0.9.13-r1.ebuild,v 1.2 2002/12/09 04:20:59 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.13-r1.ebuild,v 1.3 2002/12/15 10:44:11 bjb Exp $ IUSE="gif quicktime mpeg png truetype flash jpeg mmx" @@ -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-devel/perl gif? ( media-libs/giflib ) diff --git a/dev-libs/DirectFB/DirectFB-0.9.13.ebuild b/dev-libs/DirectFB/DirectFB-0.9.13.ebuild index 63fcc7cd0598..417dd1e9929d 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.13.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.13.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/DirectFB/DirectFB-0.9.13.ebuild,v 1.5 2002/12/09 04:20:59 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.13.ebuild,v 1.6 2002/12/15 10:44:11 bjb Exp $ IUSE="gif quicktime mpeg png truetype flash jpeg mmx" @@ -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-devel/perl gif? ( media-libs/giflib ) diff --git a/dev-libs/DirectFB/DirectFB-0.9.14.ebuild b/dev-libs/DirectFB/DirectFB-0.9.14.ebuild index 708a9df7760c..a5b4453ba6b4 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.14.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.14.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/DirectFB/DirectFB-0.9.14.ebuild,v 1.2 2002/12/09 04:20:59 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.14.ebuild,v 1.3 2002/12/15 10:44:11 bjb Exp $ IUSE="gif quicktime mpeg png truetype flash jpeg mmx sse sdl" @@ -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-devel/perl gif? ( media-libs/giflib ) diff --git a/dev-libs/DirectFB/DirectFB-0.9.15.ebuild b/dev-libs/DirectFB/DirectFB-0.9.15.ebuild index 933a661366b8..1370b29452e2 100644 --- a/dev-libs/DirectFB/DirectFB-0.9.15.ebuild +++ b/dev-libs/DirectFB/DirectFB-0.9.15.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/DirectFB/DirectFB-0.9.15.ebuild,v 1.2 2002/12/09 04:20:59 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.15.ebuild,v 1.3 2002/12/15 10:44:12 bjb Exp $ IUSE="gif quicktime mpeg png truetype flash jpeg mmx sse sdl" @@ -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-devel/perl gif? ( media-libs/giflib ) diff --git a/dev-libs/atk/atk-1.0.3-r1.ebuild b/dev-libs/atk/atk-1.0.3-r1.ebuild index c5172b872b2b..19f906ee4ac9 100644 --- a/dev-libs/atk/atk-1.0.3-r1.ebuild +++ b/dev-libs/atk/atk-1.0.3-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/dev-libs/atk/atk-1.0.3-r1.ebuild,v 1.7 2002/12/09 04:21:02 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/atk/atk-1.0.3-r1.ebuild,v 1.8 2002/12/15 10:44:12 bjb Exp $ IUSE="doc" @@ -13,7 +13,7 @@ HOMEPAGE="http://developer.gnome.org/projects/gap/" SLOT="1" LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" RDEPEND=">=dev-libs/glib-2.0.6-r1" diff --git a/dev-libs/expat/expat-1.95.4.ebuild b/dev-libs/expat/expat-1.95.4.ebuild index fdea1cface25..54bc9c75c890 100644 --- a/dev-libs/expat/expat-1.95.4.ebuild +++ b/dev-libs/expat/expat-1.95.4.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/expat/expat-1.95.4.ebuild,v 1.9 2002/12/09 04:21:03 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.4.ebuild,v 1.10 2002/12/15 10:44:12 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="XML parsing libraries" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" src_compile() { ./configure \ diff --git a/dev-libs/expat/expat-1.95.5-r1.ebuild b/dev-libs/expat/expat-1.95.5-r1.ebuild index 3ad635027840..d7df18f8cc11 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 2002 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.2 2002/12/09 04:21:03 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.5-r1.ebuild,v 1.3 2002/12/15 10:44:12 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="XML parsing libraries" @@ -9,7 +9,7 @@ HOMEPAGE="http://expat.sourceforge.net" DEPEND="virtual/glibc" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" src_compile() { econf diff --git a/dev-libs/expat/expat-1.95.5.ebuild b/dev-libs/expat/expat-1.95.5.ebuild index e3ace847e452..08bb49078e5a 100644 --- a/dev-libs/expat/expat-1.95.5.ebuild +++ b/dev-libs/expat/expat-1.95.5.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 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.ebuild,v 1.3 2002/12/09 04:21:03 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.5.ebuild,v 1.4 2002/12/15 10:44:12 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="XML parsing libraries" @@ -9,7 +9,7 @@ HOMEPAGE="http://expat.sourceforge.net" DEPEND="virtual/glibc" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" src_compile() { econf diff --git a/dev-libs/glib/glib-1.2.10-r5.ebuild b/dev-libs/glib/glib-1.2.10-r5.ebuild index 8e64626f5474..f70ffbd277aa 100644 --- a/dev-libs/glib/glib-1.2.10-r5.ebuild +++ b/dev-libs/glib/glib-1.2.10-r5.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/glib/glib-1.2.10-r5.ebuild,v 1.2 2002/12/09 04:21:03 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.2.10-r5.ebuild,v 1.3 2002/12/15 10:44:12 bjb Exp $ inherit libtool @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gtk.org/" SLOT="1" LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" DEPEND="virtual/glibc" diff --git a/dev-libs/glib/glib-2.0.6-r1.ebuild b/dev-libs/glib/glib-2.0.6-r1.ebuild index d951569650ad..395a94795ab3 100644 --- a/dev-libs/glib/glib-2.0.6-r1.ebuild +++ b/dev-libs/glib/glib-2.0.6-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/dev-libs/glib/glib-2.0.6-r1.ebuild,v 1.7 2002/12/09 04:21:03 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.0.6-r1.ebuild,v 1.8 2002/12/15 10:44:12 bjb Exp $ IUSE="doc" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.gtk.org/" SLOT="2" LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" DEPEND=">=dev-util/pkgconfig-0.12.0 doc? ( >=dev-util/gtk-doc-0.9-r2 )" diff --git a/dev-libs/libIDL/libIDL-0.8.0.ebuild b/dev-libs/libIDL/libIDL-0.8.0.ebuild index 48fbfab8c1e8..4bc5f8598fbd 100644 --- a/dev-libs/libIDL/libIDL-0.8.0.ebuild +++ b/dev-libs/libIDL/libIDL-0.8.0.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/libIDL/libIDL-0.8.0.ebuild,v 1.8 2002/12/09 04:21:03 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libIDL/libIDL-0.8.0.ebuild,v 1.9 2002/12/15 10:44:12 bjb Exp $ # Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ DEBUG="yes" @@ -16,7 +16,7 @@ HOMEPAGE="http://www.gnome.org" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" RDEPEND=">=dev-libs/glib-2.0.0 >=sys-devel/flex-2.5.4" diff --git a/dev-libs/libelf/libelf-0.8.2.ebuild b/dev-libs/libelf/libelf-0.8.2.ebuild index cd560b4207bf..6151c38afd68 100644 --- a/dev-libs/libelf/libelf-0.8.2.ebuild +++ b/dev-libs/libelf/libelf-0.8.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/dev-libs/libelf/libelf-0.8.2.ebuild,v 1.5 2002/12/09 04:21:03 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libelf/libelf-0.8.2.ebuild,v 1.6 2002/12/15 10:44:12 bjb Exp $ IUSE="nls" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.stud.uni-hannover.de/~michael/software/" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 sparc alpha" +KEYWORDS="x86 sparc alpha" DEPEND="nls? ( sys-devel/gettext )" diff --git a/dev-libs/libpcre/libpcre-3.9-r1.ebuild b/dev-libs/libpcre/libpcre-3.9-r1.ebuild index a2aecf12d5a0..246cbfe928f3 100644 --- a/dev-libs/libpcre/libpcre-3.9-r1.ebuild +++ b/dev-libs/libpcre/libpcre-3.9-r1.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="http://www.pcre.org/" SLOT="3" LICENSE="as-is" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" DEPEND="virtual/glibc" diff --git a/dev-libs/libxml2/libxml2-2.4.23.ebuild b/dev-libs/libxml2/libxml2-2.4.23.ebuild index e17c0a715d3a..f55383496c82 100644 --- a/dev-libs/libxml2/libxml2-2.4.23.ebuild +++ b/dev-libs/libxml2/libxml2-2.4.23.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/libxml2/libxml2-2.4.23.ebuild,v 1.10 2002/12/09 04:21:04 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.4.23.ebuild,v 1.11 2002/12/15 10:44:12 bjb Exp $ inherit libtool @@ -15,7 +15,7 @@ DEPEND=">=sys-libs/ncurses-5.2 SLOT="2" LICENSE="MIT" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" src_compile() { # Fix .la files of python site packages diff --git a/dev-libs/libxslt/libxslt-1.0.19.ebuild b/dev-libs/libxslt/libxslt-1.0.19.ebuild index c2cb24829cc2..2c693a5e11d7 100644 --- a/dev-libs/libxslt/libxslt-1.0.19.ebuild +++ b/dev-libs/libxslt/libxslt-1.0.19.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/libxslt/libxslt-1.0.19.ebuild,v 1.9 2002/12/09 04:21:04 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.19.ebuild,v 1.10 2002/12/15 10:44:12 bjb Exp $ inherit libtool @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" RDEPEND=">=dev-libs/libxml2-2.4.23" diff --git a/dev-libs/openssl/openssl-0.9.6e.ebuild b/dev-libs/openssl/openssl-0.9.6e.ebuild index 29959d8d8a9b..c7c782440310 100644 --- a/dev-libs/openssl/openssl-0.9.6e.ebuild +++ b/dev-libs/openssl/openssl-0.9.6e.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/openssl/openssl-0.9.6e.ebuild,v 1.6 2002/12/09 04:21:04 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.6e.ebuild,v 1.7 2002/12/15 10:44:12 bjb Exp $ S=${WORKDIR}/${P} DESCRIPTION="Toolkit for SSL v2/v3 and TLS v1" @@ -11,7 +11,7 @@ RDEPEND="virtual/glibc" DEPEND="${RDEPEND} >=sys-devel/perl-5" LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" src_unpack() { unpack ${A} ; cd ${S} diff --git a/dev-libs/popt/popt-1.6.3.ebuild b/dev-libs/popt/popt-1.6.3.ebuild index 593df7e7de11..17367d6319a1 100644 --- a/dev-libs/popt/popt-1.6.3.ebuild +++ b/dev-libs/popt/popt-1.6.3.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/popt/popt-1.6.3.ebuild,v 1.12 2002/12/09 04:21:04 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.6.3.ebuild,v 1.13 2002/12/15 10:44:12 bjb Exp $ IUSE="nls" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.rpm.org" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 ppc sparc alpha" +KEYWORDS="x86 ppc sparc alpha" DEPEND="nls? ( sys-devel/gettext )" diff --git a/dev-libs/popt/popt-1.7.ebuild b/dev-libs/popt/popt-1.7.ebuild index baeee566ec60..cbcc6261ccd6 100644 --- a/dev-libs/popt/popt-1.7.ebuild +++ b/dev-libs/popt/popt-1.7.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/popt/popt-1.7.ebuild,v 1.3 2002/12/09 04:21:04 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.7.ebuild,v 1.4 2002/12/15 10:44:12 bjb Exp $ DESCRIPTION="Parse Options - Command line parser" SRC_URI="ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.rpm.org/" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" IUSE="nls pic" DEPEND="nls? ( sys-devel/gettext )" |