diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-16 15:15:23 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-16 15:15:23 +0000 |
commit | b7e274ed93301b7219ee7b77f96acd59d370355c (patch) | |
tree | bfdc42317dd8419e31d674d40e0a6936df86afa1 /media-fonts | |
parent | add Gameplay-Group-EULA as preparation for games-misc/little-inferno (diff) | |
download | gentoo-2-b7e274ed93301b7219ee7b77f96acd59d370355c.tar.gz gentoo-2-b7e274ed93301b7219ee7b77f96acd59d370355c.tar.bz2 gentoo-2-b7e274ed93301b7219ee7b77f96acd59d370355c.zip |
Add new version.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/symbola/ChangeLog | 8 | ||||
-rw-r--r-- | media-fonts/symbola/symbola-7.08.ebuild | 30 |
2 files changed, 37 insertions, 1 deletions
diff --git a/media-fonts/symbola/ChangeLog b/media-fonts/symbola/ChangeLog index de427fe5a879..e6001330efec 100644 --- a/media-fonts/symbola/ChangeLog +++ b/media-fonts/symbola/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-fonts/symbola # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/symbola/ChangeLog,v 1.4 2013/01/03 15:32:38 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/symbola/ChangeLog,v 1.5 2013/07/16 15:15:23 chithanh Exp $ + +*symbola-7.08 (16 Jul 2013) + + 16 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +symbola-7.08.ebuild: + Add new version. 03 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> symbola-7.01.ebuild: diff --git a/media-fonts/symbola/symbola-7.08.ebuild b/media-fonts/symbola/symbola-7.08.ebuild new file mode 100644 index 000000000000..a9a425c67716 --- /dev/null +++ b/media-fonts/symbola/symbola-7.08.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-fonts/symbola/symbola-7.08.ebuild,v 1.1 2013/07/16 15:15:23 chithanh Exp $ + +EAPI=4 + +MY_PN="${PN/s/S}" + +inherit font + +DESCRIPTION="Unicode font for Basic Latin, IPA Extensions, Greek, Cyrillic and many Symbol Blocks" +HOMEPAGE="http://users.teilar.gr/~g1951d/" +SRC_URI="http://users.teilar.gr/~g1951d/${MY_PN}${PV/./}.zip" +LICENSE="Unicode_Fonts_for_Ancient_Scripts" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" +FONT_SUFFIX="ttf" + +pkg_setup() { + if use doc; then + DOCS=( ${MY_PN}.pdf ) + fi +} |