From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/gom/
Date: Sun, 14 Nov 2021 13:48:10 +0000 (UTC) [thread overview]
Message-ID: <1636897417.e7c5b135835e6dd25b465e68cbdf6b2c9336ad09.jsmolic@gentoo> (raw)
commit: e7c5b135835e6dd25b465e68cbdf6b2c9336ad09
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 13:43:37 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 13:43:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7c5b135
dev-go/gom: Port to EAPI 7
Closes: https://bugs.gentoo.org/819636
Closes: https://bugs.gentoo.org/566208
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22889
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-go/gom/gom-0_pre20151110-r1.ebuild | 26 ++++++++++++++++++++++++++
dev-go/gom/gom-0_pre20151110.ebuild | 29 -----------------------------
2 files changed, 26 insertions(+), 29 deletions(-)
diff --git a/dev-go/gom/gom-0_pre20151110-r1.ebuild b/dev-go/gom/gom-0_pre20151110-r1.ebuild
new file mode 100644
index 000000000000..80a4aad7a4a8
--- /dev/null
+++ b/dev-go/gom/gom-0_pre20151110-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_PN=github.com/mattn/gom
+
+EGIT_COMMIT=c522e7d
+ARCHIVE_URI="https://github.com/mattn/gom/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+inherit golang-build golang-vcs-snapshot
+
+DESCRIPTION="Go Dependency management system similar to bundle for ruby"
+HOMEPAGE="https://github.com/mattn/gom"
+SRC_URI="${ARCHIVE_URI}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-go/go-colortext:="
+RDEPEND="!media-sound/gom"
+
+src_install() {
+ dobin gom
+ dodoc src/${EGO_PN}/README.mkd
+}
diff --git a/dev-go/gom/gom-0_pre20151110.ebuild b/dev-go/gom/gom-0_pre20151110.ebuild
deleted file mode 100644
index c895ff693699..000000000000
--- a/dev-go/gom/gom-0_pre20151110.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EGO_PN=github.com/mattn/gom
-
-if [[ ${PV} = *9999* ]]; then
- inherit golang-vcs
-else
- EGIT_COMMIT=c522e7d
- ARCHIVE_URI="https://github.com/mattn/gom/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- inherit golang-vcs-snapshot
-fi
-inherit golang-build
-
-DESCRIPTION="Go Dependency management system similar to bundle for ruby"
-HOMEPAGE="https://github.com/mattn/gom"
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-DEPEND="dev-go/go-colortext:="
-RDEPEND=""
-
-src_install() {
-dobin gom
-dodoc src/${EGO_PN}/README.mkd
-}
next reply other threads:[~2021-11-14 13:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-14 13:48 Jakov Smolić [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-18 22:17 [gentoo-commits] repo/gentoo:master commit in: dev-go/gom/ William Hubbs
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=1636897417.e7c5b135835e6dd25b465e68cbdf6b2c9336ad09.jsmolic@gentoo \
--to=jsmolic@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