Gentoo Archives: gentoo-commits

From: "Vladimir Smirnov (civil)" <civil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Alien-SDL: Alien-SDL-1.444.0.ebuild ChangeLog
Date: Sun, 08 Feb 2015 14:11:09
Message-Id: 20150208141103.B79E011528@oystercatcher.gentoo.org
1 civil 15/02/08 14:11:03
2
3 Modified: Alien-SDL-1.444.0.ebuild ChangeLog
4 Log:
5 Add patch from debian to fix package's build system
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0xC47990C2)
8
9 Revision Changes Path
10 1.4 dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild?r1=1.3&r2=1.4
15
16 Index: Alien-SDL-1.444.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- Alien-SDL-1.444.0.ebuild 27 Sep 2014 20:23:24 -0000 1.3
23 +++ Alien-SDL-1.444.0.ebuild 8 Feb 2015 14:11:03 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild,v 1.3 2014/09/27 20:23:24 dilfridge Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/Alien-SDL-1.444.0.ebuild,v 1.4 2015/02/08 14:11:03 civil Exp $
30
31 EAPI=5
32
33 @@ -32,6 +32,7 @@
34
35 src_prepare() {
36 tc-export CC
37 + epatch "${FILESDIR}"/${P}-fix-build-option.patch
38 perl-module_src_prepare
39 }
40
41
42
43
44 1.28 dev-perl/Alien-SDL/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/ChangeLog?rev=1.28&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/ChangeLog?rev=1.28&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Alien-SDL/ChangeLog?r1=1.27&r2=1.28
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/ChangeLog,v
53 retrieving revision 1.27
54 retrieving revision 1.28
55 diff -u -r1.27 -r1.28
56 --- ChangeLog 27 Sep 2014 20:23:24 -0000 1.27
57 +++ ChangeLog 8 Feb 2015 14:11:03 -0000 1.28
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-perl/Alien-SDL
60 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/ChangeLog,v 1.27 2014/09/27 20:23:24 dilfridge Exp $
62 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-SDL/ChangeLog,v 1.28 2015/02/08 14:11:03 civil Exp $
64 +
65 + 08 Feb 2015; Vladimir Smirnov <civil@g.o>
66 + +files/Alien-SDL-1.444.0-fix-build-option.patch, Alien-SDL-1.444.0.ebuild:
67 + Add patch from debian to fix package's build system
68
69 27 Sep 2014; Andreas K. Huettel <dilfridge@g.o>
70 Alien-SDL-1.440.0.ebuild, Alien-SDL-1.444.0.ebuild: