pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove apotheke: the program has been unmaintained for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19fd727121df
branches:  trunk
changeset: 490804:19fd727121df
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sun Mar 20 16:56:43 2005 +0000

description:
Remove apotheke: the program has been unmaintained for years (since Nov
2002), it is broken as seen in the bulk build logs (plus nobody has
complained so far) and, FWIW, it will be completely unbuildable with the
just-released Nautilus 2.10.0, as a required library will be missing.

diffstat:

 doc/CHANGES                        |   3 ++-
 sysutils/Makefile                  |   3 +--
 sysutils/apotheke/DESCR            |   2 --
 sysutils/apotheke/Makefile         |  33 ---------------------------------
 sysutils/apotheke/PLIST            |  14 --------------
 sysutils/apotheke/distinfo         |   6 ------
 sysutils/apotheke/patches/patch-aa |  13 -------------
 7 files changed, 3 insertions(+), 71 deletions(-)

diffs (119 lines):

diff -r 1da40130226a -r 19fd727121df doc/CHANGES
--- a/doc/CHANGES       Sun Mar 20 16:38:10 2005 +0000
+++ b/doc/CHANGES       Sun Mar 20 16:56:43 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.9522 2005/03/20 15:56:41 hubertf Exp $
+$NetBSD: CHANGES,v 1.9523 2005/03/20 16:56:43 jmmv Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -1423,3 +1423,4 @@
        Updated avr-gcc to 3.3.2003.05.11nb1 [jmmv 2005-03-20]
        Updated fprot-workstation-bin to 4.5.4 [ben 2005-03-20]
        Updated pkg_install to 20050318 [hubertf 2005-03-20]
+       Removed apotheke [jmmv 2005-03-20]
diff -r 1da40130226a -r 19fd727121df sysutils/Makefile
--- a/sysutils/Makefile Sun Mar 20 16:38:10 2005 +0000
+++ b/sysutils/Makefile Sun Mar 20 16:56:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.288 2005/03/12 09:14:41 jmmv Exp $
+# $NetBSD: Makefile,v 1.289 2005/03/20 16:56:44 jmmv Exp $
 
 COMMENT=       System utilities
 
@@ -14,7 +14,6 @@
 SUBDIR+=       amanda-server
 SUBDIR+=       apcupsd
 SUBDIR+=       aperture
-SUBDIR+=       apotheke
 SUBDIR+=       asapm
 SUBDIR+=       atitvout
 SUBDIR+=       bacula
diff -r 1da40130226a -r 19fd727121df sysutils/apotheke/DESCR
--- a/sysutils/apotheke/DESCR   Sun Mar 20 16:38:10 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-Apotheke is a separate Nautilus view, which gives you
-detailed information about CVS managed directories.
diff -r 1da40130226a -r 19fd727121df sysutils/apotheke/Makefile
--- a/sysutils/apotheke/Makefile        Sun Mar 20 16:38:10 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2004/10/03 00:18:14 tv Exp $
-#
-
-DISTNAME=      apotheke-0.2
-PKGREVISION=   9
-CATEGORIES=    sysutils gnome
-MASTER_SITES=  ftp://ftp.berlios.de/pub/apotheke/
-
-MAINTAINER=    tech-pkg%NetBSD.org@localhost
-HOMEPAGE=      http://apotheke.berlios.de/
-COMMENT=       CVS view for Nautilus
-
-USE_BUILDLINK3=                yes
-USE_DIRS+=             xdg-1.1
-USE_PKGLOCALEDIR=      yes
-GNU_CONFIGURE=         yes
-USE_X11=               yes
-USE_GNU_TOOLS+=                make
-
-GCONF2_SCHEMAS+=       apotheke.schemas
-
-.include "../../devel/GConf2/schemas.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/libglade2/buildlink3.mk"
-.include "../../devel/libgnome/buildlink3.mk"
-.include "../../devel/pkgconfig/buildlink3.mk"
-.include "../../sysutils/fam/buildlink3.mk"
-.include "../../sysutils/gnome-vfs2/buildlink3.mk"
-.include "../../sysutils/nautilus/buildlink3.mk"
-.include "../../textproc/intltool/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 1da40130226a -r 19fd727121df sysutils/apotheke/PLIST
--- a/sysutils/apotheke/PLIST   Sun Mar 20 16:38:10 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/29 14:06:35 xtraeme Exp $
-bin/apotheke-view
-lib/bonobo/servers/Apotheke_View.server
-share/apotheke/glade/apotheke.glade
-share/gnome-2.0/ui/apotheke-view-ui.xml
-${PKGLOCALEDIR}/locale/de/LC_MESSAGES/apotheke.mo
-share/pixmaps/apotheke/cvs-directory.png
-share/pixmaps/apotheke/cvs-file-conflict.png
-share/pixmaps/apotheke/cvs-file-missing.png
-share/pixmaps/apotheke/cvs-file-modified.png
-share/pixmaps/apotheke/cvs-file.png
-@dirrm share/pixmaps/apotheke
-@dirrm share/apotheke/glade
-@dirrm share/apotheke
diff -r 1da40130226a -r 19fd727121df sysutils/apotheke/distinfo
--- a/sysutils/apotheke/distinfo        Sun Mar 20 16:38:10 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 13:40:50 agc Exp $
-
-SHA1 (apotheke-0.2.tar.gz) = 562b4ba352ff37cb78d7d51fd14adb7d091f9b01
-RMD160 (apotheke-0.2.tar.gz) = 90237489175785f1c14f0db6a0f4c867c77c9ced
-Size (apotheke-0.2.tar.gz) = 124617 bytes
-SHA1 (patch-aa) = 4697d425e7c4d2ebd4de55f92c3ac6de160a292d
diff -r 1da40130226a -r 19fd727121df sysutils/apotheke/patches/patch-aa
--- a/sysutils/apotheke/patches/patch-aa        Sun Mar 20 16:38:10 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/12/29 14:06:35 xtraeme Exp $
-
---- Makefile.in.orig   2003-08-17 09:03:38.000000000 +0200
-+++ Makefile.in        2003-08-17 09:04:19.000000000 +0200
-@@ -105,7 +105,7 @@
- EXTRA_DIST =          $(schema_DATA)         intltool-extract.in         intltool-merge.in           intltool-update.in
- 
- 
--schemadir = $(sysconfdir)/gconf/schemas
-+schemadir = $(datadir)/gconf/schemas
- schema_DATA = apotheke.schemas
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs



Home | Main Index | Thread Index | Old Index