From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7861813827E for ; Fri, 24 Jan 2014 20:18:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14F3CE086D; Fri, 24 Jan 2014 20:18:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93669E086D for ; Fri, 24 Jan 2014 20:18:08 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7952833F637 for ; Fri, 24 Jan 2014 20:18:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2284) id A09372004C; Fri, 24 Jan 2014 20:18:05 +0000 (UTC) From: "Matt Turner (mattst88)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mattst88@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/wayland: wayland-1.4.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wayland-1.4.0.ebuild ChangeLog X-VCS-Directories: dev-libs/wayland X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140124201805.A09372004C@flycatcher.gentoo.org> Date: Fri, 24 Jan 2014 20:18:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 768ac973-5709-4505-8838-ba9ac19aa392 X-Archives-Hash: 0df91416db49eaabe854e2122c6b21cf mattst88 14/01/24 20:18:05 Modified: ChangeLog Added: wayland-1.4.0.ebuild Log: Version bump to 1.4.0. (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A) Revision Changes Path 1.33 dev-libs/wayland/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 31 Dec 2013 18:23:49 -0000 1.32 +++ ChangeLog 24 Jan 2014 20:18:05 -0000 1.33 @@ -1,6 +1,11 @@ # 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.32 2013/12/31 18:23:49 mattst88 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.33 2014/01/24 20:18:05 mattst88 Exp $ + +*wayland-1.4.0 (24 Jan 2014) + + 24 Jan 2014; Matt Turner +wayland-1.4.0.ebuild: + Version bump to 1.4.0. *wayland-1.3.0 (31 Dec 2013) 1.1 dev-libs/wayland/wayland-1.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.4.0.ebuild?rev=1.1&content-type=text/plain Index: wayland-1.4.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.4.0.ebuild,v 1.1 2014/01/24 20:18:05 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}" KEYWORDS="" else SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86" fi LICENSE="MIT" SLOT="0" IUSE="doc" RDEPEND="dev-libs/expat[${MULTILIB_USEDEP}] virtual/libffi[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} doc? ( app-doc/doxygen ) virtual/pkgconfig" src_configure() { local myeconfargs=( $(use_enable doc documentation) ) if tc-is-cross-compiler ; then myeconfargs+=( --disable-scanner ) fi if ! multilib_build_binaries; 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 }