idella4     15/03/12 05:13:04

  Modified:             ChangeLog
  Added:                thunarx-python-0.3.0-r1.ebuild
  Log:
  revbump; conversion -> distutils-r1 wrt bug #541296
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.9                  dev-python/thunarx-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/thunarx-python/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/thunarx-python/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/thunarx-python/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   11 Apr 2013 18:08:48 -0000      1.8
+++ ChangeLog   12 Mar 2015 05:13:04 -0000      1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/thunarx-python
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/ChangeLog,v 1.8 
2013/04/11 18:08:48 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/ChangeLog,v 1.9 
2015/03/12 05:13:04 idella4 Exp $
+
+*thunarx-python-0.3.0-r1 (12 Mar 2015)
+
+  12 Mar 2015; Ian Delaney <[email protected]> 
+thunarx-python-0.3.0-r1.ebuild:
+  revbump; conversion -> distutils-r1 wrt bug #541296
 
   11 Apr 2013; Agostino Sarubbo <[email protected]> thunarx-python-0.3.0.ebuild:
   Stable for x86, wrt bug #465286



1.1                  dev-python/thunarx-python/thunarx-python-0.3.0-r1.ebuild

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

Index: thunarx-python-0.3.0-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.3.0-r1.ebuild,v
 1.1 2015/03/12 05:13:04 idella4 Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit python-r1 xfconf

DESCRIPTION="Python bindings for the Thunar file manager"
HOMEPAGE="http://goodies.xfce.org/projects/bindings/thunarx-python";
SRC_URI="mirror://xfce/src/bindings/${PN}/0.3/${P}.tar.bz2"

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

RDEPEND="x11-libs/gtk+:2
        dev-libs/glib:2
        >=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}]
        dev-python/pygtk:2[${PYTHON_USEDEP}]
        >=xfce-base/thunar-1.1.0"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

pkg_setup() {
        XFCONF=(
                --disable-dependency-tracking
                $(xfconf_use_debug)
                )

        DOCS=( AUTHORS ChangeLog NEWS README )
}

src_install() {
        xfconf_src_install \
                docsdir=/usr/share/doc/${PF} \
                examplesdir=/usr/share/doc/${PF}/examples
}




Reply via email to