pkgsrc-WIP-changes archive

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

remove suse100_* from wip. Very outdated and no consumers.



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Tue Oct 20 00:03:10 2015 +0200
Changeset:	bcc730aede6ddb0a9f445c61b12c341b5e68fa9e

Modified Files:
	Makefile
Removed Files:
	suse100_32_SDL/Makefile
	suse100_32_glut/Makefile
	suse100_SDL/DESCR
	suse100_SDL/Makefile
	suse100_SDL/TODO
	suse100_SDL/distinfo
	suse100_devel/DESCR
	suse100_devel/Makefile
	suse100_devel/TODO
	suse100_devel/distinfo
	suse100_gdb/DESCR
	suse100_gdb/Makefile
	suse100_gdb/TODO
	suse100_gdb/distinfo
	suse100_glut/DESCR
	suse100_glut/Makefile
	suse100_glut/distinfo
	suse100_glut/suse.i386.mk
	suse100_glut/suse.x86_64.mk
	suse100_gmp4/DESCR
	suse100_gmp4/Makefile
	suse100_gmp4/distinfo

Log Message:
remove suse100_* from wip. Very outdated and no consumers.

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

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

diffstat:
 Makefile                    |   7 ---
 suse100_32_SDL/Makefile     |   5 --
 suse100_32_glut/Makefile    |   5 --
 suse100_SDL/DESCR           |   6 ---
 suse100_SDL/Makefile        |  16 ------
 suse100_SDL/TODO            |   3 --
 suse100_SDL/distinfo        |  11 ----
 suse100_devel/DESCR         |   6 ---
 suse100_devel/Makefile      |  28 -----------
 suse100_devel/TODO          |  19 -------
 suse100_devel/distinfo      | 119 --------------------------------------------
 suse100_gdb/DESCR           |   5 --
 suse100_gdb/Makefile        |  14 ------
 suse100_gdb/TODO            |   1 -
 suse100_gdb/distinfo        |  11 ----
 suse100_glut/DESCR          |   6 ---
 suse100_glut/Makefile       |  15 ------
 suse100_glut/distinfo       |   8 ---
 suse100_glut/suse.i386.mk   |   7 ---
 suse100_glut/suse.x86_64.mk |   9 ----
 suse100_gmp4/DESCR          |   6 ---
 suse100_gmp4/Makefile       |  13 -----
 suse100_gmp4/distinfo       |   5 --
 23 files changed, 325 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index fc5177b..1c4a7d8 100644
--- a/Makefile
+++ b/Makefile
@@ -3661,13 +3661,6 @@ SUBDIR+=	superlfv
 SUBDIR+=	supermodel
 SUBDIR+=	supertux
 SUBDIR+=	surf
-SUBDIR+=	suse100_32_SDL
-SUBDIR+=	suse100_32_glut
-SUBDIR+=	suse100_SDL
-SUBDIR+=	suse100_devel
-SUBDIR+=	suse100_gdb
-SUBDIR+=	suse100_glut
-SUBDIR+=	suse100_gmp4
 SUBDIR+=	suse121_32_libbz2
 SUBDIR+=	suse121_32_libgcrypt
 SUBDIR+=	suse121_32_libgpg-error
diff --git a/suse100_32_SDL/Makefile b/suse100_32_SDL/Makefile
deleted file mode 100644
index ca65361..0000000
--- a/suse100_32_SDL/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/03/14 01:59:37 thomasklausner Exp $
-
-SUSE_COMPAT32=	yes
-
-.include "${.CURDIR}/../../wip/suse100_SDL/Makefile"
diff --git a/suse100_32_glut/Makefile b/suse100_32_glut/Makefile
deleted file mode 100644
index 63e0993..0000000
--- a/suse100_32_glut/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2010/06/20 13:26:55 marko_schuetz Exp $
-
-SUSE_COMPAT32=	yes
-
-.include "${.CURDIR}/../suse100_glut/Makefile"
diff --git a/suse100_SDL/DESCR b/suse100_SDL/DESCR
deleted file mode 100644
index b4a3e33..0000000
--- a/suse100_SDL/DESCR
+++ /dev/null
@@ -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 the SDL shared libraries.
diff --git a/suse100_SDL/Makefile b/suse100_SDL/Makefile
deleted file mode 100644
index 456a73d..0000000
--- a/suse100_SDL/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2015/01/10 20:53:32 thomasklausner Exp $
-
-PKGNAME=		suse_SDL-${SUSE_VERSION}
-PKGREVISION=		1
-CATEGORIES=		emulators
-DISTFILES=		SDL-1.2.8-8.${SUSE_ARCH}.rpm			\
-			aalib-1.4.0-290.${SUSE_ARCH}.rpm		\
-			gpm-1.20.1-309.${SUSE_ARCH}.rpm
-
-MAINTAINER=		tonio%NetBSD.org@localhost
-COMMENT=		Linux compatibility package for the SDL library
-
-EMUL_MODULES.linux=	base slang
-
-.include "../../emulators/suse100_linux/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/suse100_SDL/TODO b/suse100_SDL/TODO
deleted file mode 100644
index 0f48aee..0000000
--- a/suse100_SDL/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-Fill in distinfo for ppc and x86_64 (Makefiles already filled in).
-My test program wouldn't start because it looked for glibc symbols in
-libc and libpthread. Feel free to improve it.
diff --git a/suse100_SDL/distinfo b/suse100_SDL/distinfo
deleted file mode 100644
index da255bc..0000000
--- a/suse100_SDL/distinfo
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/10/08 01:12:26 thomasklausner Exp $
-
-SHA1 (suse100/i586/SDL-1.2.8-8.i586.rpm) = c8e1b50fb47a1c5b6bbb3b2c4b1eb6addf5ca31a
-RMD160 (suse100/i586/SDL-1.2.8-8.i586.rpm) = 12195ca2c66c0381b65c492d6d4b62ba7b03dbd5
-Size (suse100/i586/SDL-1.2.8-8.i586.rpm) = 204298 bytes
-SHA1 (suse100/i586/aalib-1.4.0-290.i586.rpm) = c70c6205f0d5b3e47d07a4892516efc743f336af
-RMD160 (suse100/i586/aalib-1.4.0-290.i586.rpm) = 4c667987702c7620a977bc275e771f216c816248
-Size (suse100/i586/aalib-1.4.0-290.i586.rpm) = 136461 bytes
-SHA1 (suse100/i586/gpm-1.20.1-309.i586.rpm) = 62b0741e582fde8cc37135167841737c85ab7b09
-RMD160 (suse100/i586/gpm-1.20.1-309.i586.rpm) = 0dcbaced12d09e03d6478c5f4f77ed37f4287795
-Size (suse100/i586/gpm-1.20.1-309.i586.rpm) = 214643 bytes
diff --git a/suse100_devel/DESCR b/suse100_devel/DESCR
deleted file mode 100644
index 492ed86..0000000
--- a/suse100_devel/DESCR
+++ /dev/null
@@ -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 contains basic Linux system development tools in ELF
-binary format and linked with glibc2.
diff --git a/suse100_devel/Makefile b/suse100_devel/Makefile
deleted file mode 100644
index c7fcee3..0000000
--- a/suse100_devel/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2015/01/10 20:53:32 thomasklausner Exp $
-
-PKGNAME=		suse_devel-${SUSE_VERSION}
-PKGREVISION=		1
-CATEGORIES=		emulators
-DISTFILES=		binutils-2.16.91.0.2-8.2.${SUSE_ARCH}.rpm \
-			cpp-4.0.2_20050901-3.${SUSE_ARCH}.rpm \
-			gcc-4.0.2_20050901-3.${SUSE_ARCH}.rpm \
-			gcc-c++-4.0.2_20050901-3.${SUSE_ARCH}.rpm \
-			gcc-fortran-4.0.2_20050901-3.${SUSE_ARCH}.rpm \
-			gcc-locale-4.0.2_20050901-3.${SUSE_ARCH}.rpm \
-			gcc-mudflap-4.0.2_20050901-3.${SUSE_ARCH}.rpm \
-			gcc-objc-4.0.2_20050901-3.${SUSE_ARCH}.rpm \
-			glibc-devel-2.3.5-40.${SUSE_ARCH}.rpm \
-			gmp-4.1.4-6.${SUSE_ARCH}.rpm \
-			libobjc-4.0.2_20050901-3.${SUSE_ARCH}.rpm \
-			libstdc++-devel-4.0.2_20050901-3.${SUSE_ARCH}.rpm \
-			make-3.80-188.${SUSE_ARCH}.rpm
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-COMMENT=		Linux compatibility package - development tools
-
-EMUL_MODULES.linux=	base
-
-OWN_DIRS+=		${EMULDIR}/usr/i586-suse-linux/lib
-
-.include "../../emulators/suse100_linux/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/suse100_devel/TODO b/suse100_devel/TODO
deleted file mode 100644
index 3334360..0000000
--- a/suse100_devel/TODO
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: TODO,v 1.2 2011/03/15 15:02:15 hfath Exp $
-
-- test on !i386 platforms.
-
-- the package currently fails to install on netbsd-5 with
-
-[...]
-=> Generating post-install file lists
-pkg_create: can't stat `/var/obj/pkgsrc/wip/suse100_devel/work/.destdir/usr/pkg/emul/linux/usr/lib/libstdc++.so.6'
-pkg_create: can't stat `/var/obj/pkgsrc/wip/suse100_devel/work/.destdir/usr/pkg/emul/linux/usr/lib/libstdc++.so.6.0.6'
-=> Checking file-check results for suse_devel-10.0nb1
-ERROR: ************************************************************
-ERROR: The following files are in the PLIST but not in /usr/pkg:
-ERROR:         /var/obj/pkgsrc/wip/suse100_devel/work/.destdir/usr/pkg/emul/linux/usr/lib/libstdc++.so.6
-ERROR:         /var/obj/pkgsrc/wip/suse100_devel/work/.destdir/usr/pkg/emul/linux/usr/lib/libstdc++.so.6.0.6
-*** Error code 1
-
-  -- find out which of the gazillion RPM archives has
-  libstdc++.so.6.0.6, and add it.
diff --git a/suse100_devel/distinfo b/suse100_devel/distinfo
deleted file mode 100644
index a323882..0000000
--- a/suse100_devel/distinfo
+++ /dev/null
@@ -1,119 +0,0 @@
-$NetBSD: distinfo,v 1.2 2007/01/08 16:52:49 hfath Exp $
-
-SHA1 (suse100/i586/binutils-2.16.91.0.2-8.2.i586.rpm) = 3d2018fb886f6a3c78d7efb6f468e76e306475f5
-RMD160 (suse100/i586/binutils-2.16.91.0.2-8.2.i586.rpm) = df54cb22686e1cf3c75e3e15de086def60603036
-Size (suse100/i586/binutils-2.16.91.0.2-8.2.i586.rpm) = 4023886 bytes
-SHA1 (suse100/i586/cpp-4.0.2_20050901-3.i586.rpm) = 5854d4f97ae1868bb6e6e0a3cced76eaccb683bd
-RMD160 (suse100/i586/cpp-4.0.2_20050901-3.i586.rpm) = 3241e0f78f49bd9b3d8ff26a0ecd9931950ef7ae
-Size (suse100/i586/cpp-4.0.2_20050901-3.i586.rpm) = 1802951 bytes
-SHA1 (suse100/i586/gcc-4.0.2_20050901-3.i586.rpm) = a8063f29c6aa08a8e59451bf9dcb1b59de788aba
-RMD160 (suse100/i586/gcc-4.0.2_20050901-3.i586.rpm) = 56b1060e525e467a54bffed0771f3a17e758363a
-Size (suse100/i586/gcc-4.0.2_20050901-3.i586.rpm) = 376576 bytes
-SHA1 (suse100/i586/gcc-c++-4.0.2_20050901-3.i586.rpm) = 749540e5780a1a91c160eb0c20956ea1126c7b59
-RMD160 (suse100/i586/gcc-c++-4.0.2_20050901-3.i586.rpm) = d6c8c61fbd1b57546f49adc016cabed2902cd71f
-Size (suse100/i586/gcc-c++-4.0.2_20050901-3.i586.rpm) = 2123371 bytes
-SHA1 (suse100/i586/gcc-fortran-4.0.2_20050901-3.i586.rpm) = 83d92ee9fdab42b2c001c3f3149b0fc4429c7a20
-RMD160 (suse100/i586/gcc-fortran-4.0.2_20050901-3.i586.rpm) = 21bb00474c4720c7d221c8c06f55aa8fc9fdbcba
-Size (suse100/i586/gcc-fortran-4.0.2_20050901-3.i586.rpm) = 2139075 bytes
-SHA1 (suse100/i586/gcc-locale-4.0.2_20050901-3.i586.rpm) = 6f984b5efe3c2879124c640e05c90d107b34a3e2
-RMD160 (suse100/i586/gcc-locale-4.0.2_20050901-3.i586.rpm) = 49c0ccc1c2c03efd3233ce260dfe423f7902b48a
-Size (suse100/i586/gcc-locale-4.0.2_20050901-3.i586.rpm) = 837173 bytes
-SHA1 (suse100/i586/gcc-mudflap-4.0.2_20050901-3.i586.rpm) = c57a986a6056f31c628f5811e56fdb577525eca9
-RMD160 (suse100/i586/gcc-mudflap-4.0.2_20050901-3.i586.rpm) = ca463096afc2d32b67b8284619baa768b1f608ae
-Size (suse100/i586/gcc-mudflap-4.0.2_20050901-3.i586.rpm) = 139272 bytes
-SHA1 (suse100/i586/gcc-objc-4.0.2_20050901-3.i586.rpm) = 68e555370b8d67632e333424042f11570c34e152
-RMD160 (suse100/i586/gcc-objc-4.0.2_20050901-3.i586.rpm) = 216c3ff8690a1bb47a6dbd90f7cdd3973e880cfe
-Size (suse100/i586/gcc-objc-4.0.2_20050901-3.i586.rpm) = 1833956 bytes
-SHA1 (suse100/i586/glibc-devel-2.3.5-40.i586.rpm) = 961fc44070a8995150f3b6433e559ea01c480f56
-RMD160 (suse100/i586/glibc-devel-2.3.5-40.i586.rpm) = 3a73f0fca9f2090de201143eaab09f7757d7f7c2
-Size (suse100/i586/glibc-devel-2.3.5-40.i586.rpm) = 3519562 bytes
-SHA1 (suse100/i586/gmp-4.1.4-6.i586.rpm) = 07025b58fd2c5f7642111364c6e51f9ebb45d565
-RMD160 (suse100/i586/gmp-4.1.4-6.i586.rpm) = ab778fa33951fb415216006441bb074d3ef174db
-Size (suse100/i586/gmp-4.1.4-6.i586.rpm) = 734825 bytes
-SHA1 (suse100/i586/libobjc-4.0.2_20050901-3.i586.rpm) = 90b4fbeb827c3d6df289c0d2a6df9357a19e8aaa
-RMD160 (suse100/i586/libobjc-4.0.2_20050901-3.i586.rpm) = 1e06808d52db38c9a57e0a3bfeebbd71e3354e2e
-Size (suse100/i586/libobjc-4.0.2_20050901-3.i586.rpm) = 51226 bytes
-SHA1 (suse100/i586/libstdc++-devel-4.0.2_20050901-3.i586.rpm) = 1a7c938db4aeade70d27c5dbb8fb3bf7316c96a3
-RMD160 (suse100/i586/libstdc++-devel-4.0.2_20050901-3.i586.rpm) = 782e9e447eb3e57a24f81a16d28415ae0acfaecb
-Size (suse100/i586/libstdc++-devel-4.0.2_20050901-3.i586.rpm) = 7477169 bytes
-SHA1 (suse100/i586/make-3.80-188.i586.rpm) = e9c0ad6e62c2eb355500bbf87988fd8349abdb7e
-RMD160 (suse100/i586/make-3.80-188.i586.rpm) = ce11850431641062215b54d370136ba5887cc415
-Size (suse100/i586/make-3.80-188.i586.rpm) = 342311 bytes
-SHA1 (suse100/ppc/binutils-2.16.91.0.2-8.2.ppc.rpm) = 8e5621222c46ced839cbb14e935d90088afb8d40
-RMD160 (suse100/ppc/binutils-2.16.91.0.2-8.2.ppc.rpm) = 5a6c1efb1541502c82589386ba7fe9db4c81a0c5
-Size (suse100/ppc/binutils-2.16.91.0.2-8.2.ppc.rpm) = 4388842 bytes
-SHA1 (suse100/ppc/cpp-4.0.2_20050901-3.ppc.rpm) = 90d3447ee2e2bf15581654a4db77c1b87ceada72
-RMD160 (suse100/ppc/cpp-4.0.2_20050901-3.ppc.rpm) = 53c644b9dac5be735ba34fc46a5b2c7f40dc7dff
-Size (suse100/ppc/cpp-4.0.2_20050901-3.ppc.rpm) = 2202167 bytes
-SHA1 (suse100/ppc/gcc-4.0.2_20050901-3.ppc.rpm) = db4902e1a84fec92182a544fa2b5647022bd1932
-RMD160 (suse100/ppc/gcc-4.0.2_20050901-3.ppc.rpm) = 633b0e4185fed294eabb675e8ef49f4071085299
-Size (suse100/ppc/gcc-4.0.2_20050901-3.ppc.rpm) = 459305 bytes
-SHA1 (suse100/ppc/gcc-c++-4.0.2_20050901-3.ppc.rpm) = 4d023dd0962ad0a87288f353ca8e9f9d6165e322
-RMD160 (suse100/ppc/gcc-c++-4.0.2_20050901-3.ppc.rpm) = 265124bd6bb57214f93185faf6122bbc589cee94
-Size (suse100/ppc/gcc-c++-4.0.2_20050901-3.ppc.rpm) = 2539259 bytes
-SHA1 (suse100/ppc/gcc-fortran-4.0.2_20050901-3.ppc.rpm) = f5f9a38eb87d9922b01af63dffc4ce35730ccdf4
-RMD160 (suse100/ppc/gcc-fortran-4.0.2_20050901-3.ppc.rpm) = 623855c4224c99d081b1ac559305293d84ed1946
-Size (suse100/ppc/gcc-fortran-4.0.2_20050901-3.ppc.rpm) = 2570259 bytes
-SHA1 (suse100/ppc/gcc-locale-4.0.2_20050901-3.ppc.rpm) = 1c1eee685babf4b20aecd98e7d987f265eb9e1b3
-RMD160 (suse100/ppc/gcc-locale-4.0.2_20050901-3.ppc.rpm) = 07c76b0ab2a0573d9965af2d7cdc247a33c86bb3
-Size (suse100/ppc/gcc-locale-4.0.2_20050901-3.ppc.rpm) = 841237 bytes
-SHA1 (suse100/ppc/gcc-mudflap-4.0.2_20050901-3.ppc.rpm) = bcf8b2aaaa42c4aff78c69f93c938426555990a1
-RMD160 (suse100/ppc/gcc-mudflap-4.0.2_20050901-3.ppc.rpm) = 4f5acf87530892047662c48f7b802ecad11c27c5
-Size (suse100/ppc/gcc-mudflap-4.0.2_20050901-3.ppc.rpm) = 162439 bytes
-SHA1 (suse100/ppc/gcc-objc-4.0.2_20050901-3.ppc.rpm) = 5cf5c4ebb1476516d2fba730701330ed565ce865
-RMD160 (suse100/ppc/gcc-objc-4.0.2_20050901-3.ppc.rpm) = f7afb7039055418e18a8011c22cfe69d8cf0a2d2
-Size (suse100/ppc/gcc-objc-4.0.2_20050901-3.ppc.rpm) = 2227870 bytes
-SHA1 (suse100/ppc/glibc-devel-2.3.5-40.ppc.rpm) = f1c3fedca1e5dee131e9fa953b21cc9077456eec
-RMD160 (suse100/ppc/glibc-devel-2.3.5-40.ppc.rpm) = f1f6a7961a55e7dd6411a17f7cc2470bd8f8cda9
-Size (suse100/ppc/glibc-devel-2.3.5-40.ppc.rpm) = 4049863 bytes
-SHA1 (suse100/ppc/gmp-4.1.4-6.ppc.rpm) = 13d28e46cc6de97998959440ab824bf1cf0d69e5
-RMD160 (suse100/ppc/gmp-4.1.4-6.ppc.rpm) = c3a95dd08db12ef6d89b5b938025a15a5becf17f
-Size (suse100/ppc/gmp-4.1.4-6.ppc.rpm) = 746319 bytes
-SHA1 (suse100/ppc/libobjc-4.0.2_20050901-3.ppc.rpm) = 739354ca3d793168543d345ca97a20b5fb1ce18c
-RMD160 (suse100/ppc/libobjc-4.0.2_20050901-3.ppc.rpm) = bd06338aeadfa1a96e0f6d8b91441d90658a29c0
-Size (suse100/ppc/libobjc-4.0.2_20050901-3.ppc.rpm) = 59409 bytes
-SHA1 (suse100/ppc/libstdc++-devel-4.0.2_20050901-3.ppc.rpm) = 2aa892070323b72f666584cc046b660ab4537b29
-RMD160 (suse100/ppc/libstdc++-devel-4.0.2_20050901-3.ppc.rpm) = dec7890f3ff6718e24f241dca9715041e2e69fd4
-Size (suse100/ppc/libstdc++-devel-4.0.2_20050901-3.ppc.rpm) = 7143399 bytes
-SHA1 (suse100/ppc/make-3.80-188.ppc.rpm) = ed3e762223021bbeba3c2c222020ca0c9b34a0db
-RMD160 (suse100/ppc/make-3.80-188.ppc.rpm) = e9e95731e25c131faae26bd540991429cfc758da
-Size (suse100/ppc/make-3.80-188.ppc.rpm) = 354433 bytes
-SHA1 (suse100/x86_64/binutils-2.16.91.0.2-8.2.x86_64.rpm) = 10a49c230ea71a74bb8eb514bece5cd8cdd0e774
-RMD160 (suse100/x86_64/binutils-2.16.91.0.2-8.2.x86_64.rpm) = 3edbe847f917e03f1440eff0a905739606ad7893
-Size (suse100/x86_64/binutils-2.16.91.0.2-8.2.x86_64.rpm) = 4093847 bytes
-SHA1 (suse100/x86_64/cpp-4.0.2_20050901-3.x86_64.rpm) = c7b45c2196a05a178952c3312e938b1b78e9b16c
-RMD160 (suse100/x86_64/cpp-4.0.2_20050901-3.x86_64.rpm) = 48b12b099783caf5537ebc057b3b2ae399404d50
-Size (suse100/x86_64/cpp-4.0.2_20050901-3.x86_64.rpm) = 2133005 bytes
-SHA1 (suse100/x86_64/gcc-4.0.2_20050901-3.x86_64.rpm) = f9538b2eed9d5e97bfda03781503cf79067fb149
-RMD160 (suse100/x86_64/gcc-4.0.2_20050901-3.x86_64.rpm) = a099554761b025c3f857a164e29879b703f16cc1
-Size (suse100/x86_64/gcc-4.0.2_20050901-3.x86_64.rpm) = 423840 bytes
-SHA1 (suse100/x86_64/gcc-c++-4.0.2_20050901-3.x86_64.rpm) = f4a23aa25239b5f1cf9261dc729c86b848fb26b7
-RMD160 (suse100/x86_64/gcc-c++-4.0.2_20050901-3.x86_64.rpm) = b81fec9d492a2054054ee5fb872c0b1709a92a57
-Size (suse100/x86_64/gcc-c++-4.0.2_20050901-3.x86_64.rpm) = 2471484 bytes
-SHA1 (suse100/x86_64/gcc-fortran-4.0.2_20050901-3.x86_64.rpm) = 21a00dc4ab18796ffdbb3c5c435e3adcb622008f
-RMD160 (suse100/x86_64/gcc-fortran-4.0.2_20050901-3.x86_64.rpm) = 890a4d59e45d6532d47defa75332aee6f0247883
-Size (suse100/x86_64/gcc-fortran-4.0.2_20050901-3.x86_64.rpm) = 2675550 bytes
-SHA1 (suse100/x86_64/gcc-locale-4.0.2_20050901-3.x86_64.rpm) = 09568b285eb4bc0389088dd833814845a0e9e7c2
-RMD160 (suse100/x86_64/gcc-locale-4.0.2_20050901-3.x86_64.rpm) = 30ac74ba516223960b550735bd9d8828d9c4bd58
-Size (suse100/x86_64/gcc-locale-4.0.2_20050901-3.x86_64.rpm) = 836222 bytes
-SHA1 (suse100/x86_64/gcc-mudflap-4.0.2_20050901-3.x86_64.rpm) = 7d544e678b12978cb1e18077ab8a5ed0e420a2b5
-RMD160 (suse100/x86_64/gcc-mudflap-4.0.2_20050901-3.x86_64.rpm) = db0ee38578046c9dba81fe877c1cbe12229c786f
-Size (suse100/x86_64/gcc-mudflap-4.0.2_20050901-3.x86_64.rpm) = 305193 bytes
-SHA1 (suse100/x86_64/gcc-objc-4.0.2_20050901-3.x86_64.rpm) = 14bb1404ab1e9c04dcb8eec732fd183db3c00671
-RMD160 (suse100/x86_64/gcc-objc-4.0.2_20050901-3.x86_64.rpm) = 6b5c8d32d20c1f079c41bb00a609d2809e70e0e0
-Size (suse100/x86_64/gcc-objc-4.0.2_20050901-3.x86_64.rpm) = 2216580 bytes
-SHA1 (suse100/x86_64/glibc-devel-2.3.5-40.x86_64.rpm) = 4ebd6c3308cd9cc8a82554115ff710a5e44961ac
-RMD160 (suse100/x86_64/glibc-devel-2.3.5-40.x86_64.rpm) = 0b539cf36bfd65b9ba1b0bbd901ccea5262c71e7
-Size (suse100/x86_64/glibc-devel-2.3.5-40.x86_64.rpm) = 3831648 bytes
-SHA1 (suse100/x86_64/gmp-4.1.4-6.x86_64.rpm) = 8569c3269fab30e64f0a7922e280139a3abb2f60
-RMD160 (suse100/x86_64/gmp-4.1.4-6.x86_64.rpm) = 692249fbefac52cf9aafce0490b7a07cea5001bf
-Size (suse100/x86_64/gmp-4.1.4-6.x86_64.rpm) = 720208 bytes
-SHA1 (suse100/x86_64/libobjc-4.0.2_20050901-3.x86_64.rpm) = 3e6c1899ba050bfae37f6a86398e2e2dc1f9e9fe
-RMD160 (suse100/x86_64/libobjc-4.0.2_20050901-3.x86_64.rpm) = 34ab3947e212b6bfe15640167ac964a48a47ee85
-Size (suse100/x86_64/libobjc-4.0.2_20050901-3.x86_64.rpm) = 90888 bytes
-SHA1 (suse100/x86_64/libstdc++-devel-4.0.2_20050901-3.x86_64.rpm) = 20a753cfa6379adcd18c1265f867615a63bd035c
-RMD160 (suse100/x86_64/libstdc++-devel-4.0.2_20050901-3.x86_64.rpm) = e720f2abba19a1080871b4e40ee40d3673103a4e
-Size (suse100/x86_64/libstdc++-devel-4.0.2_20050901-3.x86_64.rpm) = 7695575 bytes
-SHA1 (suse100/x86_64/make-3.80-188.x86_64.rpm) = 80d5f219e1ae434fdeb2669dbb4eee027e20559a
-RMD160 (suse100/x86_64/make-3.80-188.x86_64.rpm) = e8128557299d4af04ca85eb43e362233c8385f10
-Size (suse100/x86_64/make-3.80-188.x86_64.rpm) = 351748 bytes
diff --git a/suse100_gdb/DESCR b/suse100_gdb/DESCR
deleted file mode 100644
index 99c06a1..0000000
--- a/suse100_gdb/DESCR
+++ /dev/null
@@ -1,5 +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 provides GDB.
diff --git a/suse100_gdb/Makefile b/suse100_gdb/Makefile
deleted file mode 100644
index 4ca979d..0000000
--- a/suse100_gdb/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2015/01/10 20:53:32 thomasklausner Exp $
-
-PKGNAME=		suse_gdb-${SUSE_VERSION}
-PKGREVISION=		1
-CATEGORIES=		emulators
-DISTFILES=		gdb-6.3-20.${SUSE_ARCH}.rpm
-
-MAINTAINER=		bsd%cs.ubc.ca@localhost
-COMMENT=		Linux compatibility package for GDB
-
-EMUL_MODULES.linux=	base
-
-.include "../../emulators/suse100_linux/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/suse100_gdb/TODO b/suse100_gdb/TODO
deleted file mode 100644
index 37b7d54..0000000
--- a/suse100_gdb/TODO
+++ /dev/null
@@ -1 +0,0 @@
-* Not tested on any platforms except i586
diff --git a/suse100_gdb/distinfo b/suse100_gdb/distinfo
deleted file mode 100644
index d142268..0000000
--- a/suse100_gdb/distinfo
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: distinfo,v 1.4 2012/11/23 22:34:05 othyro Exp $
-
-SHA1 (suse100/i586/gdb-6.3-20.i586.rpm) = 7fec4ecad6f05c0502e33f72be82d2faa81b68d7
-RMD160 (suse100/i586/gdb-6.3-20.i586.rpm) = 6fe7c6f2830e193a9d6c864f0945471a20f05989
-Size (suse100/i586/gdb-6.3-20.i586.rpm) = 2588690 bytes
-SHA1 (suse100/x86_64/gdb-6.3-20.x86_64.rpm) = 542be60f1b4bb719fc1c41c905c3cdc1e8234f44
-RMD160 (suse100/x86_64/gdb-6.3-20.x86_64.rpm) = 08df7c0baaff50253de782288dfc8aa56e04271d
-Size (suse100/x86_64/gdb-6.3-20.x86_64.rpm) = 2714721 bytes
-SHA1 (suse100/ppc/gdb-6.3-20.ppc.rpm) = 8bd31b8e32a14f66b82d533204d8ba4387e2e573
-RMD160 (suse100/ppc/gdb-6.3-20.ppc.rpm) = df585f085682b333e9c5b5d38c262ed79b5db5ab
-Size (suse100/ppc/gdb-6.3-20.ppc.rpm) = 3588738 bytes
diff --git a/suse100_glut/DESCR b/suse100_glut/DESCR
deleted file mode 100644
index 388b4e6..0000000
--- a/suse100_glut/DESCR
+++ /dev/null
@@ -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 GLUT shared libraries.
diff --git a/suse100_glut/Makefile b/suse100_glut/Makefile
deleted file mode 100644
index d5925e0..0000000
--- a/suse100_glut/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2015/01/10 20:53:32 thomasklausner Exp $
-
-PKGNAME=	suse_glut-${SUSE_VERSION}
-CATEGORIES=	emulators
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-COMMENT=	Linux compatibility package for GLUT
-
-EMUL_MODULES.linux=	x11 glx
-
-# This symlink is managed by ldconfig(8).
-#CHECK_FILES_SKIP+=	${EMULDIR}/usr/${LINUX_LIBSUBDIR}/libglide.so.3
-
-.include "../../emulators/suse100_linux/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/suse100_glut/distinfo b/suse100_glut/distinfo
deleted file mode 100644
index 4097500..0000000
--- a/suse100_glut/distinfo
+++ /dev/null
@@ -1,8 +0,0 @@
-$NetBSD: distinfo,v 1.1 2010/06/20 13:26:10 marko_schuetz Exp $
-
-SHA1 (suse100/i586/freeglut-2.4.0-4.i586.rpm) = df8d99ee547b05ab1b332ddbc354ba7a9639e437
-RMD160 (suse100/i586/freeglut-2.4.0-4.i586.rpm) = d1c0459c7bdf680d8bfe5f5e4450ea2d958d71c3
-Size (suse100/i586/freeglut-2.4.0-4.i586.rpm) = 78149 bytes
-SHA1 (suse100/i586/freeglut-devel-2.4.0-4.i586.rpm) = 791151a8c49fad1e2ad65cd52a8d1a29a4211722
-RMD160 (suse100/i586/freeglut-devel-2.4.0-4.i586.rpm) = 4d5fa35e25fe6331ef112ed361b78fd0ead0593a
-Size (suse100/i586/freeglut-devel-2.4.0-4.i586.rpm) = 187276 bytes
diff --git a/suse100_glut/suse.i386.mk b/suse100_glut/suse.i386.mk
deleted file mode 100644
index 7fc3fae..0000000
--- a/suse100_glut/suse.i386.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-# $NetBSD: suse.i386.mk,v 1.1 2010/06/20 13:26:10 marko_schuetz Exp $
-
-# SuSE i386 RPMs; the -devel version is necessary for libGL.so et.al.
-# symlinks only.
-#
-DISTFILES+=	freeglut-2.4.0-4.${SUSE_ARCH}.rpm
-DISTFILES+=	freeglut-devel-2.4.0-4.${SUSE_ARCH}.rpm
diff --git a/suse100_glut/suse.x86_64.mk b/suse100_glut/suse.x86_64.mk
deleted file mode 100644
index 764b4b6..0000000
--- a/suse100_glut/suse.x86_64.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# $NetBSD: suse.x86_64.mk,v 1.1 2010/06/20 13:26:10 marko_schuetz Exp $
-
-# SuSE x86_64 RPMs; the -devel version is necessary for libGL.so et.al.
-# symlinks only.
-#
-DISTFILES+=	freeglut-2.4.0-4.${SUSE_ARCH}.rpm
-DISTFILES+=	freeglut-32bit-2.4.0-4.${SUSE_ARCH}.rpm
-DISTFILES+=	freeglut-devel-2.4.0-4.${SUSE_ARCH}.rpm
-DISTFILES+=	freeglut-devel-32bit-2.4.0-4.${SUSE_ARCH}.rpm
diff --git a/suse100_gmp4/DESCR b/suse100_gmp4/DESCR
deleted file mode 100644
index 5a81d27..0000000
--- a/suse100_gmp4/DESCR
+++ /dev/null
@@ -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 libgmp that
-require GNU MP version 4 shared libraries.
diff --git a/suse100_gmp4/Makefile b/suse100_gmp4/Makefile
deleted file mode 100644
index 6273668..0000000
--- a/suse100_gmp4/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD $
-
-PKGNAME=	suse_gmp4-${SUSE_VERSION}
-CATEGORIES=	emulators
-DISTFILES=	gmp-4.1.4-6.${SUSE_ARCH}.rpm
-
-MAINTAINER=	pho%cielonegro.org@localhost
-COMMENT=	Linux compatibility package for GNU MP
-
-EMUL_MODULES.linux=	base
-
-.include "../../emulators/suse100_linux/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff --git a/suse100_gmp4/distinfo b/suse100_gmp4/distinfo
deleted file mode 100644
index 56d0c17..0000000
--- a/suse100_gmp4/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/02/21 04:39:11 phonohawk Exp $
-
-SHA1 (suse100/x86_64/gmp-4.1.4-6.x86_64.rpm) = 8569c3269fab30e64f0a7922e280139a3abb2f60
-RMD160 (suse100/x86_64/gmp-4.1.4-6.x86_64.rpm) = 692249fbefac52cf9aafce0490b7a07cea5001bf
-Size (suse100/x86_64/gmp-4.1.4-6.x86_64.rpm) = 720208 bytes


Home | Main Index | Thread Index | Old Index