summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-12-16 02:14:36 +0100
committerLars Wendler <polynomial-c@gentoo.org>2017-12-16 02:15:05 +0100
commit36995f29ba0070ad81bc9f9ccbfae4e220ab8d4e (patch)
tree373b412051cb4ffdc7a1ece424ccbcbcffbbfdda
parentpackage.mask: Removed app-admin/keepassx mask. (diff)
downloadgentoo-36995f29ba0070ad81bc9f9ccbfae4e220ab8d4e.tar.gz
gentoo-36995f29ba0070ad81bc9f9ccbfae4e220ab8d4e.tar.bz2
gentoo-36995f29ba0070ad81bc9f9ccbfae4e220ab8d4e.zip
app-admin/keepassx: Removed package.
Package-Manager: Portage-2.3.18, Repoman-2.3.6
-rw-r--r--app-admin/keepassx/Manifest3
-rw-r--r--app-admin/keepassx/files/keepassx-0.4.3-gcc47.patch11
-rw-r--r--app-admin/keepassx/keepassx-0.4.4.ebuild42
-rw-r--r--app-admin/keepassx/keepassx-2.0.2-r1.ebuild54
-rw-r--r--app-admin/keepassx/keepassx-2.0.3.ebuild54
-rw-r--r--app-admin/keepassx/metadata.xml17
6 files changed, 0 insertions, 181 deletions
diff --git a/app-admin/keepassx/Manifest b/app-admin/keepassx/Manifest
deleted file mode 100644
index 9bcde54e3afd..000000000000
--- a/app-admin/keepassx/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST keepassx-0.4.4.tar.gz 1371560 BLAKE2B b3fa9fa0c693e52a9f0c03a6eba2719d7b2d86d48c9173e996dec8eddc7be5596b1e59ae24d2e567c42335a5a3158c758d6a5052eb479988f6b7aec6fe6c3266 SHA512 2fc93d77f5576a0cce6514b39ee9b319efaa72b475762438eed5601c5e3edb7693a5fbb9c1e741be1e5d3a08849bc54b0cff90fe3a86cf240129febc0cc703d8
-DIST keepassx-2.0.2.tar.gz 1532353 BLAKE2B eb73699bf18f3885917ec0147465c27c754d5d26cfaafa4ad7bc93744395015f98bfde05953bbe9ea9a7529f8421c5bc9df9ac59b5c3356fb47504fe4646b3f8 SHA512 3f661d3b5807c5acafc65310ecd8bd4d0bcd51a0c919e219bba616cb3f54434f8f81ba533ab5ccec00d454838355ff048f4ffbc308442fad4f973d1766b95072
-DIST keepassx-2.0.3.tar.gz 1540235 BLAKE2B 3c5c7176eac3581b8c4dcfe5ad38c1d79ce83e6a662ce6b9b01e82e15fc3353d3f96377d6de332b46531ca49e11979f7ef058989e5adb341a77e79c44aadcc53 SHA512 bf1a4ffa49fc4a6b7a27e6292981c9c13920712b4cd86759a99976f7e0593a243ea14575c57d664ba7e55d2449b5d83bc3d43a64a9a6972335e52234da79d773
diff --git a/app-admin/keepassx/files/keepassx-0.4.3-gcc47.patch b/app-admin/keepassx/files/keepassx-0.4.3-gcc47.patch
deleted file mode 100644
index d5d0d8bd0882..000000000000
--- a/app-admin/keepassx/files/keepassx-0.4.3-gcc47.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur keepassx-0.4.3/src/lib/random.cpp keepassx-0.4.3.new/src/lib/random.cpp
---- keepassx-0.4.3/src/lib/random.cpp 2009-06-28 16:22:31.000000000 +0200
-+++ keepassx-0.4.3.new/src/lib/random.cpp 2012-04-19 00:20:15.757415510 +0200
-@@ -19,6 +19,7 @@
- ***************************************************************************/
-
- #include "random.h"
-+#include <unistd.h>
-
-
- #if defined(Q_WS_X11) || defined(Q_WS_MAC)
diff --git a/app-admin/keepassx/keepassx-0.4.4.ebuild b/app-admin/keepassx/keepassx-0.4.4.ebuild
deleted file mode 100644
index af2a1b3d2f09..000000000000
--- a/app-admin/keepassx/keepassx-0.4.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit qt4-r2
-
-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"
-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"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.4.3-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.2-r1.ebuild b/app-admin/keepassx/keepassx-2.0.2-r1.ebuild
deleted file mode 100644
index 8baf1a36ba4e..000000000000
--- a/app-admin/keepassx/keepassx-2.0.2-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils vcs-snapshot xdg
-
-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 ~arm 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_prepare() {
- xdg_src_prepare
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_TESTS="$(usex test)"
- )
- cmake-utils_src_configure
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
- xdg_pkg_preinst
-}
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_pkg_postrm
-}
diff --git a/app-admin/keepassx/keepassx-2.0.3.ebuild b/app-admin/keepassx/keepassx-2.0.3.ebuild
deleted file mode 100644
index 3abb492c1956..000000000000
--- a/app-admin/keepassx/keepassx-2.0.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils gnome2-utils vcs-snapshot xdg
-
-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 ~arm ~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_prepare() {
- xdg_src_prepare
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DWITH_TESTS="$(usex test)"
- )
- cmake-utils_src_configure
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
- xdg_pkg_preinst
-}
-pkg_postinst() {
- gnome2_icon_cache_update
- xdg_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- xdg_pkg_postrm
-}
diff --git a/app-admin/keepassx/metadata.xml b/app-admin/keepassx/metadata.xml
deleted file mode 100644
index ecd1212a4fde..000000000000
--- a/app-admin/keepassx/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>polynomial-c@gentoo.org</email>
- <name>Lars Wendler</name>
- </maintainer>
- <longdescription>
- KeePassX provides a safe location for your passwords and similar
- data. It encrypts its databasee with AES either by passphrase or a key
- file, compatible with a PDA and Windows version.
- </longdescription>
- <upstream>
- <remote-id type="github">keepassx/keepassx</remote-id>
- <remote-id type="sourceforge">keepassx</remote-id>
- </upstream>
-</pkgmetadata>