Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/jpgalleg: ChangeLog jpgalleg-2.5.ebuild
Date: Tue, 23 Feb 2010 09:54:20
Message-Id: E1NjrT6-0000Zq-Tx@stork.gentoo.org
1 phajdan.jr 10/02/23 09:54:16
2
3 Modified: ChangeLog jpgalleg-2.5.ebuild
4 Log:
5 Do not install ELF files in /usr/share wrt bug #295768 by flameeyes.
6 (Portage version: 2.1.7.16/cvs/Linux i686)
7
8 Revision Changes Path
9 1.10 media-libs/jpgalleg/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpgalleg/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpgalleg/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpgalleg/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpgalleg/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 22 Sep 2009 14:13:42 -0000 1.9
22 +++ ChangeLog 23 Feb 2010 09:54:16 -0000 1.10
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-libs/jpgalleg
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpgalleg/ChangeLog,v 1.9 2009/09/22 14:13:42 maekke Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpgalleg/ChangeLog,v 1.10 2010/02/23 09:54:16 phajdan.jr Exp $
29 +
30 + 23 Feb 2010; Pawel Hajdan jr <phajdan.jr@g.o> jpgalleg-2.5.ebuild:
31 + Do not install ELF files in /usr/share wrt bug #295768 by flameeyes.
32
33 22 Sep 2009; Markus Meier <maekke@g.o> jpgalleg-2.5.ebuild:
34 x86 stable, bug #283963
35
36
37
38 1.4 media-libs/jpgalleg/jpgalleg-2.5.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpgalleg/jpgalleg-2.5.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpgalleg/jpgalleg-2.5.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/jpgalleg/jpgalleg-2.5.ebuild?r1=1.3&r2=1.4
43
44 Index: jpgalleg-2.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpgalleg/jpgalleg-2.5.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- jpgalleg-2.5.ebuild 28 Sep 2009 12:25:04 -0000 1.3
51 +++ jpgalleg-2.5.ebuild 23 Feb 2010 09:54:16 -0000 1.4
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2009 Gentoo Foundation
54 +# Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpgalleg/jpgalleg-2.5.ebuild,v 1.3 2009/09/28 12:25:04 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpgalleg/jpgalleg-2.5.ebuild,v 1.4 2010/02/23 09:54:16 phajdan.jr Exp $
58
59 DESCRIPTION="The jpeg loading routines are able to load almost any JPG image file with Allegro"
60 HOMEPAGE="http://www.ecplusplus.com/index.php?page=projects&pid=1"
61 @@ -29,5 +29,5 @@
62 dodoc readme.txt
63
64 insinto /usr/share/doc/${PF}/examples
65 - doins examples/*
66 + doins examples/*.{c,dat,h,jpg,tga}
67 }