Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111529 - request of splash flag in sys-apps/initng
Summary: request of splash flag in sys-apps/initng
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 111530 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-05 00:05 UTC by Mateusz Kotyrba
Modified: 2005-11-05 00:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mateusz Kotyrba 2005-11-05 00:05:15 UTC
as in the summary: can you add flag "splash" to the initng ebuild? because it 
adds support for spock's fbsplash, and everything works just great. i've 
modified ebuild by myself and the results are below.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/initng/initng-0.3.5.ebuild,v 1.1 
2005/11/02 23:03:27 vapier Exp $

DESCRIPTION="A next generation init replacement"
HOMEPAGE="http://initng.thinktux.net/"
SRC_URI="http://initng.thinktux.net/download/v${PV:0:3}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="debug splash"

src_compile() {
        econf \
                $(use_enable debug) \
                $(use_with splash) \
                --with-doc-dir=/usr/share/doc/${PF} \
                --prefix=/ \
                || die
        emake || die
}

src_install() {
        make install DESTDIR="${D}" || die
        # Dont need libtool linker scripts, so punt em
        find "${D}" -name '*.la' -exec rm {} \;
        # other packages install these
        rm "${D}"/sbin/{{ifplugd,wpa_cli}.action,killall5} || die
        dodoc README FAQ AUTHORS ChangeLog NEWS TEMPLATE_HEADER TODO
}

pkg_postinst() {
        einfo "remember to add init=/sbin/initng in your grub or lilo config"    
    einfo "to use initng Happy testing."
}
Comment 1 SpanKY gentoo-dev 2005-11-05 00:07:34 UTC
has nothing to do with portage
Comment 2 SpanKY gentoo-dev 2005-11-05 00:14:47 UTC
no need for a USE flag, just forcing it all the time should be fine
Comment 3 SpanKY gentoo-dev 2005-11-05 00:31:26 UTC
*** Bug 111530 has been marked as a duplicate of this bug. ***