summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-14 16:19:35 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-14 16:19:35 -0500
commit9bcc5e28ccec49264c12e530f90c25f085f21b7e (patch)
treea8a2597a536cfc030cbbbf1665507d5cc8c6a2a7
parent267cec93a00546f95b48fff024e2d2acd9592125 (diff)
downloadabslibre-9bcc5e28ccec49264c12e530f90c25f085f21b7e.tar.gz
abslibre-9bcc5e28ccec49264c12e530f90c25f085f21b7e.tar.bz2
abslibre-9bcc5e28ccec49264c12e530f90c25f085f21b7e.zip
Removing gitflow. Use gitflow-avh instead
-rw-r--r--pcr/gitflow/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/pcr/gitflow/PKGBUILD b/pcr/gitflow/PKGBUILD
deleted file mode 100644
index edd6d2a55..000000000
--- a/pcr/gitflow/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Maintainer (Arch): Techlive Zheng <techlivezheng@gmail.com>
-# Contributor (Arch): Ernie Brodeur <ebrodeur@ujami.net>
-
-pkgname=gitflow
-pkgver=0.4.1
-pkgrel=3
-pkgdesc='Extend git with the Gitflow branching model.'
-arch=('any')
-url='https://github.com/nvie/gitflow'
-license=('BSD')
-depends=('git' 'shflags')
-source=("https://github.com/nvie/gitflow/tarball/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('adc7a52512052938a9b42ac8bd7d91dd')
-
-prepare() {
- cd $srcdir/`find . -maxdepth 1 -type d -name nvie\*`
- sed -i "s:\$GITFLOW_DIR/gitflow-shFlags:/usr/share/lib/shflags/shflags.sh:" git-flow
-}
-
-package() {
- cd $srcdir/`find . -maxdepth 1 -type d -name nvie\*`
-
- install -d -m 0755 $pkgdir/usr/lib/git-core
- install -m 0755 git-flow $pkgdir/usr/lib/git-core
- install -m 0644 git-flow-feature \
- git-flow-hotfix \
- git-flow-release \
- git-flow-support \
- git-flow-version \
- git-flow-init \
- gitflow-common \
- $pkgdir/usr/lib/git-core/
-}
-md5sums=('adc7a52512052938a9b42ac8bd7d91dd')