diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-07-31 14:46:14 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-07-31 14:46:14 +0000 |
commit | 216bb619fa4918ce7d02fa4c46a721038cd65720 (patch) | |
tree | 59a67dd8af47104a903244e131dc7b93f4fbf8a3 /x11-libs/pango | |
parent | added ~ppc64 (bug #100217) (diff) | |
download | historical-216bb619fa4918ce7d02fa4c46a721038cd65720.tar.gz historical-216bb619fa4918ce7d02fa4c46a721038cd65720.tar.bz2 historical-216bb619fa4918ce7d02fa4c46a721038cd65720.zip |
fix src_uri
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-libs/pango')
-rw-r--r-- | x11-libs/pango/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/pango/pango-1.9.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest index 448e26dbaaa1..b2c971ca6014 100644 --- a/x11-libs/pango/Manifest +++ b/x11-libs/pango/Manifest @@ -1,6 +1,6 @@ MD5 724ba9499e8fd9e01e37131a0622919e pango-1.8.1.ebuild 1908 MD5 9d84c7745d93323e331db32ca36fa99e pango-1.4.1.ebuild 1136 -MD5 b06c7af4fcdd14550061f5d2e9c0028d pango-1.9.1.ebuild 1974 +MD5 47612e4ba2b80cb47840de1e417a2d80 pango-1.9.1.ebuild 1974 MD5 35a6f51a28246b54223da53281849513 pango-1.8.0.ebuild 1899 MD5 f3f4ec791968d9675d0c5b2b4c103387 pango-1.8.1-r1.ebuild 1988 MD5 a4d0ffeb51ccd5e32c1bdecbe004ab3e pango-1.4.1-r1.ebuild 1881 diff --git a/x11-libs/pango/pango-1.9.1.ebuild b/x11-libs/pango/pango-1.9.1.ebuild index 3a06e97fffaa..18ce0d22fb89 100644 --- a/x11-libs/pango/pango-1.9.1.ebuild +++ b/x11-libs/pango/pango-1.9.1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.9.1.ebuild,v 1.1 2005/07/31 14:37:17 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.9.1.ebuild,v 1.2 2005/07/31 14:46:14 foser Exp $ inherit gnome2 eutils DESCRIPTION="Text rendering and layout library" HOMEPAGE="http://www.pango.org/" -SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.6/${P}.tar.bz2" +SRC_URI="ftp://ftp.gtk.org/pub/gtk/v2.7/${P}.tar.bz2" LICENSE="LGPL-2 FTL" SLOT="0" |