4f1409b510
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.
23 lines
488 B
Bash
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"
|