Drop qt3 support for suse100.
It was intended to be used for opera-10.0, but current opera does not require it.
This commit is contained in:
parent
bfb43ca150
commit
86ad714319
7 changed files with 2 additions and 47 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.194 2012/02/20 15:45:19 reinoud Exp $
|
||||
# $NetBSD: Makefile,v 1.195 2012/03/17 04:59:33 obache Exp $
|
||||
#
|
||||
|
||||
COMMENT= Emulators for other operating systems
|
||||
|
@ -132,7 +132,6 @@ SUBDIR+= suse100_32_libxml2
|
|||
SUBDIR+= suse100_32_locale
|
||||
SUBDIR+= suse100_32_openmotif
|
||||
SUBDIR+= suse100_32_openssl
|
||||
SUBDIR+= suse100_32_qt3
|
||||
SUBDIR+= suse100_32_resmgr
|
||||
SUBDIR+= suse100_32_slang
|
||||
SUBDIR+= suse100_32_vmware
|
||||
|
@ -159,7 +158,6 @@ SUBDIR+= suse100_libxml2
|
|||
SUBDIR+= suse100_locale
|
||||
SUBDIR+= suse100_openmotif
|
||||
SUBDIR+= suse100_openssl
|
||||
SUBDIR+= suse100_qt3
|
||||
SUBDIR+= suse100_resmgr
|
||||
SUBDIR+= suse100_slang
|
||||
SUBDIR+= suse100_vmware
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/09/09 12:58:45 obache Exp $
|
||||
|
||||
SUSE_COMPAT32= yes
|
||||
|
||||
.include "${.CURDIR}/../suse100_qt3/Makefile"
|
|
@ -1,6 +0,0 @@
|
|||
Linux compatibility package based on the SuSE Linux distribution.
|
||||
Please visit http://www.suse.com/ for more information about SuSE
|
||||
Linux.
|
||||
|
||||
This package supports running ELF binaries linked with glibc2 that
|
||||
require QT3 shared libraries.
|
|
@ -1,18 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2009/09/09 12:52:12 obache Exp $
|
||||
|
||||
DISTNAME= suse_qt3-${SUSE_VERSION}
|
||||
CATEGORIES= emulators
|
||||
DISTFILES= qt3-3.3.4-28.${SUSE_ARCH}.rpm
|
||||
|
||||
MAINTAINER= pkgsr-users@NetBSD.org
|
||||
COMMENT= Linux compatibility package for QT3
|
||||
|
||||
EMUL_MODULES.linux= x11 fontconfig png
|
||||
|
||||
PLIST_SRC= ${PKGDIR}/PLIST ${RPM2PKG_PLIST}
|
||||
|
||||
CHECK_FILES_SKIP+= ${EMULDIR}/usr/lib/qt3/etc/settings
|
||||
CHECK_FILES_SKIP+= ${EMULDIR}/usr/lib64/qt3
|
||||
|
||||
.include "../../emulators/suse100_linux/Makefile.common"
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,2 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2009/09/09 12:52:12 obache Exp $
|
||||
@pkgdir ${EMULSUBDIRSLASH}usr/lib/qt3/etc
|
|
@ -1,11 +0,0 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2009/09/09 12:52:12 obache Exp $
|
||||
|
||||
SHA1 (suse100/i586/qt3-3.3.4-28.i586.rpm) = 9deeaef223fb7cc46a870a2473db51c855ce5966
|
||||
RMD160 (suse100/i586/qt3-3.3.4-28.i586.rpm) = 40377e15bfbe75f13ccaa4d92e8625289c97de96
|
||||
Size (suse100/i586/qt3-3.3.4-28.i586.rpm) = 3036977 bytes
|
||||
SHA1 (suse100/ppc/qt3-3.3.4-28.ppc.rpm) = ca89d817be3fea2b86418d49fa05d2c5a18c7553
|
||||
RMD160 (suse100/ppc/qt3-3.3.4-28.ppc.rpm) = b7897307055c1b4b705b1a9268fb493a379c5b3a
|
||||
Size (suse100/ppc/qt3-3.3.4-28.ppc.rpm) = 2908799 bytes
|
||||
SHA1 (suse100/x86_64/qt3-3.3.4-28.x86_64.rpm) = 7b74172a897681e3c41584a1e956be0c5bd81732
|
||||
RMD160 (suse100/x86_64/qt3-3.3.4-28.x86_64.rpm) = 18be5ecfaf917e7eff647333ffe4584378cb9cee
|
||||
Size (suse100/x86_64/qt3-3.3.4-28.x86_64.rpm) = 3194756 bytes
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: linux.mk,v 1.14 2012/01/18 00:52:20 sbd Exp $
|
||||
# $NetBSD: linux.mk,v 1.15 2012/03/17 04:59:34 obache Exp $
|
||||
#
|
||||
# Linux binary emulation framework
|
||||
#
|
||||
|
@ -79,7 +79,6 @@ _EMUL_MODULES+= locale
|
|||
_EMUL_MODULES+= motif
|
||||
_EMUL_MODULES+= openssl
|
||||
_EMUL_MODULES+= png
|
||||
_EMUL_MODULES+= qt3
|
||||
_EMUL_MODULES+= qt4
|
||||
_EMUL_MODULES+= resmgr
|
||||
_EMUL_MODULES+= slang
|
||||
|
|
Loading…
Reference in a new issue