diff options
author | 2013-09-06 20:37:55 +0000 | |
---|---|---|
committer | 2013-09-06 20:37:55 +0000 | |
commit | 553048d4618c8cdbd459f6f5695a6331d5f377a7 (patch) | |
tree | cec9cb93ae46178afcaced3c78135e4cebc883ae /app-text/calibre | |
parent | Fix typo pointed out by Roger Bowler. (diff) | |
download | gentoo-2-553048d4618c8cdbd459f6f5695a6331d5f377a7.tar.gz gentoo-2-553048d4618c8cdbd459f6f5695a6331d5f377a7.tar.bz2 gentoo-2-553048d4618c8cdbd459f6f5695a6331d5f377a7.zip |
1.2 version bump.
(Portage version: 2.2.1_p14/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/calibre/calibre-1.2.ebuild (renamed from app-text/calibre/calibre-1.0.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index e13d8dec9442..4127387b29e1 100644 --- a/app-text/calibre/ChangeLog +++ b/app-text/calibre/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/calibre # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.300 2013/08/30 18:34:37 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.301 2013/09/06 20:37:55 zmedico Exp $ + +*calibre-1.2 (06 Sep 2013) + + 06 Sep 2013; Zac Medico <zmedico@gentoo.org> +calibre-1.2.ebuild, + -calibre-1.0.ebuild: + 1.2 version bump. *calibre-1.1 (30 Aug 2013) diff --git a/app-text/calibre/calibre-1.0.ebuild b/app-text/calibre/calibre-1.2.ebuild index 94cb62c40790..04d6d7785bc0 100644 --- a/app-text/calibre/calibre-1.0.ebuild +++ b/app-text/calibre/calibre-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.0.ebuild,v 1.2 2013/08/25 17:08:43 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.2.ebuild,v 1.1 2013/09/06 20:37:55 zmedico Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit eutils fdo-mime bash-completion-r1 multilib toolchain-funcs DESCRIPTION="Ebook management application." HOMEPAGE="http://calibre-ebook.com/" -[[ ${PV} == 1.0 ]] && MY_PV=${PV}.0 || MY_PV=${PV} +[[ ${PV} == ${PV%.*}.${PV#*.} ]] && MY_PV=${PV}.0 || MY_PV=${PV} SRC_URI="http://sourceforge.net/projects/calibre/files/${MY_PV}/${PN}-${MY_PV}.tar.xz" # Restrict mirror due non-free prs500 fonts (bug #470212). |