summaryrefslogtreecommitdiff
blob: 8d1da3f71877d3cdef5dd55e3290836abaabd28c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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.6.0-r1.ebuild,v 1.1 2012/09/10 08:34:31 pinkbyte Exp $

EAPI=4
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.tar.gz"

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

RDEPEND="dev-python/pywebkitgtk
	dev-python/wxpython"
DEPEND="${RDEPEND}"

src_compile() { :; }

pkg_postinst() {
	python_mod_optimize "${D}/usr/share/${PN}"
}