diff options
author | Norayr Mirakyan <norayr.am@gmail.com> | 2015-09-01 17:47:57 +0400 |
---|---|---|
committer | Norayr Mirakyan <norayr.am@gmail.com> | 2015-09-01 17:47:57 +0400 |
commit | 407dc9180be9dc6721d1c6605392682509883d46 (patch) | |
tree | d635ed5b9910fa0379a07878afe45ce9307db93f | |
parent | repo_name and layout.conf (diff) | |
download | goris-407dc9180be9dc6721d1c6605392682509883d46.tar.gz goris-407dc9180be9dc6721d1c6605392682509883d46.tar.bz2 goris-407dc9180be9dc6721d1c6605392682509883d46.zip |
Ebuild for GHEA Grapalat and Mariam fonts
-rw-r--r-- | media-fonts/ghea-unicode-fonts/Manifest | 2 | ||||
-rw-r--r-- | media-fonts/ghea-unicode-fonts/ghea-unicode-fonts-1.006.ebuild | 24 |
2 files changed, 26 insertions, 0 deletions
diff --git a/media-fonts/ghea-unicode-fonts/Manifest b/media-fonts/ghea-unicode-fonts/Manifest new file mode 100644 index 0000000..b0d3e29 --- /dev/null +++ b/media-fonts/ghea-unicode-fonts/Manifest @@ -0,0 +1,2 @@ +DIST ghea-unicode-fonts-1.006.zip 831573 SHA256 4faaf1fd2494afb3438a12bcf8130efb6be048892e7bd8f18e432da48253aa5d SHA512 63692f705e46bae2f564c18eba0fc4f1f977835b93c942a4dfb983f0502a8390a547e6dfddca132e3661e3261aa8ff7e58bba42793eb2f02f7a1fa2a1d124e03 WHIRLPOOL 5bc7c54e44c5e6fb7d7873b06958ad0fb232c0870a66e682104e7a75433f1dd22a9fc6b1dd7f44254ea5e42cb10028aeef1d308ab6dda17308086a654d5c3a99 +EBUILD ghea-unicode-fonts-1.006.ebuild 643 SHA256 e55c70dbc5d77432a6f9404793f76ee65ff08c0367848932ebed38bb0a87ebac SHA512 55c34dcfdb1902fcdc1937b0dc007fa61ce63b97e10f7d8bf7e8b536ba97a7cae7b9835246bca11422375ffeebaa1775d7a785b8947e8d983f73d76e5d97dd01 WHIRLPOOL 885a6b45b0e9ddd0eed0f394ccefa575744d391f0b0a911131ede5615c320729c4b8a499cade251c0489c763bd75c0476c9dc3b97622720da7f42723a7369dc9 diff --git a/media-fonts/ghea-unicode-fonts/ghea-unicode-fonts-1.006.ebuild b/media-fonts/ghea-unicode-fonts/ghea-unicode-fonts-1.006.ebuild new file mode 100644 index 0000000..8c07657 --- /dev/null +++ b/media-fonts/ghea-unicode-fonts/ghea-unicode-fonts-1.006.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit font + +DESCRIPTION="GHEA Grapalat and Mariam, sans-serif and serif typeface sets, each consisting of four main styles, designed by Edik Ghabuzyan and released by Armenian government." +HOMEPAGE="http://mincult.am/fonts.html" +SRC_URI="http://gov.am/u_files/file/fonts.zip -> ${P}.zip + http://mincult.am/datas/media/fonts.zip -> ${P}.zip" +LICENSE="free-noncomm" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RESTRICT="mirror" + +DEPEND="app-arch/unzip" +RDEPEND="" + +S="${WORKDIR}" +FONT_S="${S}/fonts/Fonts" +FONT_SUFFIX="otf" |