diff options
author | Zac Medico <zmedico@gentoo.org> | 2022-05-15 17:04:39 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-05-15 17:06:04 -0700 |
commit | c78a5b604e4806bde714d41de87209ba5cb7e87f (patch) | |
tree | b0b236e12e21bd58f9d3e65e93baddd7fe0d94c2 /dev-go | |
parent | app-containers/k3d: eliminate EGO_SUM (diff) | |
download | gentoo-c78a5b604e4806bde714d41de87209ba5cb7e87f.tar.gz gentoo-c78a5b604e4806bde714d41de87209ba5cb7e87f.tar.bz2 gentoo-c78a5b604e4806bde714d41de87209ba5cb7e87f.zip |
dev-go/go-sqlite3: treeclean
Closes: https://bugs.gentoo.org/844673
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-go')
-rw-r--r-- | dev-go/go-sqlite3/Manifest | 2 | ||||
-rw-r--r-- | dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild | 17 | ||||
-rw-r--r-- | dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild | 34 | ||||
-rw-r--r-- | dev-go/go-sqlite3/metadata.xml | 10 |
4 files changed, 0 insertions, 63 deletions
diff --git a/dev-go/go-sqlite3/Manifest b/dev-go/go-sqlite3/Manifest deleted file mode 100644 index 606c5142d9d7..000000000000 --- a/dev-go/go-sqlite3/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST go-sqlite3-1.1.0_p20160131.tar.gz 1847546 BLAKE2B 84b7919ad14b6ac214d7ca414a63d6f73d89b97adbc6450c00165302ab84e54906608918f8d803551ceed237e9085fe104d31124d57712ff9ddf19e97d62cde8 SHA512 9596012111b23865191904b7b0817ddbd88fc61383a3dfcf737d3d1be95c1a1d57b779ffbb9fa83303245a992c56e427396ffccb759a440822fffa516cae0b3d -DIST go-sqlite3-1.1.0_p20160307.tar.gz 1847839 BLAKE2B 1e01d313497ffed552093a0ee380a5d2d04a3c067dfaeab245bcea52bc6b1c64c2f1397ecabc43366039fcab2ea9133ae5a25f6c375d32bc50172757647c5466 SHA512 e4613f8c18c4f5c60b09facfd6f6c36e14029538eef6deef94d57d0c0aeeed86023f36ed0fb0b7e5340ecbaad4f9b5815c5182cc19f85f52349610caaa998665 diff --git a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild deleted file mode 100644 index ab83da1830d2..000000000000 --- a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit golang-build golang-vcs-snapshot - -EGO_PN="github.com/mattn/go-sqlite3/..." -EGIT_COMMIT="c5aee9649735e8dadac55eb968ccebd9fa29a881" -ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="Go sqlite3 driver using database/sql" -HOMEPAGE="https://github.com/mattn/go-sqlite3" -SRC_URI="${ARCHIVE_URI}" -LICENSE="MIT" -SLOT="0/${PVR}" -IUSE="" diff --git a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild deleted file mode 100644 index b610a062780c..000000000000 --- a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit golang-build golang-vcs-snapshot - -EGO_PN="github.com/mattn/go-sqlite3/..." -EGIT_COMMIT="10876d7dac65f02064c03d7372a2f1dfb90043fe" -ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="Go sqlite3 driver using database/sql" -HOMEPAGE="https://github.com/mattn/go-sqlite3" -SRC_URI="${ARCHIVE_URI}" -LICENSE="MIT" -SLOT="0/${PVR}" -IUSE="" - -src_compile() { - GOPATH="${S}" \ - go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}" || die -} - -src_install() { - golang_install_pkgs -} - -golang_install_pkgs() { - insinto $(dirname "$(get_golibdir)/src/${EGO_PN%/*}") - rm -rf "${S}"/src/${EGO_PN%/*}/.git* - doins -r "${S}"/src/${EGO_PN%/*} - insinto $(dirname "$(get_golibdir)/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}") - doins -r "${S}"/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}{,.a} -} diff --git a/dev-go/go-sqlite3/metadata.xml b/dev-go/go-sqlite3/metadata.xml deleted file mode 100644 index f0b790a855ec..000000000000 --- a/dev-go/go-sqlite3/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>zmedico@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="github">mattn/go-sqlite3</remote-id> - </upstream> -</pkgmetadata> |