Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (954a118881bc1b2d1413fb02b46327de52003171)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (954a118881bc1b2d1413fb02b46327de52003171)
  • Date: Wed, 26 Dec 2012 05:01:00 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

python-pypi/calibre/DETAILS | 4 ++--
python-pypi/calibre/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 954a118881bc1b2d1413fb02b46327de52003171
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

calibre: fix source url

diff --git a/python-pypi/calibre/DETAILS b/python-pypi/calibre/DETAILS
index fabb801..ce45094 100755
--- a/python-pypi/calibre/DETAILS
+++ b/python-pypi/calibre/DETAILS
@@ -1,10 +1,10 @@
SPELL=calibre
VERSION=0.8.70
SOURCE="${SPELL}-${VERSION}.tar.xz"
- SOURCE_URL[0]=http://calibre-ebook.googlecode.com/files/$SOURCE
+ SOURCE_URL[0]="$SOURCEFORGE_URL/$SPELL/$VERSION/$SOURCE"
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
- WEB_SITE="http://calibre.kovidgoyal.net/";
+ WEB_SITE="http://calibre-ebook.com/";
LICENSE[0]=GPL
ENTERED=20090313
SHORT="a one stop solution to all your e-book needs"
diff --git a/python-pypi/calibre/HISTORY b/python-pypi/calibre/HISTORY
index 0a310d5..8549377 100644
--- a/python-pypi/calibre/HISTORY
+++ b/python-pypi/calibre/HISTORY
@@ -1,3 +1,6 @@
+2012-12-26 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: update SOURCE_URL to point to sf.net; old one being dead
+
2012-09-22 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 0.8.70
* DEPENDS: added libmtp



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (954a118881bc1b2d1413fb02b46327de52003171), Thomas Orgis, 12/26/2012

Archive powered by MHonArc 2.6.24.

Top of Page