pkgsrc-WIP-changes archive

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

wip clean-up: remove rests of Qt4



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Tue Jul 5 21:42:18 2022 +0200
Changeset:	71529b971aaf66b5e5d55f7e0f775c72dd6d76c6

Modified Files:
	Makefile
Removed Files:
	gambas3-gb-qt4-ext/DESCR
	gambas3-gb-qt4-ext/Makefile
	gambas3-gb-qt4-ext/PLIST
	gambas3-gb-qt4-opengl/DESCR
	gambas3-gb-qt4-opengl/Makefile
	gambas3-gb-qt4-opengl/PLIST
	gambas3-gb-qt4-webkit/DESCR
	gambas3-gb-qt4-webkit/Makefile
	gambas3-gb-qt4-webkit/PLIST
	gambas3-gb-qt4/DESCR
	gambas3-gb-qt4/Makefile
	gambas3-gb-qt4/PLIST

Log Message:
wip clean-up: remove rests of Qt4

Qt4 EOL 2015

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

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

diffstat:
 Makefile                       |  4 ----
 gambas3-gb-qt4-ext/DESCR       |  6 ------
 gambas3-gb-qt4-ext/Makefile    | 12 ------------
 gambas3-gb-qt4-ext/PLIST       |  5 -----
 gambas3-gb-qt4-opengl/DESCR    |  5 -----
 gambas3-gb-qt4-opengl/Makefile | 16 ----------------
 gambas3-gb-qt4-opengl/PLIST    |  5 -----
 gambas3-gb-qt4-webkit/DESCR    |  5 -----
 gambas3-gb-qt4-webkit/Makefile | 13 -------------
 gambas3-gb-qt4-webkit/PLIST    |  6 ------
 gambas3-gb-qt4/DESCR           |  6 ------
 gambas3-gb-qt4/Makefile        | 12 ------------
 gambas3-gb-qt4/PLIST           |  5 -----
 13 files changed, 100 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e060eb1d91..76195e7ef2 100644
--- a/Makefile
+++ b/Makefile
@@ -1027,10 +1027,6 @@ SUBDIR+=	gambas3-gb-openssl
 SUBDIR+=	gambas3-gb-option
 SUBDIR+=	gambas3-gb-pcre
 SUBDIR+=	gambas3-gb-pdf
-SUBDIR+=	gambas3-gb-qt4
-SUBDIR+=	gambas3-gb-qt4-ext
-SUBDIR+=	gambas3-gb-qt4-opengl
-SUBDIR+=	gambas3-gb-qt4-webkit
 SUBDIR+=	gambas3-gb-qt5
 SUBDIR+=	gambas3-gb-qt5-ext
 SUBDIR+=	gambas3-gb-qt5-opengl
diff --git a/gambas3-gb-qt4-ext/DESCR b/gambas3-gb-qt4-ext/DESCR
deleted file mode 100644
index 9842c0db24..0000000000
--- a/gambas3-gb-qt4-ext/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Gambas is a free development environment and a full powerful development
-platform based on a Basic interpreter with object extensions, as easy as Visual
-Basic.
-
-This component implements a few more Graphical User Interface classes based on
-the Qt4 library.
diff --git a/gambas3-gb-qt4-ext/Makefile b/gambas3-gb-qt4-ext/Makefile
deleted file mode 100644
index 70358b95c0..0000000000
--- a/gambas3-gb-qt4-ext/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-BUILD_DIRS=	gb.qt4/src/ext
-GB_DEPENDS=	gambas3-gb-qt4
-.include "../../wip/gambas3/Makefile.common"
-
-PKGNAME=	gambas3-gb-qt4-ext-${GB_VERSION}
-MAINTAINER=	bastiangermann%fishpost.de@localhost
-COMMENT=	Qt4 toolkit extension for Gambas
-
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gambas3-gb-qt4-ext/PLIST b/gambas3-gb-qt4-ext/PLIST
deleted file mode 100644
index 814bfc26d9..0000000000
--- a/gambas3-gb-qt4-ext/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-lib/gambas3/gb.qt4.ext.component
-lib/gambas3/gb.qt4.ext.la
-share/gambas3/info/gb.qt4.ext.info
-share/gambas3/info/gb.qt4.ext.list
diff --git a/gambas3-gb-qt4-opengl/DESCR b/gambas3-gb-qt4-opengl/DESCR
deleted file mode 100644
index 407d9a4469..0000000000
--- a/gambas3-gb-qt4-opengl/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Gambas is a free development environment and a full powerful development
-platform based on a Basic interpreter with object extensions, as easy as Visual
-Basic.
-
-This package allows you integrate OpenGL in Qt4 applications.
diff --git a/gambas3-gb-qt4-opengl/Makefile b/gambas3-gb-qt4-opengl/Makefile
deleted file mode 100644
index 7f4a7f0603..0000000000
--- a/gambas3-gb-qt4-opengl/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD$
-
-BUILD_DIRS=	gb.qt4/src/opengl
-GB_DEPENDS=	gambas3-gb-qt4 gambas3-gb-opengl
-.include "../../wip/gambas3/Makefile.common"
-
-PKGNAME=	gambas3-gb-qt4-opengl-${GB_VERSION}
-MAINTAINER=	bastiangermann%fishpost.de@localhost
-COMMENT=	OpenGL for Gambas applications with Qt4
-
-BUILDLINK_DEPMETHOD.qt4-qdbus=	build
-
-.include "../../graphics/MesaLib/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-qdbus/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gambas3-gb-qt4-opengl/PLIST b/gambas3-gb-qt4-opengl/PLIST
deleted file mode 100644
index 3ed0822944..0000000000
--- a/gambas3-gb-qt4-opengl/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-lib/gambas3/gb.qt4.opengl.component
-lib/gambas3/gb.qt4.opengl.la
-share/gambas3/info/gb.qt4.opengl.info
-share/gambas3/info/gb.qt4.opengl.list
diff --git a/gambas3-gb-qt4-webkit/DESCR b/gambas3-gb-qt4-webkit/DESCR
deleted file mode 100644
index 7a65f109ec..0000000000
--- a/gambas3-gb-qt4-webkit/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Gambas is a free development environment and a full powerful development
-platform based on a Basic interpreter with object extensions, as easy as Visual
-Basic.
-
-This component allows you to embed the WebKit browser in your Qt4 application.
diff --git a/gambas3-gb-qt4-webkit/Makefile b/gambas3-gb-qt4-webkit/Makefile
deleted file mode 100644
index 4087a22c09..0000000000
--- a/gambas3-gb-qt4-webkit/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-BUILD_DIRS=	gb.qt4/src/webkit
-GB_DEPENDS=	gambas3-gb-qt4
-.include "../../wip/gambas3/Makefile.common"
-
-PKGNAME=	gambas3-gb-qt4-webkit-${GB_VERSION}
-MAINTAINER=	bastiangermann%fishpost.de@localhost
-COMMENT=	Web browser component for Gambas based on WebKit/Qt4
-
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-qdbus/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gambas3-gb-qt4-webkit/PLIST b/gambas3-gb-qt4-webkit/PLIST
deleted file mode 100644
index 97222e7c37..0000000000
--- a/gambas3-gb-qt4-webkit/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD$
-lib/gambas3/gb.qt4.webkit.component
-lib/gambas3/gb.qt4.webkit.la
-share/gambas3/control/gb.qt4.webkit/webview.png
-share/gambas3/info/gb.qt4.webkit.info
-share/gambas3/info/gb.qt4.webkit.list
diff --git a/gambas3-gb-qt4/DESCR b/gambas3-gb-qt4/DESCR
deleted file mode 100644
index b696d38a45..0000000000
--- a/gambas3-gb-qt4/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Gambas is a free development environment and a full powerful development
-platform based on a Basic interpreter with object extensions, as easy as Visual
-Basic.
-
-This component implements the Graphical User Interface classes. It is based on
-the Qt4 library.
diff --git a/gambas3-gb-qt4/Makefile b/gambas3-gb-qt4/Makefile
deleted file mode 100644
index 5e5e7811b3..0000000000
--- a/gambas3-gb-qt4/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD$
-
-BUILD_DIRS=	gb.qt4
-GB_DEPENDS=	gambas3-gb-image
-.include "../../wip/gambas3/Makefile.common"
-
-PKGNAME=	gambas3-gb-qt4-${GB_VERSION}
-MAINTAINER=	bastiangermann%fishpost.de@localhost
-COMMENT=	Qt4 toolkit implementation for Gambas
-
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gambas3-gb-qt4/PLIST b/gambas3-gb-qt4/PLIST
deleted file mode 100644
index 3086402b4f..0000000000
--- a/gambas3-gb-qt4/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD$
-lib/gambas3/gb.qt4.component
-lib/gambas3/gb.qt4.la
-share/gambas3/info/gb.qt4.info
-share/gambas3/info/gb.qt4.list


Home | Main Index | Thread Index | Old Index