diff options
author | 2011-12-31 15:46:16 +0000 | |
---|---|---|
committer | 2011-12-31 15:46:16 +0000 | |
commit | 834797eb4bb3465c8f156b40adfcfe28c98512bf (patch) | |
tree | 5aeb924717e2e6e1c8e61b0abb4935491cfb23ab /app-admin | |
parent | Revision bump. Adds patch to fix crash with no cd inserted. Thanks Andrea Gra... (diff) | |
download | gentoo-2-834797eb4bb3465c8f156b40adfcfe28c98512bf.tar.gz gentoo-2-834797eb4bb3465c8f156b40adfcfe28c98512bf.tar.bz2 gentoo-2-834797eb4bb3465c8f156b40adfcfe28c98512bf.zip |
Revbump. Don't use the deprecated $opts variable, bug 393657.
(Portage version: 2.1.10.41/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/denyhosts/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/denyhosts/denyhosts-2.6-r5.ebuild (renamed from app-admin/denyhosts/denyhosts-2.6-r4.ebuild) | 2 | ||||
-rw-r--r-- | app-admin/denyhosts/files/denyhosts.init | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-admin/denyhosts/ChangeLog b/app-admin/denyhosts/ChangeLog index b365ac353283..a5bbc4d29921 100644 --- a/app-admin/denyhosts/ChangeLog +++ b/app-admin/denyhosts/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/denyhosts # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.46 2011/11/05 07:46:40 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.47 2011/12/31 15:46:16 idl0r Exp $ + +*denyhosts-2.6-r5 (31 Dec 2011) + + 31 Dec 2011; Christian Ruppert <idl0r@gentoo.org> -denyhosts-2.6-r4.ebuild, + +denyhosts-2.6-r5.ebuild, files/denyhosts.init: + Revbump. Don't use the deprecated $opts variable, bug 393657. 05 Nov 2011; Fabio Erculiani <lxnay@gentoo.org> denyhosts-2.6-r4.ebuild: doesn't work with Python 3, restrict dependency diff --git a/app-admin/denyhosts/denyhosts-2.6-r4.ebuild b/app-admin/denyhosts/denyhosts-2.6-r5.ebuild index 16e1015a2178..06b50092f6fb 100644 --- a/app-admin/denyhosts/denyhosts-2.6-r4.ebuild +++ b/app-admin/denyhosts/denyhosts-2.6-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r4.ebuild,v 1.4 2011/11/05 07:46:40 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6-r5.ebuild,v 1.1 2011/12/31 15:46:16 idl0r Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" diff --git a/app-admin/denyhosts/files/denyhosts.init b/app-admin/denyhosts/files/denyhosts.init index e010905d02fa..767712ea8638 100644 --- a/app-admin/denyhosts/files/denyhosts.init +++ b/app-admin/denyhosts/files/denyhosts.init @@ -1,9 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/files/denyhosts.init,v 1.6 2010/10/07 12:45:33 darkside Exp $ - -opts="depend start stop" +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/files/denyhosts.init,v 1.7 2011/12/31 15:46:16 idl0r Exp $ depend() { use logger sshd |