pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Dec 24 15:55:04 UTC 2021

Modified Files:
        pkgsrc/devel/py-trytond: Makefile.common
        pkgsrc/doc: CHANGES-2021
        pkgsrc/meta-pkgs/py-tryton-platform: Makefile
        pkgsrc/time: Makefile
Removed Files:
        pkgsrc/time/py-trytond-calendar-todo: DESCR Makefile PLIST distinfo

Log Message:
py-trytond-calendar-todo: remove

This module does not exist for the latest trytond.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-trytond/Makefile.common
cvs rdiff -u -r1.6378 -r1.6379 pkgsrc/doc/CHANGES-2021
cvs rdiff -u -r1.13 -r1.14 pkgsrc/meta-pkgs/py-tryton-platform/Makefile
cvs rdiff -u -r1.224 -r1.225 pkgsrc/time/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/time/py-trytond-calendar-todo/DESCR \
    pkgsrc/time/py-trytond-calendar-todo/PLIST
cvs rdiff -u -r1.6 -r0 pkgsrc/time/py-trytond-calendar-todo/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/time/py-trytond-calendar-todo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-trytond/Makefile.common
diff -u pkgsrc/devel/py-trytond/Makefile.common:1.21 pkgsrc/devel/py-trytond/Makefile.common:1.22
--- pkgsrc/devel/py-trytond/Makefile.common:1.21        Fri Dec 24 15:50:45 2021
+++ pkgsrc/devel/py-trytond/Makefile.common     Fri Dec 24 15:55:03 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2021/12/24 15:50:45 wiz Exp $
+# $NetBSD: Makefile.common,v 1.22 2021/12/24 15:55:03 wiz Exp $
 
 # used by databases/py-trytond-ldap-authentication
 # used by devel/py-proteus/Makefile
@@ -103,7 +103,6 @@
 # used by security/py-trytond-authentication-sms/Makefile
 # used by time/py-trytond-calendar-classification/Makefile
 # used by time/py-trytond-calendar-scheduling/Makefile
-# used by time/py-trytond-calendar-todo/Makefile
 # used by time/py-trytond-calendar/Makefile
 # used by time/py-trytond-company-work-time/Makefile
 # used by time/py-trytond-timesheet-cost/Makefile
@@ -168,7 +167,6 @@ MODULE_REVISION.trytond_bank=                                       0
 MODULE_REVISION.trytond_calendar=                              1
 MODULE_REVISION.trytond_calendar_classification=               0
 MODULE_REVISION.trytond_calendar_scheduling=                   0
-MODULE_REVISION.trytond_calendar_todo=                         0
 MODULE_REVISION.trytond_carrier=                               0
 MODULE_REVISION.trytond_carrier_percentage=                    0
 MODULE_REVISION.trytond_carrier_weight=                                0

Index: pkgsrc/doc/CHANGES-2021
diff -u pkgsrc/doc/CHANGES-2021:1.6378 pkgsrc/doc/CHANGES-2021:1.6379
--- pkgsrc/doc/CHANGES-2021:1.6378      Fri Dec 24 15:50:45 2021
+++ pkgsrc/doc/CHANGES-2021     Fri Dec 24 15:55:03 2021
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2021,v 1.6378 2021/12/24 15:50:45 wiz Exp $
+$NetBSD: CHANGES-2021,v 1.6379 2021/12/24 15:55:03 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2021:
 
@@ -9539,3 +9539,4 @@ Changes to the packages collection and i
        Updated devel/py-trytond to 6.2.2 [mef 2021-12-22]
        Updated devel/gmp to 6.2.1nb2 [maya 2021-12-23]
        Removed misc/py-trytond-party-vcarddav [wiz 2021-12-24]
+       Removed time/py-trytond-calendar-todo [wiz 2021-12-24]

Index: pkgsrc/meta-pkgs/py-tryton-platform/Makefile
diff -u pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.13 pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.14
--- pkgsrc/meta-pkgs/py-tryton-platform/Makefile:1.13   Fri Dec 24 15:50:45 2021
+++ pkgsrc/meta-pkgs/py-tryton-platform/Makefile        Fri Dec 24 15:55:04 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/12/24 15:50:45 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2021/12/24 15:55:04 wiz Exp $
 #
 DISTNAME=      # empty
 PKGNAME=       ${PYPKGPREFIX}-tryton-platform-${TRYTON_BASEVER}
@@ -119,7 +119,6 @@ DEPENDS+=   ${PYPKGPREFIX}-trytond-stock-s
 DEPENDS+=      ${PYPKGPREFIX}-trytond-authentication-sms>=${TRYTON_BASEVER}:../../security/py-trytond-authentication-sms
 DEPENDS+=      ${PYPKGPREFIX}-trytond-calendar-classification>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-classification
 DEPENDS+=      ${PYPKGPREFIX}-trytond-calendar-scheduling>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-scheduling
-DEPENDS+=      ${PYPKGPREFIX}-trytond-calendar-todo>=${TRYTON_BASEVER}:../../time/py-trytond-calendar-todo
 DEPENDS+=      ${PYPKGPREFIX}-trytond-calendar>=${TRYTON_BASEVER}:../../time/py-trytond-calendar
 DEPENDS+=      ${PYPKGPREFIX}-trytond-company-work-time>=${TRYTON_BASEVER}:../../time/py-trytond-company-work-time
 DEPENDS+=      ${PYPKGPREFIX}-trytond-timesheet-cost>=${TRYTON_BASEVER}:../../time/py-trytond-timesheet-cost

Index: pkgsrc/time/Makefile
diff -u pkgsrc/time/Makefile:1.224 pkgsrc/time/Makefile:1.225
--- pkgsrc/time/Makefile:1.224  Tue Dec 14 10:34:07 2021
+++ pkgsrc/time/Makefile        Fri Dec 24 15:55:04 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.224 2021/12/14 10:34:07 nia Exp $
+# $NetBSD: Makefile,v 1.225 2021/12/24 15:55:04 wiz Exp $
 #
 
 COMMENT=       Clocks, calendars, daily planners and other time related applications
@@ -170,7 +170,6 @@ SUBDIR+=    py-trading-calendars
 SUBDIR+=       py-trytond-calendar
 SUBDIR+=       py-trytond-calendar-classification
 SUBDIR+=       py-trytond-calendar-scheduling
-SUBDIR+=       py-trytond-calendar-todo
 SUBDIR+=       py-trytond-company-work-time
 SUBDIR+=       py-trytond-timesheet
 SUBDIR+=       py-trytond-timesheet-cost



Home | Main Index | Thread Index | Old Index