pkgsrc-WIP-changes archive

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

gune: remove



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Sat May 26 20:05:29 2018 +0900
Changeset:	5e4aa893a2e4bd3abceab4586756f7b62bf90152

Modified Files:
	Makefile
Removed Files:
	gune/DESCR
	gune/Makefile
	gune/PLIST
	gune/buildlink3.mk
	gune/distinfo

Log Message:
gune: remove

MASTER_SITE not found

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

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

diffstat:
 Makefile           |   1 -
 gune/DESCR         |   6 --
 gune/Makefile      |  15 ----
 gune/PLIST         | 197 -----------------------------------------------------
 gune/buildlink3.mk |  12 ----
 gune/distinfo      |   5 --
 6 files changed, 236 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 5e7613f724..20a79942dc 100644
--- a/Makefile
+++ b/Makefile
@@ -1104,7 +1104,6 @@ SUBDIR+=	gucharmap
 SUBDIR+=	guichan
 SUBDIR+=	guile-scsh
 SUBDIR+=	guitone
-SUBDIR+=	gune
 SUBDIR+=	gupnp-ui
 SUBDIR+=	gurlchecker
 SUBDIR+=	gvariant
diff --git a/gune/DESCR b/gune/DESCR
deleted file mode 100644
index 9a1237ba72..0000000000
--- a/gune/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Gune is a C utility library which allows you to program in a more high-level
-way.  It contains often-needed functionality which is rewritten time and
-again by C programmers.  People keep re-inventing the wheel and each time
-this is done, new bugs are created.  This is totally unnecessary and that's
-why we've created Gune as a one-stop solution for most widely-used
-functionality.
diff --git a/gune/Makefile b/gune/Makefile
deleted file mode 100644
index 5271ba6ff6..0000000000
--- a/gune/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2012/09/29 00:50:41 asau Exp $
-#
-
-DISTNAME=		gune-0.1
-CATEGORIES=		devel
-MASTER_SITES=		http://download.berlios.de/gune/
-
-MAINTAINER=		Peter.Bex%student.kun.nl@localhost
-HOMEPAGE=		http://gune.berlios.de/
-COMMENT=		High level C utility library
-
-
-MAKE_ENV+=		MKLINT=no
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/gune/PLIST b/gune/PLIST
deleted file mode 100644
index bd138e2843..0000000000
--- a/gune/PLIST
+++ /dev/null
@@ -1,197 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:44:42 thomasklausner Exp $
-include/gune/alist.h
-include/gune/array.h
-include/gune/error.h
-include/gune/gune.h
-include/gune/ht.h
-include/gune/lists.h
-include/gune/misc.h
-include/gune/queue.h
-include/gune/stack.h
-include/gune/string.h
-include/gune/types.h
-include/gune/version.h
-lib/libgune.a
-lib/libgune.so
-lib/libgune.so.0
-lib/libgune.so.${PKGVERSION}
-lib/libgune_p.a
-lib/libgune_pic.a
-man/cat3/alist.h.0
-man/cat3/alist_create.0
-man/cat3/alist_delete.0
-man/cat3/alist_destroy.0
-man/cat3/alist_empty.0
-man/cat3/alist_insert.0
-man/cat3/alist_insert_uniq.0
-man/cat3/alist_lookup.0
-man/cat3/alist_merge.0
-man/cat3/alist_merge_uniq.0
-man/cat3/alist_walk.0
-man/cat3/array.h.0
-man/cat3/array_add.0
-man/cat3/array_compact.0
-man/cat3/array_create.0
-man/cat3/array_destroy.0
-man/cat3/array_get_data.0
-man/cat3/array_grow.0
-man/cat3/array_remove.0
-man/cat3/array_resize.0
-man/cat3/array_set_data.0
-man/cat3/array_shrink.0
-man/cat3/dll_append.0
-man/cat3/dll_append_head.0
-man/cat3/dll_backward.0
-man/cat3/dll_create.0
-man/cat3/dll_destroy.0
-man/cat3/dll_dump.0
-man/cat3/dll_empty.0
-man/cat3/dll_forward.0
-man/cat3/dll_get_data.0
-man/cat3/dll_prepend.0
-man/cat3/dll_prepend_head.0
-man/cat3/dll_remove_head.0
-man/cat3/dll_set_data.0
-man/cat3/error.h.0
-man/cat3/gune.0
-man/cat3/gune.h.0
-man/cat3/ht.h.0
-man/cat3/ht_create.0
-man/cat3/ht_delete.0
-man/cat3/ht_destroy.0
-man/cat3/ht_empty.0
-man/cat3/ht_insert.0
-man/cat3/ht_insert_uniq.0
-man/cat3/ht_lookup.0
-man/cat3/ht_merge.0
-man/cat3/ht_merge_uniq.0
-man/cat3/ht_walk.0
-man/cat3/lists.h.0
-man/cat3/log_entry.0
-man/cat3/misc.h.0
-man/cat3/num_eq.0
-man/cat3/posnum_eq.0
-man/cat3/ptr_eq.0
-man/cat3/queue.h.0
-man/cat3/queue_append.0
-man/cat3/queue_create.0
-man/cat3/queue_dequeue.0
-man/cat3/queue_destroy.0
-man/cat3/queue_empty.0
-man/cat3/queue_enqueue.0
-man/cat3/queue_peek.0
-man/cat3/set_logfile.0
-man/cat3/sll_append.0
-man/cat3/sll_append_head.0
-man/cat3/sll_create.0
-man/cat3/sll_destroy.0
-man/cat3/sll_dump.0
-man/cat3/sll_empty.0
-man/cat3/sll_forward.0
-man/cat3/sll_get_data.0
-man/cat3/sll_prepend.0
-man/cat3/sll_prepend_head.0
-man/cat3/sll_remove_head.0
-man/cat3/sll_remove_next.0
-man/cat3/sll_set_data.0
-man/cat3/stack.h.0
-man/cat3/stack_create.0
-man/cat3/stack_destroy.0
-man/cat3/stack_empty.0
-man/cat3/stack_peek.0
-man/cat3/stack_pop.0
-man/cat3/stack_push.0
-man/cat3/str_eq.0
-man/cat3/string.h.0
-man/cat3/sym_eq.0
-man/cat3/types.h.0
-man/cat3/version.h.0
-man/man3/alist.h.3
-man/man3/alist_create.3
-man/man3/alist_delete.3
-man/man3/alist_destroy.3
-man/man3/alist_empty.3
-man/man3/alist_insert.3
-man/man3/alist_insert_uniq.3
-man/man3/alist_lookup.3
-man/man3/alist_merge.3
-man/man3/alist_merge_uniq.3
-man/man3/alist_walk.3
-man/man3/array.h.3
-man/man3/array_add.3
-man/man3/array_compact.3
-man/man3/array_create.3
-man/man3/array_destroy.3
-man/man3/array_get_data.3
-man/man3/array_grow.3
-man/man3/array_remove.3
-man/man3/array_resize.3
-man/man3/array_set_data.3
-man/man3/array_shrink.3
-man/man3/dll_append.3
-man/man3/dll_append_head.3
-man/man3/dll_backward.3
-man/man3/dll_create.3
-man/man3/dll_destroy.3
-man/man3/dll_dump.3
-man/man3/dll_empty.3
-man/man3/dll_forward.3
-man/man3/dll_get_data.3
-man/man3/dll_prepend.3
-man/man3/dll_prepend_head.3
-man/man3/dll_remove_head.3
-man/man3/dll_set_data.3
-man/man3/error.h.3
-man/man3/gune.3
-man/man3/gune.h.3
-man/man3/ht.h.3
-man/man3/ht_create.3
-man/man3/ht_delete.3
-man/man3/ht_destroy.3
-man/man3/ht_empty.3
-man/man3/ht_insert.3
-man/man3/ht_insert_uniq.3
-man/man3/ht_lookup.3
-man/man3/ht_merge.3
-man/man3/ht_merge_uniq.3
-man/man3/ht_walk.3
-man/man3/lists.h.3
-man/man3/log_entry.3
-man/man3/misc.h.3
-man/man3/num_eq.3
-man/man3/posnum_eq.3
-man/man3/ptr_eq.3
-man/man3/queue.h.3
-man/man3/queue_append.3
-man/man3/queue_create.3
-man/man3/queue_dequeue.3
-man/man3/queue_destroy.3
-man/man3/queue_empty.3
-man/man3/queue_enqueue.3
-man/man3/queue_peek.3
-man/man3/set_logfile.3
-man/man3/sll_append.3
-man/man3/sll_append_head.3
-man/man3/sll_create.3
-man/man3/sll_destroy.3
-man/man3/sll_dump.3
-man/man3/sll_empty.3
-man/man3/sll_forward.3
-man/man3/sll_get_data.3
-man/man3/sll_prepend.3
-man/man3/sll_prepend_head.3
-man/man3/sll_remove_head.3
-man/man3/sll_remove_next.3
-man/man3/sll_set_data.3
-man/man3/stack.h.3
-man/man3/stack_create.3
-man/man3/stack_destroy.3
-man/man3/stack_empty.3
-man/man3/stack_peek.3
-man/man3/stack_pop.3
-man/man3/stack_push.3
-man/man3/str_eq.3
-man/man3/string.h.3
-man/man3/sym_eq.3
-man/man3/types.h.3
-man/man3/version.h.3
diff --git a/gune/buildlink3.mk b/gune/buildlink3.mk
deleted file mode 100644
index 51b3927c4e..0000000000
--- a/gune/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.5 2009/05/06 10:47:32 cheusov Exp $
-
-BUILDLINK_TREE+=	gune
-
-.if !defined(GUNE_BUILDLINK3_MK)
-GUNE_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.gune+=	gune>=1.0
-BUILDLINK_PKGSRCDIR.gune?=	../../wip/gune
-.endif # GUNE_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-gune
diff --git a/gune/distinfo b/gune/distinfo
deleted file mode 100644
index 5b45fd1565..0000000000
--- a/gune/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/09/28 06:41:21 rillig Exp $
-
-SHA1 (gune-0.1.tar.gz) = 02ec5bcde14f6c2062a9b854ce35ed2b941e4438
-RMD160 (gune-0.1.tar.gz) = d2ec2f44e6bfaa4a9600d8302ff062cb1ca4ba50
-Size (gune-0.1.tar.gz) = 163398 bytes


Home | Main Index | Thread Index | Old Index