Files
sablink-distro/app-text/keepnote/keepnote-0.6.2.ebuild
T
Ian Whyman 4f1409b510 [app-text/keepnote] New ebuild added as part of Bug #1136
Site Blurb: With KeepNote, you can store your class notes, TODO lists, research notes, journal entries, paper outlines, etc in a simple notebook hierarchy with rich-text formatting, images, and more. Using full-text search, you can retrieve any note for later reference.
2010-06-01 21:38:33 +01:00

23 lines
488 B
Bash

# Copyright Sabayon Foundation 2010
# Distributed under the terms of the GNU General Public License v2
# $Header: $
PYTHON_DEPEND="2"
inherit distutils
DESCRIPTION="a note taking application"
HOMEPAGE="http://rasm.ods.org/keepnote/"
SRC_URI="http://rasm.ods.org/${PN}/download/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc64 ~sparc x86"
SLOT="0"
IUSE="spell"
DEPEND=">=dev-python/pygtk-2.12.0
spell? ( >=app-text/gtkspell-2.0.11-r1 )"
RDEPEND="${DEPEND}"
DOCS="CHANGES README"