blob: baf23ef6974cf4dc38f9627557fb40c4d61586ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-WeeklyCalendar/desklet-WeeklyCalendar-0.50.ebuild,v 1.2 2010/05/08 22:49:59 nixphoeni Exp $
DESKLET_NAME="${PN#desklet-}"
inherit gdesklets
DESCRIPTION="A weekly calendar with task management capability"
HOMEPAGE="http://gdesklets.de/?q=desklet/view/111"
LICENSE="GPL-3"
SLOT="0"
IUSE=""
# KEYWORDS are limited by dev-python/icalendar
KEYWORDS="~amd64 ~x86"
RDEPEND=">=x11-plugins/desklet-iCalendarEvent-0.3"
DOCS="README"
|