pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove gnome2 meta packages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b90d03e3ebb
branches:  trunk
changeset: 323786:2b90d03e3ebb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat May 18 08:37:10 2019 +0000

description:
Remove gnome2 meta packages.

We should have ones for gnome3, and many packages for gnome2 are not even
up-to-date.

diffstat:

 doc/CHANGES-2019                       |   11 ++-
 meta-pkgs/Makefile                     |   11 +--
 meta-pkgs/bulk-large/Makefile          |   11 +--
 meta-pkgs/bulk-medium/Makefile         |    5 +-
 meta-pkgs/c++-gnome-bindings/DESCR     |    8 -
 meta-pkgs/c++-gnome-bindings/Makefile  |   30 ------
 meta-pkgs/desktop-gnome/DESCR          |    5 -
 meta-pkgs/desktop-gnome/Makefile       |   41 ---------
 meta-pkgs/gnome-devtools/DESCR         |    8 -
 meta-pkgs/gnome-devtools/Makefile      |   25 -----
 meta-pkgs/gnome-mobile/DESCR           |    9 --
 meta-pkgs/gnome-mobile/Makefile        |   28 ------
 meta-pkgs/gnome-platform/DESCR         |    9 --
 meta-pkgs/gnome-platform/Makefile      |   47 ----------
 meta-pkgs/gnome/DESCR                  |    9 --
 meta-pkgs/gnome/MESSAGE                |   36 --------
 meta-pkgs/gnome/Makefile               |  142 ---------------------------------
 meta-pkgs/mono-gnome-bindings/DESCR    |    8 -
 meta-pkgs/mono-gnome-bindings/Makefile |   20 ----
 meta-pkgs/p5-gnome-bindings/DESCR      |    8 -
 meta-pkgs/p5-gnome-bindings/Makefile   |   25 -----
 meta-pkgs/py-gnome-bindings/DESCR      |    8 -
 meta-pkgs/py-gnome-bindings/Makefile   |   25 -----
 23 files changed, 15 insertions(+), 514 deletions(-)

diffs (truncated from 697 to 300 lines):

diff -r 8f6ad2ecbc27 -r 2b90d03e3ebb doc/CHANGES-2019
--- a/doc/CHANGES-2019  Sat May 18 08:30:32 2019 +0000
+++ b/doc/CHANGES-2019  Sat May 18 08:37:10 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.2159 2019/05/18 08:30:32 wiz Exp $
+$NetBSD: CHANGES-2019,v 1.2160 2019/05/18 08:37:10 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -3714,3 +3714,12 @@
        Updated www/p5-libwww to 6.39 [wen 2019-05-18]
        Updated www/p5-HTTP-Headers-Fast to 0.22 [wen 2019-05-18]
        Updated graphics/py-mcomix to 1.2.1nb5 [wiz 2019-05-18]
+       Removed meta-pkgs/gnome [wiz 2019-05-18]
+       Removed meta-pkgs/gnome-devtools [wiz 2019-05-18]
+       Removed meta-pkgs/gnome-mobile [wiz 2019-05-18]
+       Removed meta-pkgs/gnome-platform [wiz 2019-05-18]
+       Removed meta-pkgs/p5-gnome-bindings [wiz 2019-05-18]
+       Removed meta-pkgs/c++-gnome-bindings [wiz 2019-05-18]
+       Removed meta-pkgs/desktop-gnome [wiz 2019-05-18]
+       Removed meta-pkgs/mono-gnome-bindings [wiz 2019-05-18]
+       Removed meta-pkgs/py-gnome-bindings [wiz 2019-05-18]
diff -r 8f6ad2ecbc27 -r 2b90d03e3ebb meta-pkgs/Makefile
--- a/meta-pkgs/Makefile        Sat May 18 08:30:32 2019 +0000
+++ b/meta-pkgs/Makefile        Sat May 18 08:37:10 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2019/01/14 13:09:05 taca Exp $
+# $NetBSD: Makefile,v 1.102 2019/05/18 08:37:10 wiz Exp $
 #
 
 COMMENT=       Collections of other packages
@@ -7,17 +7,11 @@
 SUBDIR+=       bulk-large
 SUBDIR+=       bulk-medium
 SUBDIR+=       bulk-small
-SUBDIR+=       c++-gnome-bindings
 SUBDIR+=       compiz-fusion
 SUBDIR+=       courier
 SUBDIR+=       deforaos-desktop
-SUBDIR+=       desktop-gnome
 SUBDIR+=       fxtv-capture
 SUBDIR+=       gimp-docs
-SUBDIR+=       gnome
-SUBDIR+=       gnome-devtools
-SUBDIR+=       gnome-mobile
-SUBDIR+=       gnome-platform
 SUBDIR+=       gnuradio
 SUBDIR+=       gnustep
 SUBDIR+=       gstreamer0.10-plugins
@@ -36,12 +30,10 @@
 SUBDIR+=       modular-xorg-libs
 SUBDIR+=       modular-xorg-protos
 SUBDIR+=       modular-xorg-utils
-SUBDIR+=       mono-gnome-bindings
 SUBDIR+=       nagios
 SUBDIR+=       netbsd-doc
 SUBDIR+=       netbsd-doc-print
 SUBDIR+=       netbsd-www
-SUBDIR+=       p5-gnome-bindings
 SUBDIR+=       php56-extensions
 SUBDIR+=       php71-extensions
 SUBDIR+=       php72-extensions
@@ -49,7 +41,6 @@
 SUBDIR+=       pkg_developer
 SUBDIR+=       pkgsrc-guide-tools
 SUBDIR+=       pulseaudio-tools
-SUBDIR+=       py-gnome-bindings
 SUBDIR+=       py-tryton-platform
 SUBDIR+=       qmail-server
 SUBDIR+=       ruby-gnome2
diff -r 8f6ad2ecbc27 -r 2b90d03e3ebb meta-pkgs/bulk-large/Makefile
--- a/meta-pkgs/bulk-large/Makefile     Sat May 18 08:30:32 2019 +0000
+++ b/meta-pkgs/bulk-large/Makefile     Sat May 18 08:37:10 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2019/04/26 13:14:04 maya Exp $
+# $NetBSD: Makefile,v 1.39 2019/05/18 08:37:10 wiz Exp $
 
-DISTNAME=      bulk-large-20190305
-PKGREVISION=   1
+DISTNAME=      bulk-large-20190318
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -39,8 +38,6 @@
 BUILD_DEPENDS+=        gmp-[0-9]*:../../devel/gmp
 BUILD_DEPENDS+=        heirloom-libcommon-[0-9]*:../../devel/heirloom-libcommon
 BUILD_DEPENDS+=        libgetopt-[0-9]*:../../devel/libgetopt
-BUILD_DEPENDS+=        libgnome-[0-9]*:../../devel/libgnome
-BUILD_DEPENDS+=        libgnomeui-[0-9]*:../../devel/libgnomeui
 BUILD_DEPENDS+=        ocaml-[0-9]*:../../lang/ocaml
 BUILD_DEPENDS+=        gst-plugins0.10-base-[0-9]*:../../multimedia/gst-plugins0.10-base
 BUILD_DEPENDS+=        gstreamer0.10-[0-9]*:../../multimedia/gstreamer0.10
@@ -48,7 +45,6 @@
 BUILD_DEPENDS+=        dbus-[0-9]*:../../sysutils/dbus
 BUILD_DEPENDS+=        dbus-glib-[0-9]*:../../sysutils/dbus-glib
 BUILD_DEPENDS+=        aspell-[0-9]*:../../textproc/aspell
-BUILD_DEPENDS+=        gnome-doc-utils-[0-9]*:../../textproc/gnome-doc-utils
 BUILD_DEPENDS+=        kdelibs4-[0-9]*:../../x11/kdelibs4
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
 BUILD_DEPENDS+=        qt4-libs-[0-9]*:../../x11/qt4-libs
@@ -123,9 +119,6 @@
 # 5. Desktops
 #
 BUILD_DEPENDS+=        deforaos-desktop-[0-9]*:../../meta-pkgs/deforaos-desktop
-BUILD_DEPENDS+=        desktop-gnome-[0-9]*:../../meta-pkgs/desktop-gnome
-BUILD_DEPENDS+=        gnome-[0-9]*:../../meta-pkgs/gnome
-BUILD_DEPENDS+=        gnome-platform-[0-9]*:../../meta-pkgs/gnome-platform
 BUILD_DEPENDS+=        gnustep-[0-9]*:../../meta-pkgs/gnustep
 BUILD_DEPENDS+=        kde4-[0-9]*:../../meta-pkgs/kde4
 BUILD_DEPENDS+=        matchbox-[0-9]*:../../meta-pkgs/matchbox
diff -r 8f6ad2ecbc27 -r 2b90d03e3ebb meta-pkgs/bulk-medium/Makefile
--- a/meta-pkgs/bulk-medium/Makefile    Sat May 18 08:30:32 2019 +0000
+++ b/meta-pkgs/bulk-medium/Makefile    Sat May 18 08:37:10 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2019/05/02 08:36:10 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2019/05/18 08:37:10 wiz Exp $
 
-DISTNAME=      bulk-medium-20190502
+DISTNAME=      bulk-medium-20190518
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -187,7 +187,6 @@
 BUILD_DEPENDS+=        cyrus-sasl-[0-9]*:../../security/cyrus-sasl
 BUILD_DEPENDS+=        openssl-[0-9]*:../../security/openssl
 BUILD_DEPENDS+=        tcp_wrappers-[0-9]*:../../security/tcp_wrappers
-BUILD_DEPENDS+=        gnome-vfs-[0-9]*:../../sysutils/gnome-vfs
 BUILD_DEPENDS+=        libnotify-[0-9]*:../../sysutils/libnotify
 BUILD_DEPENDS+=        gtk2+-[0-9]*:../../x11/gtk2
 BUILD_DEPENDS+=        motif-[0-9]*:../../x11/motif
diff -r 8f6ad2ecbc27 -r 2b90d03e3ebb meta-pkgs/c++-gnome-bindings/DESCR
--- a/meta-pkgs/c++-gnome-bindings/DESCR        Sat May 18 08:30:32 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 8f6ad2ecbc27 -r 2b90d03e3ebb meta-pkgs/c++-gnome-bindings/Makefile
--- a/meta-pkgs/c++-gnome-bindings/Makefile     Sat May 18 08:30:32 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2018/08/19 20:16:40 wiz Exp $
-
-DISTNAME=      c++-gnome-bindings-2.26.2
-CATEGORIES=    meta-pkgs x11 gnome
-MASTER_SITES=  # empty
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.gnome.org/
-COMMENT=       Meta-package for C++ bindings for the GNOME desktop
-
-META_PACKAGE=  yes
-
-PREV_PKGPATH=   meta-pkgs/gnome-bindings-c++
-SUPERSEDES=    gnome-bindings-c++-[0-9]*
-
-# see http://ftp.gnome.org/pub/GNOME/bindings/2.26/2.26.2/sources/c++/
-
-DEPENDS+=      gconfmm>=2.24.0:../../devel/gconfmm
-DEPENDS+=      glibmm>=2.20.0:../../devel/glibmm
-DEPENDS+=      gnome-vfsmm>=2.26.0:../../sysutils/gnome-vfsmm
-DEPENDS+=      gtkmm>=2.16.0:../../x11/gtkmm
-DEPENDS+=      libglademm>=2.6.7:../../devel/libglademm
-DEPENDS+=      libgnomecanvasmm>=2.26.0:../../graphics/libgnomecanvasmm
-DEPENDS+=      libgnomemm>=2.26.0:../../devel/libgnomemm
-DEPENDS+=      libgnomeuimm>=2.26.0:../../devel/libgnomeuimm
-DEPENDS+=      libsigc++>=2.2.3:../../devel/libsigc++
-DEPENDS+=      libxml++>=2.26.0:../../textproc/libxml++
-DEPENDS+=      pangomm>=2.24.0:../../devel/pangomm
-
-.include "../../mk/bsd.pkg.mk"
diff -r 8f6ad2ecbc27 -r 2b90d03e3ebb meta-pkgs/desktop-gnome/DESCR
--- a/meta-pkgs/desktop-gnome/DESCR     Sat May 18 08:30:32 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-Primary goal for the desktop project:
-
-Given a NetBSD CD and a reasonably modern x86 computer, make it
-possible to install a useful desktop system in under 15 minutes,
-responding to only a few prompts in the process.
diff -r 8f6ad2ecbc27 -r 2b90d03e3ebb meta-pkgs/desktop-gnome/Makefile
--- a/meta-pkgs/desktop-gnome/Makefile  Sat May 18 08:30:32 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2017/11/12 16:03:36 khorben Exp $
-#
-
-DISTNAME=      desktop-gnome-0.5
-PKGREVISION=   3
-CATEGORIES=    meta-pkgs x11 gnome
-MASTER_SITES=  # empty
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-COMMENT=       Software stack for the NetBSD Desktop Project
-#HOMEPAGE=     http://wiki.netbsd.se/Desktop_Project
-
-META_PACKAGE=  yes
-
-# implements http://wiki.netbsd.se/Desktop_Phase_1
-#
-DEPENDS+=      pkgin-[0-9]*:../../pkgtools/pkgin
-DEPENDS+=      cups-[0-9]*:../../print/cups
-DEPENDS+=      firefox-[0-9]*:../../www/firefox
-DEPENDS+=      gnome-[0-9]*:../../meta-pkgs/gnome
-DEPENDS+=      gimp-[0-9]*:../../graphics/gimp
-DEPENDS+=      notification-daemon-[0-9]*:../../sysutils/notification-daemon
-DEPENDS+=      thunderbird-[0-9]*:../../mail/thunderbird
-DEPENDS+=      pidgin-[0-9]*:../../chat/pidgin
-DEPENDS+=      pidgin-libnotify-[0-9]*:../../chat/pidgin-libnotify
-#DEPENDS+=     transmission-gtk-[0-9]*:../../net/transmission-gtk
-DEPENDS+=      filezilla-[0-9]*:../../net/filezilla
-
-# useful fonts and themes
-#
-DEPENDS+=      dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
-DEPENDS+=      liberation-ttf-[0-9]*:../../fonts/liberation-ttf
-
-# the space taken by some major shells shouldnt be a problem
-#
-DEPENDS+=      bash-[0-9]*:../../shells/bash
-DEPENDS+=      tcsh-[0-9]*:../../shells/tcsh
-DEPENDS+=      zsh-[0-9]*:../../shells/zsh
-DEPENDS+=      mksh-[0-9]*:../../shells/mksh
-
-.include "../../mk/bsd.pkg.mk"
diff -r 8f6ad2ecbc27 -r 2b90d03e3ebb meta-pkgs/gnome-devtools/DESCR
--- a/meta-pkgs/gnome-devtools/DESCR    Sat May 18 08:30:32 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 tools developing application under GNOME.
diff -r 8f6ad2ecbc27 -r 2b90d03e3ebb meta-pkgs/gnome-devtools/Makefile
--- a/meta-pkgs/gnome-devtools/Makefile Sat May 18 08:30:32 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2019/04/28 07:07:48 wiz Exp $
-
-DISTNAME=      gnome-devtools-2.26.1.99
-PKGREVISION=   1
-CATEGORIES=    meta-pkgs devel gnome
-MASTER_SITES=  # empty
-DISTFILES=     # empty
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.gnome.org/
-COMMENT=       Meta-package for utilities used for developing GNOME applications
-
-META_PACKAGE=  yes
-
-# see http://ftp.gnome.org/pub/GNOME/devtools/2.26/2.26.2/sources/
-
-DEPENDS+=      accerciser>=1.6.1:../../devel/accerciser
-#DEPENDS+=     anjuta>=2.26.2.0:../../devel/anjuta
-DEPENDS+=      anjuta>=2.24.2:../../devel/anjuta
-DEPENDS+=      devhelp>=0.21:../../devel/devhelp
-DEPENDS+=      gdl>=2.26.2:../../devel/gdl
-DEPENDS+=      glade>=3.4.5:../../devel/glade
-DEPENDS+=      gnome-devel-docs>=2.26.2:../../misc/gnome-devel-docs
-
-.include "../../mk/bsd.pkg.mk"
diff -r 8f6ad2ecbc27 -r 2b90d03e3ebb meta-pkgs/gnome-mobile/DESCR
--- a/meta-pkgs/gnome-mobile/DESCR      Sat May 18 08:30:32 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +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 GNOME mobile support, defined
-by the project as the "GNOME mobile".
diff -r 8f6ad2ecbc27 -r 2b90d03e3ebb meta-pkgs/gnome-mobile/Makefile
--- a/meta-pkgs/gnome-mobile/Makefile   Sat May 18 08:30:32 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2018/08/19 20:16:40 wiz Exp $
-
-DISTNAME=      gnome-mobile-2.26.1.100
-CATEGORIES=    meta-pkgs x11 gnome
-MASTER_SITES=  # empty
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://www.gnome.org/
-COMMENT=       Meta-package for mobile support for the GNOME desktop
-
-META_PACKAGE=  yes
-



Home | Main Index | Thread Index | Old Index