diff options
Diffstat (limited to 'media-gfx/splash-themes-livecd')
11 files changed, 285 insertions, 0 deletions
diff --git a/media-gfx/splash-themes-livecd/Manifest b/media-gfx/splash-themes-livecd/Manifest new file mode 100644 index 000000000000..ceabdb4b06d7 --- /dev/null +++ b/media-gfx/splash-themes-livecd/Manifest @@ -0,0 +1,7 @@ +DIST gentoo-livecd-2005.0-0.9.1.tar.bz2 4887028 SHA256 433e9b2b1a4d3e03c000c56b91b01de9355b7fb8e3f3fcd1302c018a1001b424 SHA512 5728363564a8d98d62c478b9b196e7d7e596da66f8640fddd68b161ad6d037e5f3be9f16d84ecbbd97b9dcbd7f30b40cbc69774aa354f58d9619cfb6e313cf85 WHIRLPOOL 286cde88548797946082018cdb7b389b2c2619d0dc34455a06eb20735c0e63587445d4f2b1c5f9c4dc67dcf1f14dbfaa4866de234f3cd96e8c06a0de4fc7b71c +DIST gentoo-livecd-2005.1-0.9.2.tar.bz2 13000381 SHA256 5b9c4c20af8efefa987608957bd57e1c8dd788360f7d7660e9394bd74a419234 +DIST gentoo-livecd-2006.0-0.9.3.tar.bz2 3207382 SHA256 f6cd2120a2c139a5a0607151efd7a62f71e9fb915c46d1abebc2b894b0adda5a SHA512 79f0007f6c4d3b0056ca8d1d1ed6f021140ffefb5cdaa651483f2c4d8cfbd0b001cf27ab96474c17eeb61ffb72cb8d9d003db8bfa6fc7b737071c46ed9c6aca1 WHIRLPOOL 68d9c9329c8fef42f43fb69fa6dbea0fe8654d6cfca599f63b6ea06fef96b6b886ca7df637556a6ebeee797bc6a1ab82816f16c9682ef37fe8011c98ec96659a +DIST gentoo-livecd-2006.1-0.9.4.tar.bz2 3447608 SHA256 8d87c4bd6d2677ff11566aee6bfadfbbf12f9dabc60c7c9b76eeaac5c86cbaa3 +DIST gentoo-livecd-2007.0-0.9.5.tar.bz2 4760038 SHA256 58b6ef88458996dddd47567cbc6b1fb4ffe2c4cd5ff0f637b3b3155cd936ae4b +DIST gentoo-livecd-2007.0-0.9.6.tar.bz2 4760433 SHA256 ed6a097cf1e33c55cb1f98dda1f7ae33be8e785e12ba00df82d497f04131e01f SHA512 a5a1ef2f10c9880d546184772108c56d5c700707199408ae63389a5bd7bec9c526f73631dfe782cceb88242ab8e8a56d14755552500c589fe1958e75e8b5015d WHIRLPOOL 7d7b3ddc3ad97a80917e52c483ceb0d53264dba9aed999e59d1b4245b7df16d56c9877fc5d89fd33cec1bc1b81394ad5fad05d91b791f9a3163a7d548d0d10d8 +DIST splash-themes-livecd-2004.3.tar.bz2 1790707 SHA256 9b14e8c9a2124e3f1683fd6b3aa9a39ba9d090984c86ec7fcc3c7b1bf0e0b511 SHA512 75c897965cec7173c09027a8578e5047f7121e4b64f09f169ab40616bda412d555e5a4e42375082d685dd73d2d1026e18788408b36e9a690c41a0ba83759498f WHIRLPOOL 84b0a23771a7e85784551deab87cbb42a155581096f7e0b102b878f99495ed54847d9e68f2984ccb742febcfe2eca81db2065409237f58259c3508897caf8211 diff --git a/media-gfx/splash-themes-livecd/files/splash-themes-livecd-2007.0-rounding.patch b/media-gfx/splash-themes-livecd/files/splash-themes-livecd-2007.0-rounding.patch new file mode 100644 index 000000000000..9239d37d551e --- /dev/null +++ b/media-gfx/splash-themes-livecd/files/splash-themes-livecd-2007.0-rounding.patch @@ -0,0 +1,12 @@ +diff -Naurp gentoo-livecd-2007.0-orig/scripts/rc_init-pre gentoo-livecd-2007.0/scripts/rc_init-pre +--- gentoo-livecd-2007.0-orig/scripts/rc_init-pre 2007-09-08 11:43:00.000000000 +0200 ++++ gentoo-livecd-2007.0/scripts/rc_init-pre 2007-09-08 11:43:17.000000000 +0200 +@@ -89,7 +89,7 @@ fi + P_RESOLUTION="$($C_FBRES)" + if [ -n "${P_RESOLUTION}" -a -n "${P_ICONW}" -a -n "${P_ICONH}" ]; then + P_ICONX="$(($((${P_RESOLUTION%x*} / 2)) - $((${P_ICONW} / 2))))" +- P_ICONY="$(echo "" | awk "{f=${P_RESOLUTION#*x};ih=${P_ICONH};print ((f/2)+((f/2)-(ih/3))/2)}")" ++ P_ICONY="$(echo "" | awk "{f=${P_RESOLUTION#*x};ih=${P_ICONH};print int((f/2)+((f/2)-(ih/3))/2)}")" + else + log err "failed to configure resolution and icon positioning" + exit "${E_RESOLUTION}" diff --git a/media-gfx/splash-themes-livecd/metadata.xml b/media-gfx/splash-themes-livecd/metadata.xml new file mode 100644 index 000000000000..88653ddd7172 --- /dev/null +++ b/media-gfx/splash-themes-livecd/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>livecd</herd> +</pkgmetadata> diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild new file mode 100644 index 000000000000..965444bed72e --- /dev/null +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +S="${WORKDIR}/livecd-${PV}" +DESCRIPTION="Gentoo theme for gensplash consoles" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${PF}.tar.bz2" + +SLOT=${PV} +LICENSE="GPL-2" +KEYWORDS="amd64 ~ppc x86" +IUSE="" +RESTRICT="binchecks strip" + +DEPEND="media-gfx/splashutils" + +src_install() { + dodir /etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} +} diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild new file mode 100644 index 000000000000..b702b26f01e8 --- /dev/null +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MY_P="gentoo-livecd-${PV}" +MY_REV="0.9.1" +DESCRIPTION="Gentoo theme for gensplash consoles" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${MY_P}-${MY_REV}.tar.bz2" + +SLOT=${PV} +LICENSE="Artistic GPL-2 BitstreamVera" +KEYWORDS="amd64 ~ppc x86" +IUSE="" +RESTRICT="binchecks strip" + +DEPEND=">=media-gfx/splashutils-0.9.1" + +S="${WORKDIR}/${MY_P}" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e 's-/sbin/functions.sh-/etc/init.d/functions.sh-' scripts/rc_init-pre scripts/list_svc.sh +} + +src_install() { + dodir /etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} +} diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild new file mode 100644 index 000000000000..51f2aaf90a8d --- /dev/null +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MY_P="gentoo-livecd-${PV}" +MY_REV="0.9.2" +DESCRIPTION="Gentoo theme for gensplash consoles" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${MY_P}-${MY_REV}.tar.bz2" + +SLOT=${PV} +LICENSE="Artistic GPL-2 BitstreamVera" +KEYWORDS="amd64 ~ppc x86" +IUSE="" +RESTRICT="binchecks strip" + +DEPEND=">=media-gfx/splashutils-1.1.9.7" + +S="${WORKDIR}/${MY_P}" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e '/^\/bin\/umount -l "\/etc\/splash\/${SPLASH_THEME}"$/s/^\(.*\)$/\1 \&>\/dev\/null/' scripts/rc_exit-post + sed -i -e 's-/sbin/functions.sh-/etc/init.d/functions.sh-' scripts/rc_init-pre +} + +src_install() { + dodir /etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} +} diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild new file mode 100644 index 000000000000..2a163ef764ba --- /dev/null +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MY_P="gentoo-livecd-${PV}" +MY_REV="0.9.3" +DESCRIPTION="Gentoo theme for gensplash consoles" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${MY_P}-${MY_REV}.tar.bz2" + +SLOT=${PV} +LICENSE="Artistic GPL-2 BitstreamVera" +KEYWORDS="amd64 ~ppc x86" +IUSE="" +RESTRICT="binchecks strip" + +DEPEND=">=media-gfx/splashutils-1.1.9.7" + +S="${WORKDIR}/${MY_P}" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e 's-/sbin/functions.sh-/etc/init.d/functions.sh-' scripts/rc_init-pre +} + +src_install() { + dodir /etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} +} diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild new file mode 100644 index 000000000000..98a16765ebc3 --- /dev/null +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +MY_P="gentoo-livecd-${PV}" +MY_REV="0.9.4" +DESCRIPTION="Gentoo theme for gensplash consoles" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${MY_P}-${MY_REV}.tar.bz2" + +SLOT=${PV} +LICENSE="Artistic GPL-2 BitstreamVera" +KEYWORDS="amd64 ~ppc x86" +IUSE="" +RESTRICT="binchecks strip" + +DEPEND=">=media-gfx/splashutils-1.1.9.10-r1" + +S="${WORKDIR}/${MY_P}" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e 's-/sbin/functions.sh-/etc/init.d/functions.sh-' scripts/rc_init-pre +} + +src_install() { + dodir /etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} +} diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild new file mode 100644 index 000000000000..2ad571a6aec2 --- /dev/null +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils + +MY_P="gentoo-livecd-${PV}" +MY_REV="0.9.5" +DESCRIPTION="Gentoo theme for gensplash consoles" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${MY_P}-${MY_REV}.tar.bz2" + +SLOT=${PV} +LICENSE="Artistic GPL-2 BitstreamVera" +KEYWORDS="amd64 ~ppc x86" +IUSE="" +RESTRICT="binchecks strip" + +DEPEND=">=media-gfx/splashutils-1.4.1" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + if ! built_with_use media-gfx/splashutils mng + then + ewarn "MNG support is missing from splashutils. You will not see the" + ewarn "service icons as services are starting." + fi +} + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e 's-/sbin/functions.sh-/etc/init.d/functions.sh-' \ + scripts/rc_init-pre + epatch "${FILESDIR}"/${P}-rounding.patch +} + +src_install() { + dodir /etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} +} diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild new file mode 100644 index 000000000000..9fc6b419fba6 --- /dev/null +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="2" + +inherit eutils + +MY_P="gentoo-livecd-${PV}" +MY_REV="0.9.6" +DESCRIPTION="Gentoo theme for gensplash consoles" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/${PN}/${MY_P}-${MY_REV}.tar.bz2" + +SLOT=${PV} +LICENSE="Artistic GPL-2 BitstreamVera" +KEYWORDS="amd64 ~ppc x86" +IUSE="" +RESTRICT="binchecks strip" + +RDEPEND=">=media-gfx/splashutils-1.5.4[png]" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + if ! built_with_use media-gfx/splashutils mng + then + ewarn "MNG support is missing from splashutils. You will not see the" + ewarn "service icons as services are starting." + fi +} + +src_install() { + dodir /etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} +} diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0.ebuild new file mode 100644 index 000000000000..95c4b9ae4294 --- /dev/null +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit eutils + +MY_P="gentoo-livecd-${PV}" +MY_REV="0.9.5" +DESCRIPTION="Gentoo theme for gensplash consoles" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${MY_P}-${MY_REV}.tar.bz2" + +SLOT=${PV} +LICENSE="Artistic GPL-2 BitstreamVera" +KEYWORDS="amd64 ~ppc x86" +IUSE="" +RESTRICT="binchecks strip" + +DEPEND=">=media-gfx/splashutils-1.4.1" + +S="${WORKDIR}/${MY_P}" + +pkg_setup() { + if ! built_with_use media-gfx/splashutils mng + then + ewarn "MNG support is missing from splashutils. You will not see the" + ewarn "service icons as services are starting." + fi +} + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e 's-/sbin/functions.sh-/etc/init.d/functions.sh-' scripts/rc_init-pre +} + +src_install() { + dodir /etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} +} |