Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libepoxy: libepoxy-1.2.ebuild ChangeLog
Date: Wed, 21 May 2014 13:44:09
Message-Id: 20140521134406.A0B2E2004C@flycatcher.gentoo.org
1 chithanh 14/05/21 13:44:06
2
3 Modified: ChangeLog
4 Added: libepoxy-1.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.3 media-libs/libepoxy/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 7 Mar 2014 02:42:21 -0000 1.2
24 +++ ChangeLog 21 May 2014 13:44:06 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/libepoxy
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.2 2014/03/07 02:42:21 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/ChangeLog,v 1.3 2014/05/21 13:44:06 chithanh Exp $
30 +
31 +*libepoxy-1.2 (21 May 2014)
32 +
33 + 21 May 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +libepoxy-1.2.ebuild:
35 + Version bump.
36
37 07 Mar 2014; Patrick Lauer <patrick@g.o> libepoxy-1.1.ebuild,
38 libepoxy-9999.ebuild:
39
40
41
42 1.1 media-libs/libepoxy/libepoxy-1.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libepoxy-1.2.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/libepoxy/libepoxy-1.2.ebuild,v 1.1 2014/05/21 13:44:06 chithanh Exp $
52
53 EAPI=5
54
55 AUTOTOOLS_AUTORECONF=yes
56
57 EGIT_REPO_URI="git://github.com/anholt/libepoxy.git"
58
59 if [[ ${PV} = 9999* ]]; then
60 GIT_ECLASS="git-r3"
61 fi
62
63 inherit autotools-multilib ${GIT_ECLASS}
64
65 DESCRIPTION="Epoxy is a library for handling OpenGL function pointer management for you"
66 HOMEPAGE="https://github.com/anholt/libepoxy"
67 if [[ ${PV} = 9999* ]]; then
68 KEYWORDS=""
69 SRC_URI=""
70 else
71 KEYWORDS="~amd64 ~x86"
72 SRC_URI="https://github.com/anholt/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
73 fi
74
75 LICENSE="MIT"
76 SLOT="0"
77 IUSE="test"
78 RESTICT="test" # FIXME: tests fail when run from portage.
79
80 DEPEND="dev-lang/python
81 x11-misc/util-macros
82 x11-libs/libX11"
83 RDEPEND=""
84
85 src_unpack() {
86 default
87 [[ $PV = 9999* ]] && git-r3_src_unpack
88 }