summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2002-11-11 16:14:46 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2002-11-11 16:14:46 +0000
commit2d9ee97aaa585bdc9eff23c513a2aeff5496f239 (patch)
treed79c5313cbde6b6f6f6d9d07bb188e8635a38eed /dev-libs/expat
parentunmasked (diff)
downloadgentoo-2-2d9ee97aaa585bdc9eff23c513a2aeff5496f239.tar.gz
gentoo-2-2d9ee97aaa585bdc9eff23c513a2aeff5496f239.tar.bz2
gentoo-2-2d9ee97aaa585bdc9eff23c513a2aeff5496f239.zip
Fixes #10534.
Diffstat (limited to 'dev-libs/expat')
-rw-r--r--dev-libs/expat/ChangeLog19
-rw-r--r--dev-libs/expat/expat-1.95.5.ebuild27
-rw-r--r--dev-libs/expat/files/digest-expat-1.95.51
3 files changed, 35 insertions, 12 deletions
diff --git a/dev-libs/expat/ChangeLog b/dev-libs/expat/ChangeLog
index 91b727cb40df..50d76c89cf12 100644
--- a/dev-libs/expat/ChangeLog
+++ b/dev-libs/expat/ChangeLog
@@ -1,29 +1,30 @@
# ChangeLog for dev-libs/expat
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.7 2002/09/01 18:48:36 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.8 2002/11/11 16:14:46 karltk Exp $
+
+*expat-1.95.5 (11 Nov 2002)
+
+ 11 Nov 2002; Karl Trygve Kalleberg <karltk@gentoo.org> expat-1.95.5.ebuild files/digest-expat-1.95.5 :
+ New upstream version.
*expat-1.95.4 (23 Jul 2002)
01 Sep 2002; George Shapovalov <george@gentoo.org> expat-1.95.4.ebuild :
-
fixed man page install location
08 Aug 2002; Seemant Kulleen <seemant@gentoo.org> expat-1.95.4.ebuild :
-
Made more FHS compliant.
23 Jul 2002; Mark Guertin <gerk@gentoo.org> :
Added ppc to keywords
23 Jul 2002; Arcady Genkin <agenkin@thpoon.com> expat-1.95.4.ebuild :
-
Version bump.
*expat-1.95.3 (10 Jul 2002)
10 Jul 2002; Seemant Kulleen <seemant@gentoo.org> expat-1.95.3.ebuild
files/digest-expat-1.95.3 :
-
Version bump. Also, SRC_URI changed to use sourceforge mirror. LICENSE,
SLOT and KEYWORDS added. Thanks to: gentoo@gonzo.ch (Roman Weber) in bug
#4797
@@ -31,16 +32,10 @@
*expat-1.95.2 (25 Mar 2002)
25 Mar 2002; Donny Davies <woodchip@gentoo.org> expat-1.95.2.ebuild :
-
Update to latest release. Fixed to install into ${D}, previously it didnt.
Parallel make is busted, s/emake/make/. Fixed html docs.
*expat-1.95.1-r1 (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
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
+ Added initial ChangeLog.
diff --git a/dev-libs/expat/expat-1.95.5.ebuild b/dev-libs/expat/expat-1.95.5.ebuild
new file mode 100644
index 000000000000..8e6e189eb4b1
--- /dev/null
+++ b/dev-libs/expat/expat-1.95.5.ebuild
@@ -0,0 +1,27 @@
+# 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.1 2002/11/11 16:14:46 karltk Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="XML parsing libraries"
+SRC_URI="mirror://sourceforge/expat/${P}.tar.gz"
+HOMEPAGE="http://expat.sourceforge.net"
+DEPEND="virtual/glibc"
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha"
+
+src_compile() {
+ econf
+ # parallel make doesnt work
+ make || die
+}
+
+src_install() {
+ einstall
+#make prefix=${D}/usr \
+# mandir=${D}/usr/share/man/man1 install || die "make install failed"
+
+ dodoc COPYING Changes MANIFEST README
+ dohtml doc/*
+}
diff --git a/dev-libs/expat/files/digest-expat-1.95.5 b/dev-libs/expat/files/digest-expat-1.95.5
new file mode 100644
index 000000000000..d58bc562a37b
--- /dev/null
+++ b/dev-libs/expat/files/digest-expat-1.95.5
@@ -0,0 +1 @@
+MD5 6500d7d8c6c2c985cc0be257c9840cb4 expat-1.95.5.tar.gz 282537