diff options
author | jmmv <jmmv> | 2005-01-11 11:42:42 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-01-11 11:42:42 +0000 |
commit | ec308132b495e1e34feaf4e51fb59bd6c58c5dc0 (patch) | |
tree | b063355ea9254ff7fd31d0fca3172c632732f244 /meta-pkgs | |
parent | 92370b36a5d741669a6891daaba3fc1eea84a228 (diff) | |
download | pkgsrc-ec308132b495e1e34feaf4e51fb59bd6c58c5dc0.tar.gz |
Remove the gnome-extras meta-pkg; it is useless. No objections in tech-pkg@.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/Makefile | 3 | ||||
-rw-r--r-- | meta-pkgs/gnome-extras/DESCR | 12 | ||||
-rw-r--r-- | meta-pkgs/gnome-extras/Makefile | 41 | ||||
-rw-r--r-- | meta-pkgs/gnome-extras/PLIST | 2 |
4 files changed, 1 insertions, 57 deletions
diff --git a/meta-pkgs/Makefile b/meta-pkgs/Makefile index 11b82e30d0b..f44e4ae3cb4 100644 --- a/meta-pkgs/Makefile +++ b/meta-pkgs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/11/18 09:15:38 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2005/01/11 11:42:43 jmmv Exp $ # COMMENT= Collections of other packages @@ -9,7 +9,6 @@ SUBDIR+= fxtv-capture SUBDIR+= gnome SUBDIR+= gnome-base SUBDIR+= gnome-devel -SUBDIR+= gnome-extras SUBDIR+= gnome1 SUBDIR+= gnustep SUBDIR+= gtk2-extras diff --git a/meta-pkgs/gnome-extras/DESCR b/meta-pkgs/gnome-extras/DESCR deleted file mode 100644 index 796c7bf29b4..00000000000 --- a/meta-pkgs/gnome-extras/DESCR +++ /dev/null @@ -1,12 +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 all the basic components required to get a -working desktop plus several programs that are related to it in -some way. These include programs that use the GNOME development -platform or progarms that provide some important and useful -features, which make the desktop more complete. diff --git a/meta-pkgs/gnome-extras/Makefile b/meta-pkgs/gnome-extras/Makefile deleted file mode 100644 index 9accd21b867..00000000000 --- a/meta-pkgs/gnome-extras/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# $NetBSD: Makefile,v 1.20 2004/12/28 22:50:58 jmmv Exp $ - -DISTNAME= gnome-extras-2.8.2 -CATEGORIES= meta-pkgs x11 gnome -MASTER_SITES= # empty -DISTFILES= # empty - -MAINTAINER= jmmv@NetBSD.org -HOMEPAGE= http://www.gnome.org/ -COMMENT= Meta-package for applications related to the GNOME desktop - -DEPENDS+= abiword>=2.0.14:../../editors/abiword -DEPENDS+= balsa>=2.2.6:../../mail/balsa2 -DEPENDS+= conglomerate>=0.7.12:../../editors/conglomerate -DEPENDS+= epiphany-extensions>=1.4.3:../../www/epiphany-extensions -DEPENDS+= evolution>=2.0.3:../../mail/evolution -DEPENDS+= gaim>=1.1.0:../../chat/gaim -DEPENDS+= glade2>=2.6.0:../../devel/glade2 -DEPENDS+= gnome>=2.8.2:../../meta-pkgs/gnome -DEPENDS+= gnome-audio>=2.0.0:../../audio/gnome-audio -DEPENDS+= gnome-themes-extras>=0.8:../../x11/gnome-themes-extras -DEPENDS+= gqview>=1.4.5:../../graphics/gqview -DEPENDS+= mergeant>=0.12.1:../../databases/mergeant -DEPENDS+= pan>=0.14.2:../../news/pan -DEPENDS+= rhythmbox>=0.8.8:../../audio/rhythmbox -DEPENDS+= seahorse>=0.7.5:../../security/seahorse -DEPENDS+= xcdroast>=0.98a15:../../sysutils/xcdroast -DEPENDS+= xchat>=2.4.1:../../chat/xchat2 -#DEPENDS+= gnome-games-extra-data-2.8.x - -USE_X11= yes -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes -NO_BUILDLINK= yes -NO_MTREE= yes - -do-install: # empty - -.include "../../mk/bsd.pkg.mk" diff --git a/meta-pkgs/gnome-extras/PLIST b/meta-pkgs/gnome-extras/PLIST deleted file mode 100644 index 9ea6934b5bf..00000000000 --- a/meta-pkgs/gnome-extras/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/24 22:59:48 jmmv Exp $ -@comment this plist intentionally left empty |