summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorwiz <wiz>2008-03-26 06:21:46 +0000
committerwiz <wiz>2008-03-26 06:21:46 +0000
commitfe2072dc349201ed591f0ccf2d23b5b8662859e7 (patch)
tree5b0076a7e80c54f7ba4a5733d16e1776ae94c3d2 /meta-pkgs
parent7563bad8b099b73e0cc41a2b3c94fcc1cf54c533 (diff)
downloadpkgsrc-fe2072dc349201ed591f0ccf2d23b5b8662859e7.tar.gz
Remove suse9 meta package, now that the separate packages have been removed.
Noted by Mike Cappella.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/Makefile3
-rw-r--r--meta-pkgs/suse9/DESCR8
-rw-r--r--meta-pkgs/suse9/Makefile25
3 files changed, 1 insertions, 35 deletions
diff --git a/meta-pkgs/Makefile b/meta-pkgs/Makefile
index 5e2a9747a04..87741d2b90b 100644
--- a/meta-pkgs/Makefile
+++ b/meta-pkgs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2008/01/09 18:49:21 drochner Exp $
+# $NetBSD: Makefile,v 1.44 2008/03/26 06:21:46 wiz Exp $
#
COMMENT= Collections of other packages
@@ -28,7 +28,6 @@ SUBDIR+= pkg_developer
SUBDIR+= pkgsrc-guide-tools
SUBDIR+= ruby-gnome2
SUBDIR+= suse100
-SUBDIR+= suse9
SUBDIR+= web-server
SUBDIR+= windowmaker-desktop
SUBDIR+= xfce4
diff --git a/meta-pkgs/suse9/DESCR b/meta-pkgs/suse9/DESCR
deleted file mode 100644
index 6f592400d55..00000000000
--- a/meta-pkgs/suse9/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-The SUSE 9.1 meta-package provides a number of components for a
-SUSE-based Linux binary emulation environment.
-
-This package does not contain anything by itself -- it is a "meta-package"
-that depends on other packages. Its sole purpose is to require
-dependencies so users can install this package only and have all the
-other packages pulled in automatically by the pkgsrc dependency
-mechanism.
diff --git a/meta-pkgs/suse9/Makefile b/meta-pkgs/suse9/Makefile
deleted file mode 100644
index 16eebe3458c..00000000000
--- a/meta-pkgs/suse9/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2007/12/19 12:27:30 rillig Exp $
-
-DISTNAME= suse-${SUSE_VERSION}
-PKGREVISION= 4
-CATEGORIES= meta-pkgs emulators
-MASTER_SITES= # empty
-
-MAINTAINER= jdolecek@NetBSD.org
-COMMENT= SUSE-based Linux binary emulation environment
-
-.include "../../emulators/suse91_linux/Makefile.common"
-
-META_PACKAGE= yes
-
-EMUL_MODULES.linux= aspell base compat expat fontconfig freetype2 \
- gdk-pixbuf glx gtk gtk2 jpeg locale motif png \
- slang tiff x11
-
-.if ${EMUL_PLATFORM} == "linux-i386"
-EMUL_MODULES.linux+= vmware
-.endif
-
-EMUL_PKG_FMT= plain
-
-.include "../../mk/bsd.pkg.mk"