commit: 75af9a220de9fe61d752b99b7ec9b3a1dc63b69b Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sat Oct 25 18:54:58 2014 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Oct 25 18:54:58 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=75af9a22
[kde-base/oxygen-fonts] In tree, too. Package-Manager: portage-2.2.14 --- kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild | 37 ----------------------- 1 file changed, 37 deletions(-) diff --git a/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild b/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild deleted file mode 100644 index 890cb00..0000000 --- a/kde-base/oxygen-fonts/oxygen-fonts-5.1.0.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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/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 -}