summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik v. Raven <hendrik@consetetur.de>2019-05-04 16:55:23 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-15 14:04:00 +0200
commit287820e906d4b7b718510c316d140ba2deb261cc (patch)
treee7ad421f168ef402814d35af3ff2499b9ef6032a /app-admin/passwordsafe
parentapp-admin/passwordsafe: version bump to 1.08_beta (diff)
downloadgentoo-287820e906d4b7b718510c316d140ba2deb261cc.tar.gz
gentoo-287820e906d4b7b718510c316d140ba2deb261cc.tar.bz2
gentoo-287820e906d4b7b718510c316d140ba2deb261cc.zip
app-admin/passwordsafe: drop old 1.07_beta
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Hendrik v. Raven <hendrik@consetetur.de> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-admin/passwordsafe')
-rw-r--r--app-admin/passwordsafe/Manifest1
-rw-r--r--app-admin/passwordsafe/passwordsafe-1.07_beta.ebuild99
2 files changed, 0 insertions, 100 deletions
diff --git a/app-admin/passwordsafe/Manifest b/app-admin/passwordsafe/Manifest
index 2c2c86f1d7f6..2690e9136fad 100644
--- a/app-admin/passwordsafe/Manifest
+++ b/app-admin/passwordsafe/Manifest
@@ -1,2 +1 @@
-DIST passwordsafe-1.07_beta.tar.gz 14385043 BLAKE2B aaac006fa381487e281c9c7385569002743f809007bb542f9dcb503a5d5678c6456cc604b20ce01de46b647819fd0f08017a2c9eecf932d1c52efd416670448f SHA512 229599e684963d3a9f6ad724292d4f723bb8395742d5037b1b67d059a2258a65b52e56ecdafa44b420e69f7c861d46c20b73e98974dc29151c22ceb84eb40934
DIST passwordsafe-1.08_beta.tar.gz 14409047 BLAKE2B 029568b435d4cc19f3a95364355546afb99c13bbee0e83c248d57f47e472da714b95be00658ec2bba161b8eab6f0d94bf2856a2198d29673987e5c0cddf69aaf SHA512 7c37a91c71c1a79ea2cac87ec310d08df7491affd02c073d674bbedbabf25c1a1fb807376dae378dc4395b2146f6eaae059a0b14e0d1ba369cfa91a2d29060a4
diff --git a/app-admin/passwordsafe/passwordsafe-1.07_beta.ebuild b/app-admin/passwordsafe/passwordsafe-1.07_beta.ebuild
deleted file mode 100644
index 97a528cdd457..000000000000
--- a/app-admin/passwordsafe/passwordsafe-1.07_beta.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-WX_GTK_VER="3.0-gtk3"
-
-inherit eutils flag-o-matic wxwidgets cmake-utils
-
-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"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libressl minimal test qr yubikey +xml xvkbd"
-
-COMMON_DEPEND="xml? ( dev-libs/xerces-c )
- qr? ( media-gfx/qrencode )
- net-misc/curl
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- sys-apps/util-linux
- x11-libs/libXt
- x11-libs/libXtst
- x11-libs/wxGTK:${WX_GTK_VER}[X]
- !minimal? ( !!app-misc/pwsafe )
- yubikey? ( sys-auth/ykpers )"
-RDEPEND="${COMMON_DEPEND}
- xvkbd? ( x11-misc/xvkbd )"
-DEPEND="${COMMON_DEPEND}
- app-arch/zip
- sys-devel/gettext
- test? ( dev-cpp/gtest )"
-
-S=${WORKDIR}/pwsafe-${MY_PV}
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.06_beta-system-gtest.patch"
-)
-
-pkg_pretend() {
- einfo "Checking for -std=c++11 support in compiler"
- test-flags-CXX -std=c++11 > /dev/null || die
-}
-
-src_prepare() {
- cmake-utils_src_prepare
-
- # binary name pwsafe is in use by app-misc/pwsafe, we use passwordsafe
- # instead. Perform required changes in linking files
- sed -i install/desktop/pwsafe.desktop -e "s/pwsafe/${PN}/g" || die
- sed -i docs/pwsafe.1 \
- -e 's/PWSAFE/PASSWORDSAFE/' \
- -e "s/^.B pwsafe/.B ${PN}/" || die
-}
-
-src_configure() {
- need-wxwidgets unicode
-
- local mycmakeargs=(
- -DNO_QR=$(usex !qr)
- -DNO_GTEST=$(usex !test)
- -DSYSTEM_GTEST=ON
- -DXML_XERCESC=$(usex xml)
- -DNO_YUBI=$(usex !yubikey)
- )
-
- cmake-utils_src_configure
-}
-
-src_install() {
- pushd "${BUILD_DIR}" || die
- if use minimal; then
- newbin pwsafe ${PN}
- else
- dobin pwsafe
- dosym pwsafe /usr/bin/${PN}
- fi
- 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.* docs/{ReleaseNotes.txt,ChangeLog.txt}
-
- insinto /usr/share/${PN}
- doins -r xml
-
- newicon install/graphics/pwsafe.png ${PN}.png
- newmenu install/desktop/pwsafe.desktop ${PN}.desktop
-}