Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libart_lgpl: ChangeLog libart_lgpl-2.3.20.ebuild
Date: Sun, 03 Feb 2008 22:25:02
Message-Id: E1JLnGl-0000BA-QN@stork.gentoo.org
1 leio 08/02/03 22:24:59
2
3 Modified: ChangeLog
4 Added: libart_lgpl-2.3.20.ebuild
5 Log:
6 Version bump. No real changes to us, just a patch is included that we use
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.56 media-libs/libart_lgpl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libart_lgpl/ChangeLog?rev=1.56&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libart_lgpl/ChangeLog?rev=1.56&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libart_lgpl/ChangeLog?r1=1.55&r2=1.56
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/ChangeLog,v
19 retrieving revision 1.55
20 retrieving revision 1.56
21 diff -u -r1.55 -r1.56
22 --- ChangeLog 9 Sep 2007 14:02:34 -0000 1.55
23 +++ ChangeLog 3 Feb 2008 22:24:59 -0000 1.56
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-libs/libart_lgpl
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/ChangeLog,v 1.55 2007/09/09 14:02:34 drac Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/ChangeLog,v 1.56 2008/02/03 22:24:59 leio Exp $
30 +
31 +*libart_lgpl-2.3.20 (03 Feb 2008)
32 +
33 + 03 Feb 2008; Mart Raudsepp <leio@g.o> +libart_lgpl-2.3.20.ebuild:
34 + Version bump. No real changes to us, just a patch is included that we use
35
36 09 Sep 2007; Samuli Suominen <drac@g.o>
37 libart_lgpl-2.3.19-r1.ebuild:
38
39
40
41 1.1 media-libs/libart_lgpl/libart_lgpl-2.3.20.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libart_lgpl/libart_lgpl-2.3.20.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libart_lgpl/libart_lgpl-2.3.20.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libart_lgpl-2.3.20.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/libart_lgpl-2.3.20.ebuild,v 1.1 2008/02/03 22:24:59 leio Exp $
51
52 inherit gnome2 eutils
53
54 DESCRIPTION="a LGPL version of libart"
55 HOMEPAGE="http://www.levien.com/libart"
56
57 LICENSE="LGPL-2.1"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE=""
61
62 DEPEND="dev-util/pkgconfig"
63 RDEPEND=""
64
65 DOCS="AUTHORS ChangeLog NEWS README"
66
67 src_unpack() {
68 gnome2_src_unpack
69
70 # Fix crosscompiling; bug #185684
71 epatch "${FILESDIR}"/${PN}-2.3.19-crosscompile.patch
72 }
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list