diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-09-15 11:30:03 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-09-15 11:30:03 +0000 |
commit | c067bda9d9383eb41e9850fa3e753d4d289b6cc9 (patch) | |
tree | c7550f85f43315a93cb25fe49d48974435a26db6 /app-office/gtimelog | |
parent | Remove old (diff) | |
download | gentoo-2-c067bda9d9383eb41e9850fa3e753d4d289b6cc9.tar.gz gentoo-2-c067bda9d9383eb41e9850fa3e753d4d289b6cc9.tar.bz2 gentoo-2-c067bda9d9383eb41e9850fa3e753d4d289b6cc9.zip |
Version bump, drop old.
(Portage version: 2.1.11.17/cvs/Linux x86_64)
Diffstat (limited to 'app-office/gtimelog')
-rw-r--r-- | app-office/gtimelog/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/gtimelog/gtimelog-0.8.0.ebuild (renamed from app-office/gtimelog/gtimelog-0.7.0.ebuild) | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-office/gtimelog/ChangeLog b/app-office/gtimelog/ChangeLog index d8af141c3f43..22c06719d386 100644 --- a/app-office/gtimelog/ChangeLog +++ b/app-office/gtimelog/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/gtimelog # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/ChangeLog,v 1.4 2012/09/05 09:21:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/ChangeLog,v 1.5 2012/09/15 11:30:03 pacho Exp $ + +*gtimelog-0.8.0 (15 Sep 2012) + + 15 Sep 2012; Pacho Ramos <pacho@gentoo.org> +gtimelog-0.8.0.ebuild, + -gtimelog-0.7.0.ebuild: + Version bump, drop old. 05 Sep 2012; Justin Lecher <jlec@gentoo.org> gtimelog-0.7.0.ebuild, gtimelog-0.7.1.ebuild: diff --git a/app-office/gtimelog/gtimelog-0.7.0.ebuild b/app-office/gtimelog/gtimelog-0.8.0.ebuild index 4d974510afbe..3de71aad34a7 100644 --- a/app-office/gtimelog/gtimelog-0.7.0.ebuild +++ b/app-office/gtimelog/gtimelog-0.8.0.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.7.0.ebuild,v 1.3 2012/09/05 09:21:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gtimelog/gtimelog-0.8.0.ebuild,v 1.1 2012/09/15 11:30:03 pacho Exp $ EAPI="4" - PYTHON_DEPEND="2" -inherit eutils distutils versionator virtualx +inherit eutils distutils virtualx DESCRIPTION="A small Gtk+ application for keeping track of your time" HOMEPAGE="http://mg.pov.lt/gtimelog/" LICENSE="GPL-2" SLOT="0" -SRC_URI="https://launchpad.net/gtimelog/devel/$(get_version_component_range 1-2 ${PV})/+download/${P}.tar.gz" +SRC_URI="https://launchpad.net/gtimelog/devel/${PV}/+download/${P}.tar.gz" KEYWORDS="~amd64 ~x86" |