1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 09:32:37 +01:00

net-misc/ipcalc-ng: bump to 1.0.2, remove old

This commit is contained in:
2023-01-15 21:52:02 +01:00
parent 19e5854e3f
commit 12acfab029
5 changed files with 269 additions and 44 deletions

View File

@@ -0,0 +1,21 @@
diff -dNur a/meson.build b/meson.build
--- a/meson.build 2022-11-26 16:07:41.000000000 +0100
+++ b/meson.build 2023-01-15 21:49:11.248789797 +0100
@@ -72,17 +72,4 @@
install : true
)
-ronn = find_program('ronn', required: false)
-if ronn.found()
- ipcalc_1 = custom_target(
- 'ipcalc.1',
- output : 'ipcalc.1',
- input : 'ipcalc.1.md',
- command : [ronn, '--pipe', '-r', '@INPUT@'],
- capture: true,
- install_dir: join_paths(get_option('mandir'), 'man1'),
- install: true
- )
-endif
-
subdir('tests')