xmw         15/06/09 22:06:04

  Modified:             ChangeLog
  Added:                libnsfb-0.1.3-r1.ebuild
  Removed:              libnsfb-0.1.3.ebuild
  Log:
  Revbump for multilib fix.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.15                 dev-libs/libnsfb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnsfb/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   22 Mar 2015 00:14:08 -0000      1.14
+++ ChangeLog   9 Jun 2015 22:06:04 -0000       1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libnsfb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnsfb/ChangeLog,v 1.14 
2015/03/22 00:14:08 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnsfb/ChangeLog,v 1.15 
2015/06/09 22:06:04 xmw Exp $
+
+*libnsfb-0.1.3-r1 (09 Jun 2015)
+
+  09 Jun 2015; Michael Weber <[email protected]> +libnsfb-0.1.3-r1.ebuild,
+  -libnsfb-0.1.3.ebuild:
+  Revbump for multilib fix.
 
   22 Mar 2015; Michael Weber <[email protected]>
   files/libnsfb-0.1.3-glibc2.20.patch:



1.1                  dev-libs/libnsfb/libnsfb-0.1.3-r1.ebuild

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

Index: libnsfb-0.1.3-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnsfb/libnsfb-0.1.3-r1.ebuild,v 
1.1 2015/06/09 22:06:04 xmw Exp $

EAPI=5

NETSURF_BUILDSYSTEM=buildsystem-1.3
inherit netsurf

DESCRIPTION="framebuffer abstraction library, written in C"
HOMEPAGE="http://www.netsurf-browser.org/projects/libnsfb/";

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm"
IUSE="sdl test vnc wayland xcb"

RDEPEND="sdl? ( >=media-libs/libsdl-1.2.15-r4[static-libs?,${MULTILIB_USEDEP}] )
        vnc? ( 
>=net-libs/libvncserver-0.9.9-r2[static-libs?,${MULTILIB_USEDEP}] )
        wayland? ( >=dev-libs/wayland-1.0.6[static-libs?,${MULTILIB_USEDEP}] )
        xcb? ( >=x11-libs/libxcb-1.9.1[static-libs?,${MULTILIB_USEDEP}]
                >=x11-libs/xcb-util-0.3.9-r1[static-libs?,${MULTILIB_USEDEP}]
                
>=x11-libs/xcb-util-image-0.3.9-r1[static-libs?,${MULTILIB_USEDEP}]
                
>=x11-libs/xcb-util-keysyms-0.3.9-r1[static-libs?,${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}"

PATCHES=( "${FILESDIR}"/${PN}-0.1.0-autodetect.patch
        "${FILESDIR}"/${P}-glibc2.20.patch )

DOCS=( usage )

src_configure() {
        netsurf_src_configure

        netsurf_makeconf+=(
                WITH_VNC=$(usex vnc)
                WITH_SDL=$(usex sdl)
                WITH_XCB=$(usex xcb)
                WITH_WLD=$(usex wayland)
        )
}




Reply via email to