Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/expat: expat-2.0.1-r2.ebuild expat-2.0.1-r1.ebuild
Date: Thu, 10 Sep 2009 10:40:04
Message-Id: E1Mlh4N-0006J3-4q@stork.gentoo.org
1 ssuominen 09/09/10 10:40:03
2
3 Modified: expat-2.0.1-r2.ebuild
4 Removed: expat-2.0.1-r1.ebuild
5 Log:
6 Remove old and remove old revdep-rebuild instructions.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 dev-libs/expat/expat-2.0.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/expat/expat-2.0.1-r2.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/expat/expat-2.0.1-r2.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/expat/expat-2.0.1-r2.ebuild?r1=1.8&r2=1.9
15
16 Index: expat-2.0.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1-r2.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- expat-2.0.1-r2.ebuild 25 Aug 2009 16:24:47 -0000 1.8
23 +++ expat-2.0.1-r2.ebuild 10 Sep 2009 10:40:02 -0000 1.9
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1-r2.ebuild,v 1.8 2009/08/25 16:24:47 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1-r2.ebuild,v 1.9 2009/09/10 10:40:02 ssuominen Exp $
29
30 inherit eutils libtool
31
32 @@ -34,10 +34,3 @@
33 dodoc Changes README || die "dodoc failed"
34 dohtml doc/* || die "dohtml failed"
35 }
36 -
37 -pkg_postinst() {
38 - ewarn "Please note that the soname of the library changed!"
39 - ewarn "If you are upgrading from a previous version you need"
40 - ewarn "to fix dynamic linking inconsistencies by executing:"
41 - ewarn "revdep-rebuild --library libexpat.so.0"
42 -}