diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-03-28 09:41:01 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-03-28 09:41:01 +0000 |
commit | 022c5b99122e234921505a5a6c649a1561715af2 (patch) | |
tree | c190deeadf03dc585cf2bfc0de65e25cf2eb3e2b /media-gfx | |
parent | tidy; fix crypt/gcrypt use mismatch (Manifest recommit) (diff) | |
download | gentoo-2-022c5b99122e234921505a5a6c649a1561715af2.tar.gz gentoo-2-022c5b99122e234921505a5a6c649a1561715af2.tar.bz2 gentoo-2-022c5b99122e234921505a5a6c649a1561715af2.zip |
Moving -r11 back to unstable.
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/bootsplash/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6-r10.ebuild | 5 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6-r11.ebuild | 7 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6-r12.ebuild | 5 |
4 files changed, 18 insertions, 7 deletions
diff --git a/media-gfx/bootsplash/ChangeLog b/media-gfx/bootsplash/ChangeLog index e2dd4a5d8e37..964ea37b1f26 100644 --- a/media-gfx/bootsplash/ChangeLog +++ b/media-gfx/bootsplash/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/bootsplash # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.31 2004/03/27 19:20:38 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.32 2004/03/28 09:41:01 spock Exp $ + + 28 Mar 2004; Michal Januszewski <spock@gentoo.org> + bootsplash-0.6-r10.ebuild, bootsplash-0.6-r11.ebuild, + bootsplash-0.6-r12.ebuild: + Marked -r11 as unstable due to a dependency on a basalayout version which is + still in ~x86. Backported a little fix to -r10. This closes #45924. 27 Mar 2004; Michal Januszewski <spock@gentoo.org> bootsplash-0.6-r10.ebuild, bootsplash-0.6-r11.ebuild, diff --git a/media-gfx/bootsplash/bootsplash-0.6-r10.ebuild b/media-gfx/bootsplash/bootsplash-0.6-r10.ebuild index 9c691df75921..a96361adbd47 100644 --- a/media-gfx/bootsplash/bootsplash-0.6-r10.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.6-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r10.ebuild,v 1.3 2004/03/27 19:20:38 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r10.ebuild,v 1.4 2004/03/28 09:41:01 spock Exp $ IUSE="" S=${WORKDIR}/${PF} @@ -21,6 +21,9 @@ src_compile() { # animated boot up require patches to the baselayout package cd ${S}/utils + # a quick'n'dirty fix backported from -r11 + sed -i 's#\$(LIBDIR)/libmng.a#\$(LIBDIR)/libmng.a \$(LIBDIR)/liblcms.a#' fbmngplay/Makefile + emake -C fbmngplay || die emake -C fbtruetype || die emake -C splashutils || die diff --git a/media-gfx/bootsplash/bootsplash-0.6-r11.ebuild b/media-gfx/bootsplash/bootsplash-0.6-r11.ebuild index f3d73344e7a3..333d7d11fcfe 100644 --- a/media-gfx/bootsplash/bootsplash-0.6-r11.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.6-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r11.ebuild,v 1.4 2004/03/27 19:20:38 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r11.ebuild,v 1.5 2004/03/28 09:41:01 spock Exp $ IUSE="" S=${WORKDIR}/${PF} @@ -10,10 +10,11 @@ SRC_URI="http://dev.gentoo.org/~spock/portage/distfiles/${PF}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64 ~ppc" +KEYWORDS="~x86 ~amd64 ~ppc" DEPEND=">=media-libs/freetype-2 - media-libs/libmng" + media-libs/libmng + >=sys-apps/baselayout-1.8.6.13-r1" src_compile() { # compile utils diff --git a/media-gfx/bootsplash/bootsplash-0.6-r12.ebuild b/media-gfx/bootsplash/bootsplash-0.6-r12.ebuild index 4c4ae6d3640f..33ed73bc8b15 100644 --- a/media-gfx/bootsplash/bootsplash-0.6-r12.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.6-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r12.ebuild,v 1.3 2004/03/27 19:20:38 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6-r12.ebuild,v 1.4 2004/03/28 09:41:01 spock Exp $ IUSE="" S=${WORKDIR}/${PF} @@ -13,7 +13,8 @@ LICENSE="GPL-2" KEYWORDS="~x86 ~amd64 ~ppc" DEPEND=">=media-libs/freetype-2 - media-libs/libmng" + media-libs/libmng + >=sys-apps/baselayout-1.8.6.13-r1" src_compile() { # compile utils |