mgorny      15/04/05 16:09:44

  Modified:             ChangeLog
  Added:                libindicate-12.10.1-r1.ebuild
  Removed:              libindicate-12.10.1.ebuild
  Log:
  Move dev-libs/libdbusmenu to slot 0, and replace USE=gtk with USE=gtk3 per 
the QA decision.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.42                 dev-libs/libindicate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   20 Aug 2014 11:26:50 -0000      1.41
+++ ChangeLog   5 Apr 2015 16:09:44 -0000       1.42
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/libindicate
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.41 
2014/08/20 11:26:50 armin76 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libindicate/ChangeLog,v 1.42 
2015/04/05 16:09:44 mgorny Exp $
+
+*libindicate-12.10.1-r1 (05 Apr 2015)
+
+  05 Apr 2015; Michał Górny <[email protected]> +libindicate-12.10.1-r1.ebuild,
+  -libindicate-12.10.1.ebuild:
+  Move dev-libs/libdbusmenu to slot 0, and replace USE=gtk with USE=gtk3 per 
the
+  QA decision.
 
   20 Aug 2014; Raúl Porcel <[email protected]> libindicate-12.10.1.ebuild:
   Add ~sparc wrt #468984



1.1                  dev-libs/libindicate/libindicate-12.10.1-r1.ebuild

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

Index: libindicate-12.10.1-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/libindicate/libindicate-12.10.1-r1.ebuild,v 
1.1 2015/04/05 16:09:44 mgorny Exp $

EAPI=5
VALA_MIN_API_VERSION="0.16"
VALA_USE_DEPEND="vapigen"

inherit autotools eutils flag-o-matic vala

DESCRIPTION="A library to raise flags on DBus for other components of the 
desktop to pick up and visualize"
HOMEPAGE="http://launchpad.net/libindicate";
SRC_URI="http://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz";

LICENSE="LGPL-2.1 LGPL-3"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="gtk +introspection"

RESTRICT="test" # consequence of the -no-mono.patch

RDEPEND=">=dev-libs/dbus-glib-0.100
        >=dev-libs/glib-2.30
        >=dev-libs/libdbusmenu-0.6.2[introspection?]
        dev-libs/libxml2
        gtk? (
                dev-libs/libdbusmenu[gtk3]
                >=x11-libs/gtk+-3.2:3
        )
        introspection? ( >=dev-libs/gobject-introspection-1 )
        !<${CATEGORY}/${PN}-0.6.1-r201"
EAUTORECONF_DEPEND="dev-util/gtk-doc-am
        gnome-base/gnome-common"
DEPEND="${RDEPEND}
        ${EAUTORECONF_DEPEND}
        $(vala_depend)
        app-text/gnome-doc-utils
        virtual/pkgconfig"

src_prepare() {
        vala_src_prepare

        epatch "${FILESDIR}"/${PN}-0.6.1-no-mono.patch

        sed -i -e "s:vapigen:vapigen-$(vala_best_api_version):" configure.ac || 
die
        sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die

        eautoreconf
}

src_configure() {
        append-flags -Wno-error

        # python bindings are only for GTK+-2.x
        econf \
                --docdir=/usr/share/doc/${PF} \
                --disable-silent-rules \
                --disable-static \
                $(use_enable gtk) \
                $(use_enable introspection) \
                --disable-python \
                --disable-scrollkeeper \
                --with-gtk=3 \
                --with-html-dir=/usr/share/doc/${PF}/html
}

src_install() {
        emake DESTDIR="${D}" install
        dodoc AUTHORS ChangeLog NEWS

        nonfatal dosym /usr/share/doc/${PF}/html/${PN} 
/usr/share/gtk-doc/html/${PN}

        prune_libtool_files
}




Reply via email to