1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

As previously announced, remove ruby-gconf. It has not installed

correctly in quite some time.
This commit is contained in:
Mark Linimon 2004-10-23 05:12:23 +00:00
parent 026c253a98
commit 5cb58cd43c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119992
5 changed files with 0 additions and 70 deletions

View File

@ -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

View File

@ -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>

View File

@ -1,2 +0,0 @@
MD5 (ruby/ruby-gconf-0.2.tar.gz) = d9846c9821d7bc90d69acde6db548eb3
SIZE (ruby/ruby-gconf-0.2.tar.gz) = 20135

View File

@ -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

View File

@ -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%%