Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/SDL: SDL-2.540.ebuild ChangeLog
Date: Sun, 24 Feb 2013 11:28:30
Message-Id: 20130224112827.68CEA2171D@flycatcher.gentoo.org
1 ago 13/02/24 11:28:27
2
3 Modified: SDL-2.540.ebuild ChangeLog
4 Log:
5 Stable for amd64, wrt bug #458676
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
8
9 Revision Changes Path
10 1.3 dev-perl/SDL/SDL-2.540.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SDL/SDL-2.540.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SDL/SDL-2.540.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SDL/SDL-2.540.ebuild?r1=1.2&r2=1.3
15
16 Index: SDL-2.540.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/SDL/SDL-2.540.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- SDL-2.540.ebuild 21 Oct 2012 03:10:08 -0000 1.2
23 +++ SDL-2.540.ebuild 24 Feb 2013 11:28:27 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL/SDL-2.540.ebuild,v 1.2 2012/10/21 03:10:08 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL/SDL-2.540.ebuild,v 1.3 2013/02/24 11:28:27 ago Exp $
30
31 EAPI=4
32 MODULE_AUTHOR=JTPALMER
33 @@ -11,7 +11,7 @@
34
35 LICENSE="GPL-2 OFL-1.1"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~hppa ~x86"
38 +KEYWORDS="amd64 ~hppa ~x86"
39 IUSE=""
40
41 RDEPEND=">=dev-perl/Alien-SDL-1.434
42
43
44
45 1.17 dev-perl/SDL/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SDL/ChangeLog?rev=1.17&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SDL/ChangeLog?rev=1.17&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SDL/ChangeLog?r1=1.16&r2=1.17
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/SDL/ChangeLog,v
54 retrieving revision 1.16
55 retrieving revision 1.17
56 diff -u -r1.16 -r1.17
57 --- ChangeLog 21 Oct 2012 03:10:08 -0000 1.16
58 +++ ChangeLog 24 Feb 2013 11:28:27 -0000 1.17
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-perl/SDL
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL/ChangeLog,v 1.16 2012/10/21 03:10:08 mr_bones_ Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL/ChangeLog,v 1.17 2013/02/24 11:28:27 ago Exp $
65 +
66 + 24 Feb 2013; Agostino Sarubbo <ago@g.o> SDL-2.540.ebuild:
67 + Stable for amd64, wrt bug #458676
68
69 21 Oct 2012; Michael Sterrett <mr_bones_@g.o> SDL-2.540.ebuild:
70 require a newer perl-Module-Build as mentioned in bug #424535