| 1 |
# Copyright 1999-2010 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/rox-extra/memo/memo-2.1.ebuild,v 1.6 2009/05/31 22:01:59 maekke Exp $
|
| 4 |
|
| 5 |
EAPI=2
|
| 6 |
PYTHON_DEPEND="2"
|
| 7 |
PYTHON_USE_WITH="xml"
|
| 8 |
ROX_LIB_VER=1.9.8
|
| 9 |
inherit python rox
|
| 10 |
|
| 11 |
MY_PN="Memo"
|
| 12 |
DESCRIPTION="Memo is a simple alarm clock and clock applet for the ROX Desktop."
|
| 13 |
HOMEPAGE="http://rox.sourceforge.net/phpwiki/index.php/Memo"
|
| 14 |
SRC_URI="mirror://sourceforge/rox/${P}.tar.bz2"
|
| 15 |
|
| 16 |
LICENSE="GPL-2"
|
| 17 |
SLOT="0"
|
| 18 |
KEYWORDS="amd64 ppc ~sparc x86"
|
| 19 |
IUSE="libnotify"
|
| 20 |
|
| 21 |
RDEPEND="libnotify? (
|
| 22 |
>=dev-python/dbus-python-0.71
|
| 23 |
x11-libs/libnotify )"
|
| 24 |
|
| 25 |
APPNAME=${MY_PN}
|
| 26 |
APPCATEGORY="Utility;Clock"
|