summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-10-10 17:39:12 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-10-10 17:39:12 +0100
commit0020758a799677be922f25ddd05a8034f21400c7 (patch)
treebb35a39b25fe32b32ed3602e0026703db39c5f14 /sys-boot
parenta86864872e56fb96708e2052407715dcf92d47a4 (diff)
with this commit, kogaion overlay is finally clean of unused and deprecated ebuilds
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/plymouth-extras/Manifest1
-rw-r--r--sys-boot/plymouth-extras/plymouth-extras-0.8.8-r1.ebuild52
-rw-r--r--sys-boot/plymouth-extras/plymouth-extras-0.8.9_pre1.ebuild53
3 files changed, 0 insertions, 106 deletions
diff --git a/sys-boot/plymouth-extras/Manifest b/sys-boot/plymouth-extras/Manifest
deleted file mode 100644
index e9eb462d..00000000
--- a/sys-boot/plymouth-extras/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST plymouth-0.8.8.tar.bz2 1143549 SHA256 1bada4e1d3a31a5a99adc2db83f5452d9818839cda51a6e430f044f6281d759b SHA512 97a20a8622c7ea51000e9b6d88a25fd84d7001fb2727527a72344b555f389c74954bd0be0bffd9cc9175b5c5a0d28e95af058fce79ec7531f736619ee74d8d94 WHIRLPOOL badb44a6c1eb004772e67cfe3cda601d22590d813ebd4bce5f0fcb325c445246916ba30e083c6aa98b73b460ddf4f2caf9bf2727d22bbbc5414f11a5cf0e5ddf
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
-}
diff --git a/sys-boot/plymouth-extras/plymouth-extras-0.8.9_pre1.ebuild b/sys-boot/plymouth-extras/plymouth-extras-0.8.9_pre1.ebuild
deleted file mode 100644
index e45b9b58..00000000
--- a/sys-boot/plymouth-extras/plymouth-extras-0.8.9_pre1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/plymouth"
-EGIT_COMMIT="37d2e400d25e6b4716d77d26fb7d40de8a8c1a8a"
-AUTOTOOLS_AUTORECONF="true"
-
-inherit autotools-utils systemd toolchain-funcs git-2
-
-DESCRIPTION="X11 and Label plugins for Plymouth"
-HOMEPAGE="http://cgit.freedesktop.org/plymouth/"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~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)
- )
- 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
-}