public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/passwordsafe/
Date: Mon, 26 Sep 2016 19:23:25 +0000 (UTC)	[thread overview]
Message-ID: <1474917788.b2eb725956dfeb767a86cf8fab8000df9c669d22.mrueg@gentoo> (raw)

commit:     b2eb725956dfeb767a86cf8fab8000df9c669d22
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 19:22:48 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 19:23:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2eb7259

app-admin/passwordsafe: Remove old

Package-Manager: portage-2.3.1

 app-admin/passwordsafe/Manifest                    |  1 -
 .../passwordsafe/passwordsafe-0.98.1_beta.ebuild   | 88 ----------------------
 2 files changed, 89 deletions(-)

diff --git a/app-admin/passwordsafe/Manifest b/app-admin/passwordsafe/Manifest
index db14a6a..8caa56e 100644
--- a/app-admin/passwordsafe/Manifest
+++ b/app-admin/passwordsafe/Manifest
@@ -1,3 +1,2 @@
-DIST passwordsafe-0.98.1_beta.tar.gz 13836527 SHA256 d44bd032ac92503b118e59c19d6d8cccae85e4abe3561f72a4ae58bffd33e2a5 SHA512 42eecb9d2f3ccfaab2dff3b4dedee3fcb97645632f7596c724dc0eeacef55d88fad7438b863990cb2964b3fdf6272aec2bb53be53bb185d9fe593eb351a459ab WHIRLPOOL 0303c5c7d092290143925ba8edf6972dfc901e27bdb6f02f2e14a3e234b8dd47eeb131be015356a2378254d6ea76ae2020c04149a9b9c65139b16c48ff78429f
 DIST passwordsafe-0.99_beta.tar.gz 13867271 SHA256 d5369fe83e44dc5a3feb850b8bfb91d42a9ca11256470a561dd91c37c952571f SHA512 338317c0a618686d646a6e2ea50887429aab08e7b6f263a03a2befcaf23e3b706147a5e36a0c5b4b73bc1c762b31407ab797795a9229370a603459236d974694 WHIRLPOOL b7620ee0156d843d1c80ce46ae098cd8920d1eb023f45f0d566e8a32fd0323dc3e4cca99e9b2249969df6481af145ff50c98e4e4972590ffd41373a1fbeb1bda
 DIST passwordsafe-1.00_beta.tar.gz 13959557 SHA256 e01c62be5f9a80910e61b7b39dc834ffab3e6a9946795312b1df487bc5a5f0bc SHA512 7f0c6b99e452e7a70e6678ffc8941f0e5e446ab7178713428a9632cd885fa5ca7d3cdd8d146848992f7631f5dadcae85e7c0b4388819d78b88caa640004ab4b1 WHIRLPOOL dc317bd3a62b0c896de781c5f4798c058b59e8ffeda7c8f33094697abf4cef8d4a544709a2b1b5ec21c09d82122e874de837cad9277e4f42f066ab0ab68b3c91

diff --git a/app-admin/passwordsafe/passwordsafe-0.98.1_beta.ebuild b/app-admin/passwordsafe/passwordsafe-0.98.1_beta.ebuild
deleted file mode 100644
index 3634dff..00000000
--- a/app-admin/passwordsafe/passwordsafe-0.98.1_beta.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-WX_GTK_VER="3.0"
-
-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="minimal test yubikey +xml"
-
-RDEPEND="xml? ( dev-libs/xerces-c )
-	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 )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	test? ( dev-cpp/gtest )"
-
-S=${WORKDIR}/pwsafe-${MY_PV}
-
-pkg_pretend() {
-	einfo "Checking for -std=c++11 support in compiler"
-	test-flags-CXX -std=c++11 > /dev/null || die
-}
-
-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
-	use test || sed -i -e '/find_package(GTest REQUIRED)/s/^/#/' \
-		-e '/add_subdirectory (src\/test)/s/^/#/' CMakeLists.txt || die
-}
-
-src_configure() {
-	need-wxwidgets unicode
-
-	local mycmakeargs=( $(usex yubikey '' '-DNO_YUBI=ON')
-		$(usex xml '' '-DNO_XML=ON') )
-
-	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/*
-
-	# The upstream Makefile builds this .zip file from html source material for
-	# use by the package's internal help system. Must prevent
-	# Portage from applying additional compression.
-	docompress -x /usr/share/doc/${PN}/help
-	insinto /usr/share/doc/${PN}/help
-	doins help/*.zip
-
-	popd || die
-
-	newman docs/pwsafe.1 ${PN}.1
-
-	dodoc README.txt docs/{ReleaseNotes.txt,ChangeLog.txt}
-
-	insinto /usr/share/pwsafe/xml
-	doins xml/*
-
-	newicon install/graphics/pwsafe.png ${PN}.png
-	newmenu install/desktop/pwsafe.desktop ${PN}.desktop
-}


             reply	other threads:[~2016-09-26 19:23 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-26 19:23 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16  9:37 [gentoo-commits] repo/gentoo:master commit in: app-admin/passwordsafe/ Pacho Ramos
2024-04-22 10:56 Sam James
2024-02-15 13:17 Joonas Niilola
2023-12-24 17:21 Arthur Zamarin
2023-06-20  3:18 Sam James
2023-06-18 12:08 Joonas Niilola
2023-05-27 10:13 Sam James
2023-05-19  5:36 Joonas Niilola
2023-05-19  5:36 Joonas Niilola
2023-05-18 10:49 Joonas Niilola
2023-05-18 10:49 Joonas Niilola
2022-08-27  8:27 Agostino Sarubbo
2022-06-12  8:04 Joonas Niilola
2022-03-14 18:32 Agostino Sarubbo
2021-11-16  8:16 Florian Schmaus
2021-11-16  8:16 Florian Schmaus
2021-10-20  2:42 Sam James
2021-05-08 18:41 Sam James
2021-04-30 16:00 Mikle Kolyada
2021-03-06 13:32 Joonas Niilola
2021-02-10 14:48 Sam James
2021-01-03  1:18 Sam James
2020-12-15  7:18 Joonas Niilola
2020-12-15  7:18 Joonas Niilola
2020-11-23 13:29 Joonas Niilola
2020-11-23 13:29 Joonas Niilola
2020-08-24 14:39 Joonas Niilola
2019-05-15 12:04 Andreas Sturmlechner
2019-05-15 12:04 Andreas Sturmlechner
2019-02-13 22:07 Patrice Clement
2019-02-13 22:07 Patrice Clement
2018-09-21 15:46 Michał Górny
2018-08-19 22:52 Patrice Clement
2018-08-19 22:52 Patrice Clement
2018-01-25 22:52 Patrice Clement
2018-01-25 22:52 Patrice Clement
2017-07-30 10:54 David Seifert
2017-07-23 12:01 Michael Palimaka
2017-07-23 11:58 Manuel Rüger
2017-07-16 10:06 Manuel Rüger
2017-05-14 20:20 Manuel Rüger
2017-05-14 20:20 Manuel Rüger
2016-12-25 12:47 Manuel Rüger
2016-12-25 12:42 Manuel Rüger
2016-09-26 19:23 Manuel Rüger
2016-07-07 12:01 Manuel Rüger
2016-03-07  7:55 Patrice Clement
2016-03-06 16:56 Manuel Rüger
2016-03-06 15:18 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1474917788.b2eb725956dfeb767a86cf8fab8000df9c669d22.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox