summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 00:48:28 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 00:48:28 +0000
commitde5115466828a902721343ab01182c3de38b185e (patch)
tree5524af6f24207f56b0522f8e9e021a2aadd7473d /sys-libs/lib-compat
parentrepoman'd (diff)
downloadgentoo-2-de5115466828a902721343ab01182c3de38b185e.tar.gz
gentoo-2-de5115466828a902721343ab01182c3de38b185e.tar.bz2
gentoo-2-de5115466828a902721343ab01182c3de38b185e.zip
repoman'd
Diffstat (limited to 'sys-libs/lib-compat')
-rw-r--r--sys-libs/lib-compat/lib-compat-1.0-r2.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys-libs/lib-compat/lib-compat-1.0-r2.ebuild b/sys-libs/lib-compat/lib-compat-1.0-r2.ebuild
index 3eb358e3f57a..135b0fded3c3 100644
--- a/sys-libs/lib-compat/lib-compat-1.0-r2.ebuild
+++ b/sys-libs/lib-compat/lib-compat-1.0-r2.ebuild
@@ -1,15 +1,18 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.0-r2.ebuild,v 1.4 2002/07/16 04:09:27 gerk Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.0-r2.ebuild,v 1.5 2002/07/17 00:45:39 seemant Exp $
-A=lib-compat.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Compatibility c++ and libc5 libraries for programs new and old"
-SRC_URI="ftp://gentoolinux.sourceforge.net/pub/gentoolinux/current/distfiles/${A}"
-KEYWORDS="x86 ppc"
+SRC_URI="mirror://gentoo/${PN}.tar.gz"
+HOMEPAGE="http://www.gentoo.org/"
+
+
SLOT="0"
+KEYWORDS="x86 ppc"
+LICENSE="GPL"
-DEPEND=""
+DEPEND="virtual/glibc"
src_unpack () {
mkdir ${S}
@@ -25,6 +28,3 @@ src_install() {
preplib /usr
}
-
-
-