diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-29 19:38:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-10-29 19:38:30 +0000 |
commit | 1ea10d20972d00778773465bb52cadb4c9342d27 (patch) | |
tree | d1354629f95959da57944bbe64b9f4a8f4aae56f /gnome-base/libghttp | |
parent | Stable on ia64, bug 152758. (diff) | |
download | gentoo-2-1ea10d20972d00778773465bb52cadb4c9342d27.tar.gz gentoo-2-1ea10d20972d00778773465bb52cadb4c9342d27.tar.bz2 gentoo-2-1ea10d20972d00778773465bb52cadb4c9342d27.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'gnome-base/libghttp')
-rw-r--r-- | gnome-base/libghttp/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/libghttp/files/digest-libghttp-1.0.9-r3 | 2 | ||||
-rw-r--r-- | gnome-base/libghttp/files/digest-libghttp-1.0.9-r4 | 2 | ||||
-rw-r--r-- | gnome-base/libghttp/libghttp-1.0.9-r4.ebuild | 6 |
4 files changed, 12 insertions, 4 deletions
diff --git a/gnome-base/libghttp/ChangeLog b/gnome-base/libghttp/ChangeLog index 71bfe4878e16..4f81519ce8b6 100644 --- a/gnome-base/libghttp/ChangeLog +++ b/gnome-base/libghttp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/libghttp # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/ChangeLog,v 1.27 2006/02/25 01:58:07 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/ChangeLog,v 1.28 2006/10/29 19:38:30 flameeyes Exp $ + + 29 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + libghttp-1.0.9-r4.ebuild: + Add ~x86-fbsd keyword. 25 Feb 2006; John N. Laliberte <allanonjl@gentoo.org> libghttp-1.0.9-r2.ebuild: diff --git a/gnome-base/libghttp/files/digest-libghttp-1.0.9-r3 b/gnome-base/libghttp/files/digest-libghttp-1.0.9-r3 index 5977c599aa4d..151aaf3d0a43 100644 --- a/gnome-base/libghttp/files/digest-libghttp-1.0.9-r3 +++ b/gnome-base/libghttp/files/digest-libghttp-1.0.9-r3 @@ -1 +1,3 @@ MD5 0690e7456f9a15c635f240f3d6d5dab2 libghttp-1.0.9.tar.gz 147094 +RMD160 89e54f680774136bd04721d053a01356f54404fe libghttp-1.0.9.tar.gz 147094 +SHA256 ff8d3d4e43c9ef45d8ebd70664d00320f217be86800174efb1b32ef2affb0c85 libghttp-1.0.9.tar.gz 147094 diff --git a/gnome-base/libghttp/files/digest-libghttp-1.0.9-r4 b/gnome-base/libghttp/files/digest-libghttp-1.0.9-r4 index 5977c599aa4d..151aaf3d0a43 100644 --- a/gnome-base/libghttp/files/digest-libghttp-1.0.9-r4 +++ b/gnome-base/libghttp/files/digest-libghttp-1.0.9-r4 @@ -1 +1,3 @@ MD5 0690e7456f9a15c635f240f3d6d5dab2 libghttp-1.0.9.tar.gz 147094 +RMD160 89e54f680774136bd04721d053a01356f54404fe libghttp-1.0.9.tar.gz 147094 +SHA256 ff8d3d4e43c9ef45d8ebd70664d00320f217be86800174efb1b32ef2affb0c85 libghttp-1.0.9.tar.gz 147094 diff --git a/gnome-base/libghttp/libghttp-1.0.9-r4.ebuild b/gnome-base/libghttp/libghttp-1.0.9-r4.ebuild index c899285dc3e7..c3dc8701330c 100644 --- a/gnome-base/libghttp/libghttp-1.0.9-r4.ebuild +++ b/gnome-base/libghttp/libghttp-1.0.9-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r4.ebuild,v 1.13 2004/08/28 01:53:24 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r4.ebuild,v 1.14 2006/10/29 19:38:30 flameeyes Exp $ GNOME_TARBALL_SUFFIX="gz" inherit libtool gnome.org eutils @@ -8,7 +8,7 @@ inherit libtool gnome.org eutils DESCRIPTION="GNOME http client library" LICENSE="LGPL-2 GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 ~mips ppc64" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" HOMEPAGE="http://www.gnome.org/" |