diff options
author | cube <cube@pkgsrc.org> | 2004-02-23 13:24:26 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-02-23 13:24:26 +0000 |
commit | 42d03b5e21e3cac223c8ab3a395b69aa5afca78a (patch) | |
tree | a633ff51301cf477db7f5861583545eb84d7cdd1 /x11 | |
parent | 9a1529f57904f5b6351de85a075bf81b7a47f861 (diff) | |
download | pkgsrc-42d03b5e21e3cac223c8ab3a395b69aa5afca78a.tar.gz |
Remove the short-lived ion-dock package, which is now part of the Ion2
distribution.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ion-dock/DESCR | 3 | ||||
-rw-r--r-- | x11/ion-dock/Makefile | 27 | ||||
-rw-r--r-- | x11/ion-dock/PLIST | 6 | ||||
-rw-r--r-- | x11/ion-dock/distinfo | 5 | ||||
-rw-r--r-- | x11/ion-dock/patches/patch-aa | 25 |
5 files changed, 0 insertions, 66 deletions
diff --git a/x11/ion-dock/DESCR b/x11/ion-dock/DESCR deleted file mode 100644 index 873f84496c9..00000000000 --- a/x11/ion-dock/DESCR +++ /dev/null @@ -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 --git a/x11/ion-dock/Makefile b/x11/ion-dock/Makefile deleted file mode 100644 index bd8ea936e59..00000000000 --- a/x11/ion-dock/Makefile +++ /dev/null @@ -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 -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 --git a/x11/ion-dock/PLIST b/x11/ion-dock/PLIST deleted file mode 100644 index 0ce96aa5446..00000000000 --- a/x11/ion-dock/PLIST +++ /dev/null @@ -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 --git a/x11/ion-dock/distinfo b/x11/ion-dock/distinfo deleted file mode 100644 index c15f0ed78a1..00000000000 --- a/x11/ion-dock/distinfo +++ /dev/null @@ -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 --git a/x11/ion-dock/patches/patch-aa b/x11/ion-dock/patches/patch-aa deleted file mode 100644 index ddd016baaba..00000000000 --- a/x11/ion-dock/patches/patch-aa +++ /dev/null @@ -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 - - ###################################### |