pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/ion-dock Remove the short-lived ion-dock package, ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/cd39658c6a81
branches: trunk
changeset: 469439:cd39658c6a81
user: cube <cube%pkgsrc.org@localhost>
date: Mon Feb 23 13:24:26 2004 +0000
description:
Remove the short-lived ion-dock package, which is now part of the Ion2
distribution.
diffstat:
x11/ion-dock/DESCR | 3 ---
x11/ion-dock/Makefile | 27 ---------------------------
x11/ion-dock/PLIST | 6 ------
x11/ion-dock/distinfo | 5 -----
x11/ion-dock/patches/patch-aa | 25 -------------------------
5 files changed, 0 insertions(+), 66 deletions(-)
diffs (86 lines):
diff -r 0574a72f6c23 -r cd39658c6a81 x11/ion-dock/DESCR
--- a/x11/ion-dock/DESCR Mon Feb 23 12:36:25 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-ion-dock is a module for ion-devel that enables a docking
-area on a side of the screen. You can show and hide that
-area with a key stroke.
diff -r 0574a72f6c23 -r cd39658c6a81 x11/ion-dock/Makefile
--- a/x11/ion-dock/Makefile Mon Feb 23 12:36:25 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2004/01/24 15:30:33 grant Exp $
-#
-
-DISTNAME= ion-devel-dock-20031221
-PKGNAME= ${DISTNAME:S/-devel//}
-CATEGORIES= x11 wm
-MASTER_SITES= http://www.dsv.su.se/~pelle/ion-dock/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= cube%NetBSD.org@localhost
-HOMEPAGE= http://www.dsv.su.se/~pelle/ion-dock/
-COMMENT= Ion module that enables docking
-
-USE_BUILDLINK2= YES
-USE_PKGINSTALL= YES
-USE_GNU_TOOLS+= make
-USE_X11= YES
-
-MAKE_ENV+= TOPDIR=${BUILDLINK_PREFIX.ion}/include/ion
-
-ION_EX_DIR= ${PREFIX}/share/examples/ion
-PKG_SYSCONFSUBDIR= ion
-CONF_FILES= ${ION_EX_DIR}/dock.lua ${PKG_SYSCONFDIR}/dock.lua \
- ${ION_EX_DIR}/dock-draw.lua ${PKG_SYSCONFDIR}/dock-draw.lua
-
-.include "../../wm/ion-devel/buildlink2.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 0574a72f6c23 -r cd39658c6a81 x11/ion-dock/PLIST
--- a/x11/ion-dock/PLIST Mon Feb 23 12:36:25 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/09 23:06:48 cube Exp $
-lib/ion/dock.a
-lib/ion/dock.la
-lib/ion/dock.so
-share/examples/ion/dock-draw.lua
-share/examples/ion/dock.lua
diff -r 0574a72f6c23 -r cd39658c6a81 x11/ion-dock/distinfo
--- a/x11/ion-dock/distinfo Mon Feb 23 12:36:25 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/01/09 23:06:48 cube Exp $
-
-SHA1 (ion-devel-dock-20031221.tar.bz2) = 63b16ba7d87e71f57ba3188aadcb40b35152ea8c
-Size (ion-devel-dock-20031221.tar.bz2) = 17610 bytes
-SHA1 (patch-aa) = 3caacc4b546e9bed70660b6f5f41c21e025b40fa
diff -r 0574a72f6c23 -r cd39658c6a81 x11/ion-dock/patches/patch-aa
--- a/x11/ion-dock/patches/patch-aa Mon Feb 23 12:36:25 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/01/09 23:06:48 cube Exp $
-
---- Makefile.orig 2003-12-22 20:39:03.000000000 +0100
-+++ Makefile
-@@ -5,7 +5,7 @@
- ##
-
- # System specific configuration is in system.mk
--TOPDIR=/usr/include/ion
-+TOPDIR?=/usr/include/ion
- include $(TOPDIR)/system-inc.mk
-
- ######################################
-@@ -28,9 +28,9 @@ include $(TOPDIR)/rules.mk
- ######################################
-
- _install: module_install
-- $(INSTALLDIR) $(ETCDIR)
-+ $(INSTALLDIR) $(EXDIR)
- for i in $(ETC); do \
-- $(INSTALL) -m $(DATA_MODE) $$i $(ETCDIR); \
-+ $(INSTALL) -m $(DATA_MODE) $$i $(EXDIR); \
- done
-
- ######################################
Home |
Main Index |
Thread Index |
Old Index