summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libpcre/libpcre-3.9.ebuild')
-rw-r--r--dev-libs/libpcre/libpcre-3.9.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-libs/libpcre/libpcre-3.9.ebuild b/dev-libs/libpcre/libpcre-3.9.ebuild
deleted file mode 100644
index a88c9db9df59..000000000000
--- a/dev-libs/libpcre/libpcre-3.9.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-3.9.ebuild,v 1.16 2004/08/07 21:55:25 slarti Exp $
-
-S=${WORKDIR}/pcre-${PV}
-DESCRIPTION="Perl-compatible regular expression library"
-SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2"
-HOMEPAGE="http://www.pcre.org/"
-
-SLOT="3"
-LICENSE="as-is"
-KEYWORDS="x86 ppc sparc"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_compile() {
- econf || die
- emake || die
-}
-
-src_install () {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING INSTALL LICENCE NON-UNIX-USE
- dodoc doc/*.txt
- dodoc doc/Tech.Notes
- dohtml =r doc
-}