From 7bfc74e3cbfb4a174af5c3a4435f7193e4e3d02f Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 10 Nov 2008 16:36:57 +0000 Subject: Finish rename of gnome-bindings-{c++,mono} to {c++,mono}-gnome-bindings. --- meta-pkgs/Makefile | 6 ++--- meta-pkgs/gnome-bindings-c++/DESCR | 8 ------- meta-pkgs/gnome-bindings-c++/Makefile | 41 ---------------------------------- meta-pkgs/gnome-bindings-mono/DESCR | 8 ------- meta-pkgs/gnome-bindings-mono/Makefile | 17 -------------- 5 files changed, 3 insertions(+), 77 deletions(-) delete mode 100644 meta-pkgs/gnome-bindings-c++/DESCR delete mode 100644 meta-pkgs/gnome-bindings-c++/Makefile delete mode 100644 meta-pkgs/gnome-bindings-mono/DESCR delete mode 100644 meta-pkgs/gnome-bindings-mono/Makefile diff --git a/meta-pkgs/Makefile b/meta-pkgs/Makefile index b90e424829d..b2a5c279fef 100644 --- a/meta-pkgs/Makefile +++ b/meta-pkgs/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.52 2008/11/09 10:41:42 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2008/11/10 16:36:57 wiz Exp $ # COMMENT= Collections of other packages SUBDIR+= boost +SUBDIR+= c++-gnome-bindings SUBDIR+= compiz-fusion SUBDIR+= courier SUBDIR+= fxtv-capture SUBDIR+= gnome SUBDIR+= gnome-admin -SUBDIR+= gnome-bindings-c++ -SUBDIR+= gnome-bindings-mono SUBDIR+= gnome-devtools SUBDIR+= gnome-platform SUBDIR+= gnuradio @@ -22,6 +21,7 @@ SUBDIR+= modular-xorg-apps SUBDIR+= modular-xorg-drivers SUBDIR+= modular-xorg-fonts SUBDIR+= modular-xorg-libs +SUBDIR+= mono-gnome-bindings SUBDIR+= netbsd-doc SUBDIR+= netbsd-doc-print SUBDIR+= netbsd-www diff --git a/meta-pkgs/gnome-bindings-c++/DESCR b/meta-pkgs/gnome-bindings-c++/DESCR deleted file mode 100644 index 96128a5518e..00000000000 --- a/meta-pkgs/gnome-bindings-c++/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -GNOME is the GNU Network Object Model Environment. - -The GNOME project intends to build a complete, easy-to-use desktop -environment for the user, and a powerful application framework for -the software developer. - -This is a meta package for the second major version of the GNOME -project. It provides the C++ bindings for the GNOME libraries. diff --git a/meta-pkgs/gnome-bindings-c++/Makefile b/meta-pkgs/gnome-bindings-c++/Makefile deleted file mode 100644 index 5ff27a0b5b7..00000000000 --- a/meta-pkgs/gnome-bindings-c++/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/09 10:40:57 wiz Exp $ - -DISTNAME= gnome-bindings-c++-2.24.0.90 -CATEGORIES= meta-pkgs x11 gnome -MASTER_SITES= # empty - -MAINTAINER= drochner@NetBSD.org -HOMEPAGE= http://www.gnome.org/ -COMMENT= Meta-package for C++ bindings for the GNOME desktop - -META_PACKAGE= yes - -# see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.1/sources/c++/ - -# outdated -#DEPENDS+= gconfmm>=2.24.0:../../devel/gconfmm -DEPENDS+= gconfmm-[0-9]*:../../devel/gconfmm -DEPENDS+= glibmm>=2.18.1:../../devel/glibmm -# outdated -#DEPENDS+= gnome-vfsmm>=2.24.0:../../sysutils/gnome-vfsmm -DEPENDS+= gnome-vfsmm-[0-9]*:../../sysutils/gnome-vfsmm -DEPENDS+= gtkmm>=2.14.1:../../x11/gtkmm -# outdated -#DEPENDS+= libglademm>=2.6.7:../../devel/libglademm -DEPENDS+= libglademm-[0-9]*:../../devel/libglademm -# outdated -#DEPENDS+= libgnomecanvasmm>=2.23.1:../../graphics/libgnomecanvasmm -DEPENDS+= libgnomecanvasmm-[0-9]*:../../graphics/libgnomecanvasmm -# outdated -#DEPENDS+= libgnomemm>=2.24.0:../../devel/libgnomemm -DEPENDS+= libgnomemm-[0-9]*:../../devel/libgnomemm -# outdated -#DEPENDS+= libgnomeuimm>=2.24.0:../../devel/libgnomeuimm -DEPENDS+= libgnomeuimm-[0-9]*:../../devel/libgnomeuimm -DEPENDS+= libsigc++>=2.2.3:../../devel/libsigc++ -# outdated -#DEPENDS+= libxml++>=2.24.0:../../textproc/libxml++ -DEPENDS+= libxml++-[0-9]*:../../textproc/libxml++ -DEPENDS+= pangomm>=2.14.0:../../devel/pangomm - -.include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/gnome-bindings-mono/DESCR b/meta-pkgs/gnome-bindings-mono/DESCR deleted file mode 100644 index 20f65cca1e2..00000000000 --- a/meta-pkgs/gnome-bindings-mono/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -GNOME is the GNU Network Object Model Environment. - -The GNOME project intends to build a complete, easy-to-use desktop -environment for the user, and a powerful application framework for -the software developer. - -This is a meta package for the second major version of the GNOME -project. It provides the Mono (C#) bindings for the GNOME libraries. diff --git a/meta-pkgs/gnome-bindings-mono/Makefile b/meta-pkgs/gnome-bindings-mono/Makefile deleted file mode 100644 index 5a9e2e583da..00000000000 --- a/meta-pkgs/gnome-bindings-mono/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/09 10:40:57 wiz Exp $ - -DISTNAME= gnome-bindings-mono-2.24.1 -CATEGORIES= meta-pkgs x11 gnome -MASTER_SITES= # empty - -MAINTAINER= drochner@NetBSD.org -HOMEPAGE= http://www.gnome.org/ -COMMENT= Meta-package for Mono (C#) bindings for the GNOME desktop - -META_PACKAGE= yes - -# see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.1/sources/mono/ - -DEPENDS+= gtk-sharp>=2.12.4:../../x11/gtk-sharp - -.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3