summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-03 06:42:56 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-03 06:42:56 +0000
commitaf123a0f0de89a39b7be1eb7d67ca60ddacc9ad1 (patch)
treeebcff9d67e10e78eaa5f69484dee77296fed0171 /dev-libs/expat
parentadded netpbm to RDEPEND (diff)
downloadgentoo-2-af123a0f0de89a39b7be1eb7d67ca60ddacc9ad1.tar.gz
gentoo-2-af123a0f0de89a39b7be1eb7d67ca60ddacc9ad1.tar.bz2
gentoo-2-af123a0f0de89a39b7be1eb7d67ca60ddacc9ad1.zip
FHS correctness
Diffstat (limited to 'dev-libs/expat')
-rw-r--r--dev-libs/expat/ChangeLog11
-rw-r--r--dev-libs/expat/expat-1.95.5-r1.ebuild25
-rw-r--r--dev-libs/expat/files/digest-expat-1.95.5-r11
3 files changed, 36 insertions, 1 deletions
diff --git a/dev-libs/expat/ChangeLog b/dev-libs/expat/ChangeLog
index 50d76c89cf12..5db07d664fb4 100644
--- a/dev-libs/expat/ChangeLog
+++ b/dev-libs/expat/ChangeLog
@@ -1,6 +1,15 @@
# 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.8 2002/11/11 16:14:46 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.9 2002/12/03 06:42:56 seemant Exp $
+
+*expat-1.95.5-r1 (02 Dec 2002)
+
+ 02 Dec 2002; Seemant Kulleen <seemant@gentoo.org> expat-1.95.5-r1.ebuild
+ files/digest-expat-1.95.5-r1 :
+
+ Man page is now installed in FHS correct location. Small enough package
+ that I version bumped. Closes bug #11236 by k8la@arrl.net (Thomas M.
+ Beaudry)
*expat-1.95.5 (11 Nov 2002)
diff --git a/dev-libs/expat/expat-1.95.5-r1.ebuild b/dev-libs/expat/expat-1.95.5-r1.ebuild
new file mode 100644
index 000000000000..e74c14d16a26
--- /dev/null
+++ b/dev-libs/expat/expat-1.95.5-r1.ebuild
@@ -0,0 +1,25 @@
+# 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.1 2002/12/03 06:42:56 seemant 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 \
+ mandir=${D}/usr/share/man/man1
+ dodoc COPYING Changes MANIFEST README
+ dohtml doc/*
+}
diff --git a/dev-libs/expat/files/digest-expat-1.95.5-r1 b/dev-libs/expat/files/digest-expat-1.95.5-r1
new file mode 100644
index 000000000000..d58bc562a37b
--- /dev/null
+++ b/dev-libs/expat/files/digest-expat-1.95.5-r1
@@ -0,0 +1 @@
+MD5 6500d7d8c6c2c985cc0be257c9840cb4 expat-1.95.5.tar.gz 282537