pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel devel: Remove libgail-gnome.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6bd1f1224c7b
branches: trunk
changeset: 407398:6bd1f1224c7b
user: nia <nia%pkgsrc.org@localhost>
date: Sat Jan 04 13:36:34 2020 +0000
description:
devel: Remove libgail-gnome.
Old GNOME 2 component, no longer used by anything, no longer part of GNOME
diffstat:
devel/Makefile | 3 +--
devel/libgail-gnome/DESCR | 5 -----
devel/libgail-gnome/Makefile | 28 ----------------------------
devel/libgail-gnome/PLIST | 4 ----
devel/libgail-gnome/buildlink3.mk | 21 ---------------------
devel/libgail-gnome/distinfo | 6 ------
6 files changed, 1 insertions(+), 66 deletions(-)
diffs (101 lines):
diff -r 95167cf2c623 -r 6bd1f1224c7b devel/Makefile
--- a/devel/Makefile Sat Jan 04 13:25:11 2020 +0000
+++ b/devel/Makefile Sat Jan 04 13:36:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2977 2020/01/03 07:52:42 pho Exp $
+# $NetBSD: Makefile,v 1.2978 2020/01/04 13:36:34 nia Exp $
#
COMMENT= Development utilities
@@ -668,7 +668,6 @@
SUBDIR+= libfreefare
SUBDIR+= libftdi
SUBDIR+= libftdi1
-SUBDIR+= libgail-gnome
SUBDIR+= libgcroots
SUBDIR+= libgee
SUBDIR+= libgee0.6
diff -r 95167cf2c623 -r 6bd1f1224c7b devel/libgail-gnome/DESCR
--- a/devel/libgail-gnome/DESCR Sat Jan 04 13:25:11 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-GAIL is the Gnome Accessibility Implementation Library and is as the
-name suggests an implementation of the accessibility interfaces
-defined by ATK.
-
-This package is part of the GNOME 2 Development Platform.
diff -r 95167cf2c623 -r 6bd1f1224c7b devel/libgail-gnome/Makefile
--- a/devel/libgail-gnome/Makefile Sat Jan 04 13:25:11 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.99 2019/07/21 22:24:00 wiz Exp $
-
-DISTNAME= libgail-gnome-1.20.4
-PKGREVISION= 45
-CATEGORIES= devel gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgail-gnome/1.20/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://developer.gnome.org/accessibility-devel-guide/stable/dev-start-5.html.en
-COMMENT= GNOME Accessibility Implementation Library
-
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
-USE_TOOLS+= pkg-config gmake
-
-PKGCONFIG_OVERRIDE= libgail-gnome.pc.in
-GCONF_SCHEMAS= libgail-gnome.schemas
-
-.include "../../devel/GConf/schemas.mk"
-.include "../../devel/at-spi/buildlink3.mk"
-.include "../../devel/atk/buildlink3.mk"
-.include "../../devel/libbonobo/buildlink3.mk"
-.include "../../devel/libbonoboui/buildlink3.mk"
-.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../x11/gnome-panel/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 95167cf2c623 -r 6bd1f1224c7b devel/libgail-gnome/PLIST
--- a/devel/libgail-gnome/PLIST Sat Jan 04 13:25:11 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2012/11/23 17:14:12 drochner Exp $
-lib/gtk-2.0/modules/libgail-gnome.la
-lib/pkgconfig/libgail-gnome.pc
-share/gconf/schemas/libgail-gnome.schemas
diff -r 95167cf2c623 -r 6bd1f1224c7b devel/libgail-gnome/buildlink3.mk
--- a/devel/libgail-gnome/buildlink3.mk Sat Jan 04 13:25:11 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.85 2019/07/21 22:24:00 wiz Exp $
-
-BUILDLINK_TREE+= libgail-gnome
-
-.if !defined(LIBGAIL_GNOME_BUILDLINK3_MK)
-LIBGAIL_GNOME_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libgail-gnome+= libgail-gnome>=1.1.1nb2
-BUILDLINK_ABI_DEPENDS.libgail-gnome+= libgail-gnome>=1.20.4nb45
-BUILDLINK_PKGSRCDIR.libgail-gnome?= ../../devel/libgail-gnome
-
-.include "../../devel/at-spi/buildlink3.mk"
-.include "../../devel/atk/buildlink3.mk"
-.include "../../devel/libbonobo/buildlink3.mk"
-.include "../../devel/libbonoboui/buildlink3.mk"
-.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../x11/gnome-panel/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.endif # LIBGAIL_GNOME_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libgail-gnome
diff -r 95167cf2c623 -r 6bd1f1224c7b devel/libgail-gnome/distinfo
--- a/devel/libgail-gnome/distinfo Sat Jan 04 13:25:11 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.13 2015/11/03 03:27:40 agc Exp $
-
-SHA1 (libgail-gnome-1.20.4.tar.bz2) = ac1bb6f24dc16d8cc557fd6a6c6737f977de067f
-RMD160 (libgail-gnome-1.20.4.tar.bz2) = 21138e64f7d93b3d5cf37f9242e014ccceb5ba3f
-SHA512 (libgail-gnome-1.20.4.tar.bz2) = 158feac0929d534f186123159c1a5a8c0b0af37b8558ac58acaeb3d7dfe1f709bdb27b470df25fb76411c644d237c53597603de847a2be9b9f83dd2876c75f5b
-Size (libgail-gnome-1.20.4.tar.bz2) = 236497 bytes
Home |
Main Index |
Thread Index |
Old Index