public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/dialog: ChangeLog dialog-1.1.20071028.ebuild
@ 2007-11-07 21:53 Harald van Dijk (truedfx)
  0 siblings, 0 replies; 6+ messages in thread
From: Harald van Dijk (truedfx) @ 2007-11-07 21:53 UTC (permalink / raw
  To: gentoo-commits

truedfx     07/11/07 21:53:37

  Modified:             ChangeLog
  Added:                dialog-1.1.20071028.ebuild
  Log:
  Version bump (bug #198351)
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.100                dev-util/dialog/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	6 Nov 2007 15:16:33 -0000	1.99
+++ ChangeLog	7 Nov 2007 21:53:36 -0000	1.100
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/dialog
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.99 2007/11/06 15:16:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.100 2007/11/07 21:53:36 truedfx Exp $
+
+*dialog-1.1.20071028 (07 Nov 2007)
+
+  07 Nov 2007; Harald van Dijk <truedfx@gentoo.org>
+  +dialog-1.1.20071028.ebuild:
+  Version bump (bug #198351)
 
   06 Nov 2007; Jeroen Roovers <jer@gentoo.org> dialog-1.1.20070704.ebuild:
   Stable for HPPA (bug #193879).



1.1                  dev-util/dialog/dialog-1.1.20071028.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?rev=1.1&content-type=text/plain

Index: dialog-1.1.20071028.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v 1.1 2007/11/07 21:53:36 truedfx Exp $

inherit eutils

MY_PV="${PV/1.1./1.1-}"
S=${WORKDIR}/${PN}-${MY_PV}
DESCRIPTION="tool to display dialog boxes from a shell"
HOMEPAGE="http://invisible-island.net/dialog/dialog.html"
SRC_URI="ftp://invisible-island.net/${PN}/${PN}-${MY_PV}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="examples nls unicode"

RDEPEND=">=app-shells/bash-2.04-r3
	>=sys-libs/ncurses-5.2-r5"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )"

pkg_setup() {
	if use unicode && ! built_with_use sys-libs/ncurses unicode; then
		eerror "Installing dialog with the unicode flag requires ncurses be"
		eerror "built with it as well. Please make sure your /etc/make.conf"
		eerror "or /etc/portage/package.use enables it, and re-install"
		eerror "ncurses with \`emerge --oneshot sys-libs/ncurses\`."
		die "Re-emerge ncurses with the unicode flag"
	fi
}

src_compile() {
	use unicode && ncursesw="w"
	econf $(use_enable nls) \
		"--with-ncurses${ncursesw}" || die "configure failed"
	emake || die "build failed"
}

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc CHANGES README VERSION

	if use examples; then
		docinto samples
		dodoc samples/*
	fi
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-util/dialog: ChangeLog dialog-1.1.20071028.ebuild
@ 2007-12-11 16:36 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-11 16:36 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/11 16:36:01

  Modified:             ChangeLog dialog-1.1.20071028.ebuild
  Log:
  alpha/ia64/sparc/x86 stable
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.104                dev-util/dialog/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	1 Dec 2007 17:21:42 -0000	1.103
+++ ChangeLog	11 Dec 2007 16:36:01 -0000	1.104
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/dialog
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.103 2007/12/01 17:21:42 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.104 2007/12/11 16:36:01 armin76 Exp $
+
+  11 Dec 2007; Raúl Porcel <armin76@gentoo.org> dialog-1.1.20071028.ebuild:
+  alpha/ia64/sparc/x86 stable
 
   01 Dec 2007; Markus Rothe <corsair@gentoo.org> dialog-1.1.20070930.ebuild:
   Stable on ppc64



1.2                  dev-util/dialog/dialog-1.1.20071028.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?r1=1.1&r2=1.2

Index: dialog-1.1.20071028.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dialog-1.1.20071028.ebuild	7 Nov 2007 21:53:36 -0000	1.1
+++ dialog-1.1.20071028.ebuild	11 Dec 2007 16:36:01 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v 1.1 2007/11/07 21:53:36 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v 1.2 2007/12/11 16:36:01 armin76 Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="examples nls unicode"
 
 RDEPEND=">=app-shells/bash-2.04-r3



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-util/dialog: ChangeLog dialog-1.1.20071028.ebuild
@ 2008-01-14 20:14 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2008-01-14 20:14 UTC (permalink / raw
  To: gentoo-commits

dertobi123    08/01/14 20:14:21

  Modified:             ChangeLog dialog-1.1.20071028.ebuild
  Log:
  ppc. stable
  (Portage version: 2.1.4)

Revision  Changes    Path
1.105                dev-util/dialog/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?r1=1.104&r2=1.105

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	11 Dec 2007 16:36:01 -0000	1.104
+++ ChangeLog	14 Jan 2008 20:14:21 -0000	1.105
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/dialog
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.104 2007/12/11 16:36:01 armin76 Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.105 2008/01/14 20:14:21 dertobi123 Exp $
+
+  14 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+  dialog-1.1.20071028.ebuild:
+  ppc. stable
 
   11 Dec 2007; Raúl Porcel <armin76@gentoo.org> dialog-1.1.20071028.ebuild:
   alpha/ia64/sparc/x86 stable



1.4                  dev-util/dialog/dialog-1.1.20071028.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?r1=1.3&r2=1.4

Index: dialog-1.1.20071028.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dialog-1.1.20071028.ebuild	10 Jan 2008 09:21:03 -0000	1.3
+++ dialog-1.1.20071028.ebuild	14 Jan 2008 20:14:21 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v 1.3 2008/01/10 09:21:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v 1.4 2008/01/14 20:14:21 dertobi123 Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="examples nls unicode"
 
 RDEPEND=">=app-shells/bash-2.04-r3



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-util/dialog: ChangeLog dialog-1.1.20071028.ebuild
@ 2008-02-04 21:39 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2008-02-04 21:39 UTC (permalink / raw
  To: gentoo-commits

jer         08/02/04 21:39:27

  Modified:             ChangeLog dialog-1.1.20071028.ebuild
  Log:
  Stable for HPPA too.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.106                dev-util/dialog/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	14 Jan 2008 20:14:21 -0000	1.105
+++ ChangeLog	4 Feb 2008 21:39:26 -0000	1.106
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/dialog
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.105 2008/01/14 20:14:21 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.106 2008/02/04 21:39:26 jer Exp $
+
+  04 Feb 2008; Jeroen Roovers <jer@gentoo.org> dialog-1.1.20071028.ebuild:
+  Stable for HPPA too.
 
   14 Jan 2008; Tobias Scherbaum <dertobi123@gentoo.org>
   dialog-1.1.20071028.ebuild:



1.5                  dev-util/dialog/dialog-1.1.20071028.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?r1=1.4&r2=1.5

Index: dialog-1.1.20071028.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dialog-1.1.20071028.ebuild	14 Jan 2008 20:14:21 -0000	1.4
+++ dialog-1.1.20071028.ebuild	4 Feb 2008 21:39:26 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v 1.4 2008/01/14 20:14:21 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v 1.5 2008/02/04 21:39:26 jer Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="examples nls unicode"
 
 RDEPEND=">=app-shells/bash-2.04-r3



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-util/dialog: ChangeLog dialog-1.1.20071028.ebuild
@ 2008-02-05 10:37 Markus Rothe (corsair)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Rothe (corsair) @ 2008-02-05 10:37 UTC (permalink / raw
  To: gentoo-commits

corsair     08/02/05 10:37:24

  Modified:             ChangeLog dialog-1.1.20071028.ebuild
  Log:
  Stable on ppc64
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.107                dev-util/dialog/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?r1=1.106&r2=1.107

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	4 Feb 2008 21:39:26 -0000	1.106
+++ ChangeLog	5 Feb 2008 10:37:23 -0000	1.107
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/dialog
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.106 2008/02/04 21:39:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.107 2008/02/05 10:37:23 corsair Exp $
+
+  05 Feb 2008; Markus Rothe <corsair@gentoo.org> dialog-1.1.20071028.ebuild:
+  Stable on ppc64
 
   04 Feb 2008; Jeroen Roovers <jer@gentoo.org> dialog-1.1.20071028.ebuild:
   Stable for HPPA too.



1.6                  dev-util/dialog/dialog-1.1.20071028.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?r1=1.5&r2=1.6

Index: dialog-1.1.20071028.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dialog-1.1.20071028.ebuild	4 Feb 2008 21:39:26 -0000	1.5
+++ dialog-1.1.20071028.ebuild	5 Feb 2008 10:37:23 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v 1.5 2008/02/04 21:39:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v 1.6 2008/02/05 10:37:23 corsair Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="examples nls unicode"
 
 RDEPEND=">=app-shells/bash-2.04-r3



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in dev-util/dialog: ChangeLog dialog-1.1.20071028.ebuild
@ 2008-03-22 16:29 Samuli Suominen (drac)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (drac) @ 2008-03-22 16:29 UTC (permalink / raw
  To: gentoo-commits

drac        08/03/22 16:29:39

  Modified:             ChangeLog dialog-1.1.20071028.ebuild
  Log:
  amd64 stable
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.109                dev-util/dialog/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/ChangeLog?r1=1.108&r2=1.109

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	22 Mar 2008 15:54:47 -0000	1.108
+++ ChangeLog	22 Mar 2008 16:29:39 -0000	1.109
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/dialog
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.108 2008/03/22 15:54:47 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/ChangeLog,v 1.109 2008/03/22 16:29:39 drac Exp $
+
+  22 Mar 2008; Samuli Suominen <drac@gentoo.org> dialog-1.1.20071028.ebuild:
+  amd64 stable
 
 *dialog-1.1.20080316 (22 Mar 2008)
 



1.7                  dev-util/dialog/dialog-1.1.20071028.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild?r1=1.6&r2=1.7

Index: dialog-1.1.20071028.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dialog-1.1.20071028.ebuild	5 Feb 2008 10:37:23 -0000	1.6
+++ dialog-1.1.20071028.ebuild	22 Mar 2008 16:29:39 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v 1.6 2008/02/05 10:37:23 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dialog/dialog-1.1.20071028.ebuild,v 1.7 2008/03/22 16:29:39 drac Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="examples nls unicode"
 
 RDEPEND=">=app-shells/bash-2.04-r3



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-03-22 16:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-04 21:39 [gentoo-commits] gentoo-x86 commit in dev-util/dialog: ChangeLog dialog-1.1.20071028.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-22 16:29 Samuli Suominen (drac)
2008-02-05 10:37 Markus Rothe (corsair)
2008-01-14 20:14 Tobias Scherbaum (dertobi123)
2007-12-11 16:36 Raul Porcel (armin76)
2007-11-07 21:53 Harald van Dijk (truedfx)

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