diff options
author | Maarten Thibaut <murphy@gentoo.org> | 2002-09-16 00:51:30 +0000 |
---|---|---|
committer | Maarten Thibaut <murphy@gentoo.org> | 2002-09-16 00:51:30 +0000 |
commit | f6316248377d71cc45820232854e2f2d441c12d8 (patch) | |
tree | 90a6025fe45994040b18828528c1653bdcd2b13d /dev-libs/libxslt | |
parent | Adding sparc/sparc64 keywords (diff) | |
download | gentoo-2-f6316248377d71cc45820232854e2f2d441c12d8.tar.gz gentoo-2-f6316248377d71cc45820232854e2f2d441c12d8.tar.bz2 gentoo-2-f6316248377d71cc45820232854e2f2d441c12d8.zip |
Adding sparc/sparc64 keywords
Diffstat (limited to 'dev-libs/libxslt')
-rw-r--r-- | dev-libs/libxslt/ChangeLog | 21 | ||||
-rw-r--r-- | dev-libs/libxslt/libxslt-1.0.20.ebuild | 4 |
2 files changed, 14 insertions, 11 deletions
diff --git a/dev-libs/libxslt/ChangeLog b/dev-libs/libxslt/ChangeLog index 630aacfabbf0..4aa88b3d3224 100644 --- a/dev-libs/libxslt/ChangeLog +++ b/dev-libs/libxslt/ChangeLog @@ -1,13 +1,18 @@ # ChangeLog for dev-libs/libxslt # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.9 2002/09/06 03:09:06 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.10 2002/09/16 00:47:44 murphy Exp $ *libxslt-1.0.20 (06 Sep 2002) + + 16 Sep 2002; Maarten Thibaut <murphy@gentoo.org> libxslt-1.0.20.ebuild ChangeLog : + Added Sparc/sparc64 keywords. Revamped ChangeLog layout. + 06 Sep 2002; Spider <spider@gentoo.org> libxslt-1.0.20.ebuild : new version had to patch the python/Makefile to make it adhere to DESTDIR *libxslt-1.0.19 (07 Jul 2002) + 01 Aug 2002; Mark Guertin <gerk@gentoo.org> libxml2-2.4.23.ebuild : Added ppc to keywords @@ -15,32 +20,30 @@ new version and libxml2 dependence update. *libxslt-1.0.18 (27 May 2002) - 27 May 2002; Spider <spider@gentoo.org>libxslt-1.0.18.ebuild : + + 27 May 2002; Spider <spider@gentoo.org> libxslt-1.0.18.ebuild : new version added *libxslt-1.0.17-r1 (26 May 2002) - 26 May 2002; Martin Schlemmer <azarah@gentoo.org> : - + 26 May 2002; Martin Schlemmer <azarah@gentoo.org> libxslt-1.0.17-r1.ebuild : Libtoolize to fix .la files of python site package. *libxslt-1.0.17 (9 May 2002) + 9 May 2002; Spider <spider@gentoo.org> libxslt-1.0.17.ebuild : bump version is needed due to gnome2 release ;) *libxslt-1.0.16 (16 Apr 2002) - 16 Apr 2002; Seemant Kulleen <seemant@gentoo.org> libxslt-1.0.16.ebuild - files/digest-libxslt-1.0.16 - - Quick version update. + 16 Apr 2002; Seemant Kulleen <seemant@gentoo.org> libxslt-1.0.16.ebuild, + files/digest-libxslt-1.0.16 : Quick version update. *libxslt-1.0.14 (21 March 2002) *libxslt-1.0.10 (1 Feb 2002) 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to users. This means that the comments should well explained and written in clean English. The details about diff --git a/dev-libs/libxslt/libxslt-1.0.20.ebuild b/dev-libs/libxslt/libxslt-1.0.20.ebuild index f81225ad0278..a7b4a3954ae6 100644 --- a/dev-libs/libxslt/libxslt-1.0.20.ebuild +++ b/dev-libs/libxslt/libxslt-1.0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.20.ebuild,v 1.1 2002/09/06 03:09:06 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.0.20.ebuild,v 1.2 2002/09/16 00:47:44 murphy Exp $ inherit libtool @@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnome.org/" SLOT="0" LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86" +KEYWORDS="x86 sparc sparc64" RDEPEND=">=dev-libs/libxml2-2.4.24" |