Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/johu:master commit in: dev-vcs/git-flow/, dev-vcs/git-flow/files/
Date: Sat, 22 Mar 2014 15:55:49
Message-Id: 1395503721.01b316336226e0e182f829518ed69d124a488cb0.johu@gentoo
1 commit: 01b316336226e0e182f829518ed69d124a488cb0
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 22 15:55:21 2014 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 22 15:55:21 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/johu.git;a=commit;h=01b31633
7
8 [dev-vcs/git-flow] Moved to tree
9
10 ---
11 dev-vcs/git-flow/Manifest | 2 -
12 .../files/git-flow-0.4.1-unbundle-shflags.patch | 32 --------------
13 dev-vcs/git-flow/git-flow-0.4.1.ebuild | 51 ----------------------
14 dev-vcs/git-flow/metadata.xml | 11 -----
15 4 files changed, 96 deletions(-)
16
17 diff --git a/dev-vcs/git-flow/Manifest b/dev-vcs/git-flow/Manifest
18 deleted file mode 100644
19 index 16e9584..0000000
20 --- a/dev-vcs/git-flow/Manifest
21 +++ /dev/null
22 @@ -1,2 +0,0 @@
23 -DIST git-flow-0.4.1.tar.gz 16732 SHA256 c1271b0ba2c6655e4ad4d79562f6a910c3b884f3d4e16985e227e67f8d95c180 SHA512 f86edb2867ed55127a34c711f5e6b11daeb6a738e92005fe27879c9ede40cb4130ff1de35e9f69560c4c845e063a8d2c1a76ad52eb5eacb7312a087f77d2698b WHIRLPOOL 9ad859237cab91209acfa87ddcc70f975af1b5816e202f8b867de903e05a755174803e286a5e8d595edb1612b7b321f7fe21b405fb388b8bef155ece82cb4ccf
24 -DIST git-flow-completion-0.4.2.2.tar.gz 5421 SHA256 1e82d039596c0e73bfc8c59d945ded34e4fce777d9b9bb45c3586ee539048ab9 SHA512 609653b6eaedabc4f31bb19d93b50bc48746876a2c351f139b79b48599104d49ba281400e8708a83411610cf57ce08a9ae941b0611216c11d80f8c01e0fa8409 WHIRLPOOL 9d2f4ec100932c2e349924620a4dbe3a98e9b6d93fcfbeb0ee065e13873da74af8e059dae5acf158088c541bfdb3aa49446ee789576aab5532e8322ab9530c15
25
26 diff --git a/dev-vcs/git-flow/files/git-flow-0.4.1-unbundle-shflags.patch b/dev-vcs/git-flow/files/git-flow-0.4.1-unbundle-shflags.patch
27 deleted file mode 100644
28 index 93ecb72..0000000
29 --- a/dev-vcs/git-flow/files/git-flow-0.4.1-unbundle-shflags.patch
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -diff --git a/Makefile b/Makefile
33 -index fbbfd2c..b0e2490 100644
34 ---- a/Makefile
35 -+++ b/Makefile
36 -@@ -40,14 +40,12 @@ SCRIPT_FILES+=git-flow-release
37 - SCRIPT_FILES+=git-flow-support
38 - SCRIPT_FILES+=git-flow-version
39 - SCRIPT_FILES+=gitflow-common
40 --SCRIPT_FILES+=gitflow-shFlags
41 -
42 - all:
43 - @echo "usage: make install"
44 - @echo " make uninstall"
45 -
46 - install:
47 -- @test -f gitflow-shFlags || (echo "Run 'git submodule init && git submodule update' first." ; exit 1 )
48 - install -d -m 0755 $(prefix)/bin
49 - install -m 0755 $(EXEC_FILES) $(prefix)/bin
50 - install -m 0644 $(SCRIPT_FILES) $(prefix)/bin
51 -diff --git a/git-flow b/git-flow
52 -index 93e9f0f..7b643d3 100755
53 ---- a/git-flow
54 -+++ b/git-flow
55 -@@ -78,7 +78,7 @@ main() {
56 - export POSIXLY_CORRECT=1
57 -
58 - # use the shFlags project to parse the command line arguments
59 -- . "$GITFLOW_DIR/gitflow-shFlags"
60 -+ . /usr/share/misc/shflags
61 - FLAGS_PARENT="git flow"
62 - FLAGS "$@" || exit $?
63 - eval set -- "${FLAGS_ARGV}"
64
65 diff --git a/dev-vcs/git-flow/git-flow-0.4.1.ebuild b/dev-vcs/git-flow/git-flow-0.4.1.ebuild
66 deleted file mode 100644
67 index 750407d..0000000
68 --- a/dev-vcs/git-flow/git-flow-0.4.1.ebuild
69 +++ /dev/null
70 @@ -1,51 +0,0 @@
71 -# Copyright 1999-2014 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -# $Header: $
74 -
75 -EAPI=5
76 -
77 -MY_PN="${PN/-/}"
78 -COMP_PN="${PN}-completion"
79 -COMP_PV="0.4.2.2"
80 -COMP_P="${COMP_PN}-${COMP_PV}"
81 -inherit eutils bash-completion-r1
82 -
83 -DESCRIPTION="Git extensions to provide high-level repository operations for Vincent Driessen's branching model"
84 -HOMEPAGE="https://github.com/nvie/gitflow"
85 -SRC_URI="https://github.com/nvie/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
86 -https://github.com/bobthecow/${COMP_PN}/archive/${COMP_PV}.tar.gz -> ${COMP_P}.tar.gz"
87 -
88 -LICENSE="BSD MIT"
89 -SLOT="0"
90 -KEYWORDS="~amd64 ~x86"
91 -IUSE=""
92 -
93 -DEPEND=""
94 -RDEPEND="${DEPEND}
95 - dev-util/shflags
96 - dev-vcs/git
97 -"
98 -
99 -DOCS=( AUTHORS Changes.mdown README.mdown )
100 -
101 -PATCHES=( "${FILESDIR}/${P}-unbundle-shflags.patch" )
102 -
103 -S="${WORKDIR}/${MY_PN}-${PV}"
104 -
105 -src_prepare() {
106 - [[ ${PATCHES[@]} ]] && epatch "${PATCHES[@]}"
107 - debug-print "$FUNCNAME: applying user patches"
108 - epatch_user
109 -}
110 -
111 -src_compile() {
112 - true
113 -}
114 -
115 -src_install() {
116 - emake prefix="${D}/usr" install
117 -
118 - [[ ${DOCS[@]} ]] && dodoc "${DOCS[@]}"
119 -
120 - newbashcomp "${WORKDIR}/${COMP_P}/${COMP_PN}.bash" ${PN}
121 -}
122
123 diff --git a/dev-vcs/git-flow/metadata.xml b/dev-vcs/git-flow/metadata.xml
124 deleted file mode 100644
125 index 4f5a42e..0000000
126 --- a/dev-vcs/git-flow/metadata.xml
127 +++ /dev/null
128 @@ -1,11 +0,0 @@
129 -<?xml version="1.0" encoding="UTF-8"?>
130 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
131 -<pkgmetadata>
132 - <maintainer>
133 - <email>johu@g.o</email>
134 - <name>Johannes Huber</name>
135 - </maintainer>
136 - <upstream>
137 - <remote-id type="github">nvie/gitflow</remote-id>
138 - </upstream>
139 -</pkgmetadata>