diff options
author | Lars Weiler <pylon@gentoo.org> | 2005-04-14 22:30:45 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2005-04-14 22:30:45 +0000 |
commit | c126cd9c797a10a4bf09d78adbdabc6598c5b8db (patch) | |
tree | 1b7a440f66b1bb7f3d0f328129a57c786d88e6c8 /media-gfx/splash-themes-livecd | |
parent | --enable-xserver64 on amd64. (diff) | |
download | historical-c126cd9c797a10a4bf09d78adbdabc6598c5b8db.tar.gz historical-c126cd9c797a10a4bf09d78adbdabc6598c5b8db.tar.bz2 historical-c126cd9c797a10a4bf09d78adbdabc6598c5b8db.zip |
It's working on ppc now, but still testing until newer splashutils with a tiny bugfix will be released.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'media-gfx/splash-themes-livecd')
-rw-r--r-- | media-gfx/splash-themes-livecd/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/splash-themes-livecd/Manifest | 6 | ||||
-rw-r--r-- | media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/media-gfx/splash-themes-livecd/ChangeLog b/media-gfx/splash-themes-livecd/ChangeLog index 24a7e984829c..e72abe4b5ae0 100644 --- a/media-gfx/splash-themes-livecd/ChangeLog +++ b/media-gfx/splash-themes-livecd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/splash-themes-livecd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.4 2005/03/28 00:23:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.5 2005/04/14 22:30:45 pylon Exp $ + + 14 Apr 2005; Lars Weiler <pylon@gentoo.org> + splash-themes-livecd-2005.0.ebuild: + It's working on ppc now, but still testing until newer splashutils with a + tiny bugfix will be released. *splash-themes-livecd-2005.0 (28 Mar 2005) diff --git a/media-gfx/splash-themes-livecd/Manifest b/media-gfx/splash-themes-livecd/Manifest index 006147336d85..ab14cb9773ac 100644 --- a/media-gfx/splash-themes-livecd/Manifest +++ b/media-gfx/splash-themes-livecd/Manifest @@ -1,6 +1,6 @@ -MD5 a3566b5bcde8871e12d35154e57489b5 splash-themes-livecd-2004.3.ebuild 620 -MD5 d4bf984f5fdccc344346502c9aa704ab ChangeLog 834 +MD5 78b524ff5314dbc7f07b9442f24def80 ChangeLog 1024 MD5 d86e5b5e47260e5a965eae2afe6d6d40 metadata.xml 159 -MD5 a3d946a8ba3e1fca26f6672110777de6 splash-themes-livecd-2005.0.ebuild 678 +MD5 a3566b5bcde8871e12d35154e57489b5 splash-themes-livecd-2004.3.ebuild 620 +MD5 aa0187a7bacdb371cd75272ae03dfcee splash-themes-livecd-2005.0.ebuild 680 MD5 1343d51c2fef69eb595c779bfde02674 files/digest-splash-themes-livecd-2004.3 81 MD5 6fde4dd5480f2f502cebb7b1e5c8ea3e files/digest-splash-themes-livecd-2005.0 80 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 index b776c55db008..b22deb16c00a 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild,v 1.1 2005/03/28 00:23:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild,v 1.2 2005/04/14 22:30:45 pylon Exp $ MY_P="gentoo-livecd-${PV}" MY_REV="0.9.1" @@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${MY_P}-${MY_REV}.tar.bz2 SLOT=${PV} LICENSE="GPL-2" -KEYWORDS="x86 amd64" +KEYWORDS="x86 amd64 ~ppc" IUSE="" DEPEND=">=media-gfx/splashutils-0.9.1" |