public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/splash-themes-livedvd/, media-gfx/splash-themes-livedvd/files/, ...
Date: Wed, 28 Nov 2018 13:19:20 +0000 (UTC)	[thread overview]
Message-ID: <1543411053.b53d9b191f039c52f47048070e72be4cc5116f60.mgorny@gentoo> (raw)

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.


                 reply	other threads:[~2018-11-28 13:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1543411053.b53d9b191f039c52f47048070e72be4cc5116f60.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox