mattst88 14/09/26 20:39:31 Modified: ChangeLog Added: wayland-1.6.0.ebuild Log: Version bump to 1.6.0. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Revision Changes Path 1.48 dev-libs/wayland/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 13 Aug 2014 17:16:56 -0000 1.47 +++ ChangeLog 26 Sep 2014 20:39:31 -0000 1.48 @@ -1,6 +1,11 @@ # 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.47 2014/08/13 17:16:56 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.48 2014/09/26 20:39:31 mattst88 Exp $ + +*wayland-1.6.0 (26 Sep 2014) + + 26 Sep 2014; Matt Turner <[email protected]> +wayland-1.6.0.ebuild: + Version bump to 1.6.0. 13 Aug 2014; Raúl Porcel <[email protected]> wayland-1.4.0.ebuild, wayland-1.5.0.ebuild: 1.1 dev-libs/wayland/wayland-1.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.6.0.ebuild?rev=1.1&content-type=text/plain Index: wayland-1.6.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.6.0.ebuild,v 1.1 2014/09/26 20:39:31 mattst88 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 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="doc static-libs" RDEPEND=">=dev-libs/expat-2.1.0-r3:=[${MULTILIB_USEDEP}] >=virtual/libffi-3.0.13-r1:=[${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 }
