aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gtk-engines/Makefile33
-rw-r--r--x11-themes/gtk-engines/distinfo1
-rw-r--r--x11-themes/gtk-engines/files/patch-ac51
-rw-r--r--x11-themes/gtk-engines/pkg-comment1
-rw-r--r--x11-themes/gtk-engines/pkg-descr6
-rw-r--r--x11-themes/gtk-engines/pkg-plist96
-rw-r--r--x11-themes/gtk-engines2/Makefile33
-rw-r--r--x11-themes/gtk-engines2/distinfo1
-rw-r--r--x11-themes/gtk-engines2/files/patch-ac51
-rw-r--r--x11-themes/gtk-engines2/pkg-comment1
-rw-r--r--x11-themes/gtk-engines2/pkg-descr6
-rw-r--r--x11-themes/gtk-engines2/pkg-plist96
-rw-r--r--x11-themes/gtkstep/Makefile24
-rw-r--r--x11-themes/gtkstep/distinfo1
-rw-r--r--x11-themes/gtkstep/pkg-comment1
-rw-r--r--x11-themes/gtkstep/pkg-descr4
-rw-r--r--x11-themes/gtkstep/pkg-plist6
17 files changed, 0 insertions, 412 deletions
diff --git a/x11-themes/gtk-engines/Makefile b/x11-themes/gtk-engines/Makefile
deleted file mode 100644
index 2eaf899b9bc6..000000000000
--- a/x11-themes/gtk-engines/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: gtk-engines
-# Version required: 0.8
-# Date Created: 23 Dec 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= gtk-engines-0.8
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gtk-engines
-
-MAINTAINER= vanilla@FreeBSD.org
-
-LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
-
-THEMES= metal notif pixmap redmond95
-
-post-patch:
- @for theme in ${THEMES}; do \
- cd ${WRKSRC}/$$theme/Theme/gtk; \
- ${MV} gtkrc gtkrc.tmp; \
- ${SED} -e s^%%PREFIX%%^${PREFIX}^g < gtkrc.tmp > gtkrc; \
- done
-
-.include <bsd.port.mk>
diff --git a/x11-themes/gtk-engines/distinfo b/x11-themes/gtk-engines/distinfo
deleted file mode 100644
index 09e0d961946a..000000000000
--- a/x11-themes/gtk-engines/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gtk-engines-0.8.tar.gz) = ba5a3f25881da087e40eb8e4e90adb1c
diff --git a/x11-themes/gtk-engines/files/patch-ac b/x11-themes/gtk-engines/files/patch-ac
deleted file mode 100644
index 27700a41a969..000000000000
--- a/x11-themes/gtk-engines/files/patch-ac
+++ /dev/null
@@ -1,51 +0,0 @@
---- metal/Theme/gtk/gtkrc.orig Fri Feb 12 05:16:41 1999
-+++ metal/Theme/gtk/gtkrc Wed Feb 17 01:23:21 1999
-@@ -1,3 +1,7 @@
-+#module_path "%%PREFIX%%/lib/gtk/themes"
-+
-+pixmap_path "%%PREFIX%%/share/themes/Metal/gtk"
-+
- style "default"
- {
- font = "-b&h-lucida-bold-r-normal-sans-12-*-*-*-p-*-iso8859-1"
---- notif/Theme/gtk/gtkrc.orig Sun Jan 31 03:05:48 1999
-+++ notif/Theme/gtk/gtkrc Sun Jan 31 03:11:41 1999
-@@ -13,9 +13,9 @@
- # testgtkrc2 sets all the buttons in the main window to blue by default
- #include "testgtkrc2"
-
--#module_path ".:/home/raster/themes"
-+#module_path "%%PREFIX%%/lib/gtk/themes"
-
--pixmap_path ".:/home/raster/themes"
-+pixmap_path "%%PREFIX%%/share/themes/Notif/gtk"
-
- style "default"
- {
---- pixmap/Theme/gtk/gtkrc.orig Thu Dec 17 01:05:37 1998
-+++ pixmap/Theme/gtk/gtkrc Sun Jan 31 03:09:55 1999
-@@ -13,7 +13,9 @@
- # testgtkrc2 sets all the buttons in the main window to blue by default
- #include "testgtkrc2"
-
--#module_path ".:/home/raster/themes"
-+#module_path "%%PREFIX%%/lib/gtk/themes"
-+
-+pixmap_path "%%PREFIX%%/share/themes/Pixmap/gtk"
-
- style "eventbox" {
- bg_pixmap[NORMAL] = "<parent>"
---- redmond95/Theme/gtk/gtkrc.orig Sun Jan 31 03:10:29 1999
-+++ redmond95/Theme/gtk/gtkrc Sun Jan 31 03:11:23 1999
-@@ -13,9 +13,9 @@
- # testgtkrc2 sets all the buttons in the main window to blue by default
- #include "testgtkrc2"
-
--#module_path ".:/home/raster/themes"
-+#module_path "%%PREFIX%%/lib/gtk/themes"
-
--pixmap_path ".:/home/raster/themes"
-+pixmap_path "%%PREFIX%%/share/themes/Redmond95/gtk"
-
- style "default"
- {
diff --git a/x11-themes/gtk-engines/pkg-comment b/x11-themes/gtk-engines/pkg-comment
deleted file mode 100644
index bc31903b7d69..000000000000
--- a/x11-themes/gtk-engines/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Theme engine for gtk+ toolkits
diff --git a/x11-themes/gtk-engines/pkg-descr b/x11-themes/gtk-engines/pkg-descr
deleted file mode 100644
index d0831f1ede53..000000000000
--- a/x11-themes/gtk-engines/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Theme engine for gtk+ toolkits.
-
-WWW: http://www.labs.redhat.com/themes.shtml
-
--Vanilla
-vanilla@FreeBSD.ORG
diff --git a/x11-themes/gtk-engines/pkg-plist b/x11-themes/gtk-engines/pkg-plist
deleted file mode 100644
index 5f3c093064a5..000000000000
--- a/x11-themes/gtk-engines/pkg-plist
+++ /dev/null
@@ -1,96 +0,0 @@
-share/themes/Metal/ICON.png
-share/themes/Metal/README.html
-share/themes/Metal/gtk/gtkrc
-share/themes/Notif/ICON.png
-share/themes/Notif/README.html
-share/themes/Notif/gtk/gtkrc
-share/themes/Pixmap/ICON.png
-share/themes/Pixmap/README.html
-share/themes/Pixmap/gtk/arrow_down1.png
-share/themes/Pixmap/gtk/arrow_down2.png
-share/themes/Pixmap/gtk/arrow_down3.png
-share/themes/Pixmap/gtk/arrow_left1.png
-share/themes/Pixmap/gtk/arrow_left2.png
-share/themes/Pixmap/gtk/arrow_left3.png
-share/themes/Pixmap/gtk/arrow_right1.png
-share/themes/Pixmap/gtk/arrow_right2.png
-share/themes/Pixmap/gtk/arrow_right3.png
-share/themes/Pixmap/gtk/arrow_up1.png
-share/themes/Pixmap/gtk/arrow_up2.png
-share/themes/Pixmap/gtk/arrow_up3.png
-share/themes/Pixmap/gtk/brown_bg1.png
-share/themes/Pixmap/gtk/brown_bg2.png
-share/themes/Pixmap/gtk/button1.png
-share/themes/Pixmap/gtk/button2.png
-share/themes/Pixmap/gtk/button3.png
-share/themes/Pixmap/gtk/button4.png
-share/themes/Pixmap/gtk/button5.png
-share/themes/Pixmap/gtk/button6.png
-share/themes/Pixmap/gtk/button7.png
-share/themes/Pixmap/gtk/button8.png
-share/themes/Pixmap/gtk/button9.png
-share/themes/Pixmap/gtk/button_def.png
-share/themes/Pixmap/gtk/check1.png
-share/themes/Pixmap/gtk/check2.png
-share/themes/Pixmap/gtk/curve_bg1.png
-share/themes/Pixmap/gtk/entry1.png
-share/themes/Pixmap/gtk/entry2.png
-share/themes/Pixmap/gtk/extension_bottom1.png
-share/themes/Pixmap/gtk/extension_left1.png
-share/themes/Pixmap/gtk/extension_right1.png
-share/themes/Pixmap/gtk/extension_top1.png
-share/themes/Pixmap/gtk/focus.png
-share/themes/Pixmap/gtk/frame1.png
-share/themes/Pixmap/gtk/frame2.png
-share/themes/Pixmap/gtk/frame_gap.png
-share/themes/Pixmap/gtk/frame_gap_top_end.png
-share/themes/Pixmap/gtk/frame_gap_top_start.png
-share/themes/Pixmap/gtk/gap_bottom.png
-share/themes/Pixmap/gtk/gap_bottom_end.png
-share/themes/Pixmap/gtk/gap_bottom_start.png
-share/themes/Pixmap/gtk/gap_left.png
-share/themes/Pixmap/gtk/gap_left_end.png
-share/themes/Pixmap/gtk/gap_left_start.png
-share/themes/Pixmap/gtk/gap_right.png
-share/themes/Pixmap/gtk/gap_right_end.png
-share/themes/Pixmap/gtk/gap_right_start.png
-share/themes/Pixmap/gtk/gap_top.png
-share/themes/Pixmap/gtk/gap_top_end.png
-share/themes/Pixmap/gtk/gap_top_start.png
-share/themes/Pixmap/gtk/gtkrc
-share/themes/Pixmap/gtk/handle_vert_thumb.png
-share/themes/Pixmap/gtk/hline.png
-share/themes/Pixmap/gtk/menubar.png
-share/themes/Pixmap/gtk/notebook1.png
-share/themes/Pixmap/gtk/option1.png
-share/themes/Pixmap/gtk/option2.png
-share/themes/Pixmap/gtk/option_menu.png
-share/themes/Pixmap/gtk/progressbar.png
-share/themes/Pixmap/gtk/ruler_horiz.png
-share/themes/Pixmap/gtk/ruler_vert.png
-share/themes/Pixmap/gtk/scrollbar_horiz1.png
-share/themes/Pixmap/gtk/scrollbar_thumb.png
-share/themes/Pixmap/gtk/scrollbar_thumb2.png
-share/themes/Pixmap/gtk/scrollbar_vert1.png
-share/themes/Pixmap/gtk/shadow1.png
-share/themes/Pixmap/gtk/shadow2.png
-share/themes/Pixmap/gtk/trough.png
-share/themes/Pixmap/gtk/vline.png
-share/themes/Redmond95/ICON.png
-share/themes/Redmond95/README.html
-share/themes/Redmond95/gtk/gtkrc
-lib/gtk/themes/engines/libmetal.so
-lib/gtk/themes/engines/libnotif.so
-lib/gtk/themes/engines/libpixmap.so
-lib/gtk/themes/engines/libredmond95.so
-@dirrm lib/gtk/themes/engines
-@dirrm lib/gtk/themes
-@dirrm lib/gtk
-@dirrm share/themes/Redmond95/gtk
-@dirrm share/themes/Redmond95
-@dirrm share/themes/Pixmap/gtk
-@dirrm share/themes/Pixmap
-@dirrm share/themes/Notif/gtk
-@dirrm share/themes/Notif
-@dirrm share/themes/Metal/gtk
-@dirrm share/themes/Metal
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile
deleted file mode 100644
index 2eaf899b9bc6..000000000000
--- a/x11-themes/gtk-engines2/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: gtk-engines
-# Version required: 0.8
-# Date Created: 23 Dec 1998
-# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= gtk-engines-0.8
-CATEGORIES= x11-toolkits
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gtk-engines
-
-MAINTAINER= vanilla@FreeBSD.org
-
-LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
-
-THEMES= metal notif pixmap redmond95
-
-post-patch:
- @for theme in ${THEMES}; do \
- cd ${WRKSRC}/$$theme/Theme/gtk; \
- ${MV} gtkrc gtkrc.tmp; \
- ${SED} -e s^%%PREFIX%%^${PREFIX}^g < gtkrc.tmp > gtkrc; \
- done
-
-.include <bsd.port.mk>
diff --git a/x11-themes/gtk-engines2/distinfo b/x11-themes/gtk-engines2/distinfo
deleted file mode 100644
index 09e0d961946a..000000000000
--- a/x11-themes/gtk-engines2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gtk-engines-0.8.tar.gz) = ba5a3f25881da087e40eb8e4e90adb1c
diff --git a/x11-themes/gtk-engines2/files/patch-ac b/x11-themes/gtk-engines2/files/patch-ac
deleted file mode 100644
index 27700a41a969..000000000000
--- a/x11-themes/gtk-engines2/files/patch-ac
+++ /dev/null
@@ -1,51 +0,0 @@
---- metal/Theme/gtk/gtkrc.orig Fri Feb 12 05:16:41 1999
-+++ metal/Theme/gtk/gtkrc Wed Feb 17 01:23:21 1999
-@@ -1,3 +1,7 @@
-+#module_path "%%PREFIX%%/lib/gtk/themes"
-+
-+pixmap_path "%%PREFIX%%/share/themes/Metal/gtk"
-+
- style "default"
- {
- font = "-b&h-lucida-bold-r-normal-sans-12-*-*-*-p-*-iso8859-1"
---- notif/Theme/gtk/gtkrc.orig Sun Jan 31 03:05:48 1999
-+++ notif/Theme/gtk/gtkrc Sun Jan 31 03:11:41 1999
-@@ -13,9 +13,9 @@
- # testgtkrc2 sets all the buttons in the main window to blue by default
- #include "testgtkrc2"
-
--#module_path ".:/home/raster/themes"
-+#module_path "%%PREFIX%%/lib/gtk/themes"
-
--pixmap_path ".:/home/raster/themes"
-+pixmap_path "%%PREFIX%%/share/themes/Notif/gtk"
-
- style "default"
- {
---- pixmap/Theme/gtk/gtkrc.orig Thu Dec 17 01:05:37 1998
-+++ pixmap/Theme/gtk/gtkrc Sun Jan 31 03:09:55 1999
-@@ -13,7 +13,9 @@
- # testgtkrc2 sets all the buttons in the main window to blue by default
- #include "testgtkrc2"
-
--#module_path ".:/home/raster/themes"
-+#module_path "%%PREFIX%%/lib/gtk/themes"
-+
-+pixmap_path "%%PREFIX%%/share/themes/Pixmap/gtk"
-
- style "eventbox" {
- bg_pixmap[NORMAL] = "<parent>"
---- redmond95/Theme/gtk/gtkrc.orig Sun Jan 31 03:10:29 1999
-+++ redmond95/Theme/gtk/gtkrc Sun Jan 31 03:11:23 1999
-@@ -13,9 +13,9 @@
- # testgtkrc2 sets all the buttons in the main window to blue by default
- #include "testgtkrc2"
-
--#module_path ".:/home/raster/themes"
-+#module_path "%%PREFIX%%/lib/gtk/themes"
-
--pixmap_path ".:/home/raster/themes"
-+pixmap_path "%%PREFIX%%/share/themes/Redmond95/gtk"
-
- style "default"
- {
diff --git a/x11-themes/gtk-engines2/pkg-comment b/x11-themes/gtk-engines2/pkg-comment
deleted file mode 100644
index bc31903b7d69..000000000000
--- a/x11-themes/gtk-engines2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Theme engine for gtk+ toolkits
diff --git a/x11-themes/gtk-engines2/pkg-descr b/x11-themes/gtk-engines2/pkg-descr
deleted file mode 100644
index d0831f1ede53..000000000000
--- a/x11-themes/gtk-engines2/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Theme engine for gtk+ toolkits.
-
-WWW: http://www.labs.redhat.com/themes.shtml
-
--Vanilla
-vanilla@FreeBSD.ORG
diff --git a/x11-themes/gtk-engines2/pkg-plist b/x11-themes/gtk-engines2/pkg-plist
deleted file mode 100644
index 5f3c093064a5..000000000000
--- a/x11-themes/gtk-engines2/pkg-plist
+++ /dev/null
@@ -1,96 +0,0 @@
-share/themes/Metal/ICON.png
-share/themes/Metal/README.html
-share/themes/Metal/gtk/gtkrc
-share/themes/Notif/ICON.png
-share/themes/Notif/README.html
-share/themes/Notif/gtk/gtkrc
-share/themes/Pixmap/ICON.png
-share/themes/Pixmap/README.html
-share/themes/Pixmap/gtk/arrow_down1.png
-share/themes/Pixmap/gtk/arrow_down2.png
-share/themes/Pixmap/gtk/arrow_down3.png
-share/themes/Pixmap/gtk/arrow_left1.png
-share/themes/Pixmap/gtk/arrow_left2.png
-share/themes/Pixmap/gtk/arrow_left3.png
-share/themes/Pixmap/gtk/arrow_right1.png
-share/themes/Pixmap/gtk/arrow_right2.png
-share/themes/Pixmap/gtk/arrow_right3.png
-share/themes/Pixmap/gtk/arrow_up1.png
-share/themes/Pixmap/gtk/arrow_up2.png
-share/themes/Pixmap/gtk/arrow_up3.png
-share/themes/Pixmap/gtk/brown_bg1.png
-share/themes/Pixmap/gtk/brown_bg2.png
-share/themes/Pixmap/gtk/button1.png
-share/themes/Pixmap/gtk/button2.png
-share/themes/Pixmap/gtk/button3.png
-share/themes/Pixmap/gtk/button4.png
-share/themes/Pixmap/gtk/button5.png
-share/themes/Pixmap/gtk/button6.png
-share/themes/Pixmap/gtk/button7.png
-share/themes/Pixmap/gtk/button8.png
-share/themes/Pixmap/gtk/button9.png
-share/themes/Pixmap/gtk/button_def.png
-share/themes/Pixmap/gtk/check1.png
-share/themes/Pixmap/gtk/check2.png
-share/themes/Pixmap/gtk/curve_bg1.png
-share/themes/Pixmap/gtk/entry1.png
-share/themes/Pixmap/gtk/entry2.png
-share/themes/Pixmap/gtk/extension_bottom1.png
-share/themes/Pixmap/gtk/extension_left1.png
-share/themes/Pixmap/gtk/extension_right1.png
-share/themes/Pixmap/gtk/extension_top1.png
-share/themes/Pixmap/gtk/focus.png
-share/themes/Pixmap/gtk/frame1.png
-share/themes/Pixmap/gtk/frame2.png
-share/themes/Pixmap/gtk/frame_gap.png
-share/themes/Pixmap/gtk/frame_gap_top_end.png
-share/themes/Pixmap/gtk/frame_gap_top_start.png
-share/themes/Pixmap/gtk/gap_bottom.png
-share/themes/Pixmap/gtk/gap_bottom_end.png
-share/themes/Pixmap/gtk/gap_bottom_start.png
-share/themes/Pixmap/gtk/gap_left.png
-share/themes/Pixmap/gtk/gap_left_end.png
-share/themes/Pixmap/gtk/gap_left_start.png
-share/themes/Pixmap/gtk/gap_right.png
-share/themes/Pixmap/gtk/gap_right_end.png
-share/themes/Pixmap/gtk/gap_right_start.png
-share/themes/Pixmap/gtk/gap_top.png
-share/themes/Pixmap/gtk/gap_top_end.png
-share/themes/Pixmap/gtk/gap_top_start.png
-share/themes/Pixmap/gtk/gtkrc
-share/themes/Pixmap/gtk/handle_vert_thumb.png
-share/themes/Pixmap/gtk/hline.png
-share/themes/Pixmap/gtk/menubar.png
-share/themes/Pixmap/gtk/notebook1.png
-share/themes/Pixmap/gtk/option1.png
-share/themes/Pixmap/gtk/option2.png
-share/themes/Pixmap/gtk/option_menu.png
-share/themes/Pixmap/gtk/progressbar.png
-share/themes/Pixmap/gtk/ruler_horiz.png
-share/themes/Pixmap/gtk/ruler_vert.png
-share/themes/Pixmap/gtk/scrollbar_horiz1.png
-share/themes/Pixmap/gtk/scrollbar_thumb.png
-share/themes/Pixmap/gtk/scrollbar_thumb2.png
-share/themes/Pixmap/gtk/scrollbar_vert1.png
-share/themes/Pixmap/gtk/shadow1.png
-share/themes/Pixmap/gtk/shadow2.png
-share/themes/Pixmap/gtk/trough.png
-share/themes/Pixmap/gtk/vline.png
-share/themes/Redmond95/ICON.png
-share/themes/Redmond95/README.html
-share/themes/Redmond95/gtk/gtkrc
-lib/gtk/themes/engines/libmetal.so
-lib/gtk/themes/engines/libnotif.so
-lib/gtk/themes/engines/libpixmap.so
-lib/gtk/themes/engines/libredmond95.so
-@dirrm lib/gtk/themes/engines
-@dirrm lib/gtk/themes
-@dirrm lib/gtk
-@dirrm share/themes/Redmond95/gtk
-@dirrm share/themes/Redmond95
-@dirrm share/themes/Pixmap/gtk
-@dirrm share/themes/Pixmap
-@dirrm share/themes/Notif/gtk
-@dirrm share/themes/Notif
-@dirrm share/themes/Metal/gtk
-@dirrm share/themes/Metal
diff --git a/x11-themes/gtkstep/Makefile b/x11-themes/gtkstep/Makefile
deleted file mode 100644
index bb40f3b4da86..000000000000
--- a/x11-themes/gtkstep/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: gtkstep
-# Version required: 1.10
-# Date Created: 7 nov 98
-# Whom: Gilad Rom
-#
-# $FreeBSD$
-#
-
-DISTNAME= gtkstep-1.10
-CATEGORIES= x11-toolkits
-MASTER_SITES= http://ulli.linuxbox.com/gtkstep/
-
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
-
-.include <bsd.port.mk>
diff --git a/x11-themes/gtkstep/distinfo b/x11-themes/gtkstep/distinfo
deleted file mode 100644
index 4106bb4f0d0d..000000000000
--- a/x11-themes/gtkstep/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gtkstep-1.10.tar.bz2) = 93f12a770c12a952e9c2ca40d0c2d8d6
diff --git a/x11-themes/gtkstep/pkg-comment b/x11-themes/gtkstep/pkg-comment
deleted file mode 100644
index d9333666f0dd..000000000000
--- a/x11-themes/gtkstep/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A theme module to make GTK+ look like the NeXTSTEP(tm) interface
diff --git a/x11-themes/gtkstep/pkg-descr b/x11-themes/gtkstep/pkg-descr
deleted file mode 100644
index 4e4e2876b14c..000000000000
--- a/x11-themes/gtkstep/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-GTKstep is a patch to improve the boring
-GTK+ look and feel with a NEXTSTEP(tm) look and feel.
-
-WWW: http://ulli.linuxbox.com/gtkstep/
diff --git a/x11-themes/gtkstep/pkg-plist b/x11-themes/gtkstep/pkg-plist
deleted file mode 100644
index 05941a6dad6d..000000000000
--- a/x11-themes/gtkstep/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-share/themes/Step/ICON.png
-share/themes/Step/README.html
-share/themes/Step/gtk/gtkrc
-lib/gtk/themes/engines/libstep.so
-@dirrm share/themes/Step/gtk
-@dirrm share/themes/Step