pacho       15/04/26 12:22:43

  Modified:             ChangeLog
  Added:                gdevilspie-0.5-r1.ebuild
  Removed:              gdevilspie-0.5.ebuild
  Log:
  Fix bug #539638, thanks a lot to Agustin Ferrari
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.9                  x11-misc/gdevilspie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/gdevilspie/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   10 Aug 2014 20:02:27 -0000      1.8
+++ ChangeLog   26 Apr 2015 12:22:43 -0000      1.9
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/gdevilspie
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gdevilspie/ChangeLog,v 1.8 
2014/08/10 20:02:27 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gdevilspie/ChangeLog,v 1.9 
2015/04/26 12:22:43 pacho Exp $
+
+*gdevilspie-0.5-r1 (26 Apr 2015)
+
+  26 Apr 2015; Pacho Ramos <[email protected]> 
+files/gdevilspie-0.5-paths.patch,
+  +gdevilspie-0.5-r1.ebuild, -gdevilspie-0.5.ebuild:
+  Fix bug #539638, thanks a lot to Agustin Ferrari
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> gdevilspie-0.5.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  x11-misc/gdevilspie/gdevilspie-0.5-r1.ebuild

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

Index: gdevilspie-0.5-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/gdevilspie/gdevilspie-0.5-r1.ebuild,v 1.1 
2015/04/26 12:22:43 pacho Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="A user friendly interface to the devilspie window matching daemon, 
to create rules easily"
HOMEPAGE="http://code.google.com/p/gdevilspie/";
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2";

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

DEPEND="
        dev-python/pygtk:2[${PYTHON_USEDEP}]
        dev-python/libwnck-python[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}
        x11-misc/devilspie
"

PATCHES=(
        # Fix paths for finding XDG and glade file, bug #539638 
        "${FILESDIR}/${P}-paths.patch"
)

src_prepare() {
        sed -i -e "s:doc/gdevilspie:doc/${PF}:" setup.py || die
        distutils-r1_src_prepare
}




Reply via email to