aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2015-08-07 20:25:42 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2015-08-13 12:35:56 +0000
commit8dfb6a9983923615147acff2f8f69962f3c3f4d1 (patch)
tree67b2494284f04d46289cd9c9ba98a5b92afd911a
parent66e8e429523d4dbfc03335923d9b157f53f3f7b5 (diff)
downloadaports-8dfb6a9983923615147acff2f8f69962f3c3f4d1.tar.bz2
aports-8dfb6a9983923615147acff2f8f69962f3c3f4d1.tar.xz
git-manpages: remove package, replaced by git-doc
First of all git-manpages is outdated and furthermore all man pages shipped by this page are also shipped by git-doc except for the fact that the git-manpages man pages are not compressed. If you disagree with the removal of this package than at least make this package a subpackage of the git package.
-rw-r--r--main/git-manpages/APKBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/main/git-manpages/APKBUILD b/main/git-manpages/APKBUILD
deleted file mode 100644
index 718d859928..0000000000
--- a/main/git-manpages/APKBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-# Contributor: Łukasz Jendrysik <scadu@yandex.com>
-# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
-# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
-pkgname=git-manpages
-pkgver=1.9.0
-pkgrel=0
-pkgdesc="Manuals for git"
-url="http://www.git-scm.com"
-arch="noarch"
-license="GPL2"
-depends=
-depends_dev=
-source="http://git-core.googlecode.com/files/git-manpages-$pkgver.tar.gz"
-
-package() {
- mkdir -p "$pkgdir"/usr/man
- cp -r "$srcdir"/man* "$pkgdir"/usr/man
-}
-
-md5sums="a7c78336e2d3f9a0f5fc120c16fabcba git-manpages-1.9.0.tar.gz"
-sha256sums="a51e2b64a8adde39e774f052843e0f513b5d3318492b515e752e339b0d3a85c7 git-manpages-1.9.0.tar.gz"
-sha512sums="eae17ced4bbd866a8ce7fb5e03cfbbbae1f325074936b63ee6778719cae00935514c7db9a9e747bbb29a3d0cf8cde65717d096899ead7e2468e6609115df5594 git-manpages-1.9.0.tar.gz"