From 0020758a799677be922f25ddd05a8034f21400c7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Oct 2016 17:39:12 +0100 Subject: with this commit, kogaion overlay is finally clean of unused and deprecated ebuilds --- .../plymouth-extras-0.8.8-r1.ebuild | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 sys-boot/plymouth-extras/plymouth-extras-0.8.8-r1.ebuild (limited to 'sys-boot/plymouth-extras/plymouth-extras-0.8.8-r1.ebuild') diff --git a/sys-boot/plymouth-extras/plymouth-extras-0.8.8-r1.ebuild b/sys-boot/plymouth-extras/plymouth-extras-0.8.8-r1.ebuild deleted file mode 100644 index b24ea43d..00000000 --- a/sys-boot/plymouth-extras/plymouth-extras-0.8.8-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -inherit autotools-utils systemd toolchain-funcs - -DESCRIPTION="X11 and Label plugins for Plymouth" -HOMEPAGE="http://cgit.freedesktop.org/plymouth/" -SRC_URI="http://www.freedesktop.org/software/plymouth/releases/${P/-extras}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="debug static-libs" - -CDEPEND=">=media-libs/libpng-1.2.16 - dev-libs/glib - >=x11-libs/gtk+-2.12:2 - >=x11-libs/pango-1.21 - ~sys-boot/plymouth-${PV}[-gtk,-pango,debug=]" -DEPEND="${CDEPEND} - virtual/pkgconfig - " -RDEPEND="${CDEPEND}" - -S="${WORKDIR}/${P/-extras}" - -src_configure() { - local myeconfargs=( - --with-system-root-install - --localstatedir=/var - --enable-gtk - --enable-pango - $(use_enable debug tracing) - $(use_enable libkms) - $(use_enable video_cards_intel libdrm_intel) - $(use_enable video_cards_radeon libdrm_radeon) - ) - autotools-utils_src_configure -} - -src_install() { - local build_dir="${BUILD_DIR}" - - # Build the x11 plugin - BUILD_DIR="${build_dir}/src/plugins/renderers/x11" autotools-utils_src_install - - # Build the label plugin - BUILD_DIR="${build_dir}/src/plugins/controls/label" autotools-utils_src_install -} -- cgit v1.2.3