pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
delete bicho
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Fri Nov 27 19:02:21 2015 +0100
Changeset: f343302b428636721b0ffb403c7aa65575f932ce
Removed Files:
bicho/DESCR
bicho/Makefile
bicho/PLIST
bicho/distinfo
Log Message:
delete bicho
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f343302b428636721b0ffb403c7aa65575f932ce
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bicho/DESCR | 5 -----
bicho/Makefile | 34 ----------------------------------
bicho/PLIST | 43 -------------------------------------------
bicho/distinfo | 5 -----
4 files changed, 87 deletions(-)
diffs:
diff --git a/bicho/DESCR b/bicho/DESCR
deleted file mode 100644
index 0460fef..0000000
--- a/bicho/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Bicho is a command line based tool used to analyze bug tracking systems.
-It creates a database with three tables. Bugs, which contains general
-information about bugs; Comments, which contains information about each comment
-found in the BTS; and Attachments, wich contains information about each
-attachment found. Also, each Comment and Attachment are associated with a Bug.
diff --git a/bicho/Makefile b/bicho/Makefile
deleted file mode 100644
index 0d777c8..0000000
--- a/bicho/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2012/09/24 17:14:31 asau Exp $
-#
-
-DISTNAME= bicho-0.3
-CATEGORIES= devel
-MASTER_SITES= http://forge.morfeo-project.org/frs/download.php/488/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= jihbed.research%gmail.com@localhost
-HOMEPAGE= http://tools.libresoft.es/bicho
-COMMENT= Bug tracking system tool analyzer
-LICENSE= gnu-gpl-v2
-
-DEPENDS= ${PYPKGPREFIX}-storm>=0.16.0:../../wip/py-storm
-
-GNU_CONFIGURE= yes
-USE_TOOLS+= gmake
-USE_LANGUAGES= # none
-
-PY_PATCHPLIST= yes
-CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
-
-REPLACE_PYTHON+= bicho.in
-
-DOCDIR= ${PREFIX}/share/doc/bicho
-
-INSTALLATION_DIRS= ${DOCDIR}
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/bicho/PLIST b/bicho/PLIST
deleted file mode 100644
index 58175dd..0000000
--- a/bicho/PLIST
+++ /dev/null
@@ -1,43 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/06/02 15:47:14 jihbed Exp $
-bin/bicho
-${PYSITELIB}/Bicho/Bicho.py
-${PYSITELIB}/Bicho/Bicho.pyc
-${PYSITELIB}/Bicho/Bicho.pyo
-${PYSITELIB}/Bicho/Bug.py
-${PYSITELIB}/Bicho/Bug.pyc
-${PYSITELIB}/Bicho/Bug.pyo
-${PYSITELIB}/Bicho/SqlBug.py
-${PYSITELIB}/Bicho/SqlBug.pyc
-${PYSITELIB}/Bicho/SqlBug.pyo
-${PYSITELIB}/Bicho/__init__.py
-${PYSITELIB}/Bicho/__init__.pyc
-${PYSITELIB}/Bicho/__init__.pyo
-${PYSITELIB}/Bicho/backends/HTMLParser.py
-${PYSITELIB}/Bicho/backends/HTMLParser.pyc
-${PYSITELIB}/Bicho/backends/HTMLParser.pyo
-${PYSITELIB}/Bicho/backends/HTMLUtils.py
-${PYSITELIB}/Bicho/backends/HTMLUtils.pyc
-${PYSITELIB}/Bicho/backends/HTMLUtils.pyo
-${PYSITELIB}/Bicho/backends/ParserSFBugs.py
-${PYSITELIB}/Bicho/backends/ParserSFBugs.pyc
-${PYSITELIB}/Bicho/backends/ParserSFBugs.pyo
-${PYSITELIB}/Bicho/backends/__init__.py
-${PYSITELIB}/Bicho/backends/__init__.pyc
-${PYSITELIB}/Bicho/backends/__init__.pyo
-${PYSITELIB}/Bicho/backends/bg.py
-${PYSITELIB}/Bicho/backends/bg.pyc
-${PYSITELIB}/Bicho/backends/bg.pyo
-${PYSITELIB}/Bicho/backends/sf.py
-${PYSITELIB}/Bicho/backends/sf.pyc
-${PYSITELIB}/Bicho/backends/sf.pyo
-${PYSITELIB}/Bicho/bicho.conf
-${PYSITELIB}/Bicho/config.py
-${PYSITELIB}/Bicho/config.pyc
-${PYSITELIB}/Bicho/config.pyo
-${PYSITELIB}/Bicho/main.py
-${PYSITELIB}/Bicho/main.pyc
-${PYSITELIB}/Bicho/main.pyo
-${PYSITELIB}/Bicho/utils.py
-${PYSITELIB}/Bicho/utils.pyc
-${PYSITELIB}/Bicho/utils.pyo
-share/doc/bicho/README
diff --git a/bicho/distinfo b/bicho/distinfo
deleted file mode 100644
index 93917e3..0000000
--- a/bicho/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/06/02 15:47:14 jihbed Exp $
-
-SHA1 (bicho-0.3.tar.bz2) = 003a15d3c6767f3b48d6b1eeb605b94ae54b0c20
-RMD160 (bicho-0.3.tar.bz2) = 769a1964e52dcb697cdc3a17cdc9521e341e8ead
-Size (bicho-0.3.tar.bz2) = 71672 bytes
Home |
Main Index |
Thread Index |
Old Index