summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-08 06:38:13 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-08 06:38:13 +0000
commit81e0b6d1be0d3990aae89c95163daa0f832fb554 (patch)
treeac041429e4022c485a00f4b15bda8a5bc8eae925 /net-misc/scponly
parentInherit the user eclass for enewuser/etc... (diff)
downloadgentoo-2-81e0b6d1be0d3990aae89c95163daa0f832fb554.tar.gz
gentoo-2-81e0b6d1be0d3990aae89c95163daa0f832fb554.tar.bz2
gentoo-2-81e0b6d1be0d3990aae89c95163daa0f832fb554.zip
Inherit the user eclass for enewuser/etc...
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'net-misc/scponly')
-rw-r--r--net-misc/scponly/ChangeLog8
-rw-r--r--net-misc/scponly/scponly-4.8-r4.ebuild6
-rw-r--r--net-misc/scponly/scponly-4.8-r5.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/scponly/ChangeLog b/net-misc/scponly/ChangeLog
index 9e0e7a3d56fb..af7fe51d81d3 100644
--- a/net-misc/scponly/ChangeLog
+++ b/net-misc/scponly/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/scponly
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/ChangeLog,v 1.55 2013/10/13 16:47:28 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/ChangeLog,v 1.56 2014/01/08 06:38:13 vapier Exp $
+
+ 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> scponly-4.8-r4.ebuild,
+ scponly-4.8-r5.ebuild:
+ Inherit the user eclass for enewuser/etc...
*scponly-4.8-r5 (13 Oct 2013)
diff --git a/net-misc/scponly/scponly-4.8-r4.ebuild b/net-misc/scponly/scponly-4.8-r4.ebuild
index 90c9ab62ac22..768253ed191a 100644
--- a/net-misc/scponly/scponly-4.8-r4.ebuild
+++ b/net-misc/scponly/scponly-4.8-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-4.8-r4.ebuild,v 1.8 2012/12/15 16:54:19 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-4.8-r4.ebuild,v 1.9 2014/01/08 06:38:13 vapier Exp $
EAPI="1"
-inherit eutils multilib toolchain-funcs
+inherit eutils multilib toolchain-funcs user
DESCRIPTION="A tiny pseudoshell which only permits scp and sftp"
HOMEPAGE="http://www.sublimation.org/scponly/"
diff --git a/net-misc/scponly/scponly-4.8-r5.ebuild b/net-misc/scponly/scponly-4.8-r5.ebuild
index 52011611423b..02a61aab558c 100644
--- a/net-misc/scponly/scponly-4.8-r5.ebuild
+++ b/net-misc/scponly/scponly-4.8-r5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-4.8-r5.ebuild,v 1.1 2013/10/13 16:47:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/scponly/scponly-4.8-r5.ebuild,v 1.2 2014/01/08 06:38:13 vapier Exp $
EAPI=5
-inherit eutils multilib readme.gentoo toolchain-funcs
+inherit eutils multilib readme.gentoo toolchain-funcs user
DESCRIPTION="A tiny pseudoshell which only permits scp and sftp"
HOMEPAGE="http://www.sublimation.org/scponly/"