public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Maier" <tamiko@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/vcsh/
Date: Fri,  3 Mar 2017 07:44:39 +0000 (UTC)	[thread overview]
Message-ID: <1488527065.e731f311835377b7b4ed4b221796891f91e50e83.tamiko@gentoo> (raw)

commit:     e731f311835377b7b4ed4b221796891f91e50e83
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  3 07:43:23 2017 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Fri Mar  3 07:44:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e731f311

dev-vcs/vcsh: drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.2

 dev-vcs/vcsh/Manifest               |  2 --
 dev-vcs/vcsh/vcsh-1.20150502.ebuild | 39 -----------------------------------
 dev-vcs/vcsh/vcsh-1.20151229.ebuild | 41 -------------------------------------
 3 files changed, 82 deletions(-)

diff --git a/dev-vcs/vcsh/Manifest b/dev-vcs/vcsh/Manifest
index 1b0034b9da3..091ea776335 100644
--- a/dev-vcs/vcsh/Manifest
+++ b/dev-vcs/vcsh/Manifest
@@ -1,3 +1 @@
-DIST vcsh-1.20150502.tar.gz 33813 SHA256 127c7f35e9b097b722917d42f9652375033b12f14b6702a08621cb16205d253f SHA512 54306b424bbef145f1231b88823a6959b6263c11b677200a2d3914e0cdfd0595902e6193cd9acfa53c3c5c3aff18d2e9a974373e70da4516b0237005d95d5630 WHIRLPOOL 51f6a51e625e39e17143dd7ba8d51800bcd17d06849dbce4c35ee3f277b10a575d117cc68be2ffa042085e223c0dc7d1e5aee61ed6921438cc0088ba90295a5f
 DIST vcsh-1.20151229.1.tar.gz 38309 SHA256 7682a517eaf88a86ea5e38ad81707800e965375eaff8b5cfd882e210fe2fef71 SHA512 da26044aa9bf884c178b1a2493f6bb4bea978d39d97f0dd31aef0130bac375ef2e519a3f7a14087467a3fccfd815f11c0718ca0f668d61dd91c97ac74af8afeb WHIRLPOOL 7c8620ee10589be46798332159458a2d958cc2b69cb4bf627c4be48a8514dd56edec3eb65ad9bb7c7a00b8ab4cd4519d33e67a673dd918beebac6cf6b93c6f76
-DIST vcsh-1.20151229.tar.gz 34481 SHA256 ae069506b0490287aefa582ab4e6af1c7ebc4dca743b17d91e0c8d0327d7a3fa SHA512 213297d008f6f0701e9002e5b44eca0e7eb4bcaf62c12bc1efbf6d5c9590d1ca59a38f102e735eec9b2e85556e003632d948abc4325c7e78e478521d1c164d80 WHIRLPOOL 331abfe5fb22bd5ff72b43cddbe406dd0a6a62e5fed53f2c8ecc59f57d9b6728641941b94c8b82ce2a9ca54a931f72243f38cb8dbf44a1b66a402595d41ea9c0

diff --git a/dev-vcs/vcsh/vcsh-1.20150502.ebuild b/dev-vcs/vcsh/vcsh-1.20150502.ebuild
deleted file mode 100644
index e7fed82b3a6..00000000000
--- a/dev-vcs/vcsh/vcsh-1.20150502.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION='Manage config files in $HOME via fake bare git repositories'
-HOMEPAGE="https://github.com/RichiH/vcsh/"
-SRC_URI="https://github.com/RichiH/vcsh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( GPL-3 GPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-vcs/git"
-DEPEND=""
-
-DOCS=( changelog README.md CONTRIBUTORS )
-
-src_prepare() {
-	default
-	sed -i \
-		-e 's,vendor-completions,site-functions,' \
-		-e "s,\(\$(DOCDIR_PREFIX)\)/\$(self),\1/${PF}," \
-		Makefile || die "sed failed"
-
-	# remove dysfunctional tests
-	sed -i -e 's,install: all,install:,' \
-		Makefile || die "sed failed"
-}
-
-src_compile() {
-	:
-}
-
-src_install() {
-	default
-	dodoc -r doc/sample_hooks
-}

diff --git a/dev-vcs/vcsh/vcsh-1.20151229.ebuild b/dev-vcs/vcsh/vcsh-1.20151229.ebuild
deleted file mode 100644
index da789ae7cf7..00000000000
--- a/dev-vcs/vcsh/vcsh-1.20151229.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION='Manage config files in $HOME via fake bare git repositories'
-HOMEPAGE="https://github.com/RichiH/vcsh/"
-SRC_URI="https://github.com/RichiH/vcsh/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( GPL-3 GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT="test"
-
-RDEPEND="dev-vcs/git"
-DEPEND=""
-
-DOCS=( changelog README.md CONTRIBUTORS )
-
-src_prepare() {
-	default
-	sed -i \
-		-e 's,vendor-completions,site-functions,' \
-		-e "s,\(\$(DOCDIR_PREFIX)\)/\$(self),\1/${PF}," \
-		Makefile || die "sed failed"
-
-	# remove dysfunctional tests
-	sed -i -e 's,install: all,install:,' \
-		Makefile || die "sed failed"
-}
-
-src_compile() {
-	:
-}
-
-src_install() {
-	default
-	dodoc -r doc/sample_hooks
-}


             reply	other threads:[~2017-03-03  7:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-03  7:44 Matthias Maier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-03  5:11 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/vcsh/ Sam James
2022-10-17 23:34 Sam James
2022-09-15 15:10 Andreas Sturmlechner
2022-09-15 11:31 Sam James
2022-09-15  6:47 Agostino Sarubbo
2021-05-17  5:17 Matthias Maier
2017-03-03  7:44 Matthias Maier
2017-02-25 22:42 Matthias Maier
2016-07-09 15:45 Matthias Maier
2016-02-28  5:14 Matthias Maier
2016-02-28  5:14 Matthias Maier
2016-02-28  5:14 Matthias Maier

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=1488527065.e731f311835377b7b4ed4b221796891f91e50e83.tamiko@gentoo \
    --to=tamiko@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