From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E550138334 for ; Wed, 28 Nov 2018 13:19:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7550E0880; Wed, 28 Nov 2018 13:19:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7625CE0869 for ; Wed, 28 Nov 2018 13:19:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A4AD335C3D for ; Wed, 28 Nov 2018 13:19:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80234326 for ; Wed, 28 Nov 2018 13:19:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1543411053.b53d9b191f039c52f47048070e72be4cc5116f60.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/splash-themes-livedvd/, media-gfx/splash-themes-livedvd/files/, ... X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/splash-themes-livedvd/Manifest media-gfx/splash-themes-livedvd/files/use-new-path-for-functions.sh.patch media-gfx/splash-themes-livedvd/metadata.xml media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0-r1.ebuild media-gfx/splash-themes-livedvd/splash-themes-livedvd-12.0-r2.ebuild profiles/package.mask X-VCS-Directories: media-gfx/splash-themes-livedvd/files/ profiles/ media-gfx/splash-themes-livedvd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b53d9b191f039c52f47048070e72be4cc5116f60 X-VCS-Branch: master Date: Wed, 28 Nov 2018 13:19:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4e725279-ae22-4743-9517-b49bc785010c X-Archives-Hash: 17637fc3999100fd2ebb2b68a4f4ae0b commit: b53d9b191f039c52f47048070e72be4cc5116f60 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 28 13:17:33 2018 +0000 Commit: Michał Górny gentoo 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 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 @@ - - - - -A collection of Gentoo themes for splashutils. - - - email@missionaccomplish.com - Fernando Orocu - - - proxy-maint@gentoo.org - Proxy Maintainers - - 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 (15 Oct 2018) # Masked for testing.