From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FD60139084 for ; Mon, 27 Nov 2017 22:50:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33AF5E0F0F; Mon, 27 Nov 2017 22:50:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 11E4CE0E68 for ; Mon, 27 Nov 2017 22:50:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6C9633C4EE for ; Mon, 27 Nov 2017 22:50:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B1C4A9CE for ; Mon, 27 Nov 2017 22:50:50 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1511823005.1dbb3428c42f1c2777b0b84bb7f0e94442596130.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/cm-unicode/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild X-VCS-Directories: media-fonts/cm-unicode/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 1dbb3428c42f1c2777b0b84bb7f0e94442596130 X-VCS-Branch: master Date: Mon, 27 Nov 2017 22:50:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e4e9ced5-a568-401f-9635-ccc6a57f18bb X-Archives-Hash: d35bacf5ee13937a8d63c522c2ade85d commit: 1dbb3428c42f1c2777b0b84bb7f0e94442596130 Author: Harri Nieminen gmail com> AuthorDate: Sun Nov 26 09:24:15 2017 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Mon Nov 27 22:50:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dbb3428 media-fonts/cm-unicode: EAPI 3 -> 6 Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild b/media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild new file mode 100644 index 00000000000..bc0571ba587 --- /dev/null +++ b/media-fonts/cm-unicode/cm-unicode-0.7.0-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit font + +DESCRIPTION="Computer Modern Unicode fonts" +HOMEPAGE="http://cm-unicode.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}-ttf.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +FONT_SUFFIX="ttf" +DOCS="Changes FAQ FontLog.txt README"