diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-11-01 09:43:55 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-11-01 09:43:55 +0000 |
commit | 0649245118141fef37f8b7be95b82b9fd6a2d760 (patch) | |
tree | 603b4c937f5239596ecf160398f4f39c2b993f34 /media-libs | |
parent | HOMEPAGE and SRC_URI fix (diff) | |
download | gentoo-2-0649245118141fef37f8b7be95b82b9fd6a2d760.tar.gz gentoo-2-0649245118141fef37f8b7be95b82b9fd6a2d760.tar.bz2 gentoo-2-0649245118141fef37f8b7be95b82b9fd6a2d760.zip |
all ebuilds with fixed SRC_URI and HOMEPAGE
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/fontconfig/Manifest | 4 | ||||
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.1-r1.ebuild | 6 | ||||
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/media-libs/fontconfig/Manifest b/media-libs/fontconfig/Manifest index aa99ab446058..94ee8e49b578 100644 --- a/media-libs/fontconfig/Manifest +++ b/media-libs/fontconfig/Manifest @@ -1,7 +1,7 @@ MD5 d68ee8c583314f5ced09ceaee85b6f72 fontconfig-2.2.1.ebuild 3139 -MD5 ce03a55321414bd03fe7f9f889be89bd fontconfig-2.1-r1.ebuild 2651 +MD5 0a2d3473d86b6f156e1791cf3c592e7e fontconfig-2.1-r1.ebuild 2677 MD5 1217b20b290a12a155916ca71a1821b0 ChangeLog 7080 -MD5 4e98e5b5120f97d4b905f838a5958e8c fontconfig-2.2.0-r2.ebuild 3268 +MD5 d44fb272edcaaffc13a42863c82c39bc fontconfig-2.2.0-r2.ebuild 3314 MD5 fd11506a1969709b4d447084344006ba files/digest-fontconfig-2.1-r1 140 MD5 82f9bbcca9f5c665c6610cbaace58579 files/digest-fontconfig-2.2.0-r2 145 MD5 88bdeed6518b90c6230b5ea155936c8f files/digest-fontconfig-2.2.1 68 diff --git a/media-libs/fontconfig/fontconfig-2.1-r1.ebuild b/media-libs/fontconfig/fontconfig-2.1-r1.ebuild index 2ea652ac94c5..db764e1969bb 100644 --- a/media-libs/fontconfig/fontconfig-2.1-r1.ebuild +++ b/media-libs/fontconfig/fontconfig-2.1-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.1-r1.ebuild,v 1.17 2003/09/06 23:59:48 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.1-r1.ebuild,v 1.18 2003/11/01 09:43:54 seemant Exp $ inherit debug eutils S="${WORKDIR}/fcpackage.${PV/\./_}/fontconfig" DESCRIPTION="A library for configuring and customizing font access." -SRC_URI="http://fontconfig.org/release/fcpackage.${PV/\./_}.tar.gz" -HOMEPAGE="http://fontconfig.org/" +HOMEPAGE="http://freedesktop.org/" +SRC_URI="http://pdx.freedesktop.org/software/fontconfig/releases/fcpackage.${PV/\./_}.tar.gz" LICENSE="fontconfig" SLOT="1.0" diff --git a/media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild b/media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild index eb70bd8f49b1..ec32b82c6598 100644 --- a/media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild +++ b/media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild,v 1.12 2003/09/06 23:59:48 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.0-r2.ebuild,v 1.13 2003/11/01 09:43:54 seemant Exp $ inherit eutils DESCRIPTION="A library for configuring and customizing font access." -SRC_URI="http://fontconfig.org/release/${P}.tar.gz" -HOMEPAGE="http://fontconfig.org/" +HOMEPAGE="http://freedesktop.org/software/fontconfig/" +SRC_URI="http://pdx.freedesktop.org/software/fontconfig/releases/${P}.tar.gz" IUSE="doc" LICENSE="fontconfig" |