aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Bernardo <samuelbernardo.mail@gmail.com>2019-12-14 20:41:07 +0000
committerSamuel Bernardo <samuelbernardo.mail@gmail.com>2019-12-14 20:41:07 +0000
commit721b10f1dbc5bcbfcd9008806bbf2d244924dbcb (patch)
tree0dd31e692045a89e1e7e97980813c631891b3ba9 /app-admin
parentcorrect idea-ultimate prepare phase script (diff)
downloadssnb-721b10f1dbc5bcbfcd9008806bbf2d244924dbcb.tar.gz
ssnb-721b10f1dbc5bcbfcd9008806bbf2d244924dbcb.tar.bz2
ssnb-721b10f1dbc5bcbfcd9008806bbf2d244924dbcb.zip
remove keepassx because there is no support and qmake retired EAPI5
Signed-off-by: Samuel Bernardo <samuelbernardo.mail@gmail.com>
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/keepassx/Manifest4
-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/metadata.xml17
4 files changed, 0 insertions, 74 deletions
diff --git a/app-admin/keepassx/Manifest b/app-admin/keepassx/Manifest
deleted file mode 100644
index b0718fd..0000000
--- a/app-admin/keepassx/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX keepassx-0.4.3-gcc47.patch 424 SHA256 fc714bb9c2f5f5c71fa0850cd6c3037904dbd5ecfc9fa2e1af6749683dab3cb0 SHA512 89e08c9e3584f50c642fe0fa5517e84d18bb10022696b24f543cbf776bc7e4327bbdb89a94f86efbbd7ad40777885d3e34b380a22b3c2a8e941f1ebf8f3801d8 WHIRLPOOL c67d322e4107b650452c94319737900caacb445c220eda4ce14e739f04faa9915cb675c842097533e5af08c7d123ebf399256815c530baf3effd830d45e94a6b
-DIST keepassx-0.4.4.tar.gz 1371560 SHA256 3e27068ca85e68705347f0921c6b3c9248d7c5a84c79c0483daf22d141c0adc4 SHA512 2fc93d77f5576a0cce6514b39ee9b319efaa72b475762438eed5601c5e3edb7693a5fbb9c1e741be1e5d3a08849bc54b0cff90fe3a86cf240129febc0cc703d8 WHIRLPOOL 41c987607c8b233292eac5c5d654974caa1ae2a0d277468081ad4a6e9fcd248314239162ba23dc414f0854a5f6ba09e1c1f9d3aa078756438650a0e9151e81d2
-EBUILD keepassx-0.4.4.ebuild 929 SHA256 52d64e9f7e3f600d1defd3c04f18fb68fd3680db41285c6d76c9c474eaa95fea SHA512 a8f253848c07ed309a898239a2338f36cf38b278458fc1953e00d865c5d7e245b7cde23b6ba88e91ad91041712d640f268009b14230b2b7614a546e0384155c0 WHIRLPOOL a0c63011874da7a113c69d3208a2e2ef422ac71695f22e13bdaf39a95dac3a39e1f133b4e353a0cb8e4a53d9f79b398218839c560ba505c5bac8c3ba7ea951a9
-MISC metadata.xml 637 SHA256 279bc8ffd4462cd7ee058c92d1aae8cb6bcbf6ecf6f8a1cbc99571835feb3ded SHA512 16222209755e19e17fb7a887ef3c1b04e5e819307d614239aeb4ed6716245dc0d41f49e3dccb485c1f651ffe7275f6940bdd7c8018a3e1a7baefe3b9ddb8316e WHIRLPOOL 144f0ddbac4ed2fba9f58978afedba0507f100c3a9450a421ffce8db826f713c1e8df8d398eaab9f687aab3a519489dc5b7916793db890f4c733121efc5db82e
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 d5d0d8b..0000000
--- 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 af2a1b3..0000000
--- 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/metadata.xml b/app-admin/keepassx/metadata.xml
deleted file mode 100644
index ecd1212..0000000
--- 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>