diff options
-rw-r--r-- | sys-boot/plymouth/ChangeLog | 10 | ||||
-rw-r--r-- | sys-boot/plymouth/files/0.9_pre20111013-gentoo-fb-path.patch | 25 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-0.8.4.ebuild (renamed from sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild) | 7 |
3 files changed, 11 insertions, 31 deletions
diff --git a/sys-boot/plymouth/ChangeLog b/sys-boot/plymouth/ChangeLog index 41c616dba7af..433db000a4fe 100644 --- a/sys-boot/plymouth/ChangeLog +++ b/sys-boot/plymouth/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-boot/plymouth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.21 2012/03/13 11:27:36 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.22 2012/03/25 19:42:56 a3li Exp $ + +*plymouth-0.8.4 (25 Mar 2012) + + 25 Mar 2012; Alex Legler <a3li@gentoo.org> + -files/0.9_pre20111013-gentoo-fb-path.patch, +plymouth-0.8.4.ebuild, + -plymouth-0.9_pre20111013-r1.ebuild: + Version bump. Removing 0.9 pre snapshot as upstream decided to go on with the + 0.8 series. 13 Mar 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> plymouth-0.8.3-r5.ebuild, plymouth-0.9_pre20111013-r1.ebuild: diff --git a/sys-boot/plymouth/files/0.9_pre20111013-gentoo-fb-path.patch b/sys-boot/plymouth/files/0.9_pre20111013-gentoo-fb-path.patch deleted file mode 100644 index cb0f0d5af3bb..000000000000 --- a/sys-boot/plymouth/files/0.9_pre20111013-gentoo-fb-path.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 5fd3ed5a1f661eb1d99e1d4df5edad8410cc54e3 Mon Sep 17 00:00:00 2001 -From: root <root@christoph.egore.lan> -Date: Sun, 25 Oct 2009 03:55:54 +0100 -Subject: [PATCH] Gentoo does not have /dev/fb, but /dev/fb0 (at least on i915 KMS) - ---- - src/plugins/renderers/frame-buffer/plugin.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/src/libply/ply-frame-buffer.c b/src/libply/ply-frame-buffer.c -index a1e4fcd..19aab4b 100644 ---- a/src/plugins/renderers/frame-buffer/plugin.c -+++ b/src/plugins/renderers/frame-buffer/plugin.c -@@ -46,7 +46,7 @@ - #include <linux/fb.h> - - #ifndef PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME --#define PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME "/dev/fb" -+#define PLY_FRAME_BUFFER_DEFAULT_FB_DEVICE_NAME "/dev/fb0" - #endif - - struct _ply_frame_buffer --- -1.6.5 - diff --git a/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild b/sys-boot/plymouth/plymouth-0.8.4.ebuild index 74667a3dee70..b7a5414b5025 100644 --- a/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild +++ b/sys-boot/plymouth/plymouth-0.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild,v 1.4 2012/03/13 11:27:36 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.4.ebuild,v 1.1 2012/03/25 19:42:56 a3li Exp $ EAPI=4 @@ -9,7 +9,7 @@ inherit autotools-utils DESCRIPTION="Graphical boot animation (splash) and logger" HOMEPAGE="http://cgit.freedesktop.org/plymouth/" SRC_URI=" - http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2 + http://www.freedesktop.org/software/plymouth/releases/${P}.tar.bz2 http://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/gentoo-logo.png" LICENSE="GPL-2" @@ -35,9 +35,6 @@ RDEPEND="${CDEPEND} " DOCS=(AUTHORS README TODO) -PATCHES=( - "${FILESDIR}"/${PV}-gentoo-fb-path.patch - ) src_prepare() { autotools-utils_src_prepare |