mattst88    15/02/21 20:51:38

  Modified:             ChangeLog
  Added:                wayland-1.7.0.ebuild
  Log:
  Version bump to 1.7.0, bug 540786.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
974CA72A)

Revision  Changes    Path
1.55                 dev-libs/wayland/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.55&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?rev=1.55&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   21 Feb 2015 20:35:04 -0000      1.54
+++ ChangeLog   21 Feb 2015 20:51:38 -0000      1.55
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/wayland
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.54 
2015/02/21 20:35:04 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/ChangeLog,v 1.55 
2015/02/21 20:51:38 mattst88 Exp $
+
+*wayland-1.7.0 (21 Feb 2015)
+
+  21 Feb 2015; Matt Turner <[email protected]> +wayland-1.7.0.ebuild:
+  Version bump to 1.7.0, bug 540786.
 
   21 Feb 2015; Matt Turner <[email protected]> wayland-1.6.1.ebuild:
   Added ~mips, bug 403015.



1.1                  dev-libs/wayland/wayland-1.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/wayland/wayland-1.7.0.ebuild?rev=1.1&content-type=text/plain

Index: wayland-1.7.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/wayland/wayland-1.7.0.ebuild,v 1.1 
2015/02/21 20:51:38 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 ~mips ~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
}




Reply via email to