diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:39:24 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 09:39:24 +0000 |
commit | 2f8176cde2bae619e6d3bc579306c4ad339a50d8 (patch) | |
tree | 8d336734020bf4bb8f95cb36a7b9a6c5d9159791 /dev-libs/expat | |
parent | Cleanup (diff) | |
download | historical-2f8176cde2bae619e6d3bc579306c4ad339a50d8.tar.gz historical-2f8176cde2bae619e6d3bc579306c4ad339a50d8.tar.bz2 historical-2f8176cde2bae619e6d3bc579306c4ad339a50d8.zip |
Cleanup
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/expat-1.95.1.ebuild | 27 | ||||
-rw-r--r-- | dev-libs/expat/files/digest-expat-1.95.1 | 1 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/expat/expat-1.95.1.ebuild b/dev-libs/expat/expat-1.95.1.ebuild deleted file mode 100644 index 5370e62723ca..000000000000 --- a/dev-libs/expat/expat-1.95.1.ebuild +++ /dev/null @@ -1,27 +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/expat/expat-1.95.1.ebuild,v 1.2 2001/02/08 19:21:33 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="XML parsing libraries" -SRC_URI="http://download.sourceforge.net/expat/${A}" -HOMEPAGE="http://expat.sourceforge.net" - -DEPEND="virtual/glibc" - -src_compile() { - - try ./configure --prefix=/usr - try pmake -} - -src_install() { - - try make prefix=${D}/usr install - dodoc ${S}/README -} - - - diff --git a/dev-libs/expat/files/digest-expat-1.95.1 b/dev-libs/expat/files/digest-expat-1.95.1 deleted file mode 100644 index b3fd29b662b1..000000000000 --- a/dev-libs/expat/files/digest-expat-1.95.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 113ebbf7efaf7179d869341cbb2879f7 expat-1.95.1.tar.gz |