From bf764f9c8dfd63351d7a94c586ea2dd3c2d3aa96 Mon Sep 17 00:00:00 2001 From: Mike Khiretskiy Date: Wed, 8 Oct 2014 13:18:56 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B5=D0=BC=D1=8B=20plymouth?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20nouveau?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- media-gfx/plymouth-themes-calculate/Manifest | 1 + .../plymouth-themes-calculate-14-r1.ebuild | 29 +++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 media-gfx/plymouth-themes-calculate/plymouth-themes-calculate-14-r1.ebuild diff --git a/media-gfx/plymouth-themes-calculate/Manifest b/media-gfx/plymouth-themes-calculate/Manifest index 4b3a478d8..cad12ffc2 100644 --- a/media-gfx/plymouth-themes-calculate/Manifest +++ b/media-gfx/plymouth-themes-calculate/Manifest @@ -1 +1,2 @@ DIST plymouth-calculate-14-r5.tar.bz2 24642061 SHA256 2b2cb63f42fe62529cfc616f717e59da195faeb21be4a370f4d6a8e146e32503 SHA512 2f4fded1ebb9a4f13ab1a31e62e95abfaa98a7d3ac1307c5b79c627aa12484dad73bd861ba4de2907d67eadeef159f2b34d24b1063bf75f82fd7b8633b92b403 WHIRLPOOL 21f8ddea2f00bc32c75e92d53ae85b2c0dd7472c0bedfc38a8645aec179f3c6f9f28c5d7f6088b89ab5527d91224c22ee4763084f0ebf4839314f231770d2efe +DIST plymouth-calculate-14-r6.tar.bz2 24641918 SHA256 f1fe9cc8d276e81e99161d6cdee38832c2c8f7477c3702123f06433b6dd369bb SHA512 b163294022799875ebca133564db1cc7906ea7cfd2726513de4d6e5f9335b3e97608b84fdb8a0d46290aa4c79830e549c377f812eb647213351b1c92131ca675 WHIRLPOOL fc9fdc97e2d880211ff18f4ad55a1896558ffc7259a075987d4614fc0922f4ed447371eb10ee38cb16f76abed4034657b1e95b24dda6000f8e1989724a5a071f diff --git a/media-gfx/plymouth-themes-calculate/plymouth-themes-calculate-14-r1.ebuild b/media-gfx/plymouth-themes-calculate/plymouth-themes-calculate-14-r1.ebuild new file mode 100644 index 000000000..1c758da01 --- /dev/null +++ b/media-gfx/plymouth-themes-calculate/plymouth-themes-calculate-14-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +DESCRIPTION="Plymouth themes for Calculate Linux" +HOMEPAGE="http://www.calculate-linux.org/packages/media-gfx/plymouth-themes-calculate" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_URI="ftp://ftp.calculate.ru/pub/calculate/themes/plymouth/plymouth-calculate-14-r6.tar.bz2 + http://mirror.yandex.ru/calculate/themes/plymouth/plymouth-calculate-14-r6.tar.bz2" + +RDEPEND="sys-boot/plymouth +sys-boot/plymouth-openrc-plugin +" + +DEPEND="${RDEPEND}" + +src_install() { + dodir /usr/share/plymouth/themes/calculate + insinto /usr/share/plymouth/themes/calculate + doins * + doins .plymouth_shutdown* +}