diff --git a/media-gfx/gfxboot/gfxboot-4.4.3-r1.ebuild b/media-gfx/gfxboot/gfxboot-4.4.3-r1.ebuild new file mode 100644 index 000000000..7ff6563d4 --- /dev/null +++ b/media-gfx/gfxboot/gfxboot-4.4.3-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +EAPI=2 + +inherit eutils + +DESCRIPTION="tool to test and create graphical boot logos" +HOMEPAGE="http://www.calculate-linux.org" +SRC_URI="mirror://ubuntu/pool/main/g/gfxboot/gfxboot_${PV}.orig.tar.gz" + +LICENSE="GPL-2" +SLOT="4" +KEYWORDS="x86 amd64" + +IUSE="" + +DEPEND="app-arch/cpio + dev-lang/nasm + >=media-libs/freetype-2 + app-text/xmlto + dev-libs/libxslt + app-text/docbook-xml-dtd:4.1.2 + dev-perl/HTML-Parser" +RDEPEND="${DEPEND}" +RESTRICT="mirror" + +src_prepare() { + epatch "${FILESDIR}/gfxboot-fix_warning.patch" +} + +src_install() { + emake DESTDIR="${D}" THEMES="" install || die +} diff --git a/media-gfx/gfxboot/gfxboot-4.4.3.ebuild b/media-gfx/gfxboot/gfxboot-4.4.3.ebuild index 4463b2337..8b18f5de5 100644 --- a/media-gfx/gfxboot/gfxboot-4.4.3.ebuild +++ b/media-gfx/gfxboot/gfxboot-4.4.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://ubuntu/pool/main/g/gfxboot/gfxboot_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="4" -KEYWORDS="x86 amd64" +KEYWORDS="~x86 ~amd64" IUSE=""