Skip to content

Commit

Permalink
dev-go/gom: Port to EAPI 7
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/819636
Closes: https://bugs.gentoo.org/566208
Signed-off-by: Jakov Smolić <[email protected]>
Closes: gentoo#22889
Signed-off-by: Jakov Smolić <[email protected]>
  • Loading branch information
jsmolic committed Nov 14, 2021
1 parent 8601e21 commit e7c5b13
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 29 deletions.
26 changes: 26 additions & 0 deletions dev-go/gom/gom-0_pre20151110-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
29 changes: 0 additions & 29 deletions dev-go/gom/gom-0_pre20151110.ebuild

This file was deleted.

0 comments on commit e7c5b13

Please sign in to comment.