Install this version:
emerge -a =dev-db/mysql2sqlite-20200901
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-db/mysql2sqlite-20200901
Or alternatively:
emerge --autounmask-write -a =dev-db/mysql2sqlite-20200901
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20200901 | 8 | ~amd64 | 0 |
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
COMMIT=d14d22ad7029cdf4d11825ee3c96922e8fbb0122
DESCRIPTION="Converts MySQL dump to SQLite3 compatible dump"
HOMEPAGE="https://github.com/dumblob/mysql2sqlite"
SRC_URI="https://github.com/dumblob/mysql2sqlite/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="app-alternatives/awk"
DEPEND="${RDEPEND}"
src_install() {
dodoc README.md
dobin mysql2sqlite
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mysql2sqlite-20200901.tar.gz | 7552 bytes | https://github.com/dumblob/mysql2sqlite/archive/d14d22ad7029cdf4d11825ee3c96922e8fbb0122.tar.gz |