mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
Step 2: base tools: minix/git-review
This commit is contained in:
parent
99dca02a6f
commit
e8ddeef897
@ -7,7 +7,7 @@ COMMENT= Minix specific packages
|
||||
# For current state, please see branch 3.3.0-dev
|
||||
#SUBDIR+= dde-linux26
|
||||
#SUBDIR+= dde-linux26-usb-drivers
|
||||
#SUBDIR+= git-review
|
||||
SUBDIR+= git-review
|
||||
#SUBDIR+= netdrv_tg3
|
||||
#SUBDIR+= stp
|
||||
|
||||
|
5
minix/git-review/DESCR
Normal file
5
minix/git-review/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
A git command for submitting branches to Gerrit
|
||||
|
||||
git-review is a tool that helps submitting git branches to gerrit for
|
||||
review.
|
||||
|
20
minix/git-review/Makefile
Normal file
20
minix/git-review/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $NetBSD$
|
||||
#
|
||||
DISTNAME= git-review-1.21
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.minix3.org/distfiles-minix/
|
||||
|
||||
MAINTAINER= Kees Jongenburger <keesj@minix3.org>
|
||||
HOMEPAGE= http://www.minix3.org/distfiles-minix/
|
||||
COMMENT= A git command for submitting branches to Gerrit
|
||||
LICENSE= apache-2.0
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-setuptools>=0.6c9:../../devel/py-setuptools
|
||||
PYTHON_VERSIONS_ACCEPTED= 27
|
||||
PYDISTUTILSPKG=yes
|
||||
REPLACE_PYTHON= *.py
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
8
minix/git-review/PLIST
Normal file
8
minix/git-review/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $NetBSD$
|
||||
bin/git-review
|
||||
${PYSITELIB}/git_review-${PKGVERSION}-py2.7.egg-info/PKG-INFO
|
||||
${PYSITELIB}/git_review-${PKGVERSION}-py2.7.egg-info/SOURCES.txt
|
||||
${PYSITELIB}/git_review-${PKGVERSION}-py2.7.egg-info/dependency_links.txt
|
||||
${PYSITELIB}/git_review-${PKGVERSION}-py2.7.egg-info/requires.txt
|
||||
${PYSITELIB}/git_review-${PKGVERSION}-py2.7.egg-info/top_level.txt
|
||||
man/man1/git-review.1
|
5
minix/git-review/distinfo
Normal file
5
minix/git-review/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
$NetBSD$
|
||||
|
||||
SHA1 (git-review-1.21.tar.gz) = 1793f7ba52e12b432adfb3b372940f187675fb02
|
||||
RMD160 (git-review-1.21.tar.gz) = dfb2afb13d60d688b5c067a9b70e994421546e4d
|
||||
Size (git-review-1.21.tar.gz) = 184928 bytes
|
Loading…
x
Reference in New Issue
Block a user