From fab40efb9b4831ce09aac859f0c32dec019f8e54 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 17 Sep 2013 13:35:50 -0700 Subject: [PATCH] Remove old ubuntu font recipe, now renamed to ubuntu_font_family --- media-fonts/ubuntu/ubuntu-0.80.recipe | 32 --------------------------- 1 file changed, 32 deletions(-) delete mode 100644 media-fonts/ubuntu/ubuntu-0.80.recipe diff --git a/media-fonts/ubuntu/ubuntu-0.80.recipe b/media-fonts/ubuntu/ubuntu-0.80.recipe deleted file mode 100644 index 5a0da9f2c..000000000 --- a/media-fonts/ubuntu/ubuntu-0.80.recipe +++ /dev/null @@ -1,32 +0,0 @@ -DESCRIPTION="Font family from Ubunu operating system" -HOMEPAGE="http://font.ubuntu.com" -SRC_URI="http://font.ubuntu.com/download/ubuntu-font-family-0.80.zip" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -BUILD { - cd ubuntu-font-family-0.80 -} -INSTALL { - cd ubuntu-font-family-0.80 - FONTDIR=${DESTDIR}/`finddir B_COMMON_FONTS_DIRECTORY`/ubuntu - mkdir -p ${FONTDIR} - cp Ubuntu-B.ttf ${FONTDIR} - cp Ubuntu-BI.ttf ${FONTDIR} - cp Ubuntu-C.ttf ${FONTDIR} - cp Ubuntu-L.ttf ${FONTDIR} - cp Ubuntu-LI.ttf ${FONTDIR} - cp Ubuntu-M.ttf ${FONTDIR} - cp Ubuntu-MI.ttf ${FONTDIR} - cp Ubuntu-R.ttf ${FONTDIR} - cp Ubuntu-RI.ttf ${FONTDIR} - cp UbuntuMono-B.ttf ${FONTDIR} - cp UbuntuMono-BI.ttf ${FONTDIR} - cp UbuntuMono-R.ttf ${FONTDIR} - cp UbuntuMono-RI.ttf ${FONTDIR} - cp README.txt ${FONTDIR}/ubuntu-fonts-readme.txt - cp LICENCE.txt ${FONTDIR}/ubuntu-fonts-licence.txt -} - -LICENSE="Artistic" -COPYRIGHT="Canonical Ltd."