diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-08 18:23:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-08 18:23:28 +0000 |
commit | 233e0f4643030f555e6993e7f2acaa0066e3cdf2 (patch) | |
tree | 452f2d189791c6b2a1cb128e1a2d5fdf855d56e1 /dev-libs/expat | |
parent | add my uclibc fix *again* since it was removed with this update (diff) | |
download | historical-233e0f4643030f555e6993e7f2acaa0066e3cdf2.tar.gz historical-233e0f4643030f555e6993e7f2acaa0066e3cdf2.tar.bz2 historical-233e0f4643030f555e6993e7f2acaa0066e3cdf2.zip |
old
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/Manifest | 10 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.4.ebuild | 31 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.5-r1.ebuild | 26 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.6-r1.ebuild | 40 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.6.ebuild | 26 | ||||
-rw-r--r-- | dev-libs/expat/files/digest-expat-1.95.4 | 1 | ||||
-rw-r--r-- | dev-libs/expat/files/digest-expat-1.95.5-r1 | 1 | ||||
-rw-r--r-- | dev-libs/expat/files/digest-expat-1.95.6 | 1 | ||||
-rw-r--r-- | dev-libs/expat/files/digest-expat-1.95.6-r1 | 1 | ||||
-rw-r--r-- | dev-libs/expat/files/expat-1.95.6-uclibc.patch | 48 | ||||
-rw-r--r-- | dev-libs/expat/files/xmlstatus.patch | 30 |
11 files changed, 0 insertions, 215 deletions
diff --git a/dev-libs/expat/Manifest b/dev-libs/expat/Manifest index cc0e1d3154a0..29c875461270 100644 --- a/dev-libs/expat/Manifest +++ b/dev-libs/expat/Manifest @@ -1,18 +1,8 @@ MD5 e951d3004fa2e73f70ede10d751a546d ChangeLog 5810 -MD5 a067139658a38b51f33fb2d1bac1ec53 expat-1.95.4.ebuild 761 -MD5 67abb19a9e6fa425057eb2351993a4f3 expat-1.95.5-r1.ebuild 632 -MD5 cbb2d985b5930ad8265e857dc0b8d988 expat-1.95.6-r1.ebuild 857 -MD5 f37475c177bc82e8a0e810f6c6333911 expat-1.95.6.ebuild 628 MD5 ae18cf435aeb21a9e0c0464ce35c1c31 expat-1.95.7.ebuild 687 MD5 d8b16dcf06de09185c96bc18e116f52f expat-1.95.7-r1.ebuild 831 MD5 43e377139ff5f3b7415b94a8c8d5260d metadata.xml 158 MD5 bd2aba30fb2561aba303f8cc85e474b0 expat-1.95.8.ebuild 834 -MD5 7868bf2a29b820e0358f371167bc740f files/digest-expat-1.95.4 64 -MD5 a39abdca141d50129afe4aeccd400e19 files/digest-expat-1.95.5-r1 64 -MD5 5a60260c06d2a4e63854a754788998ac files/digest-expat-1.95.6 64 -MD5 5a60260c06d2a4e63854a754788998ac files/digest-expat-1.95.6-r1 64 MD5 0137bf2c738329ab03f266ac859b4613 files/digest-expat-1.95.7 64 -MD5 fc080bb7f4438c40244db79d3a22b63e files/xmlstatus.patch 846 -MD5 ef6e63456a1e54d230d665fd7e9fe0d0 files/expat-1.95.6-uclibc.patch 1466 MD5 0137bf2c738329ab03f266ac859b4613 files/digest-expat-1.95.7-r1 64 MD5 be97487dd2627fe82f06252c88b83ab1 files/digest-expat-1.95.8 64 diff --git a/dev-libs/expat/expat-1.95.4.ebuild b/dev-libs/expat/expat-1.95.4.ebuild deleted file mode 100644 index a568eb7156f7..000000000000 --- a/dev-libs/expat/expat-1.95.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.19 2005/01/11 21:18:17 vapier Exp $ - -DESCRIPTION="XML parsing libraries" -SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" -HOMEPAGE="http://expat.sourceforge.net/" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86 ppc sparc alpha mips hppa" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man/man1 || die "configure failed" - - # parallel make doesnt work - make || die -} - -src_install() { - 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/expat-1.95.5-r1.ebuild b/dev-libs/expat/expat-1.95.5-r1.ebuild deleted file mode 100644 index ed6196216212..000000000000 --- a/dev-libs/expat/expat-1.95.5-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.14 2005/01/11 21:18:17 vapier Exp $ - -DESCRIPTION="XML parsing libraries" -SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" -HOMEPAGE="http://expat.sourceforge.net/" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - econf || die - # 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/expat-1.95.6-r1.ebuild b/dev-libs/expat/expat-1.95.6-r1.ebuild deleted file mode 100644 index b031ba48f8dd..000000000000 --- a/dev-libs/expat/expat-1.95.6-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.6-r1.ebuild,v 1.19 2005/01/11 21:18:17 vapier Exp $ - -inherit eutils gnuconfig - -DESCRIPTION="XML parsing libraries" -SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" -HOMEPAGE="http://expat.sourceforge.net/" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="amd64 x86 ppc sparc alpha hppa ia64 mips" -IUSE="" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - cd ${S}/lib - epatch ${FILESDIR}/xmlstatus.patch - cd ${S} - epatch ${FILESDIR}/expat-1.95.6-uclibc.patch -} - -src_compile() { - - # Detect mips systems properly - gnuconfig_update - - econf || die - # 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/expat-1.95.6.ebuild b/dev-libs/expat/expat-1.95.6.ebuild deleted file mode 100644 index cdbb9da6211e..000000000000 --- a/dev-libs/expat/expat-1.95.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.11 2005/01/11 21:18:17 vapier Exp $ - -DESCRIPTION="XML parsing libraries" -SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" -HOMEPAGE="http://expat.sourceforge.net/" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86 ~ppc ~sparc ~alpha hppa" -IUSE="" - -DEPEND="virtual/libc" - -src_compile() { - econf || die - # 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.4 b/dev-libs/expat/files/digest-expat-1.95.4 deleted file mode 100644 index f48ddb761dbd..000000000000 --- a/dev-libs/expat/files/digest-expat-1.95.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 1407e8c550b19a389e640e714fc39fae expat-1.95.4.tar.gz 263409 diff --git a/dev-libs/expat/files/digest-expat-1.95.5-r1 b/dev-libs/expat/files/digest-expat-1.95.5-r1 deleted file mode 100644 index d58bc562a37b..000000000000 --- a/dev-libs/expat/files/digest-expat-1.95.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6500d7d8c6c2c985cc0be257c9840cb4 expat-1.95.5.tar.gz 282537 diff --git a/dev-libs/expat/files/digest-expat-1.95.6 b/dev-libs/expat/files/digest-expat-1.95.6 deleted file mode 100644 index 2e39f0aa0fb9..000000000000 --- a/dev-libs/expat/files/digest-expat-1.95.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 ca78d94e83e9f077b5da2bfe28ba986a expat-1.95.6.tar.gz 291876 diff --git a/dev-libs/expat/files/digest-expat-1.95.6-r1 b/dev-libs/expat/files/digest-expat-1.95.6-r1 deleted file mode 100644 index 2e39f0aa0fb9..000000000000 --- a/dev-libs/expat/files/digest-expat-1.95.6-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ca78d94e83e9f077b5da2bfe28ba986a expat-1.95.6.tar.gz 291876 diff --git a/dev-libs/expat/files/expat-1.95.6-uclibc.patch b/dev-libs/expat/files/expat-1.95.6-uclibc.patch deleted file mode 100644 index a43f18407cea..000000000000 --- a/dev-libs/expat/files/expat-1.95.6-uclibc.patch +++ /dev/null @@ -1,48 +0,0 @@ ---- expat-1.95.6.old/configure 2003-01-28 07:04:08.000000000 +0100 -+++ expat-1.95.6/configure 2004-06-14 19:57:50.000000000 +0200 -@@ -2741,6 +2741,11 @@ - esac - lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so` - ;; -+ -+linux-uclibc*) -+ lt_cv_deplibs_check_method=pass_all -+ lt_cv_file_magic_test_file=`echo /lib/libuClibc*.so` -+ ;; - - netbsd*) - if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then -@@ -3993,7 +3998,7 @@ fi - - # Transform linux* to *-*-linux-gnu*, to support old configure scripts. - case $host_os in --linux-gnu*) ;; -+linux-gnu*|linux-uclibc*) ;; - linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'` - esac - -@@ -5582,6 +5587,24 @@ - dynamic_linker='GNU/Linux ld.so' - ;; - -+linux-uclibc*) -+ version_type=linux -+ need_lib_prefix=no -+ need_version=no -+ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' -+ soname_spec='${libname}${release}.so$major' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' -+ shlibpath_var=LD_LIBRARY_PATH -+ shlibpath_overrides_runpath=no -+ # This implies no fast_install, which is unacceptable. -+ # Some rework will be needed to allow for fast_install -+ # before this can be enabled. -+ # Note: copied from linux-gnu, and may not be appropriate. -+ hardcode_into_libs=yes -+ # Assume using the uClibc dynamic linker. -+ dynamic_linker="uClibc ld.so" -+ ;; -+ - netbsd*) - version_type=sunos - need_lib_prefix=no diff --git a/dev-libs/expat/files/xmlstatus.patch b/dev-libs/expat/files/xmlstatus.patch deleted file mode 100644 index 04cb2a8669ec..000000000000 --- a/dev-libs/expat/files/xmlstatus.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- expat.h 2003-03-17 08:34:33.000000000 +0100 -+++ expat.h.new 2003-03-17 08:35:29.000000000 +0100 -@@ -653,6 +653,13 @@ - Note: Calling XML_SetEncoding after XML_Parse or XML_ParseBuffer - has no effect and returns XML_STATUS_ERROR. - */ -+enum XML_Status { -+ XML_STATUS_ERROR = 0, -+#define XML_STATUS_ERROR XML_STATUS_ERROR -+ XML_STATUS_OK = 1 -+#define XML_STATUS_OK XML_STATUS_OK -+}; -+ - XMLPARSEAPI(enum XML_Status) - XML_SetEncoding(XML_Parser parser, const XML_Char *encoding); - -@@ -732,13 +739,6 @@ - - Otherwise, the #define hackery is quite ugly and would have been dropped. - */ --enum XML_Status { -- XML_STATUS_ERROR = 0, --#define XML_STATUS_ERROR XML_STATUS_ERROR -- XML_STATUS_OK = 1 --#define XML_STATUS_OK XML_STATUS_OK --}; -- - XMLPARSEAPI(enum XML_Status) - XML_Parse(XML_Parser parser, const char *s, int len, int isFinal); - |