public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/anki: anki-1.2.9.ebuild ChangeLog anki-1.0.ebuild anki-1.2.8.ebuild anki-1.2.7.ebuild anki-0.9.9.8.6-r1.ebuild anki-1.0.1.ebuild anki-1.2.2.ebuild
@ 2011-08-13 22:38 Thomas Kahle (tomka)
  0 siblings, 0 replies; only message in thread
From: Thomas Kahle (tomka) @ 2011-08-13 22:38 UTC (permalink / raw
  To: gentoo-commits

tomka       11/08/13 22:38:32

  Modified:             ChangeLog
  Added:                anki-1.2.9.ebuild
  Removed:              anki-1.0.ebuild anki-1.2.8.ebuild anki-1.2.7.ebuild
                        anki-0.9.9.8.6-r1.ebuild anki-1.0.1.ebuild
                        anki-1.2.2.ebuild
  Log:
  Bump to 1.2.9 fixing bug 377207, remove old
  
  (Portage version: 2.1.10.10/cvs/Linux i686)

Revision  Changes    Path
1.36                 app-misc/anki/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	2 Apr 2011 13:20:07 -0000	1.35
+++ ChangeLog	13 Aug 2011 22:38:32 -0000	1.36
@@ -1,6 +1,14 @@
 # ChangeLog for app-misc/anki
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.35 2011/04/02 13:20:07 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.36 2011/08/13 22:38:32 tomka Exp $
+
+*anki-1.2.9 (13 Aug 2011)
+
+  13 Aug 2011; Thomas Kahle <tomka@gentoo.org> -anki-0.9.9.8.6-r1.ebuild,
+  -files/anki-0.9.9.8.6-sqlalchemy-0.6.patch, -anki-1.0.ebuild,
+  -anki-1.0.1.ebuild, -anki-1.2.2.ebuild, -anki-1.2.7.ebuild,
+  -anki-1.2.8.ebuild, +anki-1.2.9.ebuild:
+  Bump to 1.2.9 fixing bug 377207, remove old
 
 *anki-1.2.8 (02 Apr 2011)
 



1.1                  app-misc/anki/anki-1.2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/anki-1.2.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/anki-1.2.9.ebuild?rev=1.1&content-type=text/plain

Index: anki-1.2.9.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-1.2.9.ebuild,v 1.1 2011/08/13 22:38:32 tomka Exp $

EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"

inherit distutils eutils

DESCRIPTION="A spaced-repetition memory training program (flash cards)"
HOMEPAGE="http://ichi2.net/anki/"
SRC_URI="http://anki.googlecode.com/files/${P}.tgz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="furigana +graph latex recording +sound"

RDEPEND="dev-python/beautifulsoup
	>=dev-python/PyQt4-4.7[X,svg,webkit]
	>=dev-python/sqlalchemy-0.5.3
	>=dev-python/simplejson-1.7.3
	|| ( >=dev-python/pysqlite-2.3.0 >=dev-lang/python-2.5[sqlite] )
	latex? ( app-text/dvipng )
	furigana? ( app-i18n/kakasi )
	graph? (
		dev-python/numpy
		>=dev-python/matplotlib-0.91.2
	)
	recording? (
		media-sound/sox
		dev-python/pyaudio
		media-sound/lame
	)
	sound? ( media-video/mplayer )"
DEPEND="${RDEPEND}
	dev-python/setuptools"
RESTRICT_PYTHON_ABIS="3.*"

PYTHON_MODNAME="anki ankiqt"

src_prepare() {
	distutils_src_prepare
}

src_compile() {
	distutils_src_compile
	cd libanki
	distutils_src_compile
}

src_install() {
	distutils_src_install
	cd libanki
	distutils_src_install
	cd ..

	doicon icons/${PN}.png || die
	make_desktop_entry ${PN} ${PN} ${PN} "Education"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-13 22:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-13 22:38 [gentoo-commits] gentoo-x86 commit in app-misc/anki: anki-1.2.9.ebuild ChangeLog anki-1.0.ebuild anki-1.2.8.ebuild anki-1.2.7.ebuild anki-0.9.9.8.6-r1.ebuild anki-1.0.1.ebuild anki-1.2.2.ebuild Thomas Kahle (tomka)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox