diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-02-15 16:41:59 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-02-15 16:41:59 +0000 |
commit | 2b180ff237c61669690dea3586534f2502f57915 (patch) | |
tree | e9d0cc4879eafbaecf5db4e3980b9ceb728dc24e /net-libs | |
parent | version 0.16 (diff) | |
download | historical-2b180ff237c61669690dea3586534f2502f57915.tar.gz historical-2b180ff237c61669690dea3586534f2502f57915.tar.bz2 historical-2b180ff237c61669690dea3586534f2502f57915.zip |
fix fix fix
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/loudmouth/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/loudmouth/Manifest | 6 | ||||
-rw-r--r-- | net-libs/loudmouth/files/digest-loudmouth-0.17.2-r2 (renamed from net-libs/loudmouth/files/digest-loudmouth-0.17.2-r1) | 0 | ||||
-rw-r--r-- | net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild (renamed from net-libs/loudmouth/loudmouth-0.17.2-r1.ebuild) | 6 |
4 files changed, 12 insertions, 7 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog index 87ee079a76d4..a7ad347b4f1e 100644 --- a/net-libs/loudmouth/ChangeLog +++ b/net-libs/loudmouth/ChangeLog @@ -1,6 +1,11 @@ # 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.23 2005/02/14 23:31:37 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.24 2005/02/15 16:41:59 foser Exp $ + +*loudmouth-0.17.2-r2 (15 Feb 2005) + + 15 Feb 2005; foser <foser@gentoo.org> loudmouth-0.17.2-r2.ebuild : + Bump fix, actually apply the patch *loudmouth-0.17.2-r1 (15 Feb 2005) diff --git a/net-libs/loudmouth/Manifest b/net-libs/loudmouth/Manifest index ae66ec2ea499..8654d5b8f360 100644 --- a/net-libs/loudmouth/Manifest +++ b/net-libs/loudmouth/Manifest @@ -1,11 +1,11 @@ +MD5 6ac768209235010be8f020262d271a72 loudmouth-0.17.2-r2.ebuild 910 MD5 b266bb34fcef3783f32a963ecc501ad2 loudmouth-0.17.2.ebuild 795 MD5 e89c7f9d64ded599dc2950968f7b6ded loudmouth-0.16.ebuild 621 -MD5 307682e3a2e84266004fffde2515dfec loudmouth-0.17.2-r1.ebuild 904 -MD5 9e42fbd83641d24055e30345cbd3366d ChangeLog 2882 +MD5 5550a97761dc6f8826218abd2e3e978d ChangeLog 3025 MD5 16064ea4cee1e03c3d626a42da1125ff loudmouth-0.17.1.ebuild 794 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 5c9d9cbecc7012f358b36f0cde4b75a2 files/digest-loudmouth-0.17.1 69 MD5 a556924d584687a8f363eed4bb9c743f files/digest-loudmouth-0.17.2 69 MD5 3683fa9c59f744e00481d05e55c763cf files/loudmouth-0.17.2-gnutls_deprecation.patch 782 -MD5 a556924d584687a8f363eed4bb9c743f files/digest-loudmouth-0.17.2-r1 69 +MD5 a556924d584687a8f363eed4bb9c743f files/digest-loudmouth-0.17.2-r2 69 MD5 1198670c7a9b3819274997b05c6131ca files/digest-loudmouth-0.16 67 diff --git a/net-libs/loudmouth/files/digest-loudmouth-0.17.2-r1 b/net-libs/loudmouth/files/digest-loudmouth-0.17.2-r2 index ac92b907b1a2..ac92b907b1a2 100644 --- a/net-libs/loudmouth/files/digest-loudmouth-0.17.2-r1 +++ b/net-libs/loudmouth/files/digest-loudmouth-0.17.2-r2 diff --git a/net-libs/loudmouth/loudmouth-0.17.2-r1.ebuild b/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild index 76ea06fdfb8e..3b4668a25aea 100644 --- a/net-libs/loudmouth/loudmouth-0.17.2-r1.ebuild +++ b/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild @@ -1,8 +1,8 @@ # 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-r1.ebuild,v 1.1 2005/02/14 23:31:37 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-0.17.2-r2.ebuild,v 1.1 2005/02/15 16:41:59 foser Exp $ -inherit gnome2 +inherit gnome2 eutils DESCRIPTION="Lightweight C Jabber library" HOMEPAGE="http://loudmouth.imendio.org/" @@ -32,7 +32,7 @@ src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${P}-gnutls_deprecations.patch + epatch ${FILESDIR}/${P}-gnutls_deprecation.patch } |