public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-flow/
Date: Wed, 12 Oct 2016 19:42:40 +0000 (UTC)	[thread overview]
Message-ID: <1476301350.e14a73b6e64e7c110d5e07a0f45d039322a7722a.johu@gentoo> (raw)

commit:     e14a73b6e64e7c110d5e07a0f45d039322a7722a
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 19:42:12 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 19:42:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14a73b6

dev-vcs/git-flow: Remove 1.10.0

Package-Manager: portage-2.3.0

 dev-vcs/git-flow/Manifest               |  1 -
 dev-vcs/git-flow/git-flow-1.10.0.ebuild | 40 ---------------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-vcs/git-flow/Manifest b/dev-vcs/git-flow/Manifest
index 0d6a051..aafe026 100644
--- a/dev-vcs/git-flow/Manifest
+++ b/dev-vcs/git-flow/Manifest
@@ -1,4 +1,3 @@
-DIST git-flow-1.10.0.tar.gz 63175 SHA256 e9c25a500eec3ea6e537a811ed9063e567c5e310caa3ffb274950b744ffcb25a SHA512 5782298dc92a94d673f699fccaa2a00795888f35d613549a2048c84edc0a583bfa1dbf219539745f9c03a1f0cbe8bfcce4a0d9ff596eef397d989060d84b6b92 WHIRLPOOL 7884918c3ccefd76ef46c497ab88cc53d7f034d7ab5514e6bc0c3ae7e21c19778a761bfb111313507bdd31efe73c151eeb10ce268188bfc4f4b113d252a735e4
 DIST git-flow-1.10.2.tar.gz 63275 SHA256 09b9de0790276cbff2906c31193bdac859235a0cdfb56cedd13b4a1a4ee75065 SHA512 139e56eb872a3db271a0e7c65c8d55d2720c06646c2569f14d8e7485d3888918fa8390a95a9df48b4677c1a225367b5aeadf4e7705b9475c38f9e931ea45fe03 WHIRLPOOL 1cb551e9f3f71a5e7b205b57d4c216f3b9bc7afe622de6b6944183baeffdf3fdb59d6e0dd06afe5e06dc3c3c0d0bebf5aa08ce8a5151e1413b01ceec671a2552
 DIST git-flow-1.9.1.tar.gz 61800 SHA256 7692c77744663c5243cdd390bef0a621caee92dde228b50ef97149fc1b54780d SHA512 6245ff641452e72490b8d12610bc1352048efc2016000b9a6f466140e06c41b05a9fbea8ec192f106bb790b76b56babca8bb684a5128739873d2f7fafe48ad32 WHIRLPOOL 904867ecc1cd7f52dd48b839046df838f019aa9472b6e7202de562b70cac83203e10f0de7359279d619e4391d8ae3019ff9fa797a91d6b7ea0ed132c21ccaa60
 DIST git-flow-completion-0.5.2.tar.gz 7501 SHA256 7d11d82b9a3c25f7c7189ac61d21a4edb2432435d6138f092f49348bb17917df SHA512 500cb6163ebb2bf9b996dd5bcac00efa857badfc95ee1d633f2b16803c6baae7315a96c713107645e0971be4736fe1eef747dc773eb50da138551be4838c21b3 WHIRLPOOL 90eaf0d6adcc87369455129052cbcad9c153fe91892a0607fd311bb370a1004b9f85664d0fb06907369bc6bbe6a224a95981fa5d5518610fab2cade0d33c7957

diff --git a/dev-vcs/git-flow/git-flow-1.10.0.ebuild b/dev-vcs/git-flow/git-flow-1.10.0.ebuild
deleted file mode 100644
index abdb799..00000000
--- a/dev-vcs/git-flow/git-flow-1.10.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-MY_PN="${PN/-/}-avh"
-COMP_PN="${PN}-completion"
-COMP_PV="0.5.2"
-COMP_P="${COMP_PN}-${COMP_PV}"
-inherit bash-completion-r1
-
-DESCRIPTION="Git extensions to provide high-level repository operations"
-HOMEPAGE="https://github.com/petervanderdoes/gitflow-avh"
-SRC_URI="https://github.com/petervanderdoes/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
-https://github.com/petervanderdoes/${COMP_PN}/archive/${COMP_PV}.tar.gz -> ${COMP_P}.tar.gz"
-
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}
-	dev-vcs/git
-"
-
-DOCS=( AUTHORS Changes.mdown README.mdown )
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_compile() {
-	true
-}
-
-src_install() {
-	emake prefix="${D}/usr" install
-	einstalldocs
-	newbashcomp "${WORKDIR}/${COMP_P}/${COMP_PN}.bash" ${PN}
-}


             reply	other threads:[~2016-10-12 19:42 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-12 19:42 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-11  9:35 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-flow/ Marek Szuba
2021-08-11  0:02 Sam James
2021-07-25 22:56 Marek Szuba
2021-06-25 12:10 Marek Szuba
2021-06-16 13:21 Marek Szuba
2021-06-13 12:08 Marek Szuba
2021-06-12 13:42 David Seifert
2020-01-09 20:17 Johannes Huber
2020-01-09 11:49 Agostino Sarubbo
2020-01-06 13:06 Agostino Sarubbo
2019-06-30  8:36 Johannes Huber
2018-04-02 10:25 Johannes Huber
2018-03-30 18:35 Aaron Bauman
2017-06-05  8:51 Johannes Huber
2016-12-21 17:50 Johannes Huber
2016-12-21 17:50 Johannes Huber
2016-12-21 10:27 Tobias Klausmann
2016-10-12 19:42 Johannes Huber
2016-08-28 16:27 Johannes Huber
2016-08-03 17:59 Johannes Huber
2016-05-17 12:37 Johannes Huber
2016-05-17 12:37 Johannes Huber
2016-05-13 14:51 Agostino Sarubbo
2016-03-11 19:52 Johannes Huber
2016-01-09 13:51 Johannes Huber
2015-10-18 13:28 Mikle Kolyada
2015-08-26 10:43 Agostino Sarubbo
2015-08-15 22:15 Johannes Huber

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=1476301350.e14a73b6e64e7c110d5e07a0f45d039322a7722a.johu@gentoo \
    --to=johu@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