public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/ssh-askpass-fullscreen: ssh-askpass-fullscreen-0.4-r2.ebuild ChangeLog
@ 2009-02-25 22:26 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-02-25 22:26 UTC (permalink / raw
  To: gentoo-commits

ulm         09/02/25 22:26:59

  Modified:             ChangeLog
  Added:                ssh-askpass-fullscreen-0.4-r2.ebuild
  Log:
  Fix "grab keyboard" problem, bug 260308.
  (Portage version: 2.2_rc23/cvs/Linux i686)

Revision  Changes    Path
1.12                 net-misc/ssh-askpass-fullscreen/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	23 Jan 2009 12:00:02 -0000	1.11
+++ ChangeLog	25 Feb 2009 22:26:59 -0000	1.12
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/ssh-askpass-fullscreen
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ChangeLog,v 1.11 2009/01/23 12:00:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ChangeLog,v 1.12 2009/02/25 22:26:59 ulm Exp $
+
+*ssh-askpass-fullscreen-0.4-r2 (25 Feb 2009)
+
+  25 Feb 2009; Ulrich Mueller <ulm@gentoo.org>
+  +files/ssh-askpass-fullscreen-0.4-fix-grab.patch,
+  +ssh-askpass-fullscreen-0.4-r2.ebuild:
+  Fix "grab keyboard" problem, bug 260308.
 
   23 Jan 2009; Raúl Porcel <armin76@gentoo.org>
   ssh-askpass-fullscreen-0.4-r1.ebuild:



1.1                  net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-0.4-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-0.4-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-0.4-r2.ebuild?rev=1.1&content-type=text/plain

Index: ssh-askpass-fullscreen-0.4-r2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ssh-askpass-fullscreen/ssh-askpass-fullscreen-0.4-r2.ebuild,v 1.1 2009/02/25 22:26:59 ulm Exp $

inherit eutils toolchain-funcs

DESCRIPTION="A small SSH Askpass replacement written with GTK2."
HOMEPAGE="https://www.cgabriel.org/software/wiki/SshAskpassFullscreen"
SRC_URI="http://www.cgabriel.org/download/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND=">=x11-libs/gtk+-2.0
	!net-misc/gtk2-ssh-askpass"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}-fix-grab.patch"
	sed -i -e '2 s/$/$\(LDFLAGS\)/' Makefile
}

src_compile() {

	sed "s:gcc:$(tc-getCC) ${CFLAGS}:g" \
	-i Makefile

	emake LDFLAGS="${LDFLAGS}" || \
	die "compile failed"
}

src_install() {
	dobin ssh-askpass-fullscreen || die "dobin failed"
	doenvd "${FILESDIR}"/99ssh_askpass || die "doenvd failed"
	dodoc README AUTHORS
	#doman debian/gtk2-ssh-askpass.1
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-25 22:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-25 22:26 [gentoo-commits] gentoo-x86 commit in net-misc/ssh-askpass-fullscreen: ssh-askpass-fullscreen-0.4-r2.ebuild ChangeLog Ulrich Mueller (ulm)

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