diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-12-17 21:57:36 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-12-17 21:57:36 +0000 |
commit | 9e2920da74b498f7ea4036c8915a9d1255a9e535 (patch) | |
tree | ac9294fc09cf6d05fd57ad5a2357ea58e4b449c7 /net-libs | |
parent | New version. (diff) | |
download | historical-9e2920da74b498f7ea4036c8915a9d1255a9e535.tar.gz historical-9e2920da74b498f7ea4036c8915a9d1255a9e535.tar.bz2 historical-9e2920da74b498f7ea4036c8915a9d1255a9e535.zip |
Added ~ppc64
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/loudmouth/Manifest | 12 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.0.1.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index e4a7910805df..568f2bd5da06 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,9 @@ # 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.30 2005/08/16 13:39:28 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.31 2005/12/17 21:57:36 corsair Exp $ + + 17 Dec 2005; Markus Rothe <corsair@gentoo.org> loudmouth-1.0.1.ebuild: + Added ~ppc64 *loudmouth-1.0.1 (16 Aug 2005) diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest index cc1f798457b5..9fe99cd8a59f 100644 --- a/net-libs/loudmouth/Manifest +++ b/net-libs/loudmouth/Manifest @@ -1,13 +1,13 @@ -MD5 d3a8e167c56545ba1a2aaf703d9c894c loudmouth-0.17.2-r2.ebuild 908 -MD5 b266bb34fcef3783f32a963ecc501ad2 loudmouth-0.17.2.ebuild 795 +MD5 b74df5fec68eafd5548154430e0c7220 ChangeLog 3782 MD5 e89c7f9d64ded599dc2950968f7b6ded loudmouth-0.16.ebuild 621 -MD5 d582320844bf973cd01819c5df5b9ad4 loudmouth-1.0.1.ebuild 607 -MD5 76eaff7a9043fef37bbbb8208bef391c ChangeLog 3691 MD5 0e52ccc8bcf7bed0a04eb40b97cf5952 loudmouth-0.17.1.ebuild 793 +MD5 d3a8e167c56545ba1a2aaf703d9c894c loudmouth-0.17.2-r2.ebuild 908 +MD5 b266bb34fcef3783f32a963ecc501ad2 loudmouth-0.17.2.ebuild 795 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 810f306abbf85d1a65e4e3252b737c52 loudmouth-1.0.1.ebuild 616 +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 +MD5 a556924d584687a8f363eed4bb9c743f files/digest-loudmouth-0.17.2-r2 69 MD5 3683fa9c59f744e00481d05e55c763cf files/loudmouth-0.17.2-gnutls_deprecation.patch 782 MD5 26c44f134406e99f0210b82d0df1d541 files/digest-loudmouth-1.0.1 68 -MD5 a556924d584687a8f363eed4bb9c743f files/digest-loudmouth-0.17.2-r2 69 -MD5 1198670c7a9b3819274997b05c6131ca files/digest-loudmouth-0.16 67 diff --git a/net-libs/loudmouth/loudmouth-1.0.1.ebuild b/net-libs/loudmouth/loudmouth-1.0.1.ebuild index 98a00313c814..f1fcf8b8981e 100644 --- a/net-libs/loudmouth/loudmouth-1.0.1.ebuild +++ b/net-libs/loudmouth/loudmouth-1.0.1.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-1.0.1.ebuild,v 1.1 2005/08/16 13:39:28 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.0.1.ebuild,v 1.2 2005/12/17 21:57:36 corsair Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://loudmouth.imendio.org/" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc ssl" |