Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xnp2: remove package
@ 2022-08-02 21:45 paper42
  2022-08-04 13:47 ` hazen2215
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: paper42 @ 2022-08-02 21:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There is a new pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages remove-xnp2
https://github.com/void-linux/void-packages/pull/38442

xnp2: remove package
gtk2, dead upstream

A patch file from https://github.com/void-linux/void-packages/pull/38442.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-remove-xnp2-38442.patch --]
[-- Type: text/x-diff, Size: 3454 bytes --]

From ee9cfb4f1bc9d683b00a96305511db2f664c599c Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Tue, 2 Aug 2022 18:44:15 +0200
Subject: [PATCH] xnp2: remove package

gtk2, dead upstream
---
 srcpkgs/removed-packages/template           |  1 +
 srcpkgs/xnp2/INSTALL.msg                    |  7 ------
 srcpkgs/xnp2/patches/define_cplusplus.patch | 17 -------------
 srcpkgs/xnp2/template                       | 27 ---------------------
 srcpkgs/xnp2/update                         |  1 -
 5 files changed, 1 insertion(+), 52 deletions(-)
 delete mode 100644 srcpkgs/xnp2/INSTALL.msg
 delete mode 100644 srcpkgs/xnp2/patches/define_cplusplus.patch
 delete mode 100644 srcpkgs/xnp2/template
 delete mode 100644 srcpkgs/xnp2/update

diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index bd079be17aef..063efa0fb49c 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -416,6 +416,7 @@ replaces="
  xlennart<=1.1.1_1
  xmonad-contrib<=0.16_3
  xmonad<=0.15_5
+ xnp2<=0.86_2
  xnoise-devel<=0.2.21_4
  xnoise<=0.2.21_4
  yt-play<=20140117_2
diff --git a/srcpkgs/xnp2/INSTALL.msg b/srcpkgs/xnp2/INSTALL.msg
deleted file mode 100644
index 53fc91ec76da..000000000000
--- a/srcpkgs/xnp2/INSTALL.msg
+++ /dev/null
@@ -1,7 +0,0 @@
-The following packages are not required for operation, but are necessary
-to support extra features:
-
-SDL2       Required when using sound and joystick.
-SDL2_mixer Required when playing PCM such as floppy seek sound.
-libXxf86vm Required when using full screen function to change screen resolution.
-libusb     Required when supporting C86 BOX.
diff --git a/srcpkgs/xnp2/patches/define_cplusplus.patch b/srcpkgs/xnp2/patches/define_cplusplus.patch
deleted file mode 100644
index 12b24c90bb28..000000000000
--- a/srcpkgs/xnp2/patches/define_cplusplus.patch
+++ /dev/null
@@ -1,17 +0,0 @@
---- a/x11/compiler.h.old	2018-02-02 17:00:29.174895866 +0000
-+++ b/x11/compiler.h	2018-02-02 17:00:41.199160781 +0000
-@@ -117,12 +117,14 @@
- #define	MAX_PATH	MAXPATHLEN
- #endif
- 
-+#ifndef __cplusplus
- #ifndef	max
- #define	max(a,b)	(((a) > (b)) ? (a) : (b))
- #endif
- #ifndef	min
- #define	min(a,b)	(((a) < (b)) ? (a) : (b))
- #endif
-+#endif /* __cplusplus */
- 
- #ifndef	ZeroMemory
- #define	ZeroMemory(d,n)		memset((d), 0, (n))
diff --git a/srcpkgs/xnp2/template b/srcpkgs/xnp2/template
deleted file mode 100644
index 7ae496fc224e..000000000000
--- a/srcpkgs/xnp2/template
+++ /dev/null
@@ -1,27 +0,0 @@
-# Template file for 'xnp2'
-pkgname=xnp2
-version=0.86
-revision=2
-build_wrksrc=x11
-build_style=gnu-configure
-configure_args="--enable-ia32 --enable-build-all"
-hostmakedepends="pkg-config nasm"
-makedepends="gtk+-devel SDL2-devel"
-short_desc="Port for UNIX with X11 of the Neko Project II PC-9801 emulator"
-maintainer="hipperson0 <hipperson0@gmail.com>"
-license="BSD-2-Clause"
-homepage="https://www.nonakap.org/np2"
-distfiles="https://www.nonakap.org/np2/release/xnp2-${version}.tar.bz2"
-checksum=e0b8c93f54682a4b3373907fd9ffe78094f95f7430dffc5038eccbcc4c3f78fd
-
-do_install() {
-	vbin xnp2
-	vbin xnp21
-	vman xnp2.1
-	vman xnp2.1j
-	vman xnp21.1
-	vman xnp21.1j
-	vdoc README.ja
-	sed '/\*\//q' main.c > LICENSE
-	vlicense LICENSE
-}
diff --git a/srcpkgs/xnp2/update b/srcpkgs/xnp2/update
deleted file mode 100644
index 04584df73d29..000000000000
--- a/srcpkgs/xnp2/update
+++ /dev/null
@@ -1 +0,0 @@
-ignore="20140607"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xnp2: remove package
  2022-08-02 21:45 [PR PATCH] xnp2: remove package paper42
@ 2022-08-04 13:47 ` hazen2215
  2022-08-04 14:01 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: hazen2215 @ 2022-08-04 13:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 181 bytes --]

New comment by hazen2215 on void-packages repository

https://github.com/void-linux/void-packages/pull/38442#issuecomment-1205282156

Comment:
is there alternative PC-9801 emulator

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xnp2: remove package
  2022-08-02 21:45 [PR PATCH] xnp2: remove package paper42
  2022-08-04 13:47 ` hazen2215
@ 2022-08-04 14:01 ` classabbyamp
  2022-08-05  0:37 ` classabbyamp
  2022-08-05  0:43 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-04 14:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 182 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38442#issuecomment-1205301372

Comment:
it seems mame does pc-9801 emulator

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: xnp2: remove package
  2022-08-02 21:45 [PR PATCH] xnp2: remove package paper42
  2022-08-04 13:47 ` hazen2215
  2022-08-04 14:01 ` classabbyamp
@ 2022-08-05  0:37 ` classabbyamp
  2022-08-05  0:43 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-08-05  0:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 183 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38442#issuecomment-1205301372

Comment:
it seems mame does pc-9801 emulation

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: xnp2: remove package
  2022-08-02 21:45 [PR PATCH] xnp2: remove package paper42
                   ` (2 preceding siblings ...)
  2022-08-05  0:37 ` classabbyamp
@ 2022-08-05  0:43 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2022-08-05  0:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

There's a merged pull request on the void-packages repository

xnp2: remove package
https://github.com/void-linux/void-packages/pull/38442

Description:
gtk2, dead upstream

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-05  0:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-02 21:45 [PR PATCH] xnp2: remove package paper42
2022-08-04 13:47 ` hazen2215
2022-08-04 14:01 ` classabbyamp
2022-08-05  0:37 ` classabbyamp
2022-08-05  0:43 ` [PR PATCH] [Merged]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).