diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-08-06 07:09:35 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-08-06 07:09:35 +0000 |
commit | f596b6cef19b8d04ae6e7279e44973b62c339f6c (patch) | |
tree | b45feb776fb711d4e5f3366cfe54d328ff51eb5f /app-text/calibre | |
parent | Add ruby21 target. (diff) | |
download | gentoo-2-f596b6cef19b8d04ae6e7279e44973b62c339f6c.tar.gz gentoo-2-f596b6cef19b8d04ae6e7279e44973b62c339f6c.tar.bz2 gentoo-2-f596b6cef19b8d04ae6e7279e44973b62c339f6c.zip |
Make description more repoman-happy
(Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/calibre/calibre-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index 8def6ff022d9..a5eeccfd2653 100644 --- a/app-text/calibre/ChangeLog +++ b/app-text/calibre/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/calibre # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.329 2014/08/05 15:55:28 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.330 2014/08/06 07:09:34 patrick Exp $ + + 06 Aug 2014; Patrick Lauer <patrick@gentoo.org> calibre-1.2.ebuild: + Make description more repoman-happy *calibre-1.47 (05 Aug 2014) diff --git a/app-text/calibre/calibre-1.2.ebuild b/app-text/calibre/calibre-1.2.ebuild index 24e07373a3ab..2116ce72d538 100644 --- a/app-text/calibre/calibre-1.2.ebuild +++ b/app-text/calibre/calibre-1.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.2.ebuild,v 1.3 2014/06/14 07:01:17 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-1.2.ebuild,v 1.4 2014/08/06 07:09:34 patrick Exp $ EAPI=5 inherit eutils fdo-mime bash-completion-r1 multilib toolchain-funcs -DESCRIPTION="Ebook management application." +DESCRIPTION="Ebook management application" 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" |