diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-05-03 15:31:22 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-05-03 15:31:22 +0000 |
commit | 238784ef3cbe4ab4f8fbdb454ce04274c61ec151 (patch) | |
tree | 4b840849a72db2056333dde43d2fee2941b8d7ea /media-libs/fontconfig | |
parent | Initial import. Ebuild submitted by Matthieu Sozeau <mattam@gentoo.org>; bug ... (diff) | |
download | historical-238784ef3cbe4ab4f8fbdb454ce04274c61ec151.tar.gz historical-238784ef3cbe4ab4f8fbdb454ce04274c61ec151.tar.bz2 historical-238784ef3cbe4ab4f8fbdb454ce04274c61ec151.zip |
Fixed wrong SRC_URI; bug #72736.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-libs/fontconfig')
-rw-r--r-- | media-libs/fontconfig/Manifest | 10 | ||||
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.2.2.ebuild | 4 | ||||
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.2.3.ebuild | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/media-libs/fontconfig/Manifest b/media-libs/fontconfig/Manifest index 3477c4672778..9952141f8956 100644 --- a/media-libs/fontconfig/Manifest +++ b/media-libs/fontconfig/Manifest @@ -1,10 +1,10 @@ +MD5 6f36d026d3722add6b265c408667c502 fontconfig-2.2.2.ebuild 2697 MD5 d7cbf5c343a0cc71c6c990d2fb975169 ChangeLog 9427 -MD5 9d00464ab2a62427741ec2a0139b5ecf fontconfig-2.2.2.ebuild 2699 -MD5 1c9051b9d815ce824ffea74210f4a7a2 fontconfig-2.2.3.ebuild 2745 +MD5 72af4e4126ef69c76b086b156e04bcfd fontconfig-2.2.3.ebuild 2743 MD5 ae7171ca850597a2455b8b10c72a8de1 metadata.xml 419 -MD5 d2b7ff87a89e51efb73ac1aaaa9a4957 files/digest-fontconfig-2.2.2 68 MD5 343e067196a814af79985df16682b8ab files/digest-fontconfig-2.2.3 68 -MD5 37e60cdff43bf3f04e9db8931e0d1f47 files/patch/fontconfig-2.1-slighthint.patch 2171 -MD5 1636083efd15746d8f194aff41aa6e02 files/patch/fontconfig-2.2-blacklist.patch 1216 +MD5 d2b7ff87a89e51efb73ac1aaaa9a4957 files/digest-fontconfig-2.2.2 68 MD5 4b5453071b61ecef4bb530b0bca695e1 files/patch/fontconfig-2.2-local_fontdir-r1.patch 487 +MD5 37e60cdff43bf3f04e9db8931e0d1f47 files/patch/fontconfig-2.1-slighthint.patch 2171 MD5 4d77167b56a7dff0d7c7b5b8168b85ba files/patch/fontconfig-2.2-remove_subpixel_test.patch 441 +MD5 1636083efd15746d8f194aff41aa6e02 files/patch/fontconfig-2.2-blacklist.patch 1216 diff --git a/media-libs/fontconfig/fontconfig-2.2.2.ebuild b/media-libs/fontconfig/fontconfig-2.2.2.ebuild index 1813123fa464..f712781581ec 100644 --- a/media-libs/fontconfig/fontconfig-2.2.2.ebuild +++ b/media-libs/fontconfig/fontconfig-2.2.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.2.ebuild,v 1.16 2005/01/15 22:07:01 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.2.ebuild,v 1.17 2005/05/03 15:31:22 usata Exp $ inherit eutils DESCRIPTION="A library for configuring and customizing font access" HOMEPAGE="http://freedesktop.org/Software/fontconfig" #SRC_URI="http://pdx.freedesktop.org/software/fontconfig/releases/${P}.tar.gz" -SRC_URI="http://freedesktop.org/~fontconfig/release/${P}.tar.gz" +SRC_URI="http://freedesktop.org/fontconfig/release/${P}.tar.gz" LICENSE="fontconfig" SLOT="1.0" diff --git a/media-libs/fontconfig/fontconfig-2.2.3.ebuild b/media-libs/fontconfig/fontconfig-2.2.3.ebuild index 53a9fa9cebf1..cd386e65db15 100644 --- a/media-libs/fontconfig/fontconfig-2.2.3.ebuild +++ b/media-libs/fontconfig/fontconfig-2.2.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.3.ebuild,v 1.11 2005/02/17 16:31:02 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.3.ebuild,v 1.12 2005/05/03 15:31:22 usata Exp $ inherit eutils DESCRIPTION="A library for configuring and customizing font access" HOMEPAGE="http://freedesktop.org/Software/fontconfig" #SRC_URI="http://pdx.freedesktop.org/software/fontconfig/releases/${P}.tar.gz" -SRC_URI="http://freedesktop.org/~fontconfig/release/${P}.tar.gz" +SRC_URI="http://freedesktop.org/fontconfig/release/${P}.tar.gz" LICENSE="fontconfig" SLOT="1.0" |