diff options
author | Jim Ramsay <lack@gentoo.org> | 2011-01-19 03:45:52 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2011-01-19 03:45:52 +0000 |
commit | de7a00f2b5256d764b8d1ec0a29e81ce1f366e60 (patch) | |
tree | d6104ae30e7835d0dea52e5d1cabb086726fed69 /x11-misc/etm | |
parent | dev-java/maven-bin: just text removal (diff) | |
download | gentoo-2-de7a00f2b5256d764b8d1ec0a29e81ce1f366e60.tar.gz gentoo-2-de7a00f2b5256d764b8d1ec0a29e81ce1f366e60.tar.bz2 gentoo-2-de7a00f2b5256d764b8d1ec0a29e81ce1f366e60.zip |
Version bump (Bug #351148)
(Portage version: 2.1.9.29/cvs/Linux i686)
Diffstat (limited to 'x11-misc/etm')
-rw-r--r-- | x11-misc/etm/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/etm/etm-696.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/x11-misc/etm/ChangeLog b/x11-misc/etm/ChangeLog index 545fd566592e..f567928f90da 100644 --- a/x11-misc/etm/ChangeLog +++ b/x11-misc/etm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/etm -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/etm/ChangeLog,v 1.2 2010/09/03 17:52:04 lack Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/etm/ChangeLog,v 1.3 2011/01/19 03:45:52 lack Exp $ + +*etm-696 (19 Jan 2011) + + 19 Jan 2011; Jim Ramsay <lack@gentoo.org> +etm-696.ebuild: + Version bump (Bug #351148) *etm-655 (03 Sep 2010) diff --git a/x11-misc/etm/etm-696.ebuild b/x11-misc/etm/etm-696.ebuild new file mode 100644 index 000000000000..821d5ec2e968 --- /dev/null +++ b/x11-misc/etm/etm-696.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/etm/etm-696.ebuild,v 1.1 2011/01/19 03:45:52 lack Exp $ + +EAPI=3 +PYTHON_DEPEND="2:2.5" +inherit distutils + +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="~x86 ~amd64" +IUSE="ical" + +DEPEND="dev-python/wxpython:2.8 + dev-python/python-dateutil + ical? ( dev-python/icalendar )" +RDEPEND="${DEPEND}" +RESTRICT_PYTHON_ABIS="2.4 3.*" |