public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/shmux: ChangeLog shmux-1.0.2.ebuild shmux-1.0.ebuild shmux-1.0.1.ebuild
@ 2012-01-11 23:08 Sven Wegener (swegener)
  0 siblings, 0 replies; 2+ messages in thread
From: Sven Wegener (swegener) @ 2012-01-11 23:08 UTC (permalink / raw
  To: gentoo-commits

swegener    12/01/11 23:08:49

  Modified:             ChangeLog shmux-1.0.2.ebuild shmux-1.0.ebuild
                        shmux-1.0.1.ebuild
  Log:
  Add missing ncurses dep.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 net-misc/shmux/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/shmux/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	21 Dec 2011 08:27:27 -0000	1.27
+++ ChangeLog	11 Jan 2012 23:08:49 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/shmux
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/ChangeLog,v 1.27 2011/12/21 08:27:27 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/ChangeLog,v 1.28 2012/01/11 23:08:49 swegener Exp $
+
+  11 Jan 2012; Sven Wegener <swegener@gentoo.org> shmux-1.0.ebuild,
+  shmux-1.0.1.ebuild, shmux-1.0.2.ebuild:
+  Add missing ncurses dep.
 
   21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> shmux-1.0.2.ebuild:
   x86 stable wrt bug #393875



1.4                  net-misc/shmux/shmux-1.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild?r1=1.3&r2=1.4

Index: shmux-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shmux-1.0.2.ebuild	21 Dec 2011 08:27:27 -0000	1.3
+++ shmux-1.0.2.ebuild	11 Jan 2012 23:08:49 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild,v 1.3 2011/12/21 08:27:27 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild,v 1.4 2012/01/11 23:08:49 swegener Exp $
 
 DESCRIPTION="Program for executing the same command on many hosts in parallel"
 HOMEPAGE="http://web.taranis.org/shmux/"
@@ -10,7 +10,10 @@
 KEYWORDS="amd64 ~ppc x86"
 IUSE="pcre"
 RESTRICT="test"
-RDEPEND="pcre? ( dev-libs/libpcre )"
+RDEPEND="
+	pcre? ( dev-libs/libpcre )
+	sys-libs/ncurses
+"
 DEPEND="${RDEPEND}
 	sys-apps/gawk"
 



1.6                  net-misc/shmux/shmux-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild?r1=1.5&r2=1.6

Index: shmux-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- shmux-1.0.ebuild	17 Mar 2007 18:36:39 -0000	1.5
+++ shmux-1.0.ebuild	11 Jan 2012 23:08:49 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild,v 1.5 2007/03/17 18:36:39 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild,v 1.6 2012/01/11 23:08:49 swegener Exp $
 
 DESCRIPTION="Program for executing the same command on many hosts in parallel"
 HOMEPAGE="http://web.taranis.org/shmux/"
@@ -10,7 +10,10 @@
 KEYWORDS="amd64 ppc x86"
 IUSE="pcre"
 RESTRICT="test"
-RDEPEND="pcre? ( dev-libs/libpcre )"
+RDEPEND="
+	pcre? ( dev-libs/libpcre )
+	sys-libs/ncurses
+"
 DEPEND="${RDEPEND}
 	sys-apps/gawk"
 



1.3                  net-misc/shmux/shmux-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.1.ebuild?r1=1.2&r2=1.3

Index: shmux-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- shmux-1.0.1.ebuild	26 Jan 2008 15:58:23 -0000	1.2
+++ shmux-1.0.1.ebuild	11 Jan 2012 23:08:49 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.1.ebuild,v 1.2 2008/01/26 15:58:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.1.ebuild,v 1.3 2012/01/11 23:08:49 swegener Exp $
 
 DESCRIPTION="Program for executing the same command on many hosts in parallel"
 HOMEPAGE="http://web.taranis.org/shmux/"
@@ -10,7 +10,10 @@
 KEYWORDS="~amd64 ~ppc x86"
 IUSE="pcre"
 RESTRICT="test"
-RDEPEND="pcre? ( dev-libs/libpcre )"
+RDEPEND="
+	pcre? ( dev-libs/libpcre )
+	sys-libs/ncurses
+"
 DEPEND="${RDEPEND}
 	sys-apps/gawk"
 






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

* [gentoo-commits] gentoo-x86 commit in net-misc/shmux: ChangeLog shmux-1.0.2.ebuild shmux-1.0.ebuild shmux-1.0.1.ebuild
@ 2013-04-17  7:59 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2013-04-17  7:59 UTC (permalink / raw
  To: gentoo-commits

ulm         13/04/17 07:59:47

  Modified:             ChangeLog shmux-1.0.2.ebuild shmux-1.0.ebuild
                        shmux-1.0.1.ebuild
  Log:
  Fix LICENSE, see LICENSE file, bug 464870.
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)

Revision  Changes    Path
1.30                 net-misc/shmux/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/shmux/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	10 Mar 2013 01:47:35 -0000	1.29
+++ ChangeLog	17 Apr 2013 07:59:47 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/shmux
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/ChangeLog,v 1.29 2013/03/10 01:47:35 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/ChangeLog,v 1.30 2013/04/17 07:59:47 ulm Exp $
+
+  17 Apr 2013; Ulrich Müller <ulm@gentoo.org> shmux-1.0.ebuild,
+  shmux-1.0.1.ebuild, shmux-1.0.2.ebuild:
+  Fix LICENSE, see LICENSE file, bug 464870.
 
   10 Mar 2013; Christoph Junghans <ottxor@gentoo.org> shmux-1.0.1.ebuild,
   shmux-1.0.2.ebuild, shmux-1.0.ebuild:



1.6                  net-misc/shmux/shmux-1.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild?r1=1.5&r2=1.6

Index: shmux-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- shmux-1.0.2.ebuild	10 Mar 2013 01:47:35 -0000	1.5
+++ shmux-1.0.2.ebuild	17 Apr 2013 07:59:47 -0000	1.6
@@ -1,15 +1,17 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild,v 1.5 2013/03/10 01:47:35 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.2.ebuild,v 1.6 2013/04/17 07:59:47 ulm Exp $
 
 DESCRIPTION="Program for executing the same command on many hosts in parallel"
 HOMEPAGE="http://web.taranis.org/shmux/"
 SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz"
-LICENSE="as-is"
+
+LICENSE="shmux"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="pcre"
 RESTRICT="test"
+
 RDEPEND="
 	pcre? ( dev-libs/libpcre )
 	sys-libs/ncurses



1.8                  net-misc/shmux/shmux-1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild?r1=1.7&r2=1.8

Index: shmux-1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- shmux-1.0.ebuild	10 Mar 2013 01:47:35 -0000	1.7
+++ shmux-1.0.ebuild	17 Apr 2013 07:59:47 -0000	1.8
@@ -1,15 +1,17 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild,v 1.7 2013/03/10 01:47:35 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.ebuild,v 1.8 2013/04/17 07:59:47 ulm Exp $
 
 DESCRIPTION="Program for executing the same command on many hosts in parallel"
 HOMEPAGE="http://web.taranis.org/shmux/"
 SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz"
-LICENSE="as-is"
+
+LICENSE="shmux"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE="pcre"
 RESTRICT="test"
+
 RDEPEND="
 	pcre? ( dev-libs/libpcre )
 	sys-libs/ncurses



1.5                  net-misc/shmux/shmux-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/shmux/shmux-1.0.1.ebuild?r1=1.4&r2=1.5

Index: shmux-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- shmux-1.0.1.ebuild	10 Mar 2013 01:47:35 -0000	1.4
+++ shmux-1.0.1.ebuild	17 Apr 2013 07:59:47 -0000	1.5
@@ -1,15 +1,17 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.1.ebuild,v 1.4 2013/03/10 01:47:35 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/shmux/shmux-1.0.1.ebuild,v 1.5 2013/04/17 07:59:47 ulm Exp $
 
 DESCRIPTION="Program for executing the same command on many hosts in parallel"
 HOMEPAGE="http://web.taranis.org/shmux/"
 SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz"
-LICENSE="as-is"
+
+LICENSE="shmux"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc x86"
 IUSE="pcre"
 RESTRICT="test"
+
 RDEPEND="
 	pcre? ( dev-libs/libpcre )
 	sys-libs/ncurses





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

end of thread, other threads:[~2013-04-17  7:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-17  7:59 [gentoo-commits] gentoo-x86 commit in net-misc/shmux: ChangeLog shmux-1.0.2.ebuild shmux-1.0.ebuild shmux-1.0.1.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-11 23:08 Sven Wegener (swegener)

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