* [gentoo-commits] repo/gentoo:master commit in: dev-go/go-sqlite3/
@ 2016-02-07 9:06 Zac Medico
0 siblings, 0 replies; 6+ messages in thread
From: Zac Medico @ 2016-02-07 9:06 UTC (permalink / raw
To: gentoo-commits
commit: 2a49cfa9a7c79e18db738b8c4abbb36ca56b6f9d
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 7 09:04:02 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Feb 7 09:04:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a49cfa9
dev-go/go-sqlite3: new package
Package-Manager: portage-2.2.27
dev-go/go-sqlite3/Manifest | 1 +
dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild | 18 ++++++++++++++++++
dev-go/go-sqlite3/metadata.xml | 10 ++++++++++
3 files changed, 29 insertions(+)
diff --git a/dev-go/go-sqlite3/Manifest b/dev-go/go-sqlite3/Manifest
new file mode 100644
index 0000000..fc23dd4
--- /dev/null
+++ b/dev-go/go-sqlite3/Manifest
@@ -0,0 +1 @@
+DIST go-sqlite3-1.1.0_p20160131.tar.gz 1847546 SHA256 d743a044d7ee88b2783f5a15f22b47ffdaa478c0b258babc3c621ce347955bb8 SHA512 9596012111b23865191904b7b0817ddbd88fc61383a3dfcf737d3d1be95c1a1d57b779ffbb9fa83303245a992c56e427396ffccb759a440822fffa516cae0b3d WHIRLPOOL a54021a0b8deb4fd28f44e45e8c78b896ef1121e4a23eb5fe6877b259c37456a6fb4fad77300a079fc3357a14b52d0b0750286a6f15431bdfefd17a99791c7c4
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
new file mode 100644
index 0000000..4e203c8
--- /dev/null
+++ b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+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://${EGO_PN%/*}"
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
diff --git a/dev-go/go-sqlite3/metadata.xml b/dev-go/go-sqlite3/metadata.xml
new file mode 100644
index 0000000..c2bb1d9
--- /dev/null
+++ b/dev-go/go-sqlite3/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/go-sqlite3/
@ 2016-02-11 1:45 Zac Medico
0 siblings, 0 replies; 6+ messages in thread
From: Zac Medico @ 2016-02-11 1:45 UTC (permalink / raw
To: gentoo-commits
commit: 777110c0f297b31498edf2a171669b1a40302d6e
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 01:45:33 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 01:45:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777110c0
dev-go/go-sqlite: add ${PVR} subslot, for tracking static links
Package-Manager: portage-2.2.27
dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
index 4e203c8..f14caf3 100644
--- a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild
+++ b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild
@@ -14,5 +14,5 @@ DESCRIPTION="Go sqlite3 driver using database/sql"
HOMEPAGE="https://${EGO_PN%/*}"
SRC_URI="${ARCHIVE_URI}"
LICENSE="MIT"
-SLOT="0"
+SLOT="0/${PVR}"
IUSE=""
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/go-sqlite3/
@ 2016-03-09 8:15 Zac Medico
0 siblings, 0 replies; 6+ messages in thread
From: Zac Medico @ 2016-03-09 8:15 UTC (permalink / raw
To: gentoo-commits
commit: 7469bbd44a5da4663b0c65cddc5ce4211c0169ad
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 9 08:13:30 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 08:15:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7469bbd4
dev-go/go-sqlite3: version bump to 1.1.0_p20160307
Package-Manager: portage-2.2.27
dev-go/go-sqlite3/Manifest | 1 +
.../go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild | 35 ++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-go/go-sqlite3/Manifest b/dev-go/go-sqlite3/Manifest
index fc23dd4..c9afec5 100644
--- a/dev-go/go-sqlite3/Manifest
+++ b/dev-go/go-sqlite3/Manifest
@@ -1 +1,2 @@
DIST go-sqlite3-1.1.0_p20160131.tar.gz 1847546 SHA256 d743a044d7ee88b2783f5a15f22b47ffdaa478c0b258babc3c621ce347955bb8 SHA512 9596012111b23865191904b7b0817ddbd88fc61383a3dfcf737d3d1be95c1a1d57b779ffbb9fa83303245a992c56e427396ffccb759a440822fffa516cae0b3d WHIRLPOOL a54021a0b8deb4fd28f44e45e8c78b896ef1121e4a23eb5fe6877b259c37456a6fb4fad77300a079fc3357a14b52d0b0750286a6f15431bdfefd17a99791c7c4
+DIST go-sqlite3-1.1.0_p20160307.tar.gz 1847839 SHA256 f3551d37bb2a485ef2c62c205bb104e6a19e25e3854e0106575db94891eba656 SHA512 e4613f8c18c4f5c60b09facfd6f6c36e14029538eef6deef94d57d0c0aeeed86023f36ed0fb0b7e5340ecbaad4f9b5815c5182cc19f85f52349610caaa998665 WHIRLPOOL 1eab66203e336c8081d18ba27f5aa706fc04d6c1d2b1e270457ca29d7785a3d77b36565f2b94003986a83a12618e3ffd376d8a38dee45af4c98219dce3fc69bf
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
new file mode 100644
index 0000000..ce8b8f8
--- /dev/null
+++ b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+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://${EGO_PN%/*}"
+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 "${EPREFIX}$(get_golibdir)/src/${EGO_PN%/*}")
+ rm -rf "${S}"/src/${EGO_PN%/*}/.git*
+ doins -r "${S}"/src/${EGO_PN%/*}
+ insinto $(dirname "${EPREFIX}$(get_golibdir)/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}")
+ doins -r "${S}"/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}{,.a}
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/go-sqlite3/
@ 2018-04-13 9:53 Zac Medico
0 siblings, 0 replies; 6+ messages in thread
From: Zac Medico @ 2018-04-13 9:53 UTC (permalink / raw
To: gentoo-commits
commit: e041147e9f5ce5f964be9938e0210ce75c4c217e
Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Apr 13 06:49:19 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 09:52:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e041147e
dev-go/go-sqlite3: remove variables from HOMEPAGE
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild | 4 ++--
dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
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
index a609a1001e8..e070e89d053 100644
--- a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild
+++ b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,7 @@ ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
DESCRIPTION="Go sqlite3 driver using database/sql"
-HOMEPAGE="https://${EGO_PN%/*}"
+HOMEPAGE="https://github.com/mattn/go-sqlite3"
SRC_URI="${ARCHIVE_URI}"
LICENSE="MIT"
SLOT="0/${PVR}"
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
index d9152b14e56..9779c6f59d3 100644
--- a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild
+++ b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,7 @@ ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
DESCRIPTION="Go sqlite3 driver using database/sql"
-HOMEPAGE="https://${EGO_PN%/*}"
+HOMEPAGE="https://github.com/mattn/go-sqlite3"
SRC_URI="${ARCHIVE_URI}"
LICENSE="MIT"
SLOT="0/${PVR}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/go-sqlite3/
@ 2019-08-28 18:10 Zac Medico
0 siblings, 0 replies; 6+ messages in thread
From: Zac Medico @ 2019-08-28 18:10 UTC (permalink / raw
To: gentoo-commits
commit: 138b19df324e41ea67f8621305c67a0dee08a5fe
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 18:10:03 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 18:10:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138b19df
dev-go/go-sqlite3: fix double prefix found by Gentoo CI
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
index 9779c6f59d3..968a518d021 100644
--- a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild
+++ b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -26,9 +26,9 @@ src_install() {
}
golang_install_pkgs() {
- insinto $(dirname "${EPREFIX}$(get_golibdir)/src/${EGO_PN%/*}")
+ insinto $(dirname "$(get_golibdir)/src/${EGO_PN%/*}")
rm -rf "${S}"/src/${EGO_PN%/*}/.git*
doins -r "${S}"/src/${EGO_PN%/*}
- insinto $(dirname "${EPREFIX}$(get_golibdir)/pkg/$(go env GOOS)_$(go env GOARCH)/${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}
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-go/go-sqlite3/
@ 2021-10-24 2:04 Zac Medico
0 siblings, 0 replies; 6+ messages in thread
From: Zac Medico @ 2021-10-24 2:04 UTC (permalink / raw
To: gentoo-commits
commit: 741ecd4f498a56b160e2ac8dd836e6016413c4f1
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 02:03:47 2021 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 02:04:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741ecd4f
dev-go/go-sqlite3: Bump to EAPI 7
Closes: https://bugs.gentoo.org/819642
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild | 4 ++--
dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
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
index e070e89d053..ab83da1830d 100644
--- a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild
+++ b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160131.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit golang-build golang-vcs-snapshot
EGO_PN="github.com/mattn/go-sqlite3/..."
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
index 968a518d021..b610a062780 100644
--- a/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild
+++ b/dev-go/go-sqlite3/go-sqlite3-1.1.0_p20160307.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit golang-build golang-vcs-snapshot
EGO_PN="github.com/mattn/go-sqlite3/..."
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-10-24 2:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-07 9:06 [gentoo-commits] repo/gentoo:master commit in: dev-go/go-sqlite3/ Zac Medico
-- strict thread matches above, loose matches on Subject: below --
2016-02-11 1:45 Zac Medico
2016-03-09 8:15 Zac Medico
2018-04-13 9:53 Zac Medico
2019-08-28 18:10 Zac Medico
2021-10-24 2:04 Zac Medico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox