diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-27 09:34:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-27 09:34:06 +0000 |
commit | 223c8c5eaf9f6be53e40c566b7aac60d64a777f9 (patch) | |
tree | c090dfe3aa2079ed71b0e03aa3d357909edbb28b | |
parent | ff20a96edd5b91c1c2f5456539554c7dab1618a9 (diff) | |
download | pkgsrc-223c8c5eaf9f6be53e40c566b7aac60d64a777f9.tar.gz |
Remove hg-git, keep py-hg-git.
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/hg-git/DESCR | 2 | ||||
-rw-r--r-- | devel/hg-git/Makefile | 21 | ||||
-rw-r--r-- | devel/hg-git/PLIST | 43 | ||||
-rw-r--r-- | devel/hg-git/distinfo | 5 |
5 files changed, 1 insertions, 73 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0ddf6d64a40..3f2923f13c9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2126 2015/07/23 07:02:02 jnemeth Exp $ +# $NetBSD: Makefile,v 1.2127 2015/07/27 09:34:06 wiz Exp $ # COMMENT= Development utilities @@ -305,7 +305,6 @@ SUBDIR+= hdf5-c++ SUBDIR+= heirloom-getopt SUBDIR+= heirloom-libcommon SUBDIR+= heirloom-what -SUBDIR+= hg-git SUBDIR+= hoe SUBDIR+= hptools SUBDIR+= hs-MonadRandom diff --git a/devel/hg-git/DESCR b/devel/hg-git/DESCR deleted file mode 100644 index 2bcf6bd0004..00000000000 --- a/devel/hg-git/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -hg-git is a Mercurial plugin. It adds the ability to push to and pull -from a Git repository from Mercurial. diff --git a/devel/hg-git/Makefile b/devel/hg-git/Makefile deleted file mode 100644 index fb2d2bad31b..00000000000 --- a/devel/hg-git/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: Makefile,v 1.19 2015/06/03 12:53:56 taca Exp $ - -DISTNAME= hg-git-0.8.1 -CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_LOCAL} -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= joerg@NetBSD.org -HOMEPAGE= http://hg-git.github.com/ -COMMENT= Git plugin for Mercurial -LICENSE= gnu-gpl-v2 - -DEPENDS+= ${PYPKGPREFIX}-dulwich>=0.8.6:../../devel/py-dulwich -DEPENDS+= mercurial>=1.9.4:../../devel/mercurial - -WRKSRC= ${WRKDIR}/durin42-hg-git-e6489cf3fe8c -USE_LANGUAGES= #none -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-dulwich - -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/hg-git/PLIST b/devel/hg-git/PLIST deleted file mode 100644 index 48d33d6a6fa..00000000000 --- a/devel/hg-git/PLIST +++ /dev/null @@ -1,43 +0,0 @@ -@comment $NetBSD: PLIST,v 1.6 2015/06/03 12:53:56 taca Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/hggit/__init__.py -${PYSITELIB}/hggit/__init__.pyc -${PYSITELIB}/hggit/__init__.pyo -${PYSITELIB}/hggit/_ssh.py -${PYSITELIB}/hggit/_ssh.pyc -${PYSITELIB}/hggit/_ssh.pyo -${PYSITELIB}/hggit/compat.py -${PYSITELIB}/hggit/compat.pyc -${PYSITELIB}/hggit/compat.pyo -${PYSITELIB}/hggit/git2hg.py -${PYSITELIB}/hggit/git2hg.pyc -${PYSITELIB}/hggit/git2hg.pyo -${PYSITELIB}/hggit/git_handler.py -${PYSITELIB}/hggit/git_handler.pyc -${PYSITELIB}/hggit/git_handler.pyo -${PYSITELIB}/hggit/gitdirstate.py -${PYSITELIB}/hggit/gitdirstate.pyc -${PYSITELIB}/hggit/gitdirstate.pyo -${PYSITELIB}/hggit/gitrepo.py -${PYSITELIB}/hggit/gitrepo.pyc -${PYSITELIB}/hggit/gitrepo.pyo -${PYSITELIB}/hggit/help/git.rst -${PYSITELIB}/hggit/hg2git.py -${PYSITELIB}/hggit/hg2git.pyc -${PYSITELIB}/hggit/hg2git.pyo -${PYSITELIB}/hggit/hgrepo.py -${PYSITELIB}/hggit/hgrepo.pyc -${PYSITELIB}/hggit/hgrepo.pyo -${PYSITELIB}/hggit/overlay.py -${PYSITELIB}/hggit/overlay.pyc -${PYSITELIB}/hggit/overlay.pyo -${PYSITELIB}/hggit/util.py -${PYSITELIB}/hggit/util.pyc -${PYSITELIB}/hggit/util.pyo -${PYSITELIB}/hggit/verify.py -${PYSITELIB}/hggit/verify.pyc -${PYSITELIB}/hggit/verify.pyo diff --git a/devel/hg-git/distinfo b/devel/hg-git/distinfo deleted file mode 100644 index 59fdd760d79..00000000000 --- a/devel/hg-git/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.8 2015/06/03 12:53:56 taca Exp $ - -SHA1 (hg-git-0.8.1.tar.bz2) = dfa8eb416f3e5348abb27f18398a9ca742396eab -RMD160 (hg-git-0.8.1.tar.bz2) = 38f73bf423d1883ae5a8a449db561ac4cdc177d0 -Size (hg-git-0.8.1.tar.bz2) = 86146 bytes |