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 92283138A6C for ; Thu, 6 Nov 2014 20:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29BE8E093A; Thu, 6 Nov 2014 20:43:34 +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 CE75BE093B for ; Thu, 6 Nov 2014 20:43:33 +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 3FA2F3403E5 for ; Thu, 6 Nov 2014 20:43:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A7F7993D for ; Thu, 6 Nov 2014 20:43:30 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1415306602.8bb9de9009e0a78160a1cc90d5dd927a4770c550.mrueg@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.1.ebuild X-VCS-Directories: kde-base/oxygen-fonts/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 8bb9de9009e0a78160a1cc90d5dd927a4770c550 X-VCS-Branch: master Date: Thu, 6 Nov 2014 20:43:30 +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: f9b2cc7c-bd70-4e74-a394-ae5778126ac6 X-Archives-Hash: e4f2e39911cb4312e92a588d7264a974 commit: 8bb9de9009e0a78160a1cc90d5dd927a4770c550 Author: Manuel Rüger gentoo org> AuthorDate: Thu Nov 6 20:43:22 2014 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Nov 6 20:43:22 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8bb9de90 [kde-base/oxygen-fonts] Add missed ebuild. --- kde-base/oxygen-fonts/oxygen-fonts-5.1.1.ebuild | 35 +++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/kde-base/oxygen-fonts/oxygen-fonts-5.1.1.ebuild b/kde-base/oxygen-fonts/oxygen-fonts-5.1.1.ebuild new file mode 100644 index 0000000..097bf70 --- /dev/null +++ b/kde-base/oxygen-fonts/oxygen-fonts-5.1.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild,v 1.1 2014/10/15 13:34:23 kensington Exp $ + +EAPI=5 + +inherit cmake-utils font + +DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen-fonts" +SRC_URI="mirror://kde/stable/plasma/${PV}/${P}.tar.xz" + +LICENSE="OFL-1.1" +SLOT="5" +KEYWORDS="~amd64" +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 +}