pacho       14/09/02 15:21:36

  Modified:             ChangeLog
  Added:                gssdp-0.14.10.ebuild
  Removed:              gssdp-0.14.7.ebuild gssdp-0.14.8.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.78                 net-libs/gssdp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gssdp/ChangeLog?rev=1.78&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gssdp/ChangeLog?rev=1.78&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gssdp/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/gssdp/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   7 Aug 2014 19:35:24 -0000       1.77
+++ ChangeLog   2 Sep 2014 15:21:36 -0000       1.78
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/gssdp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/gssdp/ChangeLog,v 1.77 2014/08/07 
19:35:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/gssdp/ChangeLog,v 1.78 2014/09/02 
15:21:36 pacho Exp $
+
+*gssdp-0.14.10 (02 Sep 2014)
+
+  02 Sep 2014; Pacho Ramos <pa...@gentoo.org> +gssdp-0.14.10.ebuild,
+  -gssdp-0.14.7.ebuild, -gssdp-0.14.8.ebuild:
+  Version bump, drop old
 
   07 Aug 2014; Jeroen Roovers <j...@gentoo.org> gssdp-0.14.8-r1.ebuild:
   Stable for HPPA (bug #512012).



1.1                  net-libs/gssdp/gssdp-0.14.10.ebuild

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

Index: gssdp-0.14.10.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/gssdp/gssdp-0.14.10.ebuild,v 1.1 
2014/09/02 15:21:36 pacho Exp $

EAPI="5"
GCONF_DEBUG="no"
VALA_MIN_API_VERSION="0.14"
VALA_USE_DEPEND="vapigen"

inherit gnome2 multilib-minimal vala

DESCRIPTION="A GObject-based API for handling resource discovery and 
announcement over SSDP"
HOMEPAGE="https://wiki.gnome.org/Projects/GUPnP";

LICENSE="LGPL-2"
SLOT="0/3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="+introspection +gtk"

RDEPEND="
        >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
        >=net-libs/libsoup-2.44.2:2.4[${MULTILIB_USEDEP},introspection?]
        gtk? ( >=x11-libs/gtk+-3.0:3 )
        introspection? (
                $(vala_depend)
                >=dev-libs/gobject-introspection-0.6.7 )
        !<net-libs/gupnp-vala-0.10.3
"
DEPEND="${RDEPEND}
        >=dev-util/gtk-doc-am-1.10
        sys-devel/gettext
        >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
"

src_prepare() {
        # Disable functional test as it requires port that might be used by 
rygel to
        # be free of use
        sed 's/\(check_PROGRAMS.*\)test-functional$(EXEEXT)/\1/' \
                -i "${S}"/tests/gtest/Makefile.in || die

        use introspection && vala_src_prepare
        gnome2_src_prepare
}

multilib_src_configure() {
        ECONF_SOURCE=${S} \
        gnome2_src_configure \
                $(multilib_native_use_enable introspection) \
                $(multilib_native_use_with gtk) \
                --disable-static

        if multilib_is_native_abi; then
                # fix gtk-doc
                ln -s "${S}"/doc/html doc/html || die
        fi
}

multilib_src_install() {
        gnome2_src_install
}




Reply via email to