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 dev-libs/wayland: wayland-1.6.1.ebuild wayland-1.3.0.ebuild ChangeLog
Date: Mon, 09 Feb 2015 01:19:32
Message-Id: 20150209011926.66F94115BD@oystercatcher.gentoo.org
1 chithanh 15/02/09 01:19:26
2
3 Modified: wayland-1.3.0.ebuild ChangeLog
4 Added: wayland-1.6.1.ebuild
5 Log:
6 Version bump. Shut up repoman warning.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
9
10 Revision Changes Path
11 1.4 dev-libs/wayland/wayland-1.3.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild?r1=1.3&r2=1.4
16
17 Index: wayland-1.3.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- wayland-1.3.0.ebuild 18 Jun 2014 19:18:47 -0000 1.3
24 +++ wayland-1.3.0.ebuild 9 Feb 2015 01:19:26 -0000 1.4
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild,v 1.3 2014/06/18 19:18:47 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.3.0.ebuild,v 1.4 2015/02/09 01:19:26 chithanh Exp $
31
32 EAPI=5
33
34 @@ -36,7 +36,7 @@
35
36 src_prepare() {
37 # Remove resources-test from TESTS as it has failed since it was added.
38 - sed -i -e 's/ resources-test$(EXEEXT)/ $(NULL)/' ${S}/tests/Makefile.in || die
39 + sed -i -e 's/ resources-test$(EXEEXT)/ $(NULL)/' "${S}"/tests/Makefile.in || die
40
41 autotools-multilib_src_prepare
42 }
43
44
45
46 1.49 dev-libs/wayland/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.49&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.49&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?r1=1.48&r2=1.49
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v
55 retrieving revision 1.48
56 retrieving revision 1.49
57 diff -u -r1.48 -r1.49
58 --- ChangeLog 26 Sep 2014 20:39:31 -0000 1.48
59 +++ ChangeLog 9 Feb 2015 01:19:26 -0000 1.49
60 @@ -1,6 +1,12 @@
61 # ChangeLog for dev-libs/wayland
62 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.48 2014/09/26 20:39:31 mattst88 Exp $
64 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.49 2015/02/09 01:19:26 chithanh Exp $
66 +
67 +*wayland-1.6.1 (09 Feb 2015)
68 +
69 + 09 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
70 + +wayland-1.6.1.ebuild, wayland-1.3.0.ebuild:
71 + Version bump. Shut up repoman warning.
72
73 *wayland-1.6.0 (26 Sep 2014)
74
75
76
77
78 1.1 dev-libs/wayland/wayland-1.6.1.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.6.1.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.6.1.ebuild?rev=1.1&content-type=text/plain
82
83 Index: wayland-1.6.1.ebuild
84 ===================================================================
85 # Copyright 1999-2015 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.6.1.ebuild,v 1.1 2015/02/09 01:19:26 chithanh Exp $
88
89 EAPI=5
90
91 if [[ ${PV} = 9999* ]]; then
92 EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
93 GIT_ECLASS="git-r3"
94 EXPERIMENTAL="true"
95 AUTOTOOLS_AUTORECONF=1
96 fi
97
98 inherit autotools-multilib toolchain-funcs $GIT_ECLASS
99
100 DESCRIPTION="Wayland protocol libraries"
101 HOMEPAGE="http://wayland.freedesktop.org/"
102
103 if [[ $PV = 9999* ]]; then
104 SRC_URI="${SRC_PATCHES}"
105 else
106 SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
107 fi
108
109 LICENSE="MIT"
110 SLOT="0"
111 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
112 IUSE="doc static-libs"
113
114 RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}]
115 >=virtual/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]"
116 DEPEND="${RDEPEND}
117 doc? ( app-doc/doxygen )
118 virtual/pkgconfig"
119
120 src_configure() {
121 local myeconfargs=(
122 $(use_enable static-libs static)
123 $(use_enable doc documentation)
124 )
125 if tc-is-cross-compiler ; then
126 myeconfargs+=( --disable-scanner )
127 fi
128 if ! multilib_is_native_abi; then
129 myeconfargs+=( --disable-documentation )
130 fi
131
132 autotools-multilib_src_configure
133 }
134
135 src_test() {
136 export XDG_RUNTIME_DIR="${T}/runtime-dir"
137 mkdir "${XDG_RUNTIME_DIR}" || die
138 chmod 0700 "${XDG_RUNTIME_DIR}" || die
139
140 autotools-multilib_src_test
141 }