diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2005-11-05 21:13:44 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2005-11-05 21:13:44 +0000 |
commit | b3bac10599b0149365d7a6f94478d579c8efc8c8 (patch) | |
tree | 1c60229d816c4bce8af84e7041f636276111f670 /app-admin/denyhosts | |
parent | clean unused files and make sure LINGUAS doesnt screw up our bulid (diff) | |
download | historical-b3bac10599b0149365d7a6f94478d579c8efc8c8.tar.gz historical-b3bac10599b0149365d7a6f94478d579c8efc8c8.tar.bz2 historical-b3bac10599b0149365d7a6f94478d579c8efc8c8.zip |
added ~alpha keyword wrt bug #110576
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-admin/denyhosts')
-rw-r--r-- | app-admin/denyhosts/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/denyhosts/Manifest | 14 | ||||
-rw-r--r-- | app-admin/denyhosts/denyhosts-1.1.2.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/app-admin/denyhosts/ChangeLog b/app-admin/denyhosts/ChangeLog index 608af0bd8d99..f484bdffd8d0 100644 --- a/app-admin/denyhosts/ChangeLog +++ b/app-admin/denyhosts/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/denyhosts # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.2 2005/11/03 19:59:23 strerror Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.3 2005/11/05 21:13:44 ferdy Exp $ + + 05 Nov 2005; Fernando J. Pereda <ferdy@gentoo.org> denyhosts-1.1.2.ebuild: + added ~alpha keyword wrt bug #110576 03 Nov 2005; Benjamin Smee <strerror@gentoo.org> files/denyhosts.init: Change to initfile for bug #111371 diff --git a/app-admin/denyhosts/Manifest b/app-admin/denyhosts/Manifest index 4102a34f4387..ba812875afbf 100644 --- a/app-admin/denyhosts/Manifest +++ b/app-admin/denyhosts/Manifest @@ -1,6 +1,16 @@ -MD5 0015cea517edcd1b57cb5b6c1ace0d61 denyhosts-1.1.2.ebuild 1527 -MD5 472d4f3c37e6c5cbd2d73caedc2541b5 ChangeLog 579 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 96c066a233acc935e6f08f8af6b6d425 denyhosts-1.1.2.ebuild 1531 +MD5 8541fab801697dad6115d40c0779d522 ChangeLog 693 MD5 82c6f940fc1a08d481d8d46de563bce7 metadata.xml 203 MD5 de49bade96ff5bfa9d27a281c17a3e3e files/digest-denyhosts-1.1.2 66 MD5 90c425b8fbcfa5fc084063999c2e3b9a files/denyhosts-gentoo.patch 2395 MD5 4e9d8193a9efd5714debeec451b6b777 files/denyhosts.init 345 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDbSDAViELBEf1JB0RAvK+AJ4tc4F1/GlPeBv27lKgyGWzfXFwSQCeICLI +b5pZxkDoCy9wjze9LkSyLOg= +=Ym+N +-----END PGP SIGNATURE----- diff --git a/app-admin/denyhosts/denyhosts-1.1.2.ebuild b/app-admin/denyhosts/denyhosts-1.1.2.ebuild index 96e4ebb2bad2..6614baea3a30 100644 --- a/app-admin/denyhosts/denyhosts-1.1.2.ebuild +++ b/app-admin/denyhosts/denyhosts-1.1.2.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/app-admin/denyhosts/denyhosts-1.1.2.ebuild,v 1.1 2005/10/07 20:36:37 strerror Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-1.1.2.ebuild,v 1.2 2005/11/05 21:13:44 ferdy Exp $ inherit distutils eutils @@ -11,7 +11,7 @@ HOMEPAGE="http://denyhosts.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${my_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~alpha ~x86" IUSE="" DEPEND=">=dev-lang/python-2.3" S="${WORKDIR}/${my_P}" |