pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/py-anita Drop emulators/qemu0 support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/712bab7b5b52
branches:  trunk
changeset: 353410:712bab7b5b52
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Tue Oct 04 14:47:32 2016 +0000

description:
Drop emulators/qemu0 support

qemu0 is going to be removed from pkgsrc.

Bump PKGREVISION to 1

diffstat:

 misc/py-anita/Makefile   |  3 ++-
 misc/py-anita/options.mk |  8 ++------
 2 files changed, 4 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 7b45f25155d4 -r 712bab7b5b52 misc/py-anita/Makefile
--- a/misc/py-anita/Makefile    Tue Oct 04 14:37:13 2016 +0000
+++ b/misc/py-anita/Makefile    Tue Oct 04 14:47:32 2016 +0000
@@ -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/
 
diff -r 7b45f25155d4 -r 712bab7b5b52 misc/py-anita/options.mk
--- a/misc/py-anita/options.mk  Tue Oct 04 14:37:13 2016 +0000
+++ b/misc/py-anita/options.mk  Tue Oct 04 14:47:32 2016 +0000
@@ -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 @@
 # 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 @@
 
 .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