From 2824f0873d069d151187e1760173387c6b465519 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 2 Dec 2022 08:59:32 +0100 Subject: dev-db/mysql2sqlite: fix filename, update awk dep Signed-off-by: Hans de Graaff --- dev-db/mysql2sqlite/Manifest | 2 +- .../mysql2sqlite/mysql2sqlite-20200901-r1.ebuild | 23 ++++++++++++++++++++++ dev-db/mysql2sqlite/mysql2sqlite-20200901.ebuild | 23 ---------------------- 3 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 dev-db/mysql2sqlite/mysql2sqlite-20200901-r1.ebuild delete mode 100644 dev-db/mysql2sqlite/mysql2sqlite-20200901.ebuild (limited to 'dev-db') diff --git a/dev-db/mysql2sqlite/Manifest b/dev-db/mysql2sqlite/Manifest index ecc07c20..22b90176 100644 --- a/dev-db/mysql2sqlite/Manifest +++ b/dev-db/mysql2sqlite/Manifest @@ -1 +1 @@ -DIST d14d22ad7029cdf4d11825ee3c96922e8fbb0122.tar.gz 7552 BLAKE2B b5a780dcc2cfba257b4bee5a0112f8269a356a8c76b7a5094db9d3ff836c2ee66af847e0a979c896eb545cf2cecc41111282bf2e6fbd48147d2ae533495f8b9f SHA512 cadecccd4167a10d16764f113b0edc1ca07ba0e75fb7aacbb524acec332b6cae159183dc04bf3357d5e3306a1e3a254a248782aee505827157b481c5f93933db +DIST mysql2sqlite-20200901.tar.gz 7552 BLAKE2B b5a780dcc2cfba257b4bee5a0112f8269a356a8c76b7a5094db9d3ff836c2ee66af847e0a979c896eb545cf2cecc41111282bf2e6fbd48147d2ae533495f8b9f SHA512 cadecccd4167a10d16764f113b0edc1ca07ba0e75fb7aacbb524acec332b6cae159183dc04bf3357d5e3306a1e3a254a248782aee505827157b481c5f93933db diff --git a/dev-db/mysql2sqlite/mysql2sqlite-20200901-r1.ebuild b/dev-db/mysql2sqlite/mysql2sqlite-20200901-r1.ebuild new file mode 100644 index 00000000..b3d0a9af --- /dev/null +++ b/dev-db/mysql2sqlite/mysql2sqlite-20200901-r1.ebuild @@ -0,0 +1,23 @@ +# 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 +} diff --git a/dev-db/mysql2sqlite/mysql2sqlite-20200901.ebuild b/dev-db/mysql2sqlite/mysql2sqlite-20200901.ebuild deleted file mode 100644 index 84ccc091..00000000 --- a/dev-db/mysql2sqlite/mysql2sqlite-20200901.ebuild +++ /dev/null @@ -1,23 +0,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" -S="${WORKDIR}/${PN}-${COMMIT}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="virtual/awk" -DEPEND="${RDEPEND}" - -src_install() { - dodoc README.md - dobin mysql2sqlite -} -- cgit v1.2.3-65-gdbad