public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/splash-themes-livedvd/, media-gfx/splash-themes-livedvd/files/, ...
@ 2018-11-28 13:19 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2018-11-28 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b53d9b191f039c52f47048070e72be4cc5116f60
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 28 13:17:33 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 28 13:17:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53d9b19

media-gfx/splash-themes-livedvd: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-gfx/splash-themes-livedvd/Manifest           |  1 -
 .../files/use-new-path-for-functions.sh.patch      | 11 --------
 media-gfx/splash-themes-livedvd/metadata.xml       | 15 ----------
 .../splash-themes-livedvd-12.0-r1.ebuild           | 32 ---------------------
 .../splash-themes-livedvd-12.0-r2.ebuild           | 33 ----------------------
 profiles/package.mask                              |  1 -
 6 files changed, 93 deletions(-)

diff --git a/media-gfx/splash-themes-livedvd/Manifest b/media-gfx/splash-themes-livedvd/Manifest
deleted file mode 100644
index 1fc92d3fb05..00000000000
--- 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 62f269ed862..00000000000
--- 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 ea182c6e924..00000000000
--- 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 63dcf6a5407..00000000000
--- 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 bc3b4031923..00000000000
--- 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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 467f8659971..910bbc92d36 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-28 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-28 13:19 [gentoo-commits] repo/gentoo:master commit in: media-gfx/splash-themes-livedvd/, media-gfx/splash-themes-livedvd/files/, Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox