pkgsrc-WIP-changes archive

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

wip clean-up: remove guitone



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Jul 8 09:21:41 2022 +0200
Changeset:	9efadc3020d9703fe6a3bd444d2be6d36457555d

Modified Files:
	Makefile
Removed Files:
	guitone/DESCR
	guitone/Makefile
	guitone/PLIST
	guitone/TODO
	guitone/distinfo

Log Message:
wip clean-up: remove guitone

Last release 2010. EOL Qt4.

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

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

diffstat:
 Makefile         |  1 -
 guitone/DESCR    |  4 ----
 guitone/Makefile | 41 -----------------------------------------
 guitone/PLIST    |  3 ---
 guitone/TODO     | 12 ------------
 guitone/distinfo |  4 ----
 6 files changed, 65 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index a42b64aa27..f158b1827a 100644
--- a/Makefile
+++ b/Makefile
@@ -1445,7 +1445,6 @@ SUBDIR+=	guile-colorized
 SUBDIR+=	guile-persist
 SUBDIR+=	guile-reader
 SUBDIR+=	guile-stis-parser
-SUBDIR+=	guitone
 SUBDIR+=	gunison
 SUBDIR+=	gupnp-ui
 SUBDIR+=	gurlchecker
diff --git a/guitone/DESCR b/guitone/DESCR
deleted file mode 100644
index 1d6b63eb90..0000000000
--- a/guitone/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Guitone is a frontend to the monotone revision control system. It aims towards
-a full implementation of the monotone automation interface and is especially
-targeted at beginners. Guitone is copylefted under the terms of the GNU General
-Public License Version 3, or, at your option, any later version of this license.
diff --git a/guitone/Makefile b/guitone/Makefile
deleted file mode 100644
index c22b6bca3c..0000000000
--- a/guitone/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2012/11/23 22:33:39 othyro Exp $
-#
-
-DISTNAME=	guitone-0.8.99.0
-PKGREVISION=	2
-CATEGORIES=	devel
-#MASTER_SITES=	http://guitone.thomaskeller.biz/releases/0.8/
-# snapshot
-MASTER_SITES=	ftp://ftp.NetBSD.org/pub/NetBSD/misc/bjs/distfiles/
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://guitone.thomaskeller.biz/
-COMMENT=	Graphical Monotone VCS Tool
-
-###
-### XXX A Darwin build needs special handling; feel free to add
-###	Darwin support should the mood strike you.
-###
-NOT_FOR_PLATFORM=	Darwin-*-*
-
-USE_LANGUAGES=		c c++
-USE_LIBTOOL=		yes
-
-do-configure:
-	cd ${WRKSRC} && env ${CONFIGURE_ENV} 		\
-		${QTDIR}/bin/lrelease guitone.pro && 	\
-		${QTDIR}/bin/qmake -config release 	\
-			-unix PREFIX=${PREFIX} guitone.pro
-
-do-install:
-	${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
-	${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/pixmaps
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/guitone \
-		${DESTDIR}${PREFIX}/bin/guitone
-	${INSTALL_DATA} ${WRKSRC}/res/icons/guitone.png \
-		${DESTDIR}${PREFIX}/share/pixmaps/guitone.png
-
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/guitone/PLIST b/guitone/PLIST
deleted file mode 100644
index 9a8dcbabe3..0000000000
--- a/guitone/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 11:18:14 thomasklausner Exp $
-bin/guitone
-share/pixmaps/guitone.png
diff --git a/guitone/TODO b/guitone/TODO
deleted file mode 100644
index 409d259c02..0000000000
--- a/guitone/TODO
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: TODO,v 1.1.1.1 2008/08/23 01:46:22 bsadewitz Exp $
-#
- - Figure out [somehow] which files need to be installed.
- - Fix default path to monotone binary to point to ${LOCALBASE}/bin/mtn.
- - Deal with GPL annoyances wrt: which versions of qt4 are OK to build with
-   versus which versions actually work.
- - Does this work with monotone-0.40?  The program's version check 
-   fails with my current snapshot.
- - Anything else?
-
- Included in the snapshot tarball is a .qc file which can be used
- to generate a configure script using devel/qconf.
diff --git a/guitone/distinfo b/guitone/distinfo
deleted file mode 100644
index f962a24f2e..0000000000
--- a/guitone/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/08/23 01:46:22 bsadewitz Exp $
-
-RMD160 (guitone-0.8.99.0.tar.bz2) = 366e7c7eca3356e6c0f3197102771970086d3aac
-Size (guitone-0.8.99.0.tar.bz2) = 276503 bytes


Home | Main Index | Thread Index | Old Index