summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/etm')
-rw-r--r--x11-misc/etm/Manifest1
-rw-r--r--x11-misc/etm/etm-696-r1.ebuild21
-rw-r--r--x11-misc/etm/metadata.xml21
3 files changed, 43 insertions, 0 deletions
diff --git a/x11-misc/etm/Manifest b/x11-misc/etm/Manifest
new file mode 100644
index 000000000000..53b2ef3368da
--- /dev/null
+++ b/x11-misc/etm/Manifest
@@ -0,0 +1 @@
+DIST etm-696.tar.gz 163174 SHA256 c50e53e7669c4cd5a2746fc5f9d6f982ae4f0436999959ae34c42e6a1d4b90b8
diff --git a/x11-misc/etm/etm-696-r1.ebuild b/x11-misc/etm/etm-696-r1.ebuild
new file mode 100644
index 000000000000..06cc03ce742d
--- /dev/null
+++ b/x11-misc/etm/etm-696-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="Event and Task Manager, an intuitive time management application"
+HOMEPAGE="http://www.duke.edu/~dgraham/ETM/"
+SRC_URI="mirror://sourceforge/etmeventandtask/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="ical"
+
+DEPEND="dev-python/wxpython:2.8[${PYTHON_USEDEP}]
+ dev-python/python-dateutil[${PYTHON_USEDEP}]
+ ical? ( dev-python/icalendar[${PYTHON_USEDEP}] )"
+RDEPEND="${DEPEND}"
diff --git a/x11-misc/etm/metadata.xml b/x11-misc/etm/metadata.xml
new file mode 100644
index 000000000000..1b2855b1d22f
--- /dev/null
+++ b/x11-misc/etm/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
+ <longdescription lang="en">
+ etm is an acronym for Event and Task Manager. It provides a simple,
+ intuitive format for using plain text files to store data, a command
+ line interface for viewing stored information in a variety of convenient
+ ways and a cross-platform, wx(python)-based GUI for creating and
+ modifying items as well as viewing them.
+ </longdescription>
+ <use>
+ <flag name="ical">Enable export of ical format files by depending on
+ <pkg>dev-python/icalendar</pkg></flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">etmeventandtask</remote-id>
+ </upstream>
+</pkgmetadata>