diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-10-18 11:32:23 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-10-18 11:32:23 +0000 |
commit | 0514de7479884d4e1f632b99a0be3983dc2e6813 (patch) | |
tree | f797c6733b99f7c5296bcaa62cfc7e61c7fb0586 /app-text/calibre | |
parent | Version bump (diff) | |
download | gentoo-2-0514de7479884d4e1f632b99a0be3983dc2e6813.tar.gz gentoo-2-0514de7479884d4e1f632b99a0be3983dc2e6813.tar.bz2 gentoo-2-0514de7479884d4e1f632b99a0be3983dc2e6813.zip |
1.7 version bump.
(Portage version: 2.2.7/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.7.ebuild (renamed from app-text/calibre/calibre-1.4.ebuild) | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index fe522bd67589..53802c69c70f 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.305 2013/10/07 23:55:42 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.306 2013/10/18 11:32:23 zmedico Exp $ + +*calibre-1.7 (18 Oct 2013) + + 18 Oct 2013; Zac Medico <zmedico@gentoo.org> +calibre-1.7.ebuild, + -calibre-1.4.ebuild: + 1.7 version bump. *calibre-1.5 (07 Oct 2013) diff --git a/app-text/calibre/calibre-1.4.ebuild b/app-text/calibre/calibre-1.7.ebuild index 8a4525321cd6..6f0745e633cc 100644 --- a/app-text/calibre/calibre-1.4.ebuild +++ b/app-text/calibre/calibre-1.7.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.4.ebuild,v 1.1 2013/09/20 13:10:53 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.7.ebuild,v 1.1 2013/10/18 11:32:23 zmedico Exp $ EAPI=5 @@ -11,9 +11,6 @@ HOMEPAGE="http://calibre-ebook.com/" [[ ${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). -RESTRICT="mirror" - LICENSE=" GPL-3+ GPL-3 @@ -112,9 +109,6 @@ src_prepare() { epatch \ "${FILESDIR}/${PN}-no_updates_dialog.patch" \ "${FILESDIR}/${PN}-disable_plugins.patch" - - # Remove non-free fonts (bug #470212). - rm -r resources/fonts/prs500 || die } src_install() { |