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 8B5F51387CA for ; Wed, 15 Oct 2014 13:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24CBAE09CA; Wed, 15 Oct 2014 13:34:27 +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 C206EE09CA for ; Wed, 15 Oct 2014 13:34:26 +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 AFEF933BE35 for ; Wed, 15 Oct 2014 13:34:24 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2323) id 766F67ED5; Wed, 15 Oct 2014 13:34:23 +0000 (UTC) From: "Michael Palimaka (kensington)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, kensington@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in kde-base/oxygen-fonts: oxygen-fonts-5.1.0.1.ebuild metadata.xml ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: oxygen-fonts-5.1.0.1.ebuild metadata.xml ChangeLog X-VCS-Directories: kde-base/oxygen-fonts X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141015133423.766F67ED5@oystercatcher.gentoo.org> Date: Wed, 15 Oct 2014 13:34:23 +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: 85482d7e-f164-43bf-aeca-35163e1d80f2 X-Archives-Hash: bd04f754b4003baf2f8116ff07faebbf kensington 14/10/15 13:34:23 Added: oxygen-fonts-5.1.0.1.ebuild metadata.xml ChangeLog Log: Import from KDE overlay. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!) Revision Changes Path 1.1 kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild?rev=1.1&content-type=text/plain Index: oxygen-fonts-5.1.0.1.ebuild =================================================================== # 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/5.1.0/${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" S=${WORKDIR}/${PN}-5.1.0 src_configure() { local mycmakeargs=( -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}" ) cmake-utils_src_configure } src_install() { cmake-utils_src_install font_src_install } 1.1 kde-base/oxygen-fonts/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-fonts/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-fonts/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== kde 1.1 kde-base/oxygen-fonts/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-fonts/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/oxygen-fonts/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for kde-base/oxygen-fonts # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-fonts/ChangeLog,v 1.1 2014/10/15 13:34:23 kensington Exp $ *oxygen-fonts-5.1.0.1 (15 Oct 2014) 15 Oct 2014; Michael Palimaka +metadata.xml, +oxygen-fonts-5.1.0.1.ebuild: Import from KDE overlay.