media-gfx/splash-themes-livedvd: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Wed, 28 Nov 2018 13:17:33 +0000 (14:17 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 28 Nov 2018 13:17:33 +0000 (14:17 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-gfx/splash-themes-livedvd/Manifest [deleted file]
media-gfx/splash-themes-livedvd/files/use-new-path-for-functions.sh.patch [deleted file]
media-gfx/splash-themes-livedvd/metadata.xml [deleted file]
media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0-r1.ebuild [deleted file]
media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0-r2.ebuild [deleted file]
profiles/package.mask

diff --git a/media-gfx/splash-themes-livedvd/Manifest b/media-gfx/splash-themes-livedvd/Manifest
deleted file mode 100644 (file)
index 1fc92d3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST splash-themes-livedvd-12.0.tar.bz2 5416705 BLAKE2B 309fcadee007765153af8fa419c8beb997befe43cdbe60f4f42c4805d5b6fb18a30de70a253f546dda0461f18dbf5dc4eec622663bd4be2f3c5c531c57412910 SHA512 ba0cd1cba44793a48a6aae1b91248fb699389e26d30b851ecb2d809857e0d1159c5f190c5b35390aa394cf14d5c7df39811b2ba6018ae8f10c7e886636c92686
diff --git a/media-gfx/splash-themes-livedvd/files/use-new-path-for-functions.sh.patch b/media-gfx/splash-themes-livedvd/files/use-new-path-for-functions.sh.patch
deleted file mode 100644 (file)
index 62f269e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- scripts/rc_init-pre.orig   2016-02-18 13:31:23.610276701 -0200
-+++ scripts/rc_init-pre        2016-02-18 13:31:57.405275206 -0200
-@@ -77,7 +77,7 @@
-   return 0
- }
-
--[ -r /etc/init.d/functions.sh ] && . /etc/init.d/functions.sh
-+[ -r /lib/gentoo/functions.sh ] && . /lib/gentoo/functions.sh
-
- if [ -z "${1}" ]; then
-   log err "no internal runlevel provided"
diff --git a/media-gfx/splash-themes-livedvd/metadata.xml b/media-gfx/splash-themes-livedvd/metadata.xml
deleted file mode 100644 (file)
index ea182c6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<longdescription lang="en">
-A collection of Gentoo themes for splashutils.
-</longdescription>
-<maintainer type="person">
-  <email>email@missionaccomplish.com</email>
-  <name>Fernando Orocu</name>
-</maintainer>
-<maintainer type="project">
-  <email>proxy-maint@gentoo.org</email>
-  <name>Proxy Maintainers</name>
-</maintainer>
-</pkgmetadata>
diff --git a/media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0-r1.ebuild b/media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0-r1.ebuild
deleted file mode 100644 (file)
index 63dcf6a..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="Gentoo theme for gensplash consoles"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI="https://dev.gentoo.org/~tampakrap/tarballs/${P}.tar.bz2"
-
-LICENSE="Artistic GPL-2 BitstreamVera"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT="binchecks strip"
-
-DEPEND=">=media-gfx/splashutils-1.4.1[png]"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       sed -i -e 's:/sbin/functions.sh:/etc/init.d/functions.sh:' scripts/rc_init-pre
-}
-
-src_install() {
-       dodir /etc/splash/livedvd-${PV}
-       insinto /etc/splash/livedvd-${PV}
-       doins -r *
-       insopts -m 0755
-       doins -r scripts
-}
diff --git a/media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0-r2.ebuild b/media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0-r2.ebuild
deleted file mode 100644 (file)
index bc3b403..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Gentoo theme for gensplash consoles"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI="https://dev.gentoo.org/~tampakrap/tarballs/${P}.tar.bz2"
-
-LICENSE="Artistic GPL-2 BitstreamVera"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT="binchecks strip"
-
-DEPEND=">=media-gfx/splashutils-1.4.1[png]"
-RDEPEND="${DEPEND}
-       sys-apps/gentoo-functions"
-
-src_prepare() {
-       epatch "${FILESDIR}"/use-new-path-for-functions.sh.patch
-}
-
-src_install() {
-       dodir /etc/splash/livedvd-${PV}
-       insinto /etc/splash/livedvd-${PV}
-       doins -r *
-       insopts -m 0755
-       doins -r scripts
-}
index 467f865997133c14ab296702fdd38c480b86d518..910bbc92d363509ba06ec3f4e0e7ed4b9701fbd3 100644 (file)
@@ -499,7 +499,6 @@ media-gfx/splashutils
 media-gfx/bootsplash-themes
 media-gfx/splash-themes-gentoo
 media-gfx/splash-themes-livecd
-media-gfx/splash-themes-livedvd
 
 # Sobhan Mohammadpour <sobhan@gentoo.org> (15 Oct 2018)
 # Masked for testing.