From 54059a514fcc35a693672866a48e933fbeb59d85 Mon Sep 17 00:00:00 2001 From: Christian Ruppert Date: Sat, 31 Dec 2011 15:46:16 +0000 Subject: [PATCH] Revbump. Don't use the deprecated $opts variable, bug 393657. Package-Manager: portage-2.1.10.41/cvs/Linux i686 RepoMan-Options: --force --- app-admin/denyhosts/ChangeLog | 8 +++++++- .../{denyhosts-2.6-r4.ebuild => denyhosts-2.6-r5.ebuild} | 2 +- app-admin/denyhosts/files/denyhosts.init | 6 ++---- 3 files changed, 10 insertions(+), 6 deletions(-) rename app-admin/denyhosts/{denyhosts-2.6-r4.ebuild => denyhosts-2.6-r5.ebuild} (97%) 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 -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 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 similarity index 97% rename from app-admin/denyhosts/denyhosts-2.6-r4.ebuild rename to 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 -- 2.26.2