mgorny      14/12/25 19:45:50

  Modified:             ChangeLog
  Added:                flowcanvas-0.7.1-r1.ebuild
  Log:
  Convert to python-any-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.18                 x11-libs/flowcanvas/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   27 Nov 2013 21:06:39 -0000      1.17
+++ ChangeLog   25 Dec 2014 19:45:50 -0000      1.18
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/flowcanvas
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v 1.17 
2013/11/27 21:06:39 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v 1.18 
2014/12/25 19:45:50 mgorny Exp $
+
+*flowcanvas-0.7.1-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny <[email protected]> +flowcanvas-0.7.1-r1.ebuild:
+  Convert to python-any-r1.
 
   27 Nov 2013; Alexis Ballier <[email protected]> flowcanvas-0.7.1.ebuild,
   +files/gv234.patch:
@@ -79,4 +84,3 @@
   29 May 2008; Alexis Ballier <[email protected]> +metadata.xml,
   +flowcanvas-0.4.0.ebuild:
   initial import, ebuild by me
-



1.1                  x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild

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

Index: flowcanvas-0.7.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild,v 1.1 
2014/12/25 19:45:50 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit waf-utils python-any-r1 eutils

DESCRIPTION="Gtkmm/Gnomecanvasmm widget for boxes and lines environments"
HOMEPAGE="http://wiki.drobilla.net/FlowCanvas";
SRC_URI="http://download.drobilla.net/${P}.tar.bz2";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc"

RDEPEND="dev-libs/boost
        >=dev-cpp/gtkmm-2.4:2.4
        >=dev-cpp/libgnomecanvasmm-2.6:2.6
        media-gfx/graphviz"
DEPEND="${RDEPEND}
        ${PYTHON_DEPS}
        virtual/pkgconfig
        doc? ( app-doc/doxygen )"

DOCS=( AUTHORS README ChangeLog )

src_prepare() {
        epatch "${FILESDIR}/ldconfig2.patch"
        has_version '>=media-gfx/graphviz-2.34' && epatch 
"${FILESDIR}/gv234.patch"
}

src_configure() {
        waf-utils_src_configure \
                --htmldir=/usr/share/doc/${PF}/html \
                $(use debug && echo "--debug") \
                $(use doc && echo "--doc")
}




Reply via email to