idella4 14/11/07 08:03:29 Modified: ChangeLog Added: etm-696-r1.ebuild Removed: etm-696.ebuild Log: revbump; converted to -r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.7 x11-misc/etm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/etm/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/etm/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/etm/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/etm/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 1 Jun 2013 11:23:42 -0000 1.6 +++ ChangeLog 7 Nov 2014 08:03:29 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/etm -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/etm/ChangeLog,v 1.6 2013/06/01 11:23:42 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/etm/ChangeLog,v 1.7 2014/11/07 08:03:29 idella4 Exp $ + +*etm-696-r1 (07 Nov 2014) + + 07 Nov 2014; Ian Delaney <[email protected]> +etm-696-r1.ebuild, + -etm-696.ebuild: + revbump; converted to -r1, rm old 01 Jun 2013; Pacho Ramos <[email protected]> -etm-648.ebuild, -etm-655.ebuild, metadata.xml: 1.1 x11-misc/etm/etm-696-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/etm/etm-696-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/etm/etm-696-r1.ebuild?rev=1.1&content-type=text/plain Index: etm-696-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/etm/etm-696-r1.ebuild,v 1.1 2014/11/07 08:03:29 idella4 Exp $ 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}"
