diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2004-10-31 14:49:56 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2004-10-31 14:49:56 +0000 |
commit | 30cdf337b880914d056d38771232fddfccc49dff (patch) | |
tree | a066c5f77a508a41859cd53aa83f8b44cd9ee7ab /net-misc/scponly | |
parent | Stable on mips, bug #65062 (Manifest recommit) (diff) | |
download | gentoo-2-30cdf337b880914d056d38771232fddfccc49dff.tar.gz gentoo-2-30cdf337b880914d056d38771232fddfccc49dff.tar.bz2 gentoo-2-30cdf337b880914d056d38771232fddfccc49dff.zip |
Marked stable on x86 and amd64. Removed old versions.
Diffstat (limited to 'net-misc/scponly')
-rw-r--r-- | net-misc/scponly/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/scponly/files/digest-scponly-3.7 | 1 | ||||
-rw-r--r-- | net-misc/scponly/files/digest-scponly-3.8 | 1 | ||||
-rw-r--r-- | net-misc/scponly/scponly-3.11-r2.ebuild | 4 | ||||
-rw-r--r-- | net-misc/scponly/scponly-3.7.ebuild | 37 | ||||
-rw-r--r-- | net-misc/scponly/scponly-3.8.ebuild | 37 |
6 files changed, 8 insertions, 79 deletions
diff --git a/net-misc/scponly/ChangeLog b/net-misc/scponly/ChangeLog index 9e5c5f70ed00..4dbb6669fe38 100644 --- a/net-misc/scponly/ChangeLog +++ b/net-misc/scponly/ChangeLog @@ -1,6 +1,11 @@ # 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.11 2004/08/08 00:24:30 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/ChangeLog,v 1.12 2004/10/31 14:49:56 matsuu Exp $ + + 31 Oct 2004; MATSUU Takuto <matsuu@gentoo.org> scponly-3.11-r2.ebuild, + -scponly-3.7.ebuild, -scponly-3.8.ebuild: + Marked stable on x86 and amd64. + Removed old versions. 08 Aug 2004; Tom Martin <slarti@gentoo.org> scponly-3.11-r2.ebuild, scponly-3.7.ebuild, scponly-3.8.ebuild: diff --git a/net-misc/scponly/files/digest-scponly-3.7 b/net-misc/scponly/files/digest-scponly-3.7 deleted file mode 100644 index 11be6ae6206b..000000000000 --- a/net-misc/scponly/files/digest-scponly-3.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 6873df71eb44f91412f72158cc2b844e scponly-3.7.tgz 69725 diff --git a/net-misc/scponly/files/digest-scponly-3.8 b/net-misc/scponly/files/digest-scponly-3.8 deleted file mode 100644 index d28c6e78104f..000000000000 --- a/net-misc/scponly/files/digest-scponly-3.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 7764ad781f1517100c380476ff104d5b scponly-3.8.tgz 70029 diff --git a/net-misc/scponly/scponly-3.11-r2.ebuild b/net-misc/scponly/scponly-3.11-r2.ebuild index 9587dbeaf6c9..c60d8750f4eb 100644 --- a/net-misc/scponly/scponly-3.11-r2.ebuild +++ b/net-misc/scponly/scponly-3.11-r2.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-r2.ebuild,v 1.2 2004/08/08 00:24:30 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-3.11-r2.ebuild,v 1.3 2004/10/31 14:49:56 matsuu Exp $ inherit eutils @@ -9,7 +9,7 @@ SRC_URI="http://www.sublimation.org/scponly/${P}.tgz" HOMEPAGE="http://www.sublimation.org/scponly/" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc ~ppc" +KEYWORDS="x86 amd64 ~sparc ~ppc" IUSE="" DEPEND="virtual/libc diff --git a/net-misc/scponly/scponly-3.7.ebuild b/net-misc/scponly/scponly-3.7.ebuild deleted file mode 100644 index 0df1f69314ae..000000000000 --- a/net-misc/scponly/scponly-3.7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.8 2004/08/08 00:24:30 slarti Exp $ - -DESCRIPTION="A tiny pseudoshell which only permits scp and sftp" -SRC_URI="http://www.sublimation.org/scponly/${P}.tgz" -HOMEPAGE="http://www.sublimation.org/scponly/" -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/libc - net-misc/openssh" - -src_compile() { - - PATH="${PATH}:/usr/lib/misc" ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - || die "./configure failed" - - emake || die -} - -src_install () { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - CONFDIR=${D}/etc/scponly \ - install || die - grep -v scponly /etc/shells > ${D}/etc/shells - echo "/usr/bin/scponly" >> ${D}/etc/shells - - dodoc AUTHOR CHANGELOG CONTRIB README TODO -} diff --git a/net-misc/scponly/scponly-3.8.ebuild b/net-misc/scponly/scponly-3.8.ebuild deleted file mode 100644 index 097a76ccfc5a..000000000000 --- a/net-misc/scponly/scponly-3.8.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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.9 2004/08/08 00:24:30 slarti Exp $ - -DESCRIPTION="A tiny pseudoshell which only permits scp and sftp" -SRC_URI="http://www.sublimation.org/scponly/${P}.tgz" -HOMEPAGE="http://www.sublimation.org/scponly/" -LICENSE="as-is" -SLOT="0" -KEYWORDS="x86 ~sparc" -IUSE="" - -DEPEND="virtual/libc - net-misc/openssh" - -src_compile() { - - PATH="${PATH}:/usr/lib/misc" ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --sysconfdir=/etc \ - || die "./configure failed" - - emake || die -} - -src_install () { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - CONFDIR=${D}/etc/scponly \ - install || die - grep -v scponly /etc/shells > ${D}/etc/shells - echo "/usr/bin/scponly" >> ${D}/etc/shells - - dodoc AUTHOR CHANGELOG CONTRIB README TODO -} |