public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassx/
Date: Mon,  2 May 2016 13:26:06 +0000 (UTC)	[thread overview]
Message-ID: <1462195558.326c138ce47d02ffba9533c77bce59af2a1bf220.polynomial-c@gentoo> (raw)

commit:     326c138ce47d02ffba9533c77bce59af2a1bf220
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 10:48:43 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon May  2 13:25:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326c138c

app-admin/keepassx: Removed old.

Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 app-admin/keepassx/Manifest              |  3 ---
 app-admin/keepassx/keepassx-0.4.3.ebuild | 43 --------------------------------
 app-admin/keepassx/keepassx-2.0.1.ebuild | 36 --------------------------
 app-admin/keepassx/keepassx-2.0.ebuild   | 36 --------------------------
 4 files changed, 118 deletions(-)

diff --git a/app-admin/keepassx/Manifest b/app-admin/keepassx/Manifest
index 9fb887e..364742b 100644
--- a/app-admin/keepassx/Manifest
+++ b/app-admin/keepassx/Manifest
@@ -1,5 +1,2 @@
-DIST keepassx-0.4.3.tar.gz 1368766 SHA256 cd901a0611ce57e62cf6df7eeeb1b690b5232302bdad8626994eb54adcfa1e85 SHA512 8ce1bc252694e11a8b0da94bb00a4e5ca2837fe099f2f992aa9a93bacc4d94f33970cec687bd73a7a7762e86220a0541fe85a6708a2d4ad1bb3aef5f19935ccc WHIRLPOOL e2f54832eeb8eb3c7b7874e2deb97843a9ef1a92f027ec540fd197cf850d313be5d8959595e122b24a286973747d3b71bd33537de601b31ba3d45a16a095747b
 DIST keepassx-0.4.4.tar.gz 1371560 SHA256 3e27068ca85e68705347f0921c6b3c9248d7c5a84c79c0483daf22d141c0adc4 SHA512 2fc93d77f5576a0cce6514b39ee9b319efaa72b475762438eed5601c5e3edb7693a5fbb9c1e741be1e5d3a08849bc54b0cff90fe3a86cf240129febc0cc703d8 WHIRLPOOL 41c987607c8b233292eac5c5d654974caa1ae2a0d277468081ad4a6e9fcd248314239162ba23dc414f0854a5f6ba09e1c1f9d3aa078756438650a0e9151e81d2
-DIST keepassx-2.0.1.tar.gz 1530861 SHA256 b3779fd90353f12d8d72e89b1c901db35096358032626bbf062f433798c97e82 SHA512 ad10ce3877c0c06a9b1050ea3fb33ce205e2a289a8f8afb28be906a93c26c7da9fdd2b5ae9f5db260525c939013e20fa1b0092bc3c5081cc8b22a44946d633b8 WHIRLPOOL e413244baa9449de4a26ff8c54af168c01a5aec5082793076e1f60b3607182a302011141b7db52bdf571d295a10f81656d71857a634460fef91690fd14df0f70
 DIST keepassx-2.0.2.tar.gz 1532353 SHA256 204bdcf49c72078cd6f02b4f29b062923cca9e7b2d3551f2bf352763daa236b8 SHA512 3f661d3b5807c5acafc65310ecd8bd4d0bcd51a0c919e219bba616cb3f54434f8f81ba533ab5ccec00d454838355ff048f4ffbc308442fad4f973d1766b95072 WHIRLPOOL 0d793bb3ce4ba015ea9cabc1625c61bdf0cc7fabfe5be67fe09ea180a5fb3654ef850531bff7e09bdc47107d69bf06f5e94fa308dbb0b8d5f9468b3c02349810
-DIST keepassx-2.0.tar.gz 1524638 SHA256 0eb40fac3a44d8283dfc1ee28cc6de5c660b22ab975472de82c2b04675c822e6 SHA512 6c8b8ee6a22cab5da5f262b281ed914e9cce99607312124b068a3386d9da560a3584acea4ce1be6700e40087febcc269273ab67ea472b99e6d3f75048d164788 WHIRLPOOL d325c491687b70e256f9312548451250dadfdda0c659b9b16a6fd8e0d39bdf5ced905e11646730619cf217e3afe3ad885428bf4cff3204dcf68bdd33510cb467

diff --git a/app-admin/keepassx/keepassx-0.4.3.ebuild b/app-admin/keepassx/keepassx-0.4.3.ebuild
deleted file mode 100644
index 333f485..0000000
--- a/app-admin/keepassx/keepassx-0.4.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit qt4-r2
-
-DESCRIPTION="Qt password manager compatible with its Win32 and Pocket PC versions"
-HOMEPAGE="http://www.keepassx.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="debug pch"
-
-DEPEND="dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	dev-qt/qtxmlpatterns:4
-	|| ( >=x11-libs/libXtst-1.1.0 <x11-proto/xextproto-7.1.0 )"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-gcc47.patch )
-
-src_configure() {
-	local conf_pch
-	use pch && conf_pch="PRECOMPILED=1" || conf_pch="PRECOMPILED=0"
-
-	eqmake4 ${PN}.pro -recursive \
-		PREFIX="${ED}/usr" \
-		"${conf_pch}"
-}
-
-src_compile() {
-	# workaround compile failure due to distcc, bug #214327
-	PATH=${PATH/\/usr\/lib\/distcc\/bin:}
-	emake
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc changelog
-}

diff --git a/app-admin/keepassx/keepassx-2.0.1.ebuild b/app-admin/keepassx/keepassx-2.0.1.ebuild
deleted file mode 100644
index 9475680..0000000
--- a/app-admin/keepassx/keepassx-2.0.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils vcs-snapshot
-
-DESCRIPTION="Qt password manager compatible with its Win32 and Pocket PC versions"
-HOMEPAGE="http://www.keepassx.org/"
-SRC_URI="https://www.keepassx.org/releases/${PV}/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3 ) BSD GPL-2 LGPL-2.1 LGPL-3+ CC0-1.0 public-domain || ( LGPL-2.1 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="
-	dev-libs/libgcrypt:0=
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	dev-qt/qttest:4
-	sys-libs/zlib
-	x11-libs/libX11
-	x11-libs/libXtst
-"
-RDEPEND="${DEPEND}"
-
-DOCS=(CHANGELOG)
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_TESTS="$(usex test)"
-	)
-	cmake-utils_src_configure
-}

diff --git a/app-admin/keepassx/keepassx-2.0.ebuild b/app-admin/keepassx/keepassx-2.0.ebuild
deleted file mode 100644
index dba0453..0000000
--- a/app-admin/keepassx/keepassx-2.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit cmake-utils vcs-snapshot
-
-DESCRIPTION="Qt password manager compatible with its Win32 and Pocket PC versions"
-HOMEPAGE="http://www.keepassx.org/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3 ) BSD GPL-2 LGPL-2.1 LGPL-3+ CC0-1.0 public-domain || ( LGPL-2.1 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="
-	dev-libs/libgcrypt:0=
-	dev-qt/qtcore:4
-	dev-qt/qtgui:4
-	dev-qt/qttest:4
-	sys-libs/zlib
-	x11-libs/libX11
-	x11-libs/libXtst
-"
-RDEPEND="${DEPEND}"
-
-DOCS=(CHANGELOG)
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_with test TESTS)
-	)
-	cmake-utils_src_configure
-}


             reply	other threads:[~2016-05-02 13:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-02 13:26 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-08 19:49 [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassx/ Lars Wendler
2016-10-08 19:49 Lars Wendler
2016-09-11 11:28 Gilles Dartiguelongue
2016-08-06 14:33 Lars Wendler
2016-08-06 11:37 Pacho Ramos
2016-05-13  9:25 Agostino Sarubbo
2016-03-16 11:51 Agostino Sarubbo
2016-03-15 16:39 Agostino Sarubbo
2016-03-02 13:58 Agostino Sarubbo
2016-02-29 15:41 Patrice Clement
2016-02-02 17:57 Lars Wendler
2016-02-01 10:14 Lars Wendler
2016-02-01 10:14 Lars Wendler
2015-12-11 14:07 Lars Wendler
2015-12-08  7:38 Lars Wendler
2015-12-08  7:38 Lars Wendler
2015-09-08 15:39 Lars Wendler

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=1462195558.326c138ce47d02ffba9533c77bce59af2a1bf220.polynomial-c@gentoo \
    --to=polynomial-c@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