public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/x11-ssh-askpass: x11-ssh-askpass-1.2.4.1-r1.ebuild ChangeLog
@ 2008-08-21 13:34 Doug Goldstein (cardoe)
  0 siblings, 0 replies; 3+ messages in thread
From: Doug Goldstein (cardoe) @ 2008-08-21 13:34 UTC (permalink / raw
  To: gentoo-commits

cardoe      08/08/21 13:34:23

  Modified:             x11-ssh-askpass-1.2.4.1-r1.ebuild ChangeLog
  Log:
  fix depends as per bug #221429
  (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r6 x86_64)

Revision  Changes    Path
1.11                 net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild?r1=1.10&r2=1.11

Index: x11-ssh-askpass-1.2.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- x11-ssh-askpass-1.2.4.1-r1.ebuild	22 Jul 2007 08:05:17 -0000	1.10
+++ x11-ssh-askpass-1.2.4.1-r1.ebuild	21 Aug 2008 13:34:22 -0000	1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild,v 1.10 2007/07/22 08:05:17 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild,v 1.11 2008/08/21 13:34:22 cardoe Exp $
 
 inherit eutils multilib
 
@@ -13,15 +13,16 @@
 SLOT="0"
 KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 
-DEPEND="virtual/libc
-	app-text/rman
-	x11-misc/imake
+RDEPEND="virtual/libc
+	virtual/ssh
 	x11-libs/libXt
 	x11-libs/libX11
 	x11-libs/libSM
 	x11-libs/libICE"
-RDEPEND="${DEPEND}
-	virtual/ssh"
+
+DEPEND="${RDEPEND}
+	x11-misc/imake
+	app-text/rman"
 
 src_compile() {
 	econf --libexecdir=/usr/$(get_libdir)/misc || die



1.27                 net-misc/x11-ssh-askpass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	22 Jul 2007 08:05:17 -0000	1.26
+++ ChangeLog	21 Aug 2008 13:34:22 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/x11-ssh-askpass
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v 1.26 2007/07/22 08:05:17 dberkholz Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v 1.27 2008/08/21 13:34:22 cardoe Exp $
+
+  21 Aug 2008; Doug Goldstein <cardoe@gentoo.org>
+  x11-ssh-askpass-1.2.4.1-r1.ebuild:
+  fix depends as per bug #221429
 
   22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
   x11-ssh-askpass-1.2.4.1-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in net-misc/x11-ssh-askpass: x11-ssh-askpass-1.2.4.1-r1.ebuild ChangeLog
@ 2009-09-23 19:49 Patrick Lauer (patrick)
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2009-09-23 19:49 UTC (permalink / raw
  To: gentoo-commits

patrick     09/09/23 19:49:17

  Modified:             x11-ssh-askpass-1.2.4.1-r1.ebuild ChangeLog
  Log:
  Remove virtual/libc
  (Portage version: 2.2_rc41/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild?r1=1.11&r2=1.12

Index: x11-ssh-askpass-1.2.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- x11-ssh-askpass-1.2.4.1-r1.ebuild	21 Aug 2008 13:34:22 -0000	1.11
+++ x11-ssh-askpass-1.2.4.1-r1.ebuild	23 Sep 2009 19:49:17 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild,v 1.11 2008/08/21 13:34:22 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild,v 1.12 2009/09/23 19:49:17 patrick Exp $
 
 inherit eutils multilib
 
@@ -13,8 +13,7 @@
 SLOT="0"
 KEYWORDS="alpha amd64 ia64 ppc sparc x86"
 
-RDEPEND="virtual/libc
-	virtual/ssh
+RDEPEND="virtual/ssh
 	x11-libs/libXt
 	x11-libs/libX11
 	x11-libs/libSM



1.28                 net-misc/x11-ssh-askpass/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	21 Aug 2008 13:34:22 -0000	1.27
+++ ChangeLog	23 Sep 2009 19:49:17 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/x11-ssh-askpass
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v 1.27 2008/08/21 13:34:22 cardoe Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v 1.28 2009/09/23 19:49:17 patrick Exp $
+
+  23 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+  x11-ssh-askpass-1.2.4.1-r1.ebuild:
+  Remove virtual/libc
 
   21 Aug 2008; Doug Goldstein <cardoe@gentoo.org>
   x11-ssh-askpass-1.2.4.1-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in net-misc/x11-ssh-askpass: x11-ssh-askpass-1.2.4.1-r1.ebuild ChangeLog
@ 2012-12-15 15:45 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2012-12-15 15:45 UTC (permalink / raw
  To: gentoo-commits

ulm         12/12/15 15:45:04

  Modified:             x11-ssh-askpass-1.2.4.1-r1.ebuild ChangeLog
  Log:
  Update LICENSE, HPND according to README file, bug 445876.
  
  (Portage version: 2.1.11.37/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)

Revision  Changes    Path
1.13                 net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild?r1=1.12&r2=1.13

Index: x11-ssh-askpass-1.2.4.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- x11-ssh-askpass-1.2.4.1-r1.ebuild	23 Sep 2009 19:49:17 -0000	1.12
+++ x11-ssh-askpass-1.2.4.1-r1.ebuild	15 Dec 2012 15:45:04 -0000	1.13
@@ -1,17 +1,17 @@
-# Copyright 1999-2009 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/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild,v 1.12 2009/09/23 19:49:17 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.4.1-r1.ebuild,v 1.13 2012/12/15 15:45:04 ulm Exp $
 
 inherit eutils multilib
 
-IUSE=""
 DESCRIPTION="X11-based passphrase dialog for use with OpenSSH"
 HOMEPAGE="http://www.liquidmeme.net/software/x11-ssh-askpass/"
 SRC_URI="http://www.liquidmeme.net/software/x11-ssh-askpass/${P}.tar.gz"
 
-LICENSE="as-is"
+LICENSE="HPND"
 SLOT="0"
 KEYWORDS="alpha amd64 ia64 ppc sparc x86"
+IUSE=""
 
 RDEPEND="virtual/ssh
 	x11-libs/libXt



1.29                 net-misc/x11-ssh-askpass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	23 Sep 2009 19:49:17 -0000	1.28
+++ ChangeLog	15 Dec 2012 15:45:04 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/x11-ssh-askpass
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v 1.28 2009/09/23 19:49:17 patrick Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/x11-ssh-askpass/ChangeLog,v 1.29 2012/12/15 15:45:04 ulm Exp $
+
+  15 Dec 2012; Ulrich Müller <ulm@gentoo.org>
+  x11-ssh-askpass-1.2.4.1-r1.ebuild:
+  Update LICENSE, HPND according to README file, bug 445876.
 
   23 Sep 2009; Patrick Lauer <patrick@gentoo.org>
   x11-ssh-askpass-1.2.4.1-r1.ebuild:





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

end of thread, other threads:[~2012-12-15 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-23 19:49 [gentoo-commits] gentoo-x86 commit in net-misc/x11-ssh-askpass: x11-ssh-askpass-1.2.4.1-r1.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-15 15:45 Ulrich Mueller (ulm)
2008-08-21 13:34 Doug Goldstein (cardoe)

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