chithanh 14/05/21 15:51:59 Modified: ChangeLog Added: wayland-1.5.0.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.44 dev-libs/wayland/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.44&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.44&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?r1=1.43&r2=1.44 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- ChangeLog 28 Apr 2014 17:43:33 -0000 1.43 +++ ChangeLog 21 May 2014 15:51:59 -0000 1.44 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/wayland # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.43 2014/04/28 17:43:33 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.44 2014/05/21 15:51:59 chithanh Exp $ + +*wayland-1.5.0 (21 May 2014) + + 21 May 2014; Chí-Thanh Christopher Nguyễn <[email protected]> + +wayland-1.5.0.ebuild: + Version bump. 28 Apr 2014; Michał Górny <[email protected]> wayland-1.3.0.ebuild, wayland-1.4.0.ebuild: 1.1 dev-libs/wayland/wayland-1.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.5.0.ebuild?rev=1.1&content-type=text/plain Index: wayland-1.5.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.5.0.ebuild,v 1.1 2014/05/21 15:51:59 chithanh Exp $ EAPI=5 if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="git://anongit.freedesktop.org/git/${PN}/${PN}" GIT_ECLASS="git-r3" EXPERIMENTAL="true" AUTOTOOLS_AUTORECONF=1 fi inherit autotools-multilib 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="MIT" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" IUSE="doc static-libs" RDEPEND="dev-libs/expat[${MULTILIB_USEDEP}] virtual/libffi[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) virtual/pkgconfig" src_configure() { local myeconfargs=( $(use_enable static-libs static) $(use_enable doc documentation) ) if tc-is-cross-compiler ; then myeconfargs+=( --disable-scanner ) fi if ! multilib_is_native_abi; then myeconfargs+=( --disable-documentation ) fi autotools-multilib_src_configure } src_test() { export XDG_RUNTIME_DIR="${T}/runtime-dir" mkdir "${XDG_RUNTIME_DIR}" || die chmod 0700 "${XDG_RUNTIME_DIR}" || die autotools-multilib_src_test }
