pinkbyte 14/12/04 07:44:47 Modified: ChangeLog Added: fbgetty-0.1.698-r1.ebuild Log: Revision bump: EAPI 5, epatch_user, replace einstall with default src_install phase function call, wrt bug #521582, install some configuration examples (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path 1.10 net-dialup/fbgetty/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/fbgetty/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/fbgetty/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/fbgetty/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 27 Oct 2007 08:40:57 -0000 1.9 +++ ChangeLog 4 Dec 2014 07:44:46 -0000 1.10 @@ -1,6 +1,12 @@ # ChangeLog for net-dialup/fbgetty -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v 1.9 2007/10/27 08:40:57 mrness Exp $ +# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v 1.10 2014/12/04 07:44:46 pinkbyte Exp $ + +*fbgetty-0.1.698-r1 (04 Dec 2014) + + 04 Dec 2014; Sergey Popov <[email protected]> +fbgetty-0.1.698-r1.ebuild: + Revision bump: EAPI 5, epatch_user, replace einstall with default src_install + phase function call, wrt bug #521582, install some configuration examples 27 Oct 2007; Alin Năstac <[email protected]> +files/fbgetty-0.1.698-gcc41.patch, fbgetty-0.1.698.ebuild: 1.1 net-dialup/fbgetty/fbgetty-0.1.698-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698-r1.ebuild?rev=1.1&content-type=text/plain Index: fbgetty-0.1.698-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698-r1.ebuild,v 1.1 2014/12/04 07:44:46 pinkbyte Exp $ EAPI=5 inherit eutils DESCRIPTION="An extended getty for the framebuffer console" HOMEPAGE="http://projects.meuh.org/fbgetty/" SRC_URI="http://projects.meuh.org/${PN}/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" src_prepare() { epatch "${FILESDIR}/${P}-gcc41.patch" epatch_user } src_install() { default docompress -x "/usr/share/doc/${PF}/examples" insinto "/usr/share/doc/${PF}/examples" doins examples/{issue.*,inittab.*} }
