pkgsrc-WIP-changes archive

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

clipnotify: Remove, imported in pkgsrc as x11/clipnotify



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Sep 11 15:29:32 2020 +0200
Changeset:	b84404d773c6a37f2aa71ea22813c916c2ba47e6

Modified Files:
	Makefile
Removed Files:
	clipnotify/DESCR
	clipnotify/Makefile
	clipnotify/PLIST
	clipnotify/distinfo

Log Message:
clipnotify: Remove, imported in pkgsrc as x11/clipnotify

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

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

diffstat:
 Makefile            |  1 -
 clipnotify/DESCR    |  2 --
 clipnotify/Makefile | 23 -----------------------
 clipnotify/PLIST    |  3 ---
 clipnotify/distinfo |  6 ------
 5 files changed, 35 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 93712e24b1..7be53e95c4 100644
--- a/Makefile
+++ b/Makefile
@@ -438,7 +438,6 @@ SUBDIR+=	clhep
 SUBDIR+=	cli-git
 SUBDIR+=	clic
 SUBDIR+=	clipmenu
-SUBDIR+=	clipnotify
 SUBDIR+=	cliquer
 SUBDIR+=	clisp
 SUBDIR+=	clisp-asdf
diff --git a/clipnotify/DESCR b/clipnotify/DESCR
deleted file mode 100644
index 517a799b65..0000000000
--- a/clipnotify/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-clipnotify is a simple program that, using the XFIXES extension to X11,
-waits until a new selection is available and then exits.
diff --git a/clipnotify/Makefile b/clipnotify/Makefile
deleted file mode 100644
index 0afe434dd5..0000000000
--- a/clipnotify/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	clipnotify-1.0.2
-CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_GITHUB:=cdown/}
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/cdown/clipnotify/
-COMMENT=	Notify on new X clipboard events
-LICENSE=	public-domain
-
-# Do not hardcode possible X11 {C,LD}FLAGS, they are passed by pkgsrc
-MAKE_FLAGS+=	x11_bsd_flags=
-
-INSTALLATION_DIRS=	bin share/doc/clipnotify
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/clipnotify ${DESTDIR}${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/clipnotify
-
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXfixes/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/clipnotify/PLIST b/clipnotify/PLIST
deleted file mode 100644
index 4e79a7664d..0000000000
--- a/clipnotify/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD$
-bin/clipnotify
-share/doc/clipnotify/README.md
diff --git a/clipnotify/distinfo b/clipnotify/distinfo
deleted file mode 100644
index 601b619481..0000000000
--- a/clipnotify/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-SHA1 (clipnotify-1.0.2.tar.gz) = fbc64733f702a905ad53711d7eda0e1d32c11a06
-RMD160 (clipnotify-1.0.2.tar.gz) = 8c147ae963b6645315ebc7428b05e4206ecebd7d
-SHA512 (clipnotify-1.0.2.tar.gz) = 52277099d9543e0f550de63ff2e15e3e7ba63ea38f3928006e2b570bb1bcdd3f2f09892bd4efecc1f36fb5131e0567c28c2b0597123c90b9f78ab6fbd02dfc49
-Size (clipnotify-1.0.2.tar.gz) = 1318 bytes


Home | Main Index | Thread Index | Old Index