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 3FE4C1387CA for ; Wed, 15 Oct 2014 11:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C719FE084C; Wed, 15 Oct 2014 11:23:01 +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 7A911E084C for ; Wed, 15 Oct 2014 11:23:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A39CF34046F for ; Wed, 15 Oct 2014 11:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F9047E97 for ; Wed, 15 Oct 2014 11:22:59 +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: <1413372173.c8d366201cab4d70d9cc4ae4225cee86543d1c86.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/oxygen-fonts/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/oxygen-fonts/oxygen-fonts-5.1.9999.ebuild X-VCS-Directories: kde-base/oxygen-fonts/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c8d366201cab4d70d9cc4ae4225cee86543d1c86 X-VCS-Branch: master Date: Wed, 15 Oct 2014 11:22:59 +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: b415bbef-515a-4545-9e5f-9bb5cfcd51eb X-Archives-Hash: 1d3bc88add0f4a4400d26262d0742676 commit: c8d366201cab4d70d9cc4ae4225cee86543d1c86 Author: Michael Palimaka gentoo org> AuthorDate: Wed Oct 15 11:22:53 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Oct 15 11:22:53 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c8d36620 [kde-base/oxygen-fonts] Add 5.1 branch live ebuild. Package-Manager: portage-2.2.12 --- kde-base/oxygen-fonts/oxygen-fonts-5.1.9999.ebuild | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/kde-base/oxygen-fonts/oxygen-fonts-5.1.9999.ebuild b/kde-base/oxygen-fonts/oxygen-fonts-5.1.9999.ebuild new file mode 100644 index 0000000..a126649 --- /dev/null +++ b/kde-base/oxygen-fonts/oxygen-fonts-5.1.9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils font git-r3 + +DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen-fonts" +EGIT_REPO_URI="git://anongit.kde.org/oxygen-fonts" + +LICENSE="OFL-1.1" +SLOT="5" +KEYWORDS="" +IUSE="" + +DEPEND=" + dev-libs/extra-cmake-modules + media-gfx/fontforge +" +RDEPEND="!media-fonts/oxygen-fonts" + +src_configure() { + local mycmakeargs=( + -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}" + ) + + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + font_src_install +}