public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dialup/mgetty: mgetty-1.1.36-r3.ebuild
@ 2009-07-31 16:54 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-31 16:54 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/31 16:54:07

  Modified:             mgetty-1.1.36-r3.ebuild
  Log:
  Enable USE fax by default here..
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-dialup/mgetty/mgetty-1.1.36-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild?r1=1.2&r2=1.3

Index: mgetty-1.1.36-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mgetty-1.1.36-r3.ebuild	31 Jul 2009 11:14:43 -0000	1.2
+++ mgetty-1.1.36-r3.ebuild	31 Jul 2009 16:54:07 -0000	1.3
@@ -1,7 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v 1.2 2009/07/31 11:14:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v 1.3 2009/07/31 16:54:07 ssuominen Exp $
 
+EAPI=1
 inherit toolchain-funcs flag-o-matic eutils
 
 DESCRIPTION="fax and voice modem programs"
@@ -21,7 +22,7 @@
 SLOT="0"
 LICENSE="GPL-2"
 KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~ppc64 sparc x86"
-IUSE="doc fax fidonet"
+IUSE="doc +fax fidonet"
 
 pkg_setup() {
 	enewgroup fax






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

* [gentoo-commits] gentoo-x86 commit in net-dialup/mgetty: mgetty-1.1.36-r3.ebuild
@ 2009-08-23 14:18 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-08-23 14:18 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/08/23 14:18:22

  Modified:             mgetty-1.1.36-r3.ebuild
  Log:
  whitespace
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.5                  net-dialup/mgetty/mgetty-1.1.36-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild?r1=1.4&r2=1.5

Index: mgetty-1.1.36-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mgetty-1.1.36-r3.ebuild	22 Aug 2009 08:51:39 -0000	1.4
+++ mgetty-1.1.36-r3.ebuild	23 Aug 2009 14:18:22 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v 1.4 2009/08/22 08:51:39 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v 1.5 2009/08/23 14:18:22 mr_bones_ Exp $
 
 EAPI=1
 inherit toolchain-funcs flag-o-matic eutils
@@ -71,7 +71,7 @@
 
 src_install () {
 	# parallelization issue: vgetty-install target fails if install target
-	#                        isn't finished 
+	#                        isn't finished
 	local targets
 	for targets in install "vgetty-install install-callback"; do
 		emake prefix="${D}/usr" \






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

end of thread, other threads:[~2009-08-23 14:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-23 14:18 [gentoo-commits] gentoo-x86 commit in net-dialup/mgetty: mgetty-1.1.36-r3.ebuild Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-31 16:54 Samuli Suominen (ssuominen)

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