diff options
author | Olivier Crête <tester@gentoo.org> | 2005-07-20 03:22:36 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2005-07-20 03:22:36 +0000 |
commit | 914e6f12b6c3962249fc4f8e5c93cb42ca1c26ff (patch) | |
tree | c559cc64b405c5cf644521d65aa2646d068e90ec /net-libs | |
parent | We actually want to make sure it starts after ulogd since it can be used as a... (diff) | |
download | historical-914e6f12b6c3962249fc4f8e5c93cb42ca1c26ff.tar.gz historical-914e6f12b6c3962249fc4f8e5c93cb42ca1c26ff.tar.bz2 historical-914e6f12b6c3962249fc4f8e5c93cb42ca1c26ff.zip |
Oops, marked the wrong version stable on amd64, now is the right version
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/loudmouth/Manifest | 10 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index bbc78df3cd06..2bfd0bac79de 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/loudmouth # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.28 2005/07/19 03:26:36 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.29 2005/07/20 03:22:36 tester Exp $ + + 20 Jul 2005; Olivier Crête <tester@gentoo.org> + loudmouth-0.17.2-r2.ebuild: + Oops, marked the wrong version stable on amd64, now is the right version 19 Jul 2005; Olivier Crête <tester@gentoo.org> loudmouth-0.17.1.ebuild: Stable on amd64 diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest index 84baaeb89938..5b2605102abd 100644 --- a/net-libs/loudmouth/Manifest +++ b/net-libs/loudmouth/Manifest @@ -3,10 +3,10 @@ Hash: SHA1 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 e89c7f9d64ded599dc2950968f7b6ded loudmouth-0.16.ebuild 621 -MD5 de2af20aa13ebeec79096270cf17c26d ChangeLog 3414 +MD5 0673db7a9ee7383543f2475a5d7c3128 ChangeLog 3570 MD5 0e52ccc8bcf7bed0a04eb40b97cf5952 loudmouth-0.17.1.ebuild 793 -MD5 b79fcd904f4b5710813f75a070f1e920 loudmouth-0.17.2-r2.ebuild 908 MD5 b266bb34fcef3783f32a963ecc501ad2 loudmouth-0.17.2.ebuild 795 +MD5 d3a8e167c56545ba1a2aaf703d9c894c loudmouth-0.17.2-r2.ebuild 908 MD5 1198670c7a9b3819274997b05c6131ca files/digest-loudmouth-0.16 67 MD5 5c9d9cbecc7012f358b36f0cde4b75a2 files/digest-loudmouth-0.17.1 69 MD5 a556924d584687a8f363eed4bb9c743f files/digest-loudmouth-0.17.2 69 @@ -15,7 +15,7 @@ MD5 a556924d584687a8f363eed4bb9c743f files/digest-loudmouth-0.17.2-r2 69 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFC3HPwmOfEJZHYOKcRArQEAJ4msxnLjWyAP+KaTRT8c2RKa5nXUwCgnMeY -97cO7Ee8bA6y7ldfK83l0nc= -=nDQz +iD8DBQFC3cQDmOfEJZHYOKcRAtJrAJwLtBkHgp2vuYPeUqRLHD3m9mgk3gCffyFB +M0A99rTmBeGCbXyxMHocBJk= +=/tvn -----END PGP SIGNATURE----- diff --git a/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild b/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild index 8948cfdb1696..30dddb1154e8 100644 --- a/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild +++ b/net-libs/loudmouth/loudmouth-0.17.2-r2.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/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild,v 1.3 2005/05/02 00:23:19 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild,v 1.4 2005/07/20 03:22:36 tester Exp $ inherit gnome2 eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://loudmouth.imendio.org/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 sparc ~ppc ~amd64" +KEYWORDS="x86 sparc ~ppc amd64" IUSE="doc ssl" |