perfinion    15/07/02 18:31:00

  Modified:             ChangeLog
  Added:                libxfce4util-4.12.1-r1.ebuild
  Log:
  revump to fix gtk-doc QA issue
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x7EF137EC935B0EAF)

Revision  Changes    Path
1.203                xfce-base/libxfce4util/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.203&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.203&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.202&r2=1.203

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -r1.202 -r1.203
--- ChangeLog   1 Jul 2015 16:34:44 -0000       1.202
+++ ChangeLog   2 Jul 2015 18:31:00 -0000       1.203
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-base/libxfce4util
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.202 
2015/07/01 16:34:44 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.203 
2015/07/02 18:31:00 perfinion Exp $
+
+*libxfce4util-4.12.1-r1 (02 Jul 2015)
+
+  02 Jul 2015; Jason Zaman <perfin...@gentoo.org>
+  +libxfce4util-4.12.1-r1.ebuild:
+  revump to fix gtk-doc QA issue
 
   01 Jul 2015; Mikle Kolyada <zlog...@gentoo.org> libxfce4util-4.12.1.ebuild:
   amd64 stable wrt bug #553500



1.1                  xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: libxfce4util-4.12.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild,v 
1.1 2015/07/02 18:31:00 perfinion Exp $

EAPI=5
inherit xfconf

DESCRIPTION="A basic utility library for the Xfce desktop environment"
HOMEPAGE="http://www.xfce.org/projects/";
SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0/7"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~x64-solaris ~x86-solaris"
IUSE="debug"

RDEPEND=">=dev-libs/glib-2.24"
DEPEND="${RDEPEND}
        dev-util/intltool
        dev-util/gtk-doc-am
        sys-devel/gettext
        virtual/pkgconfig"

pkg_setup() {
        XFCONF=(
                $(xfconf_use_debug)
                )

        [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857

        DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
}




Reply via email to