summaryrefslogtreecommitdiff
path: root/kde-plasma/ksshaskpass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-31 16:00:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-31 16:00:27 +0000
commit1db00cc6e94b90c08090bb5b8c406622946c4ae5 (patch)
treec34bf820c2809fb7e08ed5564df2a25cf759516f /kde-plasma/ksshaskpass
parent693cc9b6e847a01c1bb692153021aaf9fb0fab25 (diff)
gentoo resync 31.01.2019
Diffstat (limited to 'kde-plasma/ksshaskpass')
-rw-r--r--kde-plasma/ksshaskpass/Manifest4
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.14.3.ebuild49
-rw-r--r--kde-plasma/ksshaskpass/ksshaskpass-5.14.5.ebuild2
3 files changed, 2 insertions, 53 deletions
diff --git a/kde-plasma/ksshaskpass/Manifest b/kde-plasma/ksshaskpass/Manifest
index 4944cd9ccdf3..1369d6922e77 100644
--- a/kde-plasma/ksshaskpass/Manifest
+++ b/kde-plasma/ksshaskpass/Manifest
@@ -1,6 +1,4 @@
AUX 05-ksshaskpass.sh 42 BLAKE2B 2fcef93ed56ab90d98078017924ccfcf3892914e0fc45c6733b538634743a79ae1603da4aabed1c9641750ceae24e167591989290427f6efa4a03b4d69008362 SHA512 780f4d0467bab82295f894f0547ea59c36e8f05cff51c4e64db8a7e8e4215e2d6363550fed16a4336019b2102e5c5bdcfe73524761ba04db3704ddec6efec669
-DIST ksshaskpass-5.14.3.tar.xz 21400 BLAKE2B 86606d6de13b785a5b78cbd08e588d88057818b91799aedecee5514e88a34c4cfc4b1cc0910d0ff145963aa74f979f80d17146342f5fc4e64a794cb85f701a0a SHA512 d4aa1870c9e484e8e855d701585076e6ff25af6647e3c97075b3296a4a7603b32833e147dcd8c42073c67ffa9fff77b2f65697bb5885529ce0fd17e29dbe8e76
DIST ksshaskpass-5.14.5.tar.xz 21332 BLAKE2B a29b1fc2802925759eaf1b9ff8dec7dd0dddcf67b2093fd6b8a9bccb112264a9f01cbc8b42e707b9782cd3efe9d272ae9ca573e3e084f5a3dfe632d88be52104 SHA512 5517193df92ad868d06bcc8f353bfd38932d0a96d98e6af38d3714478233ea91771cbb7b075e76c133d595812643a0e2fea6a6086be94845a252c215b243b37f
-EBUILD ksshaskpass-5.14.3.ebuild 1232 BLAKE2B 9a8faea2a76e168fd052f95f1f02f3c4537691216c86b9273f00166c6ee992fd2fe46f71f142a994bf0cc04b62da14e111af94deb821bb6ced1078adc149d91c SHA512 272d172e50b43ade2fac038ad57abd105f2c111f3f8b9a67053994602f21959fef32151683e94a692acb91424cf546dfd7f38e0d6bd9cbfea2e65099e5945a68
-EBUILD ksshaskpass-5.14.5.ebuild 1234 BLAKE2B 712c1e67d4fcea410a680e7c2f9bf691a3fcd3786d0f439cc094160c3d8c10704b0c72e47a6f298ccdf688ac2353bbfa8c7c47b90904a31fb37fc7b5190628c1 SHA512 36c7b256fbd075040659162ab3188e864447576f5eff077f249f9a685047dad25ea5171b808a7c6e567f5497433b57f130abad9a8014fb8dfe3fd54efbdbdeda
+EBUILD ksshaskpass-5.14.5.ebuild 1232 BLAKE2B 384105f32ece746a9b671226bdba2f3995201d35e6b7d5bcd356958e01a1ce229b130e331ab486d84166c6812030c8f121785e24c6daa2256e2557fbe2d14a32 SHA512 816c5a2044994783d789f2a7deade5afca6351482701f6c4cdf020e84e2add6d143d0e1c3ffa69d249925d380cbb40e52b9ff324e2ab88d856c48be16b710095
MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.14.3.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.14.3.ebuild
deleted file mode 100644
index 289f7a5ba309..000000000000
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.14.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration"
-HOMEPAGE="https://cgit.kde.org/ksshaskpass.git"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="
- ${DEPEND}
- !kde-plasma/ksshaskpass:4
-"
-
-src_install() {
- kde5_src_install
-
- insinto /etc/plasma/startup
- doins "${FILESDIR}/05-ksshaskpass.sh"
-}
-
-pkg_postinst() {
- kde5_pkg_postinst
-
- elog ""
- elog "In order to have ssh-agent start at kde startup,"
- elog "edit /etc/plasma/startup/10-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 /etc/plasma/shutdown/10-agent-shutdown.sh to"
- elog "properly kill the agent when the session ends."
- elog
- elog "${PN} has been installed as your default askpass application"
- elog "for Plasma 5 sessions."
- elog "If that's not desired, select the one you want to use in"
- elog "/etc/plasma/startup/05-ksshaskpass.sh"
- elog ""
-}
diff --git a/kde-plasma/ksshaskpass/ksshaskpass-5.14.5.ebuild b/kde-plasma/ksshaskpass/ksshaskpass-5.14.5.ebuild
index ebf909cacf25..b2624391276f 100644
--- a/kde-plasma/ksshaskpass/ksshaskpass-5.14.5.ebuild
+++ b/kde-plasma/ksshaskpass/ksshaskpass-5.14.5.ebuild
@@ -7,7 +7,7 @@ inherit kde5
DESCRIPTION="KDE implementation of ssh-askpass with Kwallet integration"
HOMEPAGE="https://cgit.kde.org/ksshaskpass.git"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
IUSE=""
DEPEND="