app-misc/* entfernt

This commit is contained in:
Florian Tham
2022-01-22 23:39:54 +01:00
parent 180f4e0df7
commit 1508ca1664
14 changed files with 0 additions and 287 deletions

View File

@@ -1,4 +0,0 @@
AUX anki-2.1.0_beta25-web-folder.patch 498 SHA256 c5faabfa528904f47c6262c7096d97be6ab8c9f4fa18f436f4124d0670b29e74 SHA512 779806afd6c0eaaac149c89bbe8da2394630aa5a611001307808339f29237b4d7f3db7e1f66241ef67e179a5ab96d64371e1b198044cd9f88389d03a5c9d8478 WHIRLPOOL eb37b16f5a983ead6d1ca2b0d2230a976176901393f2b63d5540b0d3bbd1785091249f1ae03a1aa16c497434cf315682b576e5cd19aa1eaf91c1d6e258fdcf37
DIST anki-2.1.0_beta37.tgz 4146403 SHA256 459e01d3bc132b0cb26d846e6d48b20eb416d55d7d19b569690b4f4961021860 SHA512 77b41b3b4d02e1f31d8b93a5f78c7e1187fe9ee97d83b0bbe900ef463caa792bebe1d06d6610002c5615df69f426b61c7bbf3bc53c035ca7933f3011663bb909 WHIRLPOOL d81f3e8085b518f8dc4a17dfec6f340c930fc5b2a44177bd72340e3a7b062fea6e6b5d325900d9ebd266c8e290b803c83e56721190e2f0e2feb5de9e8fa78057
EBUILD anki-2.1.0_beta37.ebuild 1917 SHA256 30069185e246b9d8f6fcee9e4e2e5269f13deb9ea3cbb7f176aa3bbbb43dd55f SHA512 3c8e2f3056028d8de9cb6ad2510c9838fc2450e0b992dfaee69fc40fa60ad8a16eebb30c0ccb573a66a33b506475239482b5bf2598c2b881e2e1a52dadf9d81d WHIRLPOOL f722225f0d14ce1e2fdc185ab5e7a2c290668a1877e988c0da3bf919642950d1efce15789bbb1e2131af8f9198e395a3650454efbc3bbbf3ca8652c520dfc66b
MISC metadata.xml 619 SHA256 3087a19894696285b894be483ae3974f72eba2b194187c7763a9c7d5fbfc6ef9 SHA512 8b6656964a3c2cee9761b278839f31546a3fe2a4efd500cd015658af3502b548888e939bbeee45ead9c88632ade12c7f0ed33fcf8cdfc6d0ac91de63ac8bb351 WHIRLPOOL 897e92fd6fd8a6e3e1b5bb1cc2fb192e97e951474dd39fd75c7fd16f2fd24449be35a304b79b7aacfcfbe13de54fa831ffc89b835e1afa74e05b553e66790c1c

View File

@@ -1,86 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_6 )
PYTHON_REQ_USE="sqlite"
inherit eutils python-single-r1 xdg
DESCRIPTION="A spaced-repetition memory training program (flash cards)"
HOMEPAGE="https://apps.ankiweb.net"
MY_P="${P/_/}"
SRC_URI="https://apps.ankiweb.net/downloads/beta/${MY_P}-source.tgz -> ${P}.tgz"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="latex +recording +sound test"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
dev-python/PyQt5[gui,svg,webengine,widgets,${PYTHON_USEDEP}]
>=dev-python/httplib2-0.7.4[${PYTHON_USEDEP}]
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/markdown[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/send2trash[${PYTHON_USEDEP}]
recording? (
media-sound/lame
>=dev-python/pyaudio-0.2.4[${PYTHON_USEDEP}]
)
sound? ( media-video/mplayer )
latex? (
app-text/texlive
app-text/dvipng
)
"
DEPEND="${RDEPEND}
test? ( dev-python/nose[${PYTHON_USEDEP}] )
"
PATCHES=( "${FILESDIR}"/${PN}-2.1.0_beta25-web-folder.patch )
pkg_setup() {
python-single-r1_pkg_setup
}
src_prepare() {
default
sed -i -e "s/updates=True/updates=False/" \
aqt/profiles.py || die
}
src_compile() {
:;
}
src_test() {
sed -e "s:nosetests:${EPYTHON} ${EROOT}usr/bin/nosetests:" \
-i tools/tests.sh || die
./tools/tests.sh || die
}
src_install() {
cp tools/runanki.system tools/anki
doicon ${PN}.png
domenu ${PN}.desktop
doman ${PN}.1
dodoc README.md README.development
python_domodule aqt anki
python_doscript tools/anki
# Localization files go into the anki directory:
python_moduleinto anki
python_domodule locale
# not sure if this is correct, but
# site-packages/aqt/mediasrv.py wants the directory
insinto /usr/share/anki
doins -r web
}

View File

@@ -1,11 +0,0 @@
--- anki-2.1.0beta25/aqt/mediasrv.py
+++ anki-2.1.0beta25/aqt/mediasrv.py
@@ -13,7 +13,7 @@
# locate web folder in source/binary distribution
def _getExportFolder():
# running from source?
- srcFolder = os.path.join(os.path.dirname(__file__), "..")
+ srcFolder = os.path.join(os.path.dirname(__file__), "..", "..", "..", "..", "share", "anki")
webInSrcFolder = os.path.abspath(os.path.join(srcFolder, "web"))
if os.path.exists(webInSrcFolder):
return webInSrcFolder

View File

@@ -1,21 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>patrick@gentoo.org</email>
<name>Patrick Lauer</name>
</maintainer>
<longdescription lang="en">
Anki is a program designed to help you remember facts
(such as words and phrases in a foreign language) as
quickly, easily and efficiently as possible.
</longdescription>
<use>
<flag name="recording">
Enable support for audio recording
</flag>
<flag name="sound">
Enable support for adding sound to cards
</flag>
</use>
</pkgmetadata>

View File

@@ -1 +0,0 @@
EBUILD buku-9999.ebuild 708 SHA256 97ecf67a883daf7619dcd1e544909ac562d44aca393cacb2a8dcd0d21a78bb94 SHA512 e2db18d20dc13f0525012aaec6635d9f486be061f9862b6f77a4a3b3aaee47d43ac03716029509d1ce8aacd50fb1fd0a244a05e2d53df781d24f79e6c190daff WHIRLPOOL 8ff5a6f9a936dbb7282ad8c792f878d4b8b9fb6b4d0228ddaba848a1828db37be467d9d0bfe4ceb5134a40f767bb9ea265c97d4ad195df36ed53edd810ca139d

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python{3_3,3_4,3_5,3_6} )
PYTHON_REQ_USE="ncurses"
inherit autotools git-r3 bash-completion-r1
DESCRIPTION="Powerful command-line bookmark manager. Your mini-web!"
HOMEPAGE="https://github.com/jarun/buku"
EGIT_REPO_URI="https://github.com/jarun/${PN}"
EGIT_CLONE_TYPE=shallow
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="
dev-python/urllib3
>=dev-python/beautifulsoup-4.0
dev-python/cryptography
dev-python/requests
"
src_prepare() {
export PREFIX="/usr"
default
}
src_install() {
default
newbashcomp auto-completion/bash/${PN}-completion.bash ${PN}
}

View File

@@ -1 +0,0 @@
EBUILD googler-9999.ebuild 562 SHA256 9df2a3d4284bb95fb2842e1f8cb8e9ff24c8d56fcbf8e129ef1399118fc8c484 SHA512 806c696c2d6292cf8449f0dc89382eb96d469d34025f08d959680e3c679b63160c494155446b4cc37e0b01a6408d7cd0350f6ace5ae08dcf1e7101aca4339293 WHIRLPOOL deaee5c81b79546bf872a4a1012c86da916ff5fffa36ab16ca26b6421b286c24bda506e53822d53aff29f1f479e764b7e1bf0047d104881758bdc29b9049154e

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools git-r3 bash-completion-r1
DESCRIPTION="Google Search, Google Site Search, Google News from the terminal"
HOMEPAGE="https://github.com/jarun/googler"
EGIT_REPO_URI="https://github.com/jarun/${PN}"
EGIT_CLONE_TYPE=shallow
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND=""
DEPEND=""
src_prepare() {
export PREFIX="/usr"
default
}
src_install() {
default
newbashcomp auto-completion/bash/${PN}-completion.bash ${PN}
}

View File

@@ -1 +0,0 @@
EBUILD nnn-9999.ebuild 541 SHA256 135737d7fafe78b36d49698c77a0accace6cd5bc7a6925bf2725dac047e06c47 SHA512 f117f065de21368419089dc2d33ea2bc15e38fcd9568358f37a4641fdbab3f55b75efd8a94584e336bc419633e267d4cb4d8dcb7a3836607f93f593aa3d16f69 WHIRLPOOL 0a8670735725b71324e873cbcea23266912ef52794adf6adce2aee81ac3248d1bb7c4fec5814b2c7e7fb94dac3ed09ee2745f70c06ac83649bd43f2233d65981

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit autotools git-r3 bash-completion-r1
DESCRIPTION="The missing terminal file browser for X"
HOMEPAGE="https://github.com/jarun/nnn"
EGIT_REPO_URI="https://github.com/jarun/${PN}"
EGIT_CLONE_TYPE=shallow
LICENSE="BSD-2"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND=""
DEPEND=""
src_prepare() {
export PREFIX="/usr"
default
}
src_install() {
default
newbashcomp scripts/auto-completion/bash/${PN}-completion.bash ${PN}
}

View File

@@ -1,2 +0,0 @@
DIST tasksh-1.1.0.tar.gz 419407 SHA256 eef7c6677d6291b1c0e13595e8c9606d7f8dc1060d197a0d088cc1fddcb70024 SHA512 ba8820c26a86085f996cf884c57e8fd7913cded40ea81d3f17242295e865ed1058b2c0af78d76b2f64aebf96c981665fb2482808d41312e5ff40ecb1eba7bf8a WHIRLPOOL 6d380a830c9124a0b73752eba1b93e53d782c44e58cea2deb23d48b4ee99320a887884a75d03171a1f4d4ddef5cc13808bfee161b3f2c7e8717a81da6016f625
EBUILD tasksh-1.1.0.ebuild 641 SHA256 e66296721bbb371a061c51e0814e78c25fbd7313522604938a66b4f694b54437 SHA512 d34dfe1f4c1a94c1f50c9b0696247d8e0709d9bb0e463a819ce3b2a12bf72177b901d13ecea92b00fb328f57eac7df8f1808d3716903fe362eb2e6b119e3a0c5 WHIRLPOOL d91c2e6c27a02824805b72035191fcaf625e1b5f1b3e6d95cd06a23965dd85c00cfaf843e53267e81d53208358b0ee294e451102b59a3304b646a835b9eba6d2

View File

@@ -1,30 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DESCRIPTION="Tasksh is a shell command that wraps Taskwarrior commands."
HOMEPAGE="https://tasktools.org/projects/tasksh.html"
SRC_URI="https://taskwarrior.org/download/tasksh-1.1.0.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-util/cmake
sys-libs/readline"
RDEPEND="${DEPEND}"
src_compile() {
cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr ${S}
make
}
src_install() {
dobin src/tasksh
doman doc/man/tasksh.1
dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README.md
}

View File

@@ -1,2 +0,0 @@
DIST timew-1.0.0.tar.gz 140539 SHA256 ac027910e1e8365bdd218a8b42389b26d017d38d3c96516c408db6d5a44e0bb5 SHA512 0539ff93b2375c154d126c39aa84f21b57b62f51c220c80b2e323a4d6aefd2eda6f87c04112e096222102b019ee3683a78b9ee9d6fbf6736d4a34c529f6152f5 WHIRLPOOL 77ede6c679203071c3da95f708326f626906266547301b9ce2f2c8ae768f6b4082fb32bcc325a22e7295f5894477786960632ff201771b3512d978bf8c379c75
EBUILD timew-1.0.0.ebuild 781 SHA256 fb1e4ba08f77cbe64199b5a5d34d3b6e453a42335c4b662752c2b91f9532f8ab SHA512 3b4545f616ffac7ccc48c1b6b4f9fe6cc2bac40d373b9fd29b55b21c8aaccc5d67d326b92e566ceeef9b24d6ad625310975f38949373b4434eeb7ef69ee68834 WHIRLPOOL 6fb88462fd64380c3264e1a09c62c2a49efe028cd35aa1e0256db58a73bd551e2b2d9e73da9147b09504213bb95290ef164d4df5f049d1dc0a051a7f357da5b6

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
DESCRIPTION="Timewarrior is a command-line time tracker."
HOMEPAGE="https://timewarrior.net"
SRC_URI="https://taskwarrior.org/download/timew-1.0.0.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-util/cmake"
RDEPEND="${DEPEND}"
src_compile() {
cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr ${S}
make
}
src_install() {
dobin src/timew
doman doc/man/timew.1
dodoc ChangeLog README.md LICENSE AUTHORS NEWS
docinto holidays
dodoc doc/holidays/{README,holidays.en-US,refresh}
docinto themes
dodoc doc/themes/{README,*.theme}
docinto ext
dodoc ext/{README,csv.py,debug.py,on-modify.timewarrior,totals.py}
}