diff options
author | Thomas Kahle <tomka@gentoo.org> | 2013-08-24 05:29:20 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2013-08-24 05:29:20 +0000 |
commit | 6a1a3449d8c36463b889973ff41cfec2f314db97 (patch) | |
tree | eca644ffefa9ff83d6bda97353e983f97d224c16 /app-misc/anki | |
parent | Drop vulnerable versions, wrt bug #475602 (diff) | |
download | gentoo-2-6a1a3449d8c36463b889973ff41cfec2f314db97.tar.gz gentoo-2-6a1a3449d8c36463b889973ff41cfec2f314db97.tar.bz2 gentoo-2-6a1a3449d8c36463b889973ff41cfec2f314db97.zip |
Remove old
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x89DEB219565C32BC!)
Diffstat (limited to 'app-misc/anki')
-rw-r--r-- | app-misc/anki/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/anki/anki-2.0.10.ebuild | 73 | ||||
-rw-r--r-- | app-misc/anki/anki-2.0.11-r1.ebuild | 68 | ||||
-rw-r--r-- | app-misc/anki/anki-2.0.11.ebuild | 73 | ||||
-rw-r--r-- | app-misc/anki/anki-2.0.8.ebuild | 71 |
5 files changed, 5 insertions, 286 deletions
diff --git a/app-misc/anki/ChangeLog b/app-misc/anki/ChangeLog index 8a019fbc5de1..603f0f667e0e 100644 --- a/app-misc/anki/ChangeLog +++ b/app-misc/anki/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/anki # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.64 2013/08/18 13:47:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.65 2013/08/24 05:29:20 tomka Exp $ + + 24 Aug 2013; Thomas Kahle <tomka@gentoo.org> -anki-2.0.10.ebuild, + -anki-2.0.11-r1.ebuild, -anki-2.0.11.ebuild, -anki-2.0.8.ebuild: + Remove old 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> anki-2.0.12.ebuild: Stable for x86, wrt bug #480510 diff --git a/app-misc/anki/anki-2.0.10.ebuild b/app-misc/anki/anki-2.0.10.ebuild deleted file mode 100644 index ebdd82b7d146..000000000000 --- a/app-misc/anki/anki-2.0.10.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.10.ebuild,v 1.1 2013/06/12 14:45:08 tomka Exp $ - -EAPI=5 - -PYTHON_DEPEND="2:2.6" -PYTHON_USE_WITH="sqlite" - -inherit eutils python - -DESCRIPTION="A spaced-repetition memory training program (flash cards)" -HOMEPAGE="http://ichi2.net/anki/" -SRC_URI="http://ankisrs.net/download/mirror/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="latex +recording +sound" - -RDEPEND="dev-python/PyQt4[X,svg,webkit] - >=dev-python/httplib2-0.7.4 - dev-python/beautifulsoup:python-2 - recording? ( media-sound/lame - >=dev-python/pyaudio-0.2.4 ) - sound? ( media-video/mplayer ) - latex? ( app-text/texlive - app-text/dvipng )" -DEPEND="" - -pkg_setup(){ - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - # Need send2trash since its not yet available in Gentoo - cp -r thirdparty/send2trash . - rm -r thirdparty || die - python_convert_shebangs -r 2 . -} - -# Nothing to configure or compile -src_configure() { - true; -} - -src_compile() { - true; -} - -src_install() { - exeinto /usr/bin/ - doexe anki/anki - - doicon ${PN}.png - domenu ${PN}.desktop - doman ${PN}.1 - - dodoc README README.development - insinto "$(python_get_sitedir)" - doins -r aqt anki send2trash -} - -pkg_preinst() { - if has_version "<app-misc/anki-2" ; then - elog "Anki 2 is a rewrite of Anki with many new features and" - elog "a new database format. On the first run your decks are" - elog "converted to the new format and a backup of your Anki-1" - elog "decks is created. Please read the following:" - elog "http://ankisrs.net/anki2.html" - fi -} diff --git a/app-misc/anki/anki-2.0.11-r1.ebuild b/app-misc/anki/anki-2.0.11-r1.ebuild deleted file mode 100644 index 589712788eeb..000000000000 --- a/app-misc/anki/anki-2.0.11-r1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.11-r1.ebuild,v 1.1 2013/06/24 19:27:31 tomka Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python2_6 python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit eutils python-single-r1 - -DESCRIPTION="A spaced-repetition memory training program (flash cards)" -HOMEPAGE="http://ichi2.net/anki/" -SRC_URI="http://ankisrs.net/download/mirror/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="latex +recording +sound" - -RDEPEND="${PYTHON_DEPS} - dev-python/PyQt4[X,svg,webkit] - >=dev-python/httplib2-0.7.4 - dev-python/beautifulsoup:python-2 - dev-python/send2trash - recording? ( media-sound/lame - >=dev-python/pyaudio-0.2.4 ) - sound? ( media-video/mplayer ) - latex? ( app-text/texlive - app-text/dvipng )" -DEPEND="" - -pkg_setup(){ - python-single-r1_pkg_setup -} - -src_prepare() { - rm -r thirdparty || die -} - -# Nothing to configure or compile -src_configure() { - true; -} - -src_compile() { - true; -} - -src_install() { - doicon ${PN}.png - domenu ${PN}.desktop - doman ${PN}.1 - - dodoc README README.development - python_domodule aqt anki - python_doscript anki/anki -} - -pkg_preinst() { - if has_version "<app-misc/anki-2" ; then - elog "Anki 2 is a rewrite of Anki with many new features and" - elog "a new database format. On the first run your decks are" - elog "converted to the new format and a backup of your Anki-1" - elog "decks is created. Please read the following:" - elog "http://ankisrs.net/anki2.html" - fi -} diff --git a/app-misc/anki/anki-2.0.11.ebuild b/app-misc/anki/anki-2.0.11.ebuild deleted file mode 100644 index f4e1c4ef11b2..000000000000 --- a/app-misc/anki/anki-2.0.11.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.11.ebuild,v 1.1 2013/06/14 06:42:08 tomka Exp $ - -EAPI=5 - -PYTHON_DEPEND="2:2.6" -PYTHON_USE_WITH="sqlite" - -inherit eutils python - -DESCRIPTION="A spaced-repetition memory training program (flash cards)" -HOMEPAGE="http://ichi2.net/anki/" -SRC_URI="http://ankisrs.net/download/mirror/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="latex +recording +sound" - -RDEPEND="dev-python/PyQt4[X,svg,webkit] - >=dev-python/httplib2-0.7.4 - dev-python/beautifulsoup:python-2 - recording? ( media-sound/lame - >=dev-python/pyaudio-0.2.4 ) - sound? ( media-video/mplayer ) - latex? ( app-text/texlive - app-text/dvipng )" -DEPEND="" - -pkg_setup(){ - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - # Need send2trash since its not yet available in Gentoo - cp -r thirdparty/send2trash . - rm -r thirdparty || die - python_convert_shebangs -r 2 . -} - -# Nothing to configure or compile -src_configure() { - true; -} - -src_compile() { - true; -} - -src_install() { - exeinto /usr/bin/ - doexe anki/anki - - doicon ${PN}.png - domenu ${PN}.desktop - doman ${PN}.1 - - dodoc README README.development - insinto "$(python_get_sitedir)" - doins -r aqt anki send2trash -} - -pkg_preinst() { - if has_version "<app-misc/anki-2" ; then - elog "Anki 2 is a rewrite of Anki with many new features and" - elog "a new database format. On the first run your decks are" - elog "converted to the new format and a backup of your Anki-1" - elog "decks is created. Please read the following:" - elog "http://ankisrs.net/anki2.html" - fi -} diff --git a/app-misc/anki/anki-2.0.8.ebuild b/app-misc/anki/anki-2.0.8.ebuild deleted file mode 100644 index bff1c051abaa..000000000000 --- a/app-misc/anki/anki-2.0.8.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.8.ebuild,v 1.4 2013/03/26 11:42:38 ago Exp $ - -EAPI=4 - -PYTHON_DEPEND="2:2.6" -PYTHON_USE_WITH="sqlite" - -inherit eutils python - -DESCRIPTION="A spaced-repetition memory training program (flash cards)" -HOMEPAGE="http://ichi2.net/anki/" -SRC_URI="http://ankisrs.net/download/mirror/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="latex +recording +sound" - -RDEPEND="dev-python/PyQt4[X,svg,webkit] - >=dev-python/httplib2-0.7.4 - dev-python/beautifulsoup:python-2 - recording? ( media-sound/lame - >=dev-python/pyaudio-0.2.4 ) - sound? ( media-video/mplayer ) - latex? ( app-text/texlive - app-text/dvipng )" -DEPEND="" - -pkg_setup(){ - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - rm -r thirdparty || die - python_convert_shebangs -r 2 . -} - -# Nothing to configure or compile -src_configure() { - true; -} - -src_compile() { - true; -} - -src_install() { - exeinto /usr/bin/ - doexe anki/anki - - doicon ${PN}.png - domenu ${PN}.desktop - doman ${PN}.1 - - dodoc README README.development - insinto "$(python_get_sitedir)" - doins -r aqt anki -} - -pkg_preinst() { - if has_version "<app-misc/anki-2" ; then - elog "Anki 2 is a rewrite of Anki with many new features and" - elog "a new database format. On the first run your decks are" - elog "converted to the new format and a backup of your Anki-1" - elog "decks is created. Please read the following:" - elog "http://ankisrs.net/anki2.html" - fi -} |