summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-09-20 19:57:21 +0000
committerAchim Gottinger <achim@gentoo.org>2000-09-20 19:57:21 +0000
commit27b3f9e4f4f4d5ac2be9d8c2c0efa7f73afe6368 (patch)
tree92932e63a3ff3ace73747a3e6313bd84ca724636 /app-admin
parent*** empty log message *** (diff)
downloadgentoo-2-27b3f9e4f4f4d5ac2be9d8c2c0efa7f73afe6368.tar.gz
gentoo-2-27b3f9e4f4f4d5ac2be9d8c2c0efa7f73afe6368.tar.bz2
gentoo-2-27b3f9e4f4f4d5ac2be9d8c2c0efa7f73afe6368.zip
*** empty log message ***
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/modlogan/files/digest-modlogan-0.5.1-r12
-rw-r--r--app-admin/modlogan/modlogan-0.5.1-r1.ebuild46
2 files changed, 0 insertions, 48 deletions
diff --git a/app-admin/modlogan/files/digest-modlogan-0.5.1-r1 b/app-admin/modlogan/files/digest-modlogan-0.5.1-r1
deleted file mode 100644
index a137bbd0471f..000000000000
--- a/app-admin/modlogan/files/digest-modlogan-0.5.1-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 881e534e642c76b3c00761159be23955 modlogan-0.5.1.tar.gz
-MD5 46768d1d4af9f3f503f7f32ac4127c7a gd-1.8.1.tar.gz
diff --git a/app-admin/modlogan/modlogan-0.5.1-r1.ebuild b/app-admin/modlogan/modlogan-0.5.1-r1.ebuild
deleted file mode 100644
index ed530e1e43c5..000000000000
--- a/app-admin/modlogan/modlogan-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-admin/modlogan/modlogan-0.5.1-r1.ebuild,v 1.3 2000/09/15 20:08:43 drobbins Exp $
-
-P=modlogan-0.5.1
-A="${P}.tar.gz gd-1.8.1.tar.gz"
-S=${WORKDIR}/${P}
-DESCRIPTION="Logfile Analyzer"
-SRC_URI="http://www.kneschke.de/projekte/modlogan/download/${P}.tar.gz
- http://www.kneschke.de/projekte/modlogan/download/gd-1.8.1.tar.gz"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}/../gd-1.8.1
- CFLAGS="$CFLAGS -I/usr/include/freetype" try ./configure
- try make
- cp .libs/libgd.so.0.0.0 libgd.so.0.0.0
- ln -s libgd.so.0.0.0 libgd.so
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/usr --enable-plugins \
- --with-mysql=/usr --with-gd=${WORKDIR}/gd-1.8.1/ \
- --with-catgets
- try make
-}
-
-src_install() {
- cd ${S}/../gd-1.8.1
- into /usr
- dolib libgd.so.0.0.0
- cd ${S}
- try make prefix=${D}/usr install
- prepman
- dodoc AUTHORS COPYING ChangeLog README NEWS TODO
- dodoc doc/*.txt doc/*.conf doc/glosar doc/stats
- docinto html
- dodoc doc/*.html
-}
-
-
-
-
-