public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/glide/
Date: Sun, 27 Jan 2019 11:05:54 +0000 (UTC)	[thread overview]
Message-ID: <1548587126.20b84124fd0d5c9220a0a1b93fcac68007b1ab87.pacho@gentoo> (raw)

commit:     20b84124fd0d5c9220a0a1b93fcac68007b1ab87
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 27 10:39:32 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 11:05:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b84124

dev-go/glide: Drop old

Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 dev-go/glide/Manifest            |  2 --
 dev-go/glide/glide-0.12.3.ebuild | 32 --------------------------------
 dev-go/glide/glide-0.13.1.ebuild | 33 ---------------------------------
 3 files changed, 67 deletions(-)

diff --git a/dev-go/glide/Manifest b/dev-go/glide/Manifest
index 7abe5c29af5..d5e838afff6 100644
--- a/dev-go/glide/Manifest
+++ b/dev-go/glide/Manifest
@@ -1,3 +1 @@
-DIST glide-0.12.3.tar.gz 244609 BLAKE2B 49cac9d6cf5b8130c6dcded4eaa6b2160bb5f66120743b8f8225e1dbc4ee465ddb9b0c3fee9aba22c47c11cd11ee37329f255c92b180b3a189f5971afd7e4a41 SHA512 525bd73ed4941428dd2ad06fb5ecf87faa555eb48025a7f9ff57b4b4913b6f1a4202d9875d017080b3e96aee7b3d467c03a815e1845d0686223208f960ef9a99
-DIST glide-0.13.1.tar.gz 269877 BLAKE2B f1b654d04984ace4c2971c785784b9b60fc4d3777540c6bb22e78d799b5995b764fe7f91091dfd36a8d45dd4580bac7347cce7015e9ee53b45ccf646aa2bd4fd SHA512 bd3962a8c1ca528ba1eb9310e150576531131f0aa1fd3944bf0cdf764a7d73c91d8824f287554264b124aac2d8e3b7622ab44e0d919235f8b0ef640d3f0f087e
 DIST glide-0.13.2.tar.gz 271150 BLAKE2B 6c128b0454afa4d715940694161900d1165282f5091a397660a1c48b6a32be85f3796966ddcf57bfd9011713622d99c02c868d118a3f8e76531b5f6030676e1d SHA512 afc3b8f08bf4136370ff1a46efcf4d8b3cea053901883a17b1ac3d7e36c77140f48461169f2ca37c0010b4c6de9afb7f40b5248813cff094d7a1f319ed8e37ed

diff --git a/dev-go/glide/glide-0.12.3.ebuild b/dev-go/glide/glide-0.12.3.ebuild
deleted file mode 100644
index a08792a25dd..00000000000
--- a/dev-go/glide/glide-0.12.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/Masterminds/glide"
-
-if [[ ${PV} == *9999 ]]; then
-	inherit golang-vcs
-else
-	EGIT_COMMIT="v${PV/_/-}"
-	SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="Vendor Package Managment for Golang"
-HOMEPAGE="https://github.com/Masterminds/glide"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-src_compile() {
-	GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" go build -ldflags="-X main.version=${PV}" -o "bin/glide" glide.go || die
-}
-
-src_install() {
-	dodoc README.md CHANGELOG.md
-	dobin bin/glide
-}

diff --git a/dev-go/glide/glide-0.13.1.ebuild b/dev-go/glide/glide-0.13.1.ebuild
deleted file mode 100644
index ea72460755a..00000000000
--- a/dev-go/glide/glide-0.13.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-EGO_PN="github.com/Masterminds/glide"
-
-if [[ ${PV} == *9999 ]]; then
-	inherit golang-vcs
-else
-	SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
-	inherit golang-vcs-snapshot
-fi
-
-DESCRIPTION="Vendor Package Managment for Golang"
-HOMEPAGE="https://github.com/Masterminds/glide"
-
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RESTRICT="test"
-
-S=${WORKDIR}/${P}/src/${EGO_PN}
-
-src_compile() {
-	GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" go build -ldflags="-X main.version=${PV}" -o "bin/glide" glide.go || die
-}
-
-src_install() {
-	dodoc README.md CHANGELOG.md
-	dobin bin/glide
-}


             reply	other threads:[~2019-01-27 11:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-27 11:05 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-01-01  8:43 [gentoo-commits] repo/gentoo:master commit in: dev-go/glide/ Mikle Kolyada
2018-10-28 16:38 Manuel Rüger
2018-02-21 16:18 Manuel Rüger
2017-07-23 12:04 Manuel Rüger
2017-01-15 20:52 Manuel Rüger

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=1548587126.20b84124fd0d5c9220a0a1b93fcac68007b1ab87.pacho@gentoo \
    --to=pacho@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