summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2009-09-07 02:25:28 +0000
committerRyan Hill <dirtyepic@gentoo.org>2009-09-07 02:25:28 +0000
commitec994c5a02f17e774e4d9adc464c13ee44f883c2 (patch)
treec8e2f4b1a0196fbe8a18101176f236276c0539ad /media-fonts/sil-padauk
parentSynced ebuild from the kde-testing overlay - thanks to Maciej Mrozowski (reav... (diff)
downloadgentoo-2-ec994c5a02f17e774e4d9adc464c13ee44f883c2.tar.gz
gentoo-2-ec994c5a02f17e774e4d9adc464c13ee44f883c2.tar.bz2
gentoo-2-ec994c5a02f17e774e4d9adc464c13ee44f883c2.zip
Remove old.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts/sil-padauk')
-rw-r--r--media-fonts/sil-padauk/ChangeLog5
-rw-r--r--media-fonts/sil-padauk/sil-padauk-2.1.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/media-fonts/sil-padauk/ChangeLog b/media-fonts/sil-padauk/ChangeLog
index 3e0dd2307c5c..48fab07d4e58 100644
--- a/media-fonts/sil-padauk/ChangeLog
+++ b/media-fonts/sil-padauk/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-fonts/sil-padauk
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/sil-padauk/ChangeLog,v 1.8 2009/03/20 13:49:24 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-fonts/sil-padauk/ChangeLog,v 1.9 2009/09/07 02:25:28 dirtyepic Exp $
+
+ 07 Sep 2009; Ryan Hill <dirtyepic@gentoo.org> -sil-padauk-2.1.ebuild:
+ Remove old.
20 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
metadata.xml:
diff --git a/media-fonts/sil-padauk/sil-padauk-2.1.ebuild b/media-fonts/sil-padauk/sil-padauk-2.1.ebuild
deleted file mode 100644
index b52ffb8418f5..000000000000
--- a/media-fonts/sil-padauk/sil-padauk-2.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-fonts/sil-padauk/sil-padauk-2.1.ebuild,v 1.1 2008/05/19 20:05:29 dirtyepic Exp $
-
-inherit font
-
-DESCRIPTION="SIL Padauk - SIL fonts for Myanmar"
-HOMEPAGE="http://scripts.sil.org/padauk"
-SRC_URI="mirror://gentoo/ttf-${P}.tgz"
-
-LICENSE="OFL"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-S="${WORKDIR}/ttf-${P}"
-FONT_S="${S}"
-FONT_SUFFIX="ttf"
-DOCS="FONTLOG OFL-FAQ"
-
-pkg_postinst() {
- font_pkg_postinst
- echo
- ewarn "The extension of the Myanmar script in Unicode is currently under"
- ewarn "development. Padauk conforms to the proposed extensions but is not"
- ewarn "officially Unicode compliant. Assuming these extensions are accepted"
- ewarn "into Unicode in the future, you will need to transcode your documents"
- ewarn "at that time."
- ewarn
- ewarn "Padauk requires Graphite-capable font rendering technologies to properly"
- ewarn "render the Myanmar script. Gentoo does not currently include these"
- ewarn "technologies. See bug #209765 and http://scripts.sil.org/RenderingGraphite"
- ewarn "for more information."
- echo
-}