pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/py-anita
Module Name: pkgsrc
Committed By: kamil
Date: Tue Oct 4 14:47:32 UTC 2016
Modified Files:
pkgsrc/misc/py-anita: Makefile options.mk
Log Message:
Drop emulators/qemu0 support
qemu0 is going to be removed from pkgsrc.
Bump PKGREVISION to 1
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/misc/py-anita/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/misc/py-anita/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/py-anita/Makefile
diff -u pkgsrc/misc/py-anita/Makefile:1.42 pkgsrc/misc/py-anita/Makefile:1.43
--- pkgsrc/misc/py-anita/Makefile:1.42 Wed Sep 14 20:21:16 2016
+++ pkgsrc/misc/py-anita/Makefile Tue Oct 4 14:47:32 2016
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2016/09/14 20:21:16 gson Exp $
+# $NetBSD: Makefile,v 1.43 2016/10/04 14:47:32 kamil Exp $
DISTNAME= anita-1.40
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.gson.org/netbsd/anita/download/
Index: pkgsrc/misc/py-anita/options.mk
diff -u pkgsrc/misc/py-anita/options.mk:1.6 pkgsrc/misc/py-anita/options.mk:1.7
--- pkgsrc/misc/py-anita/options.mk:1.6 Tue Jul 22 18:18:43 2014
+++ pkgsrc/misc/py-anita/options.mk Tue Oct 4 14:47:32 2016
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2014/07/22 18:18:43 gson Exp $
+# $NetBSD: options.mk,v 1.7 2016/10/04 14:47:32 kamil Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-anita
PKG_SUPPORTED_OPTIONS= xen
@@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS= xen
# allowing anita to choose them dynamically. For now, they conflict,
# so don't permit both.
PKG_OPTIONS_OPTIONAL_GROUPS= qemu
-PKG_OPTIONS_GROUP.qemu= qemu-0 qemu
+PKG_OPTIONS_GROUP.qemu= qemu
PKG_SUGGESTED_OPTIONS=
# To run (but not to build), anita needs some way to run a virtual
@@ -21,10 +21,6 @@ PKG_SUGGESTED_OPTIONS=
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mqemu-0)
-DEPENDS+= qemu>=0.12.3nb2:../../emulators/qemu0
-.endif
-
.if !empty(PKG_OPTIONS:Mqemu)
# Some versions of qemu1/2 do not work reliably, see the anita(1)
# man page. Version 2.0.0nb4 or newer should work.
Home |
Main Index |
Thread Index |
Old Index