diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2017-02-12 02:34:42 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-13 16:13:53 +0100 |
commit | 13bb96100afb3070614e0330483212e21d355254 (patch) | |
tree | 99d81f8d5bcf5c4abbe5d844910b78fd6e2d6f17 /dev-libs/kqoauth | |
parent | dev-libs/kqoauth: migrate to Qt5 (diff) | |
download | gentoo-13bb96100afb3070614e0330483212e21d355254.tar.gz gentoo-13bb96100afb3070614e0330483212e21d355254.tar.bz2 gentoo-13bb96100afb3070614e0330483212e21d355254.zip |
dev-libs/kqoauth: removed older Qt4 versions
Closes: https://github.com/gentoo/gentoo/pull/3925
Diffstat (limited to 'dev-libs/kqoauth')
-rw-r--r-- | dev-libs/kqoauth/kqoauth-0.98-r1.ebuild | 31 | ||||
-rw-r--r-- | dev-libs/kqoauth/kqoauth-0.98.ebuild | 29 |
2 files changed, 0 insertions, 60 deletions
diff --git a/dev-libs/kqoauth/kqoauth-0.98-r1.ebuild b/dev-libs/kqoauth/kqoauth-0.98-r1.ebuild deleted file mode 100644 index 51ed29588ead..000000000000 --- a/dev-libs/kqoauth/kqoauth-0.98-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit qt4-r2 vcs-snapshot - -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:4 - dev-qt/qtgui:4 -" -RDEPEND="${DEPEND}" - -src_prepare() { - # 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" - - qt4-r2_src_prepare -} diff --git a/dev-libs/kqoauth/kqoauth-0.98.ebuild b/dev-libs/kqoauth/kqoauth-0.98.ebuild deleted file mode 100644 index ba411804d98f..000000000000 --- a/dev-libs/kqoauth/kqoauth-0.98.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit qt4-r2 vcs-snapshot - -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:4 - dev-qt/qtgui:4 -" -RDEPEND="${DEPEND}" - -src_prepare() { - # prevent tests from beeing built at src_compile - sed -i -e '/SUBDIRS/s/ tests//' ${PN}.pro || die "sed on ${PN}.pro failed" - - qt4-r2_src_prepare -} |