diff options
author | chs <chs@pkgsrc.org> | 2012-08-18 16:33:35 +0000 |
---|---|---|
committer | chs <chs@pkgsrc.org> | 2012-08-18 16:33:35 +0000 |
commit | 7c63c2b746572cb7820f2460b3379a4369fa58d7 (patch) | |
tree | 216f701eef122ce33e4fafb9df1c52d3ec79fab3 /meta-pkgs/suse113 | |
parent | b833ad726ae27d5ff9388d3a98f3a0b24b7f7604 (diff) | |
download | pkgsrc-7c63c2b746572cb7820f2460b3379a4369fa58d7.tar.gz |
remove suse 11.3 packages.
Diffstat (limited to 'meta-pkgs/suse113')
-rw-r--r-- | meta-pkgs/suse113/DESCR | 8 | ||||
-rw-r--r-- | meta-pkgs/suse113/Makefile | 19 |
2 files changed, 0 insertions, 27 deletions
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" |