Install this version:
emerge -a =app-misc/e6sync-0.0.19
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-misc/e6sync-0.0.19
Or alternatively:
emerge --autounmask-write -a =app-misc/e6sync-0.0.19
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.0.19 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# shellcheck shell=bash
# shellcheck disable=SC2034
EAPI=8
PYTHON_COMPAT=( python3_{13..15} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1
DESCRIPTION="Downloader for the funny number site"
HOMEPAGE="https://github.com/xarblu/e6sync"
SRC_URI="https://github.com/xarblu/e6sync/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/tqdm[${PYTHON_USEDEP}]
"
RDEPEND="
media-libs/exiftool
${DEPEND}
"
dev-python/requests[] dev-python/tqdm[]
media-libs/exiftool dev-python/requests[] dev-python/tqdm[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | e6sync-0.0.19.gh.tar.gz | 10693 bytes | https://github.com/xarblu/e6sync/archive/refs/tags/v0.0.19.tar.gz |