summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authorchs <chs>2012-08-18 16:33:35 +0000
committerchs <chs>2012-08-18 16:33:35 +0000
commit70a53c134e5a203fbf85b5cbce2c7d7f0c41a6e0 (patch)
tree216f701eef122ce33e4fafb9df1c52d3ec79fab3 /meta-pkgs
parentef39ad5b85c70a466500162c3832862ed462f59e (diff)
downloadpkgsrc-70a53c134e5a203fbf85b5cbce2c7d7f0c41a6e0.tar.gz
remove suse 11.3 packages.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/Makefile3
-rw-r--r--meta-pkgs/suse113/DESCR8
-rw-r--r--meta-pkgs/suse113/Makefile19
3 files changed, 1 insertions, 29 deletions
diff --git a/meta-pkgs/Makefile b/meta-pkgs/Makefile
index 46512f90088..660a6bc5dcd 100644
--- a/meta-pkgs/Makefile
+++ b/meta-pkgs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2012/07/21 10:04:10 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2012/08/18 16:33:35 chs Exp $
#
COMMENT= Collections of other packages
@@ -40,7 +40,6 @@ SUBDIR+= pulseaudio-tools
SUBDIR+= py-gnome-bindings
SUBDIR+= ruby-gnome2
SUBDIR+= suse100
-SUBDIR+= suse113
SUBDIR+= suse121
SUBDIR+= web-server
SUBDIR+= windowmaker-desktop
diff --git a/meta-pkgs/suse113/DESCR b/meta-pkgs/suse113/DESCR
deleted file mode 100644
index 739fa543eae..00000000000
--- a/meta-pkgs/suse113/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-The SUSE 11.3 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/suse113/Makefile b/meta-pkgs/suse113/Makefile
deleted file mode 100644
index a4ab8a9a697..00000000000
--- a/meta-pkgs/suse113/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2012/03/17 06:08:16 obache Exp $
-
-DISTNAME= suse-${SUSE_VERSION}
-PKGREVISION= 1
-CATEGORIES= emulators meta-pkgs
-MASTER_SITES= # empty
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= SUSE-based Linux binary emulation environment
-
-EMUL_MODULES.linux= alsa aspell base compat cups expat fontconfig \
- freetype2 glx gtk2 jpeg krb5 libsigc++2 locale \
- motif openssl png qt4 slang tiff x11 xml2
-EMUL_PKG_FMT= plain
-
-META_PACKAGE= yes
-
-.include "../../emulators/suse113_linux/Makefile.common"
-.include "../../mk/bsd.pkg.mk"