summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:52 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:52 +0000
commit2c124cbb0db1ee402c1113c5a1d699cf646a8554 (patch)
treee3fdd91c68a81616c574aebdf4f8f91c784ecbaa /dev-libs/libxml
parentSome cleanup (diff)
downloadhistorical-2c124cbb0db1ee402c1113c5a1d699cf646a8554.tar.gz
historical-2c124cbb0db1ee402c1113c5a1d699cf646a8554.tar.bz2
historical-2c124cbb0db1ee402c1113c5a1d699cf646a8554.zip
*** empty log message ***
Diffstat (limited to 'dev-libs/libxml')
-rw-r--r--dev-libs/libxml/files/digest-libxml-1.8.111
-rw-r--r--dev-libs/libxml/libxml-1.8.11.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-libs/libxml/files/digest-libxml-1.8.11 b/dev-libs/libxml/files/digest-libxml-1.8.11
deleted file mode 100644
index 9bc72cc881d1..000000000000
--- a/dev-libs/libxml/files/digest-libxml-1.8.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ddbbe7e76fe51d24bd8f6f961ea69c31 libxml-1.8.11.tar.gz
diff --git a/dev-libs/libxml/libxml-1.8.11.ebuild b/dev-libs/libxml/libxml-1.8.11.ebuild
deleted file mode 100644
index 87fa924946be..000000000000
--- a/dev-libs/libxml/libxml-1.8.11.ebuild
+++ /dev/null
@@ -1,37 +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/dev-libs/libxml/libxml-1.8.11.ebuild,v 1.3 2001/05/29 17:28:19 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="libxml"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}
- ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-env-1.0
- >=sys-libs/ncurses-5.2
- >=sys-libs/readline-4.1"
-
-RDEPEND=">=gnome-base/gnome-env-1.0
- >=sys-libs/ncurses-5.2"
-
-src_compile() {
- cd ${S}
- LDFLAGS="-lncurses" try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
- try make
-}
-
-src_install() {
- cd ${S}
- try make install prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome
- dodoc AUTHORS COPYING* ChangeLog NEWS README
-}
-
-
-
-
-
-
-