summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-12-26 09:32:44 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-12-26 09:32:44 +0000
commit94ca7b196150224d186fd0f751fceefad9d5ec5d (patch)
tree04be20b72f6378b7b0f9e17abc03295b1ee410e9 /x11-misc/outwiker
parent[bump] dev-perl/MooseX-Types-DateTime-MoreCoercions-0.110.0 (diff)
downloadgentoo-2-94ca7b196150224d186fd0f751fceefad9d5ec5d.tar.gz
gentoo-2-94ca7b196150224d186fd0f751fceefad9d5ec5d.tar.bz2
gentoo-2-94ca7b196150224d186fd0f751fceefad9d5ec5d.zip
Version bump
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-misc/outwiker')
-rw-r--r--x11-misc/outwiker/ChangeLog7
-rw-r--r--x11-misc/outwiker/outwiker-1.7.0.ebuild38
2 files changed, 44 insertions, 1 deletions
diff --git a/x11-misc/outwiker/ChangeLog b/x11-misc/outwiker/ChangeLog
index 49718266762e..167e2bd6a39d 100644
--- a/x11-misc/outwiker/ChangeLog
+++ b/x11-misc/outwiker/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/outwiker
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/ChangeLog,v 1.3 2012/09/10 08:34:31 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/ChangeLog,v 1.4 2012/12/26 09:32:44 pinkbyte Exp $
+
+*outwiker-1.7.0 (26 Dec 2012)
+
+ 26 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> +outwiker-1.7.0.ebuild:
+ Version bump
*outwiker-1.6.0-r1 (10 Sep 2012)
diff --git a/x11-misc/outwiker/outwiker-1.7.0.ebuild b/x11-misc/outwiker/outwiker-1.7.0.ebuild
new file mode 100644
index 000000000000..6ff002bba1f2
--- /dev/null
+++ b/x11-misc/outwiker/outwiker-1.7.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/outwiker/outwiker-1.7.0.ebuild,v 1.1 2012/12/26 09:32:44 pinkbyte Exp $
+
+EAPI=5
+PYTHON_DEPEND="2:2.7"
+inherit python
+
+DESCRIPTION="The tree notes organizer"
+HOMEPAGE="http://jenyay.net/Outwiker/English"
+SRC_URI="http://jenyay.net/uploads/Soft/Outwiker/${P}-src-full.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/pywebkitgtk
+ dev-python/wxpython"
+DEPEND="${RDEPEND}
+ app-arch/p7zip"
+
+S="${WORKDIR}"
+
+src_prepare() {
+ # fix desktop file
+ sed -i -e 's/Application;//' outwiker.desktop || die 'sed on outwiker.desktop failed'
+}
+
+src_compile() { :; }
+
+pkg_postinst() {
+ python_mod_optimize "${ED}/usr/share/${PN}"
+}
+
+pkg_postrm() {
+ python_mod_cleanup "${ED}/usr/share/${PN}"
+}