public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-go/go-sqlite3/
Date: Mon, 16 May 2022 00:07:19 +0000 (UTC)	[thread overview]
Message-ID: <1652659564.c78a5b604e4806bde714d41de87209ba5cb7e87f.zmedico@gentoo> (raw)

commit:     c78a5b604e4806bde714d41de87209ba5cb7e87f
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 00:04:39 2022 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon May 16 00:06:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78a5b60

dev-go/go-sqlite3: treeclean

Closes: https://bugs.gentoo.org/844673
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-go/go-sqlite3/Manifest                         |  2 --
 .../go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild   | 17 -----------
 .../go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild   | 34 ----------------------
 dev-go/go-sqlite3/metadata.xml                     | 10 -------
 profiles/package.deprecated                        |  5 ----
 5 files changed, 68 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>

diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index b8ed2952a8d3..ffaa1783d770 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -91,8 +91,3 @@ gnome-base/gnome-vfs
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-03-08)
 # x11-libs/gtkglext is in the process of being removed, tracker bug #698950
 x11-libs/gtkglext
-
-# Zac Medico <zmedico@gentoo.org> (2019-12-06)
-# These golang libraries should be vendored either by upstream or via
-# the EGO_VENDOR variable.
-dev-go/go-sqlite3


                 reply	other threads:[~2022-05-16  0:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1652659564.c78a5b604e4806bde714d41de87209ba5cb7e87f.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --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