diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 00:45:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-17 00:45:39 +0000 |
commit | 4199ceb6ff1536be86adfd1a3fff57df1cc19acd (patch) | |
tree | 209b7020a93bcd7fe3b5789f5e6709c03446e9c4 /sys-libs/lib-compat | |
parent | repoman'd (diff) | |
download | historical-4199ceb6ff1536be86adfd1a3fff57df1cc19acd.tar.gz historical-4199ceb6ff1536be86adfd1a3fff57df1cc19acd.tar.bz2 historical-4199ceb6ff1536be86adfd1a3fff57df1cc19acd.zip |
repoman'd
Diffstat (limited to 'sys-libs/lib-compat')
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.0-r2.ebuild | 16 |
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 } - - - |