diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-07-31 12:01:08 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-07-31 12:01:08 +0000 |
commit | aa85e89ac28daa21ccf01bfadda465d343b55a88 (patch) | |
tree | 1d93c6bd65f27c50550abfcd6045cc46a96e7465 /net-ftp | |
parent | Added ~amd64. (diff) | |
download | historical-aa85e89ac28daa21ccf01bfadda465d343b55a88.tar.gz historical-aa85e89ac28daa21ccf01bfadda465d343b55a88.tar.bz2 historical-aa85e89ac28daa21ccf01bfadda465d343b55a88.zip |
stable on alpha
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/ftpbase/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/ftpbase/Manifest | 18 | ||||
-rw-r--r-- | net-ftp/ftpbase/ftpbase-0.00.ebuild | 4 |
3 files changed, 20 insertions, 7 deletions
diff --git a/net-ftp/ftpbase/ChangeLog b/net-ftp/ftpbase/ChangeLog index 85382da19f62..f835690f2ca6 100644 --- a/net-ftp/ftpbase/ChangeLog +++ b/net-ftp/ftpbase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/ftpbase # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/ChangeLog,v 1.6 2005/07/30 09:44:41 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/ChangeLog,v 1.7 2005/07/31 12:01:08 ferdy Exp $ + + 31 Jul 2005; Fernando J. Pereda <ferdy@gentoo.org> ftpbase-0.00.ebuild: + stable on alpha 30 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> ftpbase-0.00.ebuild: Stable on hppa. bug #100364 diff --git a/net-ftp/ftpbase/Manifest b/net-ftp/ftpbase/Manifest index 143b1eda5080..55da382715cc 100644 --- a/net-ftp/ftpbase/Manifest +++ b/net-ftp/ftpbase/Manifest @@ -1,7 +1,17 @@ -MD5 ba29e6fc20bc4e4225492cf43a58c0f6 ChangeLog 1122 -MD5 3c116c3621b4ba095d0b56b12f9c4424 ftpbase-0.00.ebuild 2454 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 611b8b67b07e868d32dac881ab4bb5f5 ftpbase-0.00.ebuild 2449 +MD5 99ac742285f0557e40b5382715e2f77d ChangeLog 1211 MD5 f545d2bcdb5641a7863b64be435382e2 metadata.xml 285 +MD5 bd59faca8d7138ac67e99d94507b04f9 files/ftpusers 407 +MD5 9e7d64873559cebdc60ee1d0d7845ce7 files/ftp-pamd-include 747 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-ftpbase-0.00 0 MD5 7be20c7c1b62bb7e65994bd7a686695e files/ftp-pamd 807 -MD5 9e7d64873559cebdc60ee1d0d7845ce7 files/ftp-pamd-include 747 -MD5 bd59faca8d7138ac67e99d94507b04f9 files/ftpusers 407 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC7L4XViELBEf1JB0RAjN1AJ9xs97dg5OW7B6CrCSPQbrJK//rsQCdGhoe +tRn1EZWtceRp1E6ec1oLpGY= +=+vdV +-----END PGP SIGNATURE----- diff --git a/net-ftp/ftpbase/ftpbase-0.00.ebuild b/net-ftp/ftpbase/ftpbase-0.00.ebuild index cf8564402f05..4f0d547f710e 100644 --- a/net-ftp/ftpbase/ftpbase-0.00.ebuild +++ b/net-ftp/ftpbase/ftpbase-0.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/ftpbase-0.00.ebuild,v 1.6 2005/07/30 09:44:41 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/ftpbase/ftpbase-0.00.ebuild,v 1.7 2005/07/31 12:01:08 ferdy Exp $ inherit eutils pam @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gentoo.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="pam" DEPEND="pam? ( || ( virtual/pam sys-libs/pam ) ) |