[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2022-01-15 Thread Yixun Lan
commit: 5bfc46a231d4ba7128342b7b39146be11c857690
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jan 15 09:44:49 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Jan 15 09:51:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfc46a2

net-ftp/ftpbase: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 net-ftp/ftpbase/ftpbase-0.01-r5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r5.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r5.ebuild
index 4f85c63eb8e2..bcc22c197463 100644
--- a/net-ftp/ftpbase/ftpbase-0.01-r5.ebuild
+++ b/net-ftp/ftpbase/ftpbase-0.01-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 IUSE="pam zeroconf"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/, net-ftp/ftpbase/files/

2021-08-24 Thread Conrad Kostecki
commit: c83c5db8d1af1860e31d078d75b9dc0caf152b7f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Aug 22 21:21:20 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Aug 24 07:04:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c83c5db8

net-ftp/ftpbase: drop old version

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-ftp/ftpbase/files/ftp-pamd | 17 
 net-ftp/ftpbase/ftpbase-0.01-r4.ebuild | 36 --
 2 files changed, 53 deletions(-)

diff --git a/net-ftp/ftpbase/files/ftp-pamd b/net-ftp/ftpbase/files/ftp-pamd
deleted file mode 100644
index 34b7912a0b4..000
--- a/net-ftp/ftpbase/files/ftp-pamd
+++ /dev/null
@@ -1,17 +0,0 @@
-# Provided by ftpbase (dont remove this line!)
-# Standard pam.d file for ftp service packages.
-
-auth required   pam_listfile.so item=user sense=deny file=/etc/ftpusers 
onerr=succeed
-auth required   pam_stack.so service=system-auth
-
-# If this is enabled, anonymous logins will fail because the 'ftp' user does
-# not have a "valid" shell, as listed in /etc/shells.
-#
-# If you enable this, it is recommended that you do *not* give the 'ftp'
-# user a real shell. Instead, give the 'ftp' user /bin/false for a shell and
-# add /bin/false to /etc/shells.
-# auth required   pam_shells.so
-
-account  required   pam_stack.so service=system-auth
-
-session  required   pam_stack.so service=system-auth

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r4.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r4.ebuild
deleted file mode 100644
index dc3a2253a33..000
--- a/net-ftp/ftpbase/ftpbase-0.01-r4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit pam
-
-DESCRIPTION="FTP layout package"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86"
-IUSE="pam"
-
-DEPEND="pam? ( sys-libs/pam )
-   !

[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2021-08-24 Thread Conrad Kostecki
commit: 91ed44a14d10e2d787f653244c84572a308dda93
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Aug 22 21:20:13 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Aug 24 07:04:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ed44a1

net-ftp/ftpbase: stabilize allarches

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-ftp/ftpbase/ftpbase-0.01-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r5.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r5.ebuild
index 526756b0ee0..4f85c63eb8e 100644
--- a/net-ftp/ftpbase/ftpbase-0.01-r5.ebuild
+++ b/net-ftp/ftpbase/ftpbase-0.01-r5.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
sparc x86"
 IUSE="pam zeroconf"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2021-07-23 Thread Conrad Kostecki
commit: 61a09dbf57f7fe55e0969614363dcbca63ff069f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul 23 11:18:23 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul 23 19:49:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a09dbf

net-ftp/ftpbase: take ownership

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-ftp/ftpbase/metadata.xml | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-ftp/ftpbase/metadata.xml b/net-ftp/ftpbase/metadata.xml
index 7a38bb90096..debde3ef6ae 100644
--- a/net-ftp/ftpbase/metadata.xml
+++ b/net-ftp/ftpbase/metadata.xml
@@ -1,5 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   conik...@gentoo.org
+   Conrad Kostecki
+   
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/files/, net-ftp/ftpbase/

2021-07-23 Thread Conrad Kostecki
commit: dcd1a43f1d94f02a3935b8ebbd112173b4177a5a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul 23 11:40:19 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul 23 19:49:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcd1a43f

net-ftp/ftpbase: add zeroconf support

Also dropped old blocker, which are ancient.

Closes: https://bugs.gentoo.org/261910
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-ftp/ftpbase/files/ftp.service  | 10 +
 net-ftp/ftpbase/ftpbase-0.01-r5.ebuild | 39 ++
 net-ftp/ftpbase/metadata.xml   |  3 +++
 3 files changed, 52 insertions(+)

diff --git a/net-ftp/ftpbase/files/ftp.service 
b/net-ftp/ftpbase/files/ftp.service
new file mode 100644
index 000..9194b45a836
--- /dev/null
+++ b/net-ftp/ftpbase/files/ftp.service
@@ -0,0 +1,10 @@
+
+
+
+
+   File Transfer Protocol (FTP) on %h
+   
+   21
+   _ftp._tcp
+   
+

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r5.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r5.ebuild
new file mode 100644
index 000..526756b0ee0
--- /dev/null
+++ b/net-ftp/ftpbase/ftpbase-0.01-r5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit pam
+
+DESCRIPTION="File Transfer Protocol (FTP) base layout"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+S="${WORKDIR}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86"
+IUSE="pam zeroconf"
+
+DEPEND="
+   pam? ( sys-libs/pam )
+   zeroconf? ( net-dns/avahi )
+"
+
+RDEPEND="
+   acct-group/ftp
+   acct-user/ftp
+"
+
+src_install() {
+   # The ftpusers file is a list of people who are NOT allowed
+   # to use the ftp service.
+   insinto /etc
+   doins "${FILESDIR}/ftpusers"
+
+   use pam && newpamd "${FILESDIR}"/ftp-pamd-include ftp
+
+   if use zeroconf; then
+   insinto /etc/avahi/services
+   doins "${FILESDIR}/ftp.service"
+   fi
+}

diff --git a/net-ftp/ftpbase/metadata.xml b/net-ftp/ftpbase/metadata.xml
index debde3ef6ae..ecab8ef815c 100644
--- a/net-ftp/ftpbase/metadata.xml
+++ b/net-ftp/ftpbase/metadata.xml
@@ -6,4 +6,7 @@
Conrad Kostecki


+   
+   Enable support for zero-configuration 
networking via Avahi.
+   
 



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2021-01-24 Thread Mikle Kolyada
commit: d06386545e7df671604303f2fe4912128d86a2d0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jan 24 10:32:50 2021 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jan 24 10:33:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0638654

net-ftp/ftpbase: install pam files conditionally

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada  gentoo.org>

 .../{ftpbase-0.01-r3.ebuild => ftpbase-0.01-r4.ebuild}| 11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r4.ebuild
similarity index 67%
rename from net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
rename to net-ftp/ftpbase/ftpbase-0.01-r4.ebuild
index f278d506cef..19eee733db9 100644
--- a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
+++ b/net-ftp/ftpbase/ftpbase-0.01-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit eutils pam user
+inherit pam
 
 DESCRIPTION="FTP layout package"
 HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
@@ -30,10 +30,7 @@ src_install() {
insinto /etc
doins "${FILESDIR}/ftpusers"
 
-   cp "${FILESDIR}/ftp-pamd-include" "${T}" || die
-   if use elibc_FreeBSD; then
-   sed -i -e "/pam_listfile.so/s/^.*$/account  required  
pam_ftpusers.so no_warn disallow/" \
-   "${T}"/ftp-pamd-include || die
+   if use pam; then
+   newpamd "${FILESDIR}"/ftp-pamd-include ftp
fi
-   newpamd "${T}"/ftp-pamd-include ftp
 }



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2020-02-08 Thread David Seifert
commit: 4c2b5999e870beb6c5638a5236e05b960c35a6a1
Author: David Seifert  gentoo  org>
AuthorDate: Sat Feb  8 14:17:33 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb  8 14:17:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2b5999

net-ftp/ftpbase: [QA] Fix BadHomepage

Signed-off-by: David Seifert  gentoo.org>

 net-ftp/ftpbase/ftpbase-0.01-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
index b7c12a48f0a..b285f022965 100644
--- a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
+++ b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit eutils pam user
 
 DESCRIPTION="FTP layout package"
-HOMEPAGE="https://www.gentoo.org/;
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
 SRC_URI=""
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2019-11-06 Thread Michał Górny
commit: 3e6350d648db0482d731fd0835c73ba62705d076
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov  6 09:47:59 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov  6 09:47:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6350d6

net-ftp/ftpbase: Drop old (EAPI 0)

Signed-off-by: Michał Górny  gentoo.org>

 net-ftp/ftpbase/ftpbase-0.01-r2.ebuild | 55 --
 1 file changed, 55 deletions(-)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild
deleted file mode 100644
index 370bb9c1a29..000
--- a/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils pam user
-
-DESCRIPTION="FTP layout package"
-HOMEPAGE="https://www.gentoo.org/;
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
-IUSE="pam"
-
-DEPEND="pam? ( sys-libs/pam )
-   !

[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2019-10-12 Thread Mikle Kolyada
commit: 72b695a2ae4ace1f9c87e27942ae97081f6716ab
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Oct 12 21:35:22 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Oct 12 21:35:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b695a2

net-ftp/ftpbase: migrate to sys-libs/pam

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada  gentoo.org>

 net-ftp/ftpbase/ftpbase-0.01-r2.ebuild | 4 ++--
 net-ftp/ftpbase/ftpbase-0.01-r3.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild
index fcd7923741e..370bb9c1a29 100644
--- a/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild
+++ b/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE="pam"
 
-DEPEND="pam? ( virtual/pam )
+DEPEND="pam? ( sys-libs/pam )
!

[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2019-10-12 Thread Matt Turner
commit: 0f845ed5850e1b54c7c65e7a3e30799805b1c533
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 12 21:29:56 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 12 21:30:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f845ed5

net-ftp/ftpbase: Propagate stable keywords, bug 696330

Signed-off-by: Matt Turner  gentoo.org>

 net-ftp/ftpbase/ftpbase-0.01-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
index 041e433db7d..c1ea10e9f56 100644
--- a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
+++ b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86"
 IUSE="pam"
 
 DEPEND="pam? ( virtual/pam )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2019-10-11 Thread Sergei Trofimovich
commit: 1f14af4c08d361212fb52dab6f90763672fbc21d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Oct 11 22:17:53 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Oct 11 22:31:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f14af4c

net-ftp/ftpbase: stable 0.01-r3 for hppa, bug #696330

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/ftpbase/ftpbase-0.01-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
index 51a9879ec35..041e433db7d 100644
--- a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
+++ b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86"
 IUSE="pam"
 
 DEPEND="pam? ( virtual/pam )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2019-10-07 Thread Sergei Trofimovich
commit: 29b78861e401d48bd469856e91c9e5befff419c9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct  7 19:08:33 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct  7 19:12:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29b78861

net-ftp/ftpbase: stable 0.01-r3 for ia64, bug #696330

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 net-ftp/ftpbase/ftpbase-0.01-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
index d20b5647218..7bffc3823fb 100644
--- a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
+++ b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~x86-fbsd"
 IUSE="pam"
 
 DEPEND="pam? ( virtual/pam )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2019-10-07 Thread Agostino Sarubbo
commit: 9d11eca0f4b9c6b1b16f01ea6e455d6f25248268
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct  7 10:43:37 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct  7 10:43:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d11eca0

net-ftp/ftpbase: sparc stable wrt bug #696330

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-ftp/ftpbase/ftpbase-0.01-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
index cdc2370eb9e..d20b5647218 100644
--- a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
+++ b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86 ~x86-fbsd"
 IUSE="pam"
 
 DEPEND="pam? ( virtual/pam )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2019-10-07 Thread Agostino Sarubbo
commit: 7af6644921d6ca6b0343336d1341958969e40643
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct  7 10:38:13 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct  7 10:38:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af66449

net-ftp/ftpbase: ppc64 stable wrt bug #696330

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-ftp/ftpbase/ftpbase-0.01-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
index a75c77892c6..cdc2370eb9e 100644
--- a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
+++ b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 ~sh 
~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
~sparc x86 ~x86-fbsd"
 IUSE="pam"
 
 DEPEND="pam? ( virtual/pam )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2019-10-07 Thread Agostino Sarubbo
commit: ec2eb834ff718ac1a24836577db9f712cc666e8e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct  7 07:28:45 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct  7 07:28:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2eb834

net-ftp/ftpbase: s390 stable wrt bug #696330

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-ftp/ftpbase/ftpbase-0.01-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
index 443fd129793..b7a178468ea 100644
--- a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
+++ b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sh ~sparc x86 ~x86-fbsd"
 IUSE="pam"
 
 DEPEND="pam? ( virtual/pam )



[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2019-06-24 Thread Michał Górny
commit: a8d342f6b7484c4787cdbc120f29e277b1c3d54f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 30 12:12:07 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 24 10:29:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d342f6

net-ftp/ftpbase: Utilize {group,user}/ftp

Signed-off-by: Michał Górny  gentoo.org>

 net-ftp/ftpbase/ftpbase-0.01-r3.ebuild | 39 ++
 1 file changed, 39 insertions(+)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
new file mode 100644
index 000..c333840faa1
--- /dev/null
+++ b/net-ftp/ftpbase/ftpbase-0.01-r3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils pam user
+
+DESCRIPTION="FTP layout package"
+HOMEPAGE="https://www.gentoo.org/;
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="pam"
+
+DEPEND="pam? ( virtual/pam )
+   !

[gentoo-commits] repo/gentoo:master commit in: net-ftp/ftpbase/

2018-01-04 Thread Mart Raudsepp
commit: 9f25e345a06b4c4fa50317f332dc9d0bdcfe580b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jan  5 00:48:31 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jan  5 01:07:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f25e345

net-ftp/ftpbase-0.01-r2: add ~arm64 keyword

Closes: https://bugs.gentoo.org/642650
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-ftp/ftpbase/ftpbase-0.01-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild 
b/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild
index 392c27075c2..272622d3203 100644
--- a/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild
+++ b/net-ftp/ftpbase/ftpbase-0.01-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit eutils pam user
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd"
 IUSE="pam"
 
 DEPEND="pam? ( virtual/pam )