diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-05-31 06:14:09 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-05-31 06:14:09 +0000 |
commit | 3e5b293330d4489b99be761aa40aa35b38d69754 (patch) | |
tree | a300f718b102785c66ab55a0f13f9f3ebdf7fbbf /app-text/calibre | |
parent | Fixed changelog entry. (diff) | |
download | gentoo-2-3e5b293330d4489b99be761aa40aa35b38d69754.tar.gz gentoo-2-3e5b293330d4489b99be761aa40aa35b38d69754.tar.bz2 gentoo-2-3e5b293330d4489b99be761aa40aa35b38d69754.zip |
Bug #369021 - Update SRC_URI to point to sourceforge.
(Portage version: 2.2.0_alpha37_p6/cvs/Linux i686)
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/calibre/calibre-0.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/calibre/ChangeLog b/app-text/calibre/ChangeLog index e4dde13612fe..549d761e7bea 100644 --- a/app-text/calibre/ChangeLog +++ b/app-text/calibre/ChangeLog @@ -1,6 +1,9 @@ # 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.151 2011/05/26 21:27:27 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/ChangeLog,v 1.152 2011/05/31 06:14:09 zmedico Exp $ + + 31 May 2011; Zac Medico <zmedico@gentoo.org> calibre-0.8.2.ebuild: + Bug #369021 - Update SRC_URI to point to sourceforge. 26 May 2011; Zac Medico <zmedico@gentoo.org> calibre-0.8.2.ebuild: Bug #358065 - Stop filtering mime types from the desktop files, since it diff --git a/app-text/calibre/calibre-0.8.2.ebuild b/app-text/calibre/calibre-0.8.2.ebuild index 3bfa14f6e95a..c1dcff75110d 100644 --- a/app-text/calibre/calibre-0.8.2.ebuild +++ b/app-text/calibre/calibre-0.8.2.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.2.ebuild,v 1.2 2011/05/26 21:27:27 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.8.2.ebuild,v 1.3 2011/05/31 06:14:09 zmedico Exp $ EAPI=3 PYTHON_DEPEND=2:2.7 @@ -10,7 +10,7 @@ inherit python distutils eutils fdo-mime bash-completion multilib DESCRIPTION="Ebook management application." HOMEPAGE="http://calibre-ebook.com/" -SRC_URI="http://calibre-ebook.googlecode.com/files/${P}.tar.gz" +SRC_URI="http://sourceforge.net/projects/calibre/files/${PV}/${P}.tar.gz" LICENSE="GPL-2" |