diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-12-16 18:08:43 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-12-16 18:08:43 +0000 |
commit | 1d412c17e0de956d4e9810f70c856e7fb18cdfb0 (patch) | |
tree | ea27601605883a5a90eb047be3d09cd67225e8f8 /app-text/calibre | |
parent | Add use flag checking to 2.0.X series. Bug fixes in 1.9.82 (diff) | |
download | gentoo-2-1d412c17e0de956d4e9810f70c856e7fb18cdfb0.tar.gz gentoo-2-1d412c17e0de956d4e9810f70c856e7fb18cdfb0.tar.bz2 gentoo-2-1d412c17e0de956d4e9810f70c856e7fb18cdfb0.zip |
0.8.31 version bump.
(Portage version: 2.2.0_alpha81/cvs/Linux i686)
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/calibre/calibre-0.8.31.ebuild (renamed from app-text/calibre/calibre-0.8.29.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index 60cbe9731357..0a3819d5f4a3 100644 --- a/app-text/calibre/ChangeLog +++ b/app-text/calibre/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/calibre # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.174 2011/12/09 17:01:38 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.175 2011/12/16 18:08:43 zmedico Exp $ + +*calibre-0.8.31 (16 Dec 2011) + + 16 Dec 2011; Zac Medico <zmedico@gentoo.org> +calibre-0.8.31.ebuild, + -calibre-0.8.29.ebuild: + 0.8.31 version bump. *calibre-0.8.30 (09 Dec 2011) diff --git a/app-text/calibre/calibre-0.8.29.ebuild b/app-text/calibre/calibre-0.8.31.ebuild index cfc6991918fc..787662a3fdd6 100644 --- a/app-text/calibre/calibre-0.8.29.ebuild +++ b/app-text/calibre/calibre-0.8.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.29.ebuild,v 1.1 2011/12/05 18:49:21 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.31.ebuild,v 1.1 2011/12/16 18:08:43 zmedico Exp $ EAPI=4 PYTHON_DEPEND=2:2.7 @@ -10,7 +10,7 @@ inherit python distutils eutils fdo-mime bash-completion-r1 multilib DESCRIPTION="Ebook management application." HOMEPAGE="http://calibre-ebook.com/" -SRC_URI="http://sourceforge.net/projects/calibre/files/${PV}/${P}.tar.gz" +SRC_URI="http://sourceforge.net/projects/calibre/files/${PV}/${P}.tar.xz" LICENSE="GPL-2" |