summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-04-12 19:34:38 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-04-12 19:34:38 +0000
commitb25fbfef10deba13cac36bda963606298899fabc (patch)
tree2b99c359d8f112c0a90617ef6d719eb7658cff10 /dev-libs
parentSOUP is a SOAP implementation (diff)
downloadhistorical-b25fbfef10deba13cac36bda963606298899fabc.tar.gz
historical-b25fbfef10deba13cac36bda963606298899fabc.tar.bz2
historical-b25fbfef10deba13cac36bda963606298899fabc.zip
removed old ebuild
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/glib/glib-1.3.14.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-libs/glib/glib-1.3.14.ebuild b/dev-libs/glib/glib-1.3.14.ebuild
deleted file mode 100644
index 44e3a548827d..000000000000
--- a/dev-libs/glib/glib-1.3.14.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Geert Bevin <gbevin@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-1.3.14.ebuild,v 1.1 2002/02/20 22:11:06 gbevin Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="The GLib library of C routines"
-SRC_URI="ftp://ftp.gtk.org/pub/gtk/v1.3/${P}.tar.gz"
-HOMEPAGE="http://www.gtk.org/"
-
-DEPEND="virtual/glibc"
-SLOT="2"
-
-src_compile() {
- local myconf
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man \
- --with-threads=posix \
- --enable-debug=yes || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- infodir=${D}/usr/share/info \
- mandir=${D}/usr/share/man \
- install || die
-
- dodoc AUTHORS ChangeLog COPYING README* INSTALL NEWS NEWS.pre-1-3 TODO.xml
-}
-
-
-
-
-