diff options
author | 2018-11-28 14:17:33 +0100 | |
---|---|---|
committer | 2018-11-28 14:17:33 +0100 | |
commit | b53d9b191f039c52f47048070e72be4cc5116f60 (patch) | |
tree | a28eaea8a4b4daca9b2c427dc9398a264b181bf3 /media-gfx/splash-themes-livedvd | |
parent | dev-tcltk/ck: Remove last-rited pkg (diff) | |
download | gentoo-b53d9b191f039c52f47048070e72be4cc5116f60.tar.gz gentoo-b53d9b191f039c52f47048070e72be4cc5116f60.tar.bz2 gentoo-b53d9b191f039c52f47048070e72be4cc5116f60.zip |
media-gfx/splash-themes-livedvd: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx/splash-themes-livedvd')
5 files changed, 0 insertions, 92 deletions
diff --git a/media-gfx/splash-themes-livedvd/Manifest b/media-gfx/splash-themes-livedvd/Manifest deleted file mode 100644 index 1fc92d3fb05d..000000000000 --- a/media-gfx/splash-themes-livedvd/Manifest +++ /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 index 62f269ed862f..000000000000 --- a/media-gfx/splash-themes-livedvd/files/use-new-path-for-functions.sh.patch +++ /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 index ea182c6e924b..000000000000 --- a/media-gfx/splash-themes-livedvd/metadata.xml +++ /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 index 63dcf6a54071..000000000000 --- a/media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0-r1.ebuild +++ /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 index bc3b40319231..000000000000 --- a/media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0-r2.ebuild +++ /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 -} |