aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-10-23 05:12:23 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-10-23 05:12:23 +0000
commit5cb58cd43c886a957a0005b8667d4e91f15bbd21 (patch)
treef717f1a012bcd3b9b0547420961f835206ec2c60
parent026c253a98f18dd7d1cd96c4d3587fce24d8f934 (diff)
downloadports-5cb58cd43c886a957a0005b8667d4e91f15bbd21.tar.gz
ports-5cb58cd43c886a957a0005b8667d4e91f15bbd21.zip
As previously announced, remove ruby-gconf. It has not installed
correctly in quite some time.
Notes
Notes: svn path=/head/; revision=119992
-rw-r--r--devel/Makefile1
-rw-r--r--devel/ruby-gconf/Makefile50
-rw-r--r--devel/ruby-gconf/distinfo2
-rw-r--r--devel/ruby-gconf/pkg-descr8
-rw-r--r--devel/ruby-gconf/pkg-plist9
5 files changed, 0 insertions, 70 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7bfe468565c0..2d0d2240a259 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1240,7 +1240,6 @@
SUBDIR += ruby-fam
SUBDIR += ruby-filelock
SUBDIR += ruby-filemagic
- SUBDIR += ruby-gconf
SUBDIR += ruby-gconf2
SUBDIR += ruby-gemfinder
SUBDIR += ruby-gems
diff --git a/devel/ruby-gconf/Makefile b/devel/ruby-gconf/Makefile
deleted file mode 100644
index 0f48da591f71..000000000000
--- a/devel/ruby-gconf/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: ruby-gconf
-# Date created: 20 October 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gconf
-PORTVERSION= 0.2
-PORTREVISION= 1
-CATEGORIES= devel ruby
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ruby-gnome
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= A Ruby interface to GConf (1.0.x)
-
-BROKEN= "Build fails"
-EXPIRATION_DATE=2004-08-20
-DEPRECATED= ${BROKEN}
-
-LIB_DEPENDS= gconf-gtk-1.1:${PORTSDIR}/devel/gconf
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-USE_GNOME= gtk12
-
-CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG}
-INSTALL_TARGET= site-install
-
-DOCS= CREDITS \
- ChangeLog \
- INSTALL \
- Makefile \
- README \
- README.DEV \
- TODO
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/ruby-gconf/distinfo b/devel/ruby-gconf/distinfo
deleted file mode 100644
index ceae3857dea3..000000000000
--- a/devel/ruby-gconf/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ruby/ruby-gconf-0.2.tar.gz) = d9846c9821d7bc90d69acde6db548eb3
-SIZE (ruby/ruby-gconf-0.2.tar.gz) = 20135
diff --git a/devel/ruby-gconf/pkg-descr b/devel/ruby-gconf/pkg-descr
deleted file mode 100644
index d43b628789e8..000000000000
--- a/devel/ruby-gconf/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This package allows Ruby developers to write applications that store
-their configuration data using GConf (1.0.x). GConf is a
-configuration database system written by Havoc Pennington et al, and
-part of the GNOME application development framework (although it can
-be used separately).
-
-Author: Neil Conway <neilconway@home.com>
-WWW: http://ruby-gnome.sf.net/gconf.html
diff --git a/devel/ruby-gconf/pkg-plist b/devel/ruby-gconf/pkg-plist
deleted file mode 100644
index 0045cb1aac7a..000000000000
--- a/devel/ruby-gconf/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/gconf.so
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/CREDITS
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/INSTALL
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Makefile
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.DEV
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/TODO
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%