summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Sapp <nixphoeni@gentoo.org>2010-05-09 01:19:11 +0000
committerJoe Sapp <nixphoeni@gentoo.org>2010-05-09 01:19:11 +0000
commit4f0f29931e2b3bef239b33c15c10b0f938ac8d5c (patch)
tree8bf47cf49d572beb6d28f2430fe4c3613c970c99 /x11-plugins/desklet-iCalendarEvent
parentRemoved unnecessary SRC_URI (diff)
downloadgentoo-2-4f0f29931e2b3bef239b33c15c10b0f938ac8d5c.tar.gz
gentoo-2-4f0f29931e2b3bef239b33c15c10b0f938ac8d5c.tar.bz2
gentoo-2-4f0f29931e2b3bef239b33c15c10b0f938ac8d5c.zip
Version bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/desklet-iCalendarEvent')
-rw-r--r--x11-plugins/desklet-iCalendarEvent/ChangeLog8
-rw-r--r--x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.4.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/x11-plugins/desklet-iCalendarEvent/ChangeLog b/x11-plugins/desklet-iCalendarEvent/ChangeLog
index e5eb6fcdf49e..23282a9e477a 100644
--- a/x11-plugins/desklet-iCalendarEvent/ChangeLog
+++ b/x11-plugins/desklet-iCalendarEvent/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/desklet-iCalendarEvent
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog,v 1.4 2010/05/09 00:48:11 nixphoeni Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/ChangeLog,v 1.5 2010/05/09 01:19:11 nixphoeni Exp $
+
+*desklet-iCalendarEvent-0.4 (09 May 2010)
+
+ 09 May 2010; Joe Sapp <nixphoeni@gentoo.org>
+ +desklet-iCalendarEvent-0.4.ebuild:
+ Version bump
09 May 2010; Joe Sapp <nixphoeni@gentoo.org>
desklet-iCalendarEvent-0.3.ebuild:
diff --git a/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.4.ebuild b/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.4.ebuild
new file mode 100644
index 000000000000..748932e6e41c
--- /dev/null
+++ b/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/desklet-iCalendarEvent/desklet-iCalendarEvent-0.4.ebuild,v 1.1 2010/05/09 01:19:11 nixphoeni Exp $
+
+EAPI=2
+CONTROL_NAME="${PN#desklet-}"
+
+inherit gdesklets
+
+DESCRIPTION="iCalendarEvent Control for gDesklets"
+HOMEPAGE="http://gdesklets.de/index.php?q=control/view/231"
+LICENSE="GPL-2"
+# KEYWORDS limited by dev-python/icalendar
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RDEPEND="${RDEPEND}
+ >=dev-python/icalendar-2.0.1
+ >=dev-python/python-dateutil-1.2
+ dev-libs/libgamin[python]
+ dev-libs/libxml2[python]"
+DOCS="Manifest"