commit:     ef37464bc3b8639c42a67098f711b3f832e36721
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 09:33:40 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 09:33:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef37464b

app-admin/passwordsafe: drop 1.17.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-admin/passwordsafe/Manifest                   |  1 -
 app-admin/passwordsafe/passwordsafe-1.17.0.ebuild | 85 -----------------------
 2 files changed, 86 deletions(-)

diff --git a/app-admin/passwordsafe/Manifest b/app-admin/passwordsafe/Manifest
index 5301b99b1991..0b3274f4ef64 100644
--- a/app-admin/passwordsafe/Manifest
+++ b/app-admin/passwordsafe/Manifest
@@ -1,2 +1 @@
-DIST passwordsafe-1.17.0.tar.gz 15463920 BLAKE2B 
e64c73139c829b16b5f825d3c078f1cb3285cb15400be988e35b64e4ce701a5241e099a09092a576e487f709464b6fa5d5911f5f68e096d194329cd0214ac8cd
 SHA512 
de1ef537c2f6c17e35d93a53cf46e86b7c1f1a4439282f8c2b98443845e3d381e113448acd739fc6ccdb5eee8ff7ebfd8c0e4306cda517ab623eaf5b9354d39d
 DIST passwordsafe-1.18.2.tar.gz 15613801 BLAKE2B 
e4ad44fe3aae6230c6a1d07e644b7b02831ec5bc815decd85050099c6f43e83bc09cd7d8f88ddfa5b63e5636db774f4b295bb34739e15115ba55c5142d3b08ae
 SHA512 
09fb19133ff325832fa5d284aa1b1e7eda1788c4298424701132ede27fbb17956d874c0007ac00a2b9367d279175666744e192523ec79786baf626fb461abec7

diff --git a/app-admin/passwordsafe/passwordsafe-1.17.0.ebuild 
b/app-admin/passwordsafe/passwordsafe-1.17.0.ebuild
deleted file mode 100644
index fb5458c1a459..000000000000
--- a/app-admin/passwordsafe/passwordsafe-1.17.0.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-WX_GTK_VER="3.0-gtk3"
-
-inherit cmake desktop optfeature wxwidgets xdg
-
-MY_PV="${PV/_beta/BETA}"
-DESCRIPTION="Password manager with wxGTK based frontend"
-HOMEPAGE="https://pwsafe.org/ https://github.com/pwsafe/pwsafe/";
-SRC_URI="https://github.com/pwsafe/pwsafe/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/pwsafe-${MY_PV}"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-IUSE="qr test +xml yubikey"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       net-misc/curl
-       sys-apps/util-linux
-       x11-libs/libXt
-       x11-libs/libXtst
-       x11-libs/wxGTK:${WX_GTK_VER}[X]
-       qr? ( media-gfx/qrencode )
-       xml? ( dev-libs/xerces-c )
-       yubikey? ( sys-auth/ykpers )"
-DEPEND="${RDEPEND}
-       x11-base/xorg-proto"
-BDEPEND="
-       app-arch/zip
-       dev-lang/perl
-       sys-devel/gettext
-       virtual/pkgconfig
-       test? ( dev-cpp/gtest )"
-
-src_configure() {
-       setup-wxwidgets
-
-       local mycmakeargs=(
-               -DNO_QR=$(usex !qr)
-               -DNO_GTEST=$(usex !test)
-               -DGTEST_BUILD=OFF
-               -DXML_XERCESC=$(usex xml)
-               -DNO_YUBI=$(usex !yubikey)
-       )
-
-       cmake_src_configure
-}
-
-src_install() {
-       pushd "${BUILD_DIR}" || die
-
-       dobin pwsafe
-       dobin cli/pwsafe-cli
-       dosym pwsafe /usr/bin/${PN}
-       dosym pwsafe-cli /usr/bin/${PN}-cli
-
-       insinto /usr/share/locale
-       doins -r src/ui/wxWidgets/I18N/mos/*
-
-       insinto /usr/share/${PN}/help
-       doins help/*.zip
-
-       popd || die
-
-       newman docs/pwsafe.1 ${PN}.1
-
-       dodoc README.md README.LINUX.* SECURITY.md 
docs/{ReleaseNotes.md,ChangeLog.txt}
-
-       insinto /usr/share/${PN}
-       doins -r xml
-
-       doicon -s 48 install/graphics/pwsafe.png
-       newmenu install/desktop/pwsafe.desktop ${PN}.desktop
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-       xdg_icon_cache_update
-       optfeature "on-screen keyboard for password entry" x11-misc/xvkbd
-}

Reply via email to