Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/X11-Protocol: ChangeLog X11-Protocol-0.56.ebuild
Date: Tue, 09 Feb 2010 18:22:04
Message-Id: E1Neuio-0008Ki-Fb@stork.gentoo.org
1 tove 10/02/09 18:22:02
2
3 Modified: ChangeLog X11-Protocol-0.56.ebuild
4 Log:
5 Fix LICENSE (#301969). Maintenance.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.44 dev-perl/X11-Protocol/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/X11-Protocol/ChangeLog?rev=1.44&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/X11-Protocol/ChangeLog?rev=1.44&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/X11-Protocol/ChangeLog?r1=1.43&r2=1.44
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/ChangeLog,v
18 retrieving revision 1.43
19 retrieving revision 1.44
20 diff -u -r1.43 -r1.44
21 --- ChangeLog 14 Jan 2010 16:34:47 -0000 1.43
22 +++ ChangeLog 9 Feb 2010 18:22:01 -0000 1.44
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/X11-Protocol
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/ChangeLog,v 1.43 2010/01/14 16:34:47 grobian Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/ChangeLog,v 1.44 2010/02/09 18:22:01 tove Exp $
28 +
29 + 09 Feb 2010; Torsten Veller <tove@g.o> X11-Protocol-0.56.ebuild:
30 + Fix LICENSE (#301969). Maintenance.
31
32 14 Jan 2010; Fabian Groffen <grobian@g.o> X11-Protocol-0.56.ebuild:
33 Transfer Prefix keywords
34
35
36
37 1.14 dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild?rev=1.14&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild?rev=1.14&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild?r1=1.13&r2=1.14
42
43 Index: X11-Protocol-0.56.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild,v
46 retrieving revision 1.13
47 retrieving revision 1.14
48 diff -u -r1.13 -r1.14
49 --- X11-Protocol-0.56.ebuild 14 Jan 2010 16:34:47 -0000 1.13
50 +++ X11-Protocol-0.56.ebuild 9 Feb 2010 18:22:01 -0000 1.14
51 @@ -1,18 +1,18 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild,v 1.13 2010/01/14 16:34:47 grobian Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/X11-Protocol/X11-Protocol-0.56.ebuild,v 1.14 2010/02/09 18:22:01 tove Exp $
56
57 -inherit perl-module eutils
58 +EAPI=2
59 +
60 +MODULE_AUTHOR=SMCCAM
61 +inherit perl-module
62
63 DESCRIPTION="Client-side interface to the X11 Protocol"
64 -HOMEPAGE="http://www.cpan.org/modules/by-module/X11/${P}.readme"
65 -SRC_URI="mirror://cpan/authors/id/S/SM/SMCCAM/${P}.tar.gz"
66
67 -LICENSE="Artistic X11"
68 +LICENSE="${LICENSE} MIT"
69 SLOT="0"
70 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
71 IUSE=""
72
73 DEPEND="x11-libs/libXrender
74 - x11-libs/libXext
75 - dev-lang/perl"
76 + x11-libs/libXext"