diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-12-22 15:42:49 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-12-22 15:42:49 +0000 |
commit | 4f810f77cb3b0ad014cf712341e881a42e03e847 (patch) | |
tree | ca1e52113872cd98ef953152d1d91954c523ad3c /media-libs | |
parent | Updated dependencies and a few other fixes. (diff) | |
download | historical-4f810f77cb3b0ad014cf712341e881a42e03e847.tar.gz historical-4f810f77cb3b0ad014cf712341e881a42e03e847.tar.bz2 historical-4f810f77cb3b0ad014cf712341e881a42e03e847.zip |
remove 2.2.1 release
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/fontconfig/Manifest | 10 | ||||
-rw-r--r-- | media-libs/fontconfig/files/digest-fontconfig-2.2.1 | 1 | ||||
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.2.1.ebuild | 92 |
3 files changed, 4 insertions, 99 deletions
diff --git a/media-libs/fontconfig/Manifest b/media-libs/fontconfig/Manifest index e78ffcfa7fc5..ba64fa3ebaa6 100644 --- a/media-libs/fontconfig/Manifest +++ b/media-libs/fontconfig/Manifest @@ -1,12 +1,10 @@ -MD5 415cdd266762386367a8dc529791f0dd ChangeLog 9172 -MD5 a11e2afb3fcbcf51d682675f352cacfa fontconfig-2.2.1.ebuild 2712 -MD5 96694446ae0f1715391083e188b80fb7 fontconfig-2.2.2.ebuild 2701 MD5 9c2c97b56ef43456b3703c31b7667a35 fontconfig-2.2.3.ebuild 2735 +MD5 96694446ae0f1715391083e188b80fb7 fontconfig-2.2.2.ebuild 2701 +MD5 415cdd266762386367a8dc529791f0dd ChangeLog 9172 MD5 ae7171ca850597a2455b8b10c72a8de1 metadata.xml 419 -MD5 88bdeed6518b90c6230b5ea155936c8f files/digest-fontconfig-2.2.1 68 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 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/files/digest-fontconfig-2.2.1 b/media-libs/fontconfig/files/digest-fontconfig-2.2.1 deleted file mode 100644 index 6daeaa00b0dc..000000000000 --- a/media-libs/fontconfig/files/digest-fontconfig-2.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a6a856606809b9ebfcc37a6380dcd6df fontconfig-2.2.1.tar.gz 613391 diff --git a/media-libs/fontconfig/fontconfig-2.2.1.ebuild b/media-libs/fontconfig/fontconfig-2.2.1.ebuild deleted file mode 100644 index f96d880f81eb..000000000000 --- a/media-libs/fontconfig/fontconfig-2.2.1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.2.1.ebuild,v 1.18 2004/06/24 23:00:12 agriffis Exp $ - -inherit eutils gcc - -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" - -LICENSE="fontconfig" -SLOT="1.0" -KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64 ia64 ppc64" -IUSE="" - -DEPEND=">=sys-apps/sed-4 - >=media-libs/freetype-2.1.4 - >=dev-libs/expat-1.95.3 - >=sys-apps/ed-0.2" - -src_unpack() { - unpack ${A} - cd ${S} - - local PPREFIX="${FILESDIR}/patch/${PN}" - - # Some patches from Redhat - epatch ${PPREFIX}-2.1-slighthint.patch - # Add our local fontpaths (duh dont forget!) - epatch ${PPREFIX}-2.2-local_fontdir-r1.patch - # Blacklist some fonts that break fontconfig - epatch ${PPREFIX}-2.2-blacklist.patch - # Remove the subpixel test from local.conf (#12757) - epatch ${PPREFIX}-2.2-remove_subpixel_test.patch - - # The date can be troublesome - sed -i "s:\`date\`::" configure -} - -src_compile() { - [ "${ARCH}" == "alpha" -a "${CC}" == "ccc" ] && \ - die "Dont compile fontconfig with ccc, it doesnt work very well" - - # disable docs only disables docs generation (!) - econf --disable-docs \ - --with-docdir=${D}/usr/share/doc/${PF} \ - --x-includes=/usr/X11R6/include \ - --x-libraries=/usr/X11R6/lib \ - --with-default-fonts=/usr/X11R6/lib/X11/fonts/Type1 || die - - # this triggers sandbox, we do this ourselves - sed -i "s:fc-cache/fc-cache -f -v:sleep 0:" Makefile - - emake -j1 || die - - # remove Luxi TTF fonts from the list, the Type1 are much better - sed -i "s:<dir>/usr/X11R6/lib/X11/fonts/TTF</dir>::" fonts.conf -} - -src_install() { - einstall confdir=${D}/etc/fonts \ - datadir=${D}/usr/share \ - docdir=${D}/usr/share/doc/${P} || die - - insinto /etc/fonts - doins ${S}/fonts.conf - newins ${S}/fonts.conf fonts.conf.new - - cd ${S} - - newman fc-cache/fc-cache.man fc-cache.1 - newman fc-list/fc-list.man fc-list.1 - newman src/fontconfig.man fontconfig.3 - dodoc AUTHORS ChangeLog NEWS README -} - -pkg_postinst() { - # Changes should be made to /etc/fonts/local.conf, and as we had - # too much problems with broken fonts.conf, we force update it ... - # <azarah@gentoo.org> (11 Dec 2002) - ewarn "Please make fontconfig related changes to /etc/fonts/local.conf," - ewarn "and NOT to /etc/fonts/fonts.conf, as it will be replaced!" - mv -f ${ROOT}/etc/fonts/fonts.conf.new ${ROOT}/etc/fonts/fonts.conf - rm -f ${ROOT}/etc/fonts/._cfg????_fonts.conf - - if [ "${ROOT}" = "/" ] - then - echo - einfo "Creating font cache..." - HOME="/root" /usr/bin/fc-cache - fi -} |