pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
trac-plugins-RoadmapHours: Rename to trac-plugins-RoadmapHours-svn
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Sat Sep 24 18:45:11 2016 +0200
Changeset: c2c63f71895a4f195ba7e77b79f0f34f1a019974
Modified Files:
Makefile
Added Files:
trac-plugins-RoadmapHours-svn/DESCR
trac-plugins-RoadmapHours-svn/Makefile
trac-plugins-RoadmapHours-svn/PLIST
Removed Files:
trac-plugins-RoadmapHours/DESCR
trac-plugins-RoadmapHours/Makefile
trac-plugins-RoadmapHours/PLIST
Log Message:
trac-plugins-RoadmapHours: Rename to trac-plugins-RoadmapHours-svn
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c2c63f71895a4f195ba7e77b79f0f34f1a019974
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 +-
trac-plugins-RoadmapHours-svn/DESCR | 5 +++++
trac-plugins-RoadmapHours-svn/Makefile | 39 ++++++++++++++++++++++++++++++++++
trac-plugins-RoadmapHours-svn/PLIST | 14 ++++++++++++
trac-plugins-RoadmapHours/DESCR | 5 -----
trac-plugins-RoadmapHours/Makefile | 39 ----------------------------------
trac-plugins-RoadmapHours/PLIST | 14 ------------
7 files changed, 59 insertions(+), 59 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 0ec6d4f..ea5d87e 100644
--- a/Makefile
+++ b/Makefile
@@ -4104,7 +4104,7 @@ SUBDIR+= trac-plugins-FullBlogNotification
SUBDIR+= trac-plugins-GitPlugin
SUBDIR+= trac-plugins-GraphViz-svn
SUBDIR+= trac-plugins-MasterTickets
-SUBDIR+= trac-plugins-RoadmapHours
+SUBDIR+= trac-plugins-RoadmapHours-svn
SUBDIR+= trac-plugins-SensitiveTickets
SUBDIR+= trac-plugins-TimingAndEstimation
SUBDIR+= trac-plugins-screenshots
diff --git a/trac-plugins-RoadmapHours-svn/DESCR b/trac-plugins-RoadmapHours-svn/DESCR
new file mode 100644
index 0000000..6255f24
--- /dev/null
+++ b/trac-plugins-RoadmapHours-svn/DESCR
@@ -0,0 +1,5 @@
+This plugin uses the custom ticket fields supplied by the
+TimingAndEstimationPlugin to provide a Ticket Group Stats Provider
+that can be used to show hours on the Roadmap and Milestone progress
+bars instead of the count of tickets. Note that this says 'instead';
+it really means instead.
diff --git a/trac-plugins-RoadmapHours-svn/Makefile b/trac-plugins-RoadmapHours-svn/Makefile
new file mode 100644
index 0000000..dc0737c
--- /dev/null
+++ b/trac-plugins-RoadmapHours-svn/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.5 2015/08/04 20:04:16 thomasklausner Exp $
+
+SVNVERSION= 4802
+# Eggs do not have the same name and do not include the SVN revision.
+EGG_VERSION= 0.5
+VERSION= ${EGG_VERSION}.${SVNVERSION}
+DISTNAME= TracRoadmapHours-${VERSION}
+EGG_NAME= RoadmapHours-${EGG_VERSION}
+PKGNAME= trac-plugins-RoadmapHours-${VERSION}
+# Empty to avoid default setting.
+PKGREVISION= 1
+CATEGORIES= www
+MASTER_SITES= # not defined
+
+MAINTAINER= gdt%NetBSD.org@localhost
+HOMEPAGE= https://trac-hacks.org/wiki/RoadmapHoursPlugin
+COMMENT= RoadmapHours plugin for Trac
+
+DEPENDS+= trac>=0.11:../../www/trac
+DEPENDS+= trac-plugins-TimingAndEstimation>=0.7.6:../../wip/trac-plugins-TimingAndEstimation
+
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # trac-plugins-TimingAndEstimation
+
+SVN_REPOSITORIES= plugin
+SVN_REPO.plugin= https://trac-hacks.org/svn/roadmaphoursplugin/0.11
+SVN_REVISION.plugin= ${SVNVERSION}
+
+NO_CHECKSUM= yes
+
+WRKSRC= ${WRKDIR}/plugin
+
+PRIVILEGED_STAGES+= clean
+
+post-extract:
+ find ${WRKSRC} -type d -name .svn -print | xargs rm -r
+
+.include "../../lang/python/egg.mk"
+.include "../../wip/mk/svn-package2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/trac-plugins-RoadmapHours-svn/PLIST b/trac-plugins-RoadmapHours-svn/PLIST
new file mode 100644
index 0000000..85f7793
--- /dev/null
+++ b/trac-plugins-RoadmapHours-svn/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.3 2010/12/16 16:13:33 lexort Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/roadmaphours/__init__.py
+${PYSITELIB}/roadmaphours/__init__.pyc
+${PYSITELIB}/roadmaphours/__init__.pyo
+${PYSITELIB}/roadmaphours/roadmaphours.py
+${PYSITELIB}/roadmaphours/roadmaphours.pyc
+${PYSITELIB}/roadmaphours/roadmaphours.pyo
diff --git a/trac-plugins-RoadmapHours/DESCR b/trac-plugins-RoadmapHours/DESCR
deleted file mode 100644
index 6255f24..0000000
--- a/trac-plugins-RoadmapHours/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-This plugin uses the custom ticket fields supplied by the
-TimingAndEstimationPlugin to provide a Ticket Group Stats Provider
-that can be used to show hours on the Roadmap and Milestone progress
-bars instead of the count of tickets. Note that this says 'instead';
-it really means instead.
diff --git a/trac-plugins-RoadmapHours/Makefile b/trac-plugins-RoadmapHours/Makefile
deleted file mode 100644
index dc0737c..0000000
--- a/trac-plugins-RoadmapHours/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2015/08/04 20:04:16 thomasklausner Exp $
-
-SVNVERSION= 4802
-# Eggs do not have the same name and do not include the SVN revision.
-EGG_VERSION= 0.5
-VERSION= ${EGG_VERSION}.${SVNVERSION}
-DISTNAME= TracRoadmapHours-${VERSION}
-EGG_NAME= RoadmapHours-${EGG_VERSION}
-PKGNAME= trac-plugins-RoadmapHours-${VERSION}
-# Empty to avoid default setting.
-PKGREVISION= 1
-CATEGORIES= www
-MASTER_SITES= # not defined
-
-MAINTAINER= gdt%NetBSD.org@localhost
-HOMEPAGE= https://trac-hacks.org/wiki/RoadmapHoursPlugin
-COMMENT= RoadmapHours plugin for Trac
-
-DEPENDS+= trac>=0.11:../../www/trac
-DEPENDS+= trac-plugins-TimingAndEstimation>=0.7.6:../../wip/trac-plugins-TimingAndEstimation
-
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # trac-plugins-TimingAndEstimation
-
-SVN_REPOSITORIES= plugin
-SVN_REPO.plugin= https://trac-hacks.org/svn/roadmaphoursplugin/0.11
-SVN_REVISION.plugin= ${SVNVERSION}
-
-NO_CHECKSUM= yes
-
-WRKSRC= ${WRKDIR}/plugin
-
-PRIVILEGED_STAGES+= clean
-
-post-extract:
- find ${WRKSRC} -type d -name .svn -print | xargs rm -r
-
-.include "../../lang/python/egg.mk"
-.include "../../wip/mk/svn-package2.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/trac-plugins-RoadmapHours/PLIST b/trac-plugins-RoadmapHours/PLIST
deleted file mode 100644
index 85f7793..0000000
--- a/trac-plugins-RoadmapHours/PLIST
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2010/12/16 16:13:33 lexort Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/roadmaphours/__init__.py
-${PYSITELIB}/roadmaphours/__init__.pyc
-${PYSITELIB}/roadmaphours/__init__.pyo
-${PYSITELIB}/roadmaphours/roadmaphours.py
-${PYSITELIB}/roadmaphours/roadmaphours.pyc
-${PYSITELIB}/roadmaphours/roadmaphours.pyo
Home |
Main Index |
Thread Index |
Old Index