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 | e7aba4e94dd2a0f724d6fe130337fa059b0314b1 (patch) | |
tree | baf4b362a05f7cbc32b1ab79e69c106b48255cdd /dev-libs/expat | |
parent | add my uclibc fix *again* since it was removed with this update (diff) | |
download | gentoo-2-e7aba4e94dd2a0f724d6fe130337fa059b0314b1.tar.gz gentoo-2-e7aba4e94dd2a0f724d6fe130337fa059b0314b1.tar.bz2 gentoo-2-e7aba4e94dd2a0f724d6fe130337fa059b0314b1.zip |
old
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-libs/expat')
-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 |
10 files changed, 0 insertions, 205 deletions
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); - |