summaryrefslogtreecommitdiff
path: root/dev-libs/kqoauth
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/kqoauth')
-rw-r--r--dev-libs/kqoauth/Manifest3
-rw-r--r--dev-libs/kqoauth/kqoauth-0.98-r3.ebuild53
-rw-r--r--dev-libs/kqoauth/metadata.xml15
3 files changed, 0 insertions, 71 deletions
diff --git a/dev-libs/kqoauth/Manifest b/dev-libs/kqoauth/Manifest
deleted file mode 100644
index b50896b19d08..000000000000
--- a/dev-libs/kqoauth/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST kqoauth-0.98.tar.gz 37059 BLAKE2B d1214ac22cb52e7ead1be3ce7af2af9c4b2e1cb74e2b4bf3891300099c0a0abb0c7295fb4616adcb59cb4405eb52bec4097b48d39563ac407bfe692ce94492a2 SHA512 f89e0f046fb7fd7812548f94c460d7c18d4881972e155a99e07503e97fd46b6eada0de9f2c3a94af33ef5b1b3b489bbd5dc6738cee104fe2d11ed62e681c7979
-EBUILD kqoauth-0.98-r3.ebuild 1148 BLAKE2B 7f931def2610e800ccbd0dc7f1af10e2d4439ccd09c452de689e808c1208a20c2e32f2cf36b8dc321f5a36bbbafe183300a77eafd33533c1f49e9ac86f9657d2 SHA512 77926082f9931d23f3dbc08037fa66c03d9c18d0309aac7cf1c0ea67198c4052a34eef65de254a249583ddf256720ee975332ca68b1a83e856957f76c2398ba0
-MISC metadata.xml 474 BLAKE2B f0b42d2efb393ae5c335a5ee0f41e0d35bed02614245e45c91575d03d33a0a756365122e461e3d8c3abf1dd72ddba08ef45ad6f3602c4ad96c3574545b643e72 SHA512 867a8abbd827f33ab491c3a795e061895097c51064da866c357f6149c6038095d76c3b92e9a90414607f850aa7452306376b4c8b9947b2806579c57de305871f
diff --git a/dev-libs/kqoauth/kqoauth-0.98-r3.ebuild b/dev-libs/kqoauth/kqoauth-0.98-r3.ebuild
deleted file mode 100644
index 2da85d77ce6d..000000000000
--- a/dev-libs/kqoauth/kqoauth-0.98-r3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils
-
-DESCRIPTION="Library for Qt that implements the OAuth 1.0 authentication specification"
-HOMEPAGE="https://github.com/kypeli/kQOAuth"
-SRC_URI="https://github.com/kypeli/kQOAuth/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtxml:5
-"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/kQOAuth-${PV}"
-
-src_prepare() {
- default
-
- # prevent tests from beeing built at src_compile
- sed -i -e '/SUBDIRS/s/ tests//' ${PN}.pro || die "sed on ${PN}.pro failed"
- # respect libdir
- sed -e 's:{INSTALL_PREFIX}/lib:[QT_INSTALL_LIBS]:g' -i src/src.pro || die "sed on src.pro failed"
-
- sed \
- -e "s/TARGET = kqoauth/TARGET = kqoauth-qt5/g" \
- -i src/src.pro || die
-
- # upstream .pc is aimed at Qt4
- sed \
- -e "/^Libs/s/lkqoauth/&-qt5/" \
- -e "/^libdir/s/lib$/$(get_libdir)/" \
- -e "/^Requires/s/Qt/Qt5/g" \
- -i src/pcfile.sh || die
-}
-
-src_configure() {
- eqmake5
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install
-}
diff --git a/dev-libs/kqoauth/metadata.xml b/dev-libs/kqoauth/metadata.xml
deleted file mode 100644
index d4ebbef4cd20..000000000000
--- a/dev-libs/kqoauth/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>0xd34df00d@gmail.com</email>
- <name>Georg Rudoy</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <remote-id type="github">kypeli/kQOAuth</remote-id>
- </upstream>
-</pkgmetadata>