From 349824a9b0366b5e110eecc02ccc28596754efa7 Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Mon, 6 May 2013 11:47:38 +0000 Subject: Use .xz instead of bz2. (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8) --- app-text/libwpd/ChangeLog | 5 ++++- app-text/libwpd/libwpd-0.9.7.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'app-text/libwpd') diff --git a/app-text/libwpd/ChangeLog b/app-text/libwpd/ChangeLog index b0fc4d556e99..c76c4d6d61a5 100644 --- a/app-text/libwpd/ChangeLog +++ b/app-text/libwpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/libwpd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.109 2013/05/05 17:33:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.110 2013/05/06 11:47:38 scarabeus Exp $ + + 06 May 2013; Tomáš Chvátal libwpd-0.9.7.ebuild: + Use .xz instead of bz2. 05 May 2013; Agostino Sarubbo libwpd-0.9.7.ebuild: Stable for alpha, wrt bug #467450 diff --git a/app-text/libwpd/libwpd-0.9.7.ebuild b/app-text/libwpd/libwpd-0.9.7.ebuild index ec459266c9d4..30ad303f4f61 100644 --- a/app-text/libwpd/libwpd-0.9.7.ebuild +++ b/app-text/libwpd/libwpd-0.9.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.7.ebuild,v 1.6 2013/05/05 17:33:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.7.ebuild,v 1.7 2013/05/06 11:47:37 scarabeus Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit alternatives eutils DESCRIPTION="WordPerfect Document import/export library" HOMEPAGE="http://libwpd.sf.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0.9" -- cgit v1.2.3-65-gdbad