* [gentoo-commits] gentoo-x86 commit in dev-libs/wayland: wayland-1.1.0.ebuild wayland-1.0.6.ebuild ChangeLog
@ 2013-04-21 21:29 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2013-04-21 21:29 UTC (permalink / raw
To: gentoo-commits
chithanh 13/04/21 21:29:05
Modified: ChangeLog
Added: wayland-1.1.0.ebuild wayland-1.0.6.ebuild
Log:
Version bumps.
(Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.17 dev-libs/wayland/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 19 Feb 2013 18:09:24 -0000 1.16
+++ ChangeLog 21 Apr 2013 21:29:05 -0000 1.17
@@ -1,6 +1,13 @@
# ChangeLog for dev-libs/wayland
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.16 2013/02/19 18:09:24 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.17 2013/04/21 21:29:05 chithanh Exp $
+
+*wayland-1.0.6 (21 Apr 2013)
+*wayland-1.1.0 (21 Apr 2013)
+
+ 21 Apr 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +wayland-1.0.6.ebuild, +wayland-1.1.0.ebuild:
+ Version bumps.
19 Feb 2013; Matt Turner <mattst88@gentoo.org> wayland-1.0.4.ebuild:
Explicitly disable documentation.
1.1 dev-libs/wayland/wayland-1.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.1.0.ebuild?rev=1.1&content-type=text/plain
Index: wayland-1.1.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.1.0.ebuild,v 1.1 2013/04/21 21:29:05 chithanh Exp $
EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-2"
EXPERIMENTAL="true"
fi
inherit autotools toolchain-funcs $GIT_ECLASS
DESCRIPTION="Wayland protocol libraries"
HOMEPAGE="http://wayland.freedesktop.org/"
if [[ $PV = 9999* ]]; then
SRC_URI="${SRC_PATCHES}"
else
SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
fi
LICENSE="CC-BY-SA-3.0 MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="doc static-libs"
RDEPEND="dev-libs/expat
virtual/libffi"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
src_prepare() {
if [[ ${PV} = 9999* ]]; then
eautoreconf
fi
}
src_configure() {
myconf="$(use_enable static-libs static) \
$(use_enable doc documentation)"
if tc-is-cross-compiler ; then
myconf+=" --disable-scanner"
fi
econf ${myconf}
}
1.1 dev-libs/wayland/wayland-1.0.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.0.6.ebuild?rev=1.1&content-type=text/plain
Index: wayland-1.0.6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.0.6.ebuild,v 1.1 2013/04/21 21:29:05 chithanh Exp $
EAPI=5
EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}"
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-2"
EXPERIMENTAL="true"
fi
inherit autotools toolchain-funcs $GIT_ECLASS
DESCRIPTION="Wayland protocol libraries"
HOMEPAGE="http://wayland.freedesktop.org/"
if [[ $PV = 9999* ]]; then
SRC_URI="${SRC_PATCHES}"
else
SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz"
fi
LICENSE="CC-BY-SA-3.0 MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="doc static-libs"
RDEPEND="dev-libs/expat
virtual/libffi"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
src_prepare() {
if [[ ${PV} = 9999* ]]; then
eautoreconf
fi
}
src_configure() {
myconf="$(use_enable static-libs static) \
$(use_enable doc documentation)"
if tc-is-cross-compiler ; then
myconf+=" --disable-scanner"
fi
econf ${myconf}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-21 21:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-21 21:29 [gentoo-commits] gentoo-x86 commit in dev-libs/wayland: wayland-1.1.0.ebuild wayland-1.0.6.ebuild ChangeLog Chi-Thanh Christopher Nguyen (chithanh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox