pinkbyte    14/10/12 10:42:53

  Modified:             ChangeLog
  Added:                outwiker-1.8.0.ebuild
  Removed:              outwiker-1.6.0-r1.ebuild
  Log:
  Version bump: epatch_user, migrate to python-r1 eclass
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 0x1F357D42)

Revision  Changes    Path
1.7                  x11-misc/outwiker/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/outwiker/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   12 Oct 2014 10:41:40 -0000      1.6
+++ ChangeLog   12 Oct 2014 10:42:53 -0000      1.7
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/outwiker
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/ChangeLog,v 1.6 
2014/10/12 10:41:40 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/ChangeLog,v 1.7 
2014/10/12 10:42:53 pinkbyte Exp $
+
+*outwiker-1.8.0 (12 Oct 2014)
+
+  12 Oct 2014; Sergey Popov <[email protected]> -outwiker-1.6.0-r1.ebuild,
+  +outwiker-1.8.0.ebuild:
+  Version bump: epatch_user, migrate to python-r1 eclass
 
   12 Oct 2014; Sergey Popov <[email protected]> outwiker-1.7.0.ebuild:
   Remove unneeded dependency on app-arch/p7zip



1.1                  x11-misc/outwiker/outwiker-1.8.0.ebuild

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

Index: outwiker-1.8.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/outwiker-1.8.0.ebuild,v 
1.1 2014/10/12 10:42:53 pinkbyte Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit eutils python-r1

DESCRIPTION="The tree notes organizer"
HOMEPAGE="http://jenyay.net/Outwiker/English";
SRC_URI="https://github.com/Jenyay/${PN}/archive/stable_${PV}.tar.gz -> 
${P}.tar.gz"

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

DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
        dev-python/pywebkitgtk[${PYTHON_USEDEP}]
        dev-python/wxpython[${PYTHON_USEDEP}]
        virtual/python-imaging[${PYTHON_USEDEP}]
        x11-misc/xdg-utils
        x11-themes/hicolor-icon-theme
"

S="${WORKDIR}/${PN}-stable_${PV}"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

src_prepare() {
        # fix desktop file
        sed -i -e 's/Application;//' outwiker.desktop || die 'sed on 
outwiker.desktop failed'

        epatch_user
}




Reply via email to