From: "Jonas Frei" <freijon@pm.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-db/sqlcmd/
Date: Mon, 2 Sep 2024 04:24:50 +0000 (UTC) [thread overview]
Message-ID: <1725251045.e75c94e1e3bca4c86823970165dfeb7b37022f76.freijon@gentoo> (raw)
commit: e75c94e1e3bca4c86823970165dfeb7b37022f76
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Mon Sep 2 04:22:39 2024 +0000
Commit: Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Mon Sep 2 04:24:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e75c94e1
dev-db/sqlcmd: drop 1.7.0
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
dev-db/sqlcmd/Manifest | 2 --
dev-db/sqlcmd/sqlcmd-1.7.0.ebuild | 42 ---------------------------------------
2 files changed, 44 deletions(-)
diff --git a/dev-db/sqlcmd/Manifest b/dev-db/sqlcmd/Manifest
index 126998db8..c69044f2f 100644
--- a/dev-db/sqlcmd/Manifest
+++ b/dev-db/sqlcmd/Manifest
@@ -1,5 +1,3 @@
-DIST sqlcmd-1.7.0-deps.tar.xz 50175352 BLAKE2B 703d6c1e5b3013cc4dae98b89d0afe2db695d3e8b57e42ae452bcb351d12825655909284a99592f96165c6b18ffab90060b76b3db075f5417407cb795bfbebf1 SHA512 a69ac0f1b340e652f61a610f7ae72dd2097603fbdb9ce8e97cd9c471170955aa9dcc582b57f541b29799ebc82a65510c9709f5e7700d4a83d80f93106c8ec570
-DIST sqlcmd-1.7.0.tar.gz 1046900 BLAKE2B 1dfe1df4cd37cb951b0801d44db1407ad40166925223bf64d27bc73d5e1acfa204d4bc65faf486ad3856110c2b45a652a6762fa8b7e7606f001b5a6dc12f65db SHA512 86ccf8a48c858bdf52353cc124957db76377c948c86f8200609db4c00c280e8bbd0b540ca8744174ed715ee7ca4abb974307413ff1d02a49eed1acaa7deeb59f
DIST sqlcmd-1.8.0-deps.tar.xz 51224260 BLAKE2B 0f30c0ee118d1dbcf156fb0605d27d8c5163b80eb024437636ab5c13bb0990b1348f0cd41100f6ffeb6305bad58f44bea8c6b18aead518e4809fb4826219e4ec SHA512 15aa2d5123ac13d5b9a7cded3bc318973131b38cc33a017ffca2f4192641b393bbf2ad79657ca19c1a5c17214f2c06c3eaf3e6752f8fe82f5bd1136646a33c31
DIST sqlcmd-1.8.0.tar.gz 1047131 BLAKE2B 9d2d472f1abc73ed373c1ca9ad4b1a53bda1d047e12e4ca2dc9eb86ed891a73f3bffe95e3d61f4d384b5f1e2d0791f77fa7911bf69fdf3e24c3b1926e0480e48 SHA512 56af33290561c297a3d7d19b0130747896676ca1f373468ade5760d3ae056f139f467bd72b75856a985cec949b009727c6bc0f188baee3a5d3307e92a9e04960
DIST sqlcmd-1.8.1-deps.tar.xz 53599544 BLAKE2B 0c4b00283c2d9024fce323d4880bd0a15ce4d194ede55751b55eb8fe46372eb5d4060d47705121d1cf42ca7f5144c38de5c4871e7a9df512f582cdafe1e980d9 SHA512 9984e41c77d9f663d105b2f7ac89d5703b914e779587ccefd7a6d24afef73ae81202fd4449fadc70e5158bf11c9feb789dacceb477279e543926c5a4aeab3b83
diff --git a/dev-db/sqlcmd/sqlcmd-1.7.0.ebuild b/dev-db/sqlcmd/sqlcmd-1.7.0.ebuild
deleted file mode 100644
index ddc5c2180..000000000
--- a/dev-db/sqlcmd/sqlcmd-1.7.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module shell-completion
-
-DESCRIPTION="The MSSQL SQLCMD CLI tool"
-HOMEPAGE="https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility"
-SRC_URI="https://github.com/microsoft/go-${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
-DEPS_URI="https://gitlab.com/freijon_gentoo/${CATEGORY}/${PN}/-/raw/main/${P}-deps.tar.xz"
-SRC_URI+=" ${DEPS_URI}"
-
-S="${WORKDIR}/go-${P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-src_compile() {
- ego build -o "${PN}" -ldflags="-X main.version=${PV}" ./cmd/modern
-}
-
-src_install() {
- dobin "${PN}"
- mkdir "completions" || die
-
- ./sqlcmd completion bash > "completions/${PN}" || die
- ./sqlcmd completion fish > "completions/${PN}.fish" || die
- ./sqlcmd completion zsh > "completions/_${PN}" || die
- dobashcomp "completions/${PN}"
- dofishcomp "completions/${PN}.fish"
- dozshcomp "completions/_${PN}"
-
- local DOCS=(
- "README.md"
- "SECURITY.md"
- )
- einstalldocs
-}
next reply other threads:[~2024-09-02 4:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-02 4:24 Jonas Frei [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-13 18:37 [gentoo-commits] repo/proj/guru:dev commit in: dev-db/sqlcmd/ Jonas Frei
2025-05-13 18:37 Jonas Frei
2024-12-13 5:13 Jonas Frei
2024-12-13 5:13 Jonas Frei
2024-09-02 4:24 Jonas Frei
2024-07-18 16:39 [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2024-07-18 14:36 ` [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2024-07-18 13:33 Jonas Frei
2024-06-15 7:15 Jonas Frei
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1725251045.e75c94e1e3bca4c86823970165dfeb7b37022f76.freijon@gentoo \
--to=freijon@pm.me \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox