summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-libs/libxml2/libxml2-2.3.4.ebuild')
-rw-r--r--gnome-libs/libxml2/libxml2-2.3.4.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/gnome-libs/libxml2/libxml2-2.3.4.ebuild b/gnome-libs/libxml2/libxml2-2.3.4.ebuild
deleted file mode 100644
index 2c4879c3470f..000000000000
--- a/gnome-libs/libxml2/libxml2-2.3.4.ebuild
+++ /dev/null
@@ -1,31 +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/gnome-libs/libxml2/libxml2-2.3.4.ebuild,v 1.1 2001/03/15 21:01:34 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="libxml"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/${A}
- ftp://gnome.eazel.com/pub/gnome/stable/sources/libxml/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=sys-libs/ncurses-5.2
- >=sys-libs/readline-4.1"
-
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
- try make
-}
-
-src_install() {
- try make install prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome mandir=${D}/opt/gnome/share/man
- dodoc AUTHORS COPYING* ChangeLog NEWS README
-}
-
-
-
-
-
-
-