johu 15/05/31 22:06:17 Modified: ChangeLog Added: oxygen-fonts-5.3.1.ebuild Log: Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by several people. Thank you all who worked on it in the overlay. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Revision Changes Path 1.8 kde-plasma/oxygen-fonts/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/oxygen-fonts/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/oxygen-fonts/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/oxygen-fonts/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-plasma/oxygen-fonts/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 9 May 2015 11:04:41 -0000 1.7 +++ ChangeLog 31 May 2015 22:06:17 -0000 1.8 @@ -1,6 +1,13 @@ # ChangeLog for kde-plasma/oxygen-fonts # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-plasma/oxygen-fonts/ChangeLog,v 1.7 2015/05/09 11:04:41 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-plasma/oxygen-fonts/ChangeLog,v 1.8 2015/05/31 22:06:17 johu Exp $ + +*oxygen-fonts-5.3.1 (31 May 2015) + + 31 May 2015; Johannes Huber <[email protected]> +oxygen-fonts-5.3.1.ebuild, + metadata.xml: + Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by + several people. Thank you all who worked on it in the overlay. *oxygen-fonts-5.3.0 (09 May 2015) 1.1 kde-plasma/oxygen-fonts/oxygen-fonts-5.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/oxygen-fonts/oxygen-fonts-5.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/oxygen-fonts/oxygen-fonts-5.3.1.ebuild?rev=1.1&content-type=text/plain Index: oxygen-fonts-5.3.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/oxygen-fonts/oxygen-fonts-5.3.1.ebuild,v 1.1 2015/05/31 22:06:17 johu Exp $ EAPI=5 KDE_AUTODEPS="false" KDE_DEBUG="false" inherit kde5 font DESCRIPTION="Desktop/GUI font family for integrated use with the KDE desktop" HOMEPAGE="https://projects.kde.org/projects/kde/workspace/oxygen-fonts" LICENSE="OFL-1.1" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" $(add_frameworks_dep extra-cmake-modules) media-gfx/fontforge " RDEPEND="!media-fonts/oxygen-fonts" DOCS=( README.md ) src_configure() { local mycmakeargs=( -DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}" ) cmake-utils_src_configure } src_install() { cmake-utils_src_install font_src_install }
