diff options
Diffstat (limited to 'x11-misc/gaia')
-rw-r--r-- | x11-misc/gaia/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/gaia/gaia-0.1.2.ebuild | 13 |
2 files changed, 8 insertions, 11 deletions
diff --git a/x11-misc/gaia/ChangeLog b/x11-misc/gaia/ChangeLog index 0549bad3ed46..005b4d6667a2 100644 --- a/x11-misc/gaia/ChangeLog +++ b/x11-misc/gaia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/gaia # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.13 2006/12/06 11:51:22 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/ChangeLog,v 1.14 2006/12/07 12:17:41 opfer Exp $ + + 07 Dec 2006; Christian Faulhammer <opfer@gentoo.org> gaia-0.1.2.ebuild: + removed postinstallation message, as Gaia now works on non-24 or non-32 bit + color settings; also the local=no for installation isn't needed anymore 06 Dec 2006; Christian Faulhammer <opfer@gentoo.org> -files/gaia-0.1.1-correct_doxygen_path.patch, diff --git a/x11-misc/gaia/gaia-0.1.2.ebuild b/x11-misc/gaia/gaia-0.1.2.ebuild index 4c815af47292..28409708e4ac 100644 --- a/x11-misc/gaia/gaia-0.1.2.ebuild +++ b/x11-misc/gaia/gaia-0.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v 1.1 2006/12/06 11:47:39 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gaia/gaia-0.1.2.ebuild,v 1.2 2006/12/07 12:17:41 opfer Exp $ inherit eutils @@ -69,14 +69,7 @@ src_install() { doins ${S}/doc/html/* fi - # local defines if there is installation requested, while prefix determines the - # target + # prefix determines the target directory export CCFLAGS=${CFLAGS} - scons local=no prefix="${D}/usr" install -} - -pkg_postinst() { - einfo - einfo "Please set color depth of X11 to 24 or 32 bpp" - einfo + scons prefix="${D}/usr" install }
\ No newline at end of file |