pkgsrc-WIP-changes archive

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

Drop mupen64, it's obsoleted by mupen64plus



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Mon May 25 13:47:46 2020 +0100
Changeset:	a428eaf883b486b59bc84f568ee4a51d9ab56ce1

Modified Files:
	Makefile
Removed Files:
	mupen64/DESCR
	mupen64/Makefile

Log Message:
Drop mupen64, it's obsoleted by mupen64plus

(I meant to do this in a previous commit where I removed the
plugins but missed it).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a428eaf883b486b59bc84f568ee4a51d9ab56ce1

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

diffstat:
 Makefile         |  1 -
 mupen64/DESCR    |  4 ----
 mupen64/Makefile | 23 -----------------------
 3 files changed, 28 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index cb5e618a58..fdf5d0d249 100644
--- a/Makefile
+++ b/Makefile
@@ -2263,7 +2263,6 @@ SUBDIR+=	munin-common
 SUBDIR+=	munin-master
 SUBDIR+=	munin-node
 SUBDIR+=	muparser
-SUBDIR+=	mupen64
 SUBDIR+=	mupen64plus
 SUBDIR+=	mupen64plus-extraplugins
 SUBDIR+=	muscle
diff --git a/mupen64/DESCR b/mupen64/DESCR
deleted file mode 100644
index fd076034e3..0000000000
--- a/mupen64/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Mupen64 is a Nintendo 64 emulator designed to be multi-OS. It has been
-developed on/for Linux originally but the emulator has already been ported
-successfully on Windows and Mac OS X for example. Actually the program can be
-easily ported on all OS supported by the SDL library.
diff --git a/mupen64/Makefile b/mupen64/Makefile
deleted file mode 100644
index 4a2ed92549..0000000000
--- a/mupen64/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2008/07/11 03:37:09 dillo Exp $
-#
-
-DISTNAME=	# empty
-PKGNAME=	mupen64-0.3
-CATEGORIES=	meta-pkgs emulators
-MASTER_SITES=	# empty
-DISTFILES=	# empty
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://mupen64.emulation64.com/
-COMMENT=	Free Nintendo 64(TM) emulator for unix-like OS
-LICENSE=	gnu-gpl-v2
-
-META_PACKAGE=	yes
-
-DEPENDS=	mupen64-base>=0.3:../../wip/mupen64-base
-DEPENDS+=	mupen64-plugin-input-[0-9]*:../../wip/mupen64-plugin-input
-DEPENDS+=	mupen64-plugin-rsp-[0-9]*:../../wip/mupen64-plugin-rsp
-DEPENDS+=	mupen64-plugin-sound-[0-9]*:../../wip/mupen64-plugin-sound
-DEPENDS+=	mupen64-plugin-video-[0-9]*:../../wip/mupen64-plugin-video
-
-.include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index