public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/ksshaskpass: ksshaskpass-0.5.3-r1.ebuild ChangeLog
@ 2014-03-21 21:34 Johannes Huber (johu)
  0 siblings, 0 replies; only message in thread
From: Johannes Huber (johu) @ 2014-03-21 21:34 UTC (permalink / raw
  To: gentoo-commits

johu        14/03/21 21:34:45

  Modified:             ChangeLog
  Added:                ksshaskpass-0.5.3-r1.ebuild
  Log:
  Revision bump to EAPI 5.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

Revision  Changes    Path
1.3                  net-misc/ksshaskpass/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ksshaskpass/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	13 May 2011 09:44:18 -0000	1.2
+++ ChangeLog	21 Mar 2014 21:34:45 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/ksshaskpass
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ksshaskpass/ChangeLog,v 1.2 2011/05/13 09:44:18 scarabeus Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ksshaskpass/ChangeLog,v 1.3 2014/03/21 21:34:45 johu Exp $
+
+*ksshaskpass-0.5.3-r1 (21 Mar 2014)
+
+  21 Mar 2014; Johannes Huber <johu@gentoo.org> +ksshaskpass-0.5.3-r1.ebuild:
+  Revision bump to EAPI 5.
 
   13 May 2011; Tomáš Chvátal <scarabeus@gentoo.org>
   ksshaskpass-0.5.3.ebuild:
@@ -12,4 +17,3 @@
   +ksshaskpass-0.5.3.ebuild, +metadata.xml:
   Initial commit, ebuild by Leo, Jean-Baptiste Rouault and Vadim Fint, bug
   159684
-



1.1                  net-misc/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: ksshaskpass-0.5.3-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ksshaskpass/ksshaskpass-0.5.3-r1.ebuild,v 1.1 2014/03/21 21:34:45 johu Exp $

EAPI=5

inherit kde4-base

DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration"
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=50971&forumpage=0"
SRC_URI="http://www.kde-apps.org/CONTENT/content-files/50971-${P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"

RDEPEND="net-misc/openssh"

CFG="ksshaskpass.sh"

src_prepare() {
	STARTUPDIR=/etc/kde/startup
	SHUTDOWNDIR=/etc/kde/shutdown

	kde4-base_src_prepare
}

src_install() {
	kde4-base_src_install

	cat <<-EOF > "${T}/${CFG}"
export SSH_ASKPASS="${PREFIX}/bin/ksshaskpass"
EOF
	insinto "${STARTUPDIR}"
	doins "${T}/${CFG}"
}

pkg_postinst() {
	kde4-base_pkg_postinst

	elog
	elog "In order to have ksshagent start at kde startup,"
	elog "edit ${STARTUPDIR}/agent-startup.sh and uncomment"
	elog "the lines enabling ssh-agent."
	elog
	elog "If you do so, do not forget to uncomment the respective"
	elog "lines in ${SHUTDOWNDIR}/agent-shutdown.sh to"
	elog "properly kill the agent when the session ends."
	elog
	elog "${P} has been installed as your default askpass application in KDE4 session."
	elog "If it's not desired, point the one you want to use in ${STARTUPDIR}/${CFG}"
	elog
}





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

only message in thread, other threads:[~2014-03-21 21:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-21 21:34 [gentoo-commits] gentoo-x86 commit in net-misc/ksshaskpass: ksshaskpass-0.5.3-r1.ebuild ChangeLog Johannes Huber (johu)

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