From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C013B13877A for ; Mon, 7 Jul 2014 14:26:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B187E084E; Mon, 7 Jul 2014 14:26:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06568E084E for ; Mon, 7 Jul 2014 14:26:35 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BAE5233F0D9 for ; Mon, 7 Jul 2014 14:26:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E39DD18011 for ; Mon, 7 Jul 2014 14:26:32 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1404743171.bdaa693fedc5d3fc2026f0e1c0926136f3cbdc90.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-fonts/oxygen-fonts/ X-VCS-Repository: proj/kde X-VCS-Files: media-fonts/oxygen-fonts/oxygen-fonts-0.3.98.ebuild X-VCS-Directories: media-fonts/oxygen-fonts/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: bdaa693fedc5d3fc2026f0e1c0926136f3cbdc90 X-VCS-Branch: master Date: Mon, 7 Jul 2014 14:26:32 +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: 008a2db7-c16d-4ee5-8764-7a21d87114cd X-Archives-Hash: c5531934236208c22f826e68ec9f624d commit: bdaa693fedc5d3fc2026f0e1c0926136f3cbdc90 Author: Michael Palimaka gentoo org> AuthorDate: Mon Jul 7 14:26:11 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jul 7 14:26:11 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=bdaa693f [media-fonts/oxygen-fonts] Version bump. Package-Manager: portage-2.2.10 --- .../oxygen-fonts/oxygen-fonts-0.3.98.ebuild | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/media-fonts/oxygen-fonts/oxygen-fonts-0.3.98.ebuild b/media-fonts/oxygen-fonts/oxygen-fonts-0.3.98.ebuild new file mode 100644 index 0000000..6b69ec3 --- /dev/null +++ b/media-fonts/oxygen-fonts/oxygen-fonts-0.3.98.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils font + +DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop" +HOMEPAGE="https://projects.kde.org/projects/playground/artwork/oxygen-fonts" +SRC_URI="mirror://kde/unstable/plasma/4.97.0/src/${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-libs/extra-cmake-modules + media-gfx/fontforge +" + +src_configure() { + local mycmakeargs=( + -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}" + ) + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + font_src_install +}