summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElfyn McBratney <beu@gentoo.org>2005-04-29 14:19:23 +0000
committerElfyn McBratney <beu@gentoo.org>2005-04-29 14:19:23 +0000
commit279efe22246205bdb9312c5ead6d9ce144a54ae7 (patch)
treeb7b44deb52f3740f8e34074c153d41fb2568064b /dev-lang
parentStable on sparc (diff)
downloadgentoo-2-279efe22246205bdb9312c5ead6d9ce144a54ae7.tar.gz
gentoo-2-279efe22246205bdb9312c5ead6d9ce144a54ae7.tar.bz2
gentoo-2-279efe22246205bdb9312c5ead6d9ce144a54ae7.zip
Remove dev-lang/bigwig.
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/bigwig/ChangeLog23
-rw-r--r--dev-lang/bigwig/Manifest3
-rw-r--r--dev-lang/bigwig/bigwig-2.0-r7.ebuild81
-rw-r--r--dev-lang/bigwig/files/digest-bigwig-2.0-r71
4 files changed, 0 insertions, 108 deletions
diff --git a/dev-lang/bigwig/ChangeLog b/dev-lang/bigwig/ChangeLog
deleted file mode 100644
index 469ba4642e52..000000000000
--- a/dev-lang/bigwig/ChangeLog
+++ /dev/null
@@ -1,23 +0,0 @@
-# ChangeLog for dev-lang/bigwig
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/bigwig/ChangeLog,v 1.7 2004/07/02 04:24:25 eradicator Exp $
-
- 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> bigwig-2.0-r7.ebuild:
- virtual/glibc -> virtual/libc
-
- 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> bigwig-2.0-r7.ebuild:
- Don't assign default to S; header fix
-
-*bigwig-2.0-r7 (01 Jul 2002)
-
- 16 Apr 2003; Stefan Jonea <cretin@gentoo.org> :
- Remove ld.so depend
-
- 07 Nov 2002; George Shapovalov <george@gentoo.org> bigwig-2.0-r7.ebuild, ChangeLog :
- cleaned-up and committed
-
- 06 Jul 2002; Sean Summers <ebuild@generalprotectionfault.com> bigwig-2.0-r7.ebuild :
-
- Initial package
- <bigwig> is a high-level programming language for developing interactive Web
- services.
diff --git a/dev-lang/bigwig/Manifest b/dev-lang/bigwig/Manifest
deleted file mode 100644
index 8fc77692f5f2..000000000000
--- a/dev-lang/bigwig/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1cf2a5cc485b059b306b9fdc9e93c858 ChangeLog 853
-MD5 8b7e6e19eed91ebf458f8ba1661de206 bigwig-2.0-r7.ebuild 2057
-MD5 68d9286ada15acf4146a2d1db1bc3421 files/digest-bigwig-2.0-r7 65
diff --git a/dev-lang/bigwig/bigwig-2.0-r7.ebuild b/dev-lang/bigwig/bigwig-2.0-r7.ebuild
deleted file mode 100644
index 565dc9f4b286..000000000000
--- a/dev-lang/bigwig/bigwig-2.0-r7.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/bigwig/bigwig-2.0-r7.ebuild,v 1.7 2004/07/02 04:24:25 eradicator Exp $
-
-IUSE="odbc mysql libwww java ssl"
-
-DESCRIPTION="a high-level programming language for developing interactive Web services."
-HOMEPAGE="http://www.brics.dk/bigwig/"
-LICENSE="GPL-2"
-DEPEND=">=net-www/apache-1.3
- odbc? ( dev-db/unixODBC )
- mysql? ( dev-db/mysql )
- libwww? ( net-libs/libwww )
- java? ( virtual/jre )
- ssl? ( dev-libs/openssl )
- sys-libs/zlib
- virtual/libc"
-
-SLOT="0"
-SRC_URI="http://www.brics.dk/bigwig/dist/${P}-7.tar.gz"
-KEYWORDS="x86"
-
-src_compile() {
- local myconf
-
- myconf="--enable-purify --enable-syslog=LOG_LOCAL5 --with-gnu-ld"
- myconf="${myconf} --with-apxs=/usr/sbin/apxs --with-apacheuser=apache --with-apachemodules=apache"
-
- use odbc \
- && myconf="${myconf} --with-odbc-inc=/usr/include/ --with-odbc-lib=/usr/lib/" \
- || myconf="${myconf} --disable-odbc"
-
- use libwww \
- && myconf="${myconf} --with-libwww-config=/usr/bin/libwww-config" \
- || myconf="${myconf} --disable-libwww"
-
- econf ${myconf} || die "./configure failed"
- #./configure \
- # ${myconf} \
- # --host=${CHOST} \
- # --prefix=/usr \
- # --infodir=/usr/share/info \
- # --mandir=/usr/share/man || die "./configure failed"
- emake || die
-}
-
-src_install () {
- local t
- for t in `find ${S} -type f -name Makefile`
- do
- cp ${t} ${t}.orig || die
- sed "s:^\(APACHE_.\+_DIR = \)\(/\):\1${D}\2:" ${t}.orig > ${t}
- done
- unset t
-
- make \
- DESTDIR=${D} \
- RPM_BUILD_ROOT=${D} \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- localstatedir=${D}/var/lib \
- install || die
-
- echo "make install finished"; echo
-
- dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
-
- rm -f ${D}/etc/apache/conf/httpd.conf
-
- # fix stupid install script...
- local t
- local tdst
- for t in `find ${D}${D} -type f -o -type l`
- do
- tdst=`echo ${t} | sed s:^${D}::`
- mkdir -p `dirname ${tdst}`
- mv ${t} ${tdst}
- done
- rm -rf ${D}/var/tmp/
-}
diff --git a/dev-lang/bigwig/files/digest-bigwig-2.0-r7 b/dev-lang/bigwig/files/digest-bigwig-2.0-r7
deleted file mode 100644
index 7ba3eb6c0d84..000000000000
--- a/dev-lang/bigwig/files/digest-bigwig-2.0-r7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b58e3ced854d6f949c116e43bf18014a bigwig-2.0-7.tar.gz 1275164