public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/fbgetty: ChangeLog fbgetty-0.1.698-r1.ebuild
@ 2014-12-04  7:44 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2014-12-04  7:44 UTC (permalink / raw
  To: gentoo-commits

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 <pinkbyte@gentoo.org> +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 <mrness@gentoo.org>
   +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.*}
}





^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-dialup/fbgetty: ChangeLog fbgetty-0.1.698-r1.ebuild
@ 2015-02-13 11:46 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2015-02-13 11:46 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    15/02/13 11:46:52

  Modified:             ChangeLog fbgetty-0.1.698-r1.ebuild
  Log:
  Stable on amd64 and x86, wrt bug #535546
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.11                 net-dialup/fbgetty/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/fbgetty/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/fbgetty/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/fbgetty/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	4 Dec 2014 07:44:46 -0000	1.10
+++ ChangeLog	13 Feb 2015 11:46:52 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/fbgetty
-# 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 $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/ChangeLog,v 1.11 2015/02/13 11:46:52 pinkbyte Exp $
+
+  13 Feb 2015; Sergey Popov <pinkbyte@gentoo.org> fbgetty-0.1.698-r1.ebuild:
+  Stable on amd64 and x86, wrt bug #535546
 
 *fbgetty-0.1.698-r1 (04 Dec 2014)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698-r1.ebuild?r1=1.1&r2=1.2

Index: fbgetty-0.1.698-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fbgetty-0.1.698-r1.ebuild	4 Dec 2014 07:44:46 -0000	1.1
+++ fbgetty-0.1.698-r1.ebuild	13 Feb 2015 11:46:52 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fbgetty/fbgetty-0.1.698-r1.ebuild,v 1.2 2015/02/13 11:46:52 pinkbyte Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 src_prepare() {
 	epatch "${FILESDIR}/${P}-gcc41.patch"





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-13 11:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-04  7:44 [gentoo-commits] gentoo-x86 commit in net-dialup/fbgetty: ChangeLog fbgetty-0.1.698-r1.ebuild Sergey Popov (pinkbyte)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-13 11:46 Sergey Popov (pinkbyte)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox