diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 22:16:47 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 22:16:47 +0000 |
commit | a872c1692e2f0d6056a8b51381e64a5c2fd456b4 (patch) | |
tree | 684e995d77738bd2422b0841a526abcde5d65e43 /net-misc/scponly | |
parent | New package, submitted by Ulrich Mueller <ulm@kph.uni-mainz.de> #50876 (diff) | |
download | historical-a872c1692e2f0d6056a8b51381e64a5c2fd456b4.tar.gz historical-a872c1692e2f0d6056a8b51381e64a5c2fd456b4.tar.bz2 historical-a872c1692e2f0d6056a8b51381e64a5c2fd456b4.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-misc/scponly')
-rw-r--r-- | net-misc/scponly/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/scponly/scponly-3.11.ebuild | 4 | ||||
-rw-r--r-- | net-misc/scponly/scponly-3.7.ebuild | 4 | ||||
-rw-r--r-- | net-misc/scponly/scponly-3.8.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/net-misc/scponly/ChangeLog b/net-misc/scponly/ChangeLog index c4d6524a4e98..0c89dd769c06 100644 --- a/net-misc/scponly/ChangeLog +++ b/net-misc/scponly/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/scponly # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/ChangeLog,v 1.7 2004/06/25 00:09:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/ChangeLog,v 1.8 2004/07/01 21:50:46 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> scponly-3.11.ebuild, + scponly-3.7.ebuild, scponly-3.8.ebuild: + change virtual/glibc to virtual/libc 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> scponly-3.11.ebuild: Add inherit eutils diff --git a/net-misc/scponly/scponly-3.11.ebuild b/net-misc/scponly/scponly-3.11.ebuild index bfbe332d8239..a15026f40085 100644 --- a/net-misc/scponly/scponly-3.11.ebuild +++ b/net-misc/scponly/scponly-3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-3.11.ebuild,v 1.4 2004/06/25 00:09:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-3.11.ebuild,v 1.5 2004/07/01 21:50:46 squinky86 Exp $ inherit eutils @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64 ~sparc ~ppc" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc net-misc/openssh" src_compile() { diff --git a/net-misc/scponly/scponly-3.7.ebuild b/net-misc/scponly/scponly-3.7.ebuild index 3788f5ace9f3..35b6b9db0aa9 100644 --- a/net-misc/scponly/scponly-3.7.ebuild +++ b/net-misc/scponly/scponly-3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-3.7.ebuild,v 1.5 2004/06/25 00:09:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-3.7.ebuild,v 1.6 2004/07/01 21:50:46 squinky86 Exp $ DESCRIPTION="A tiny psuedoshell which only permits scp and sftp" SRC_URI="http://www.sublimation.org/scponly/${P}.tgz" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc net-misc/openssh" S=${WORKDIR}/${P} diff --git a/net-misc/scponly/scponly-3.8.ebuild b/net-misc/scponly/scponly-3.8.ebuild index ba3a254f67c0..90184c5b28d5 100644 --- a/net-misc/scponly/scponly-3.8.ebuild +++ b/net-misc/scponly/scponly-3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-3.8.ebuild,v 1.6 2004/06/25 00:09:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-3.8.ebuild,v 1.7 2004/07/01 21:50:46 squinky86 Exp $ DESCRIPTION="A tiny psuedoshell which only permits scp and sftp" SRC_URI="http://www.sublimation.org/scponly/${P}.tgz" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86 ~sparc" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc net-misc/openssh" S=${WORKDIR}/${P} |