diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-20 18:41:58 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-07-20 18:41:58 +0000 |
commit | 74a186b54804651e6e82f013270847a469bd9da8 (patch) | |
tree | b3c6651ffeb1480c4edd2216d9b726ec17ffa06e /dev-libs/expat | |
parent | Version bumped, Bug #173467, #181597. (diff) | |
download | gentoo-2-74a186b54804651e6e82f013270847a469bd9da8.tar.gz gentoo-2-74a186b54804651e6e82f013270847a469bd9da8.tar.bz2 gentoo-2-74a186b54804651e6e82f013270847a469bd9da8.zip |
Version bump, closes bug 183900.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/expat/expat-2.0.1.ebuild | 30 | ||||
-rw-r--r-- | dev-libs/expat/files/digest-expat-2.0.1 | 3 |
3 files changed, 39 insertions, 1 deletions
diff --git a/dev-libs/expat/ChangeLog b/dev-libs/expat/ChangeLog index 36f8de290885..f4662c3a8b09 100644 --- a/dev-libs/expat/ChangeLog +++ b/dev-libs/expat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/expat # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.56 2007/02/22 00:35:52 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.57 2007/07/20 18:41:58 cryos Exp $ + +*expat-2.0.1 (20 Jul 2007) + + 20 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> +expat-2.0.1.ebuild: + Version bump, closes bug 183900. 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-libs/expat/expat-2.0.1.ebuild b/dev-libs/expat/expat-2.0.1.ebuild new file mode 100644 index 000000000000..8f336b6a3021 --- /dev/null +++ b/dev-libs/expat/expat-2.0.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1.ebuild,v 1.1 2007/07/20 18:41:58 cryos Exp $ + +inherit eutils libtool + +DESCRIPTION="XML parsing libraries" +HOMEPAGE="http://expat.sourceforge.net/" +SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" + +LICENSE="as-is" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_install() { + make install DESTDIR="${D}" || die + dodoc Changes README + dohtml doc/* +} + +pkg_postinst() { + ewarn "Please note that the soname of the library changed!" + ewarn "If you are upgrading from a previous version you need" + ewarn "to fix dynamic linking inconsistencies by executing:" + ewarn "revdep-rebuild --library libexpat.so.0" +} diff --git a/dev-libs/expat/files/digest-expat-2.0.1 b/dev-libs/expat/files/digest-expat-2.0.1 new file mode 100644 index 000000000000..0bd4c6695287 --- /dev/null +++ b/dev-libs/expat/files/digest-expat-2.0.1 @@ -0,0 +1,3 @@ +MD5 ee8b492592568805593f81f8cdf2a04c expat-2.0.1.tar.gz 446456 +RMD160 d31bcb152adaff9e358968be1ea901e1b4ed3b2f expat-2.0.1.tar.gz 446456 +SHA256 847660b4df86e707c9150e33cd8c25bc5cd828f708c7418e765e3e983a2e5e93 expat-2.0.1.tar.gz 446456 |