From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/libqxt/
Date: Sat, 28 Nov 2015 00:09:58 +0000 (UTC) [thread overview]
Message-ID: <1448669384.b5fd8b22da4b1ec35cd86f8be35593a1c94397c9.pesa@gentoo> (raw)
commit: b5fd8b22da4b1ec35cd86f8be35593a1c94397c9
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 00:09:44 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 00:09:44 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b5fd8b22
x11-libs/libqxt: EAPI=6 and various cleanups
Package-Manager: portage-2.2.26
x11-libs/libqxt/libqxt-9999.ebuild | 33 +++++++++++++--------------------
1 file changed, 13 insertions(+), 20 deletions(-)
diff --git a/x11-libs/libqxt/libqxt-9999.ebuild b/x11-libs/libqxt/libqxt-9999.ebuild
index 0b661a5..5d18ba6 100644
--- a/x11-libs/libqxt/libqxt-9999.ebuild
+++ b/x11-libs/libqxt/libqxt-9999.ebuild
@@ -2,29 +2,26 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=6
-inherit multilib qt4-r2 git-2
+inherit qmake-utils git-r3
DESCRIPTION="Extension library providing cross-platform utility classes for the Qt toolkit"
-HOMEPAGE="http://libqxt.org/"
+HOMEPAGE="https://bitbucket.org/libqxt/libqxt/wiki/Home"
EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN}.git"
LICENSE="|| ( CPL-1.0 LGPL-2.1 )"
SLOT="0"
KEYWORDS=""
-IUSE="berkdb debug doc sql ssl web xscreensaver zeroconf"
+IUSE="berkdb debug doc sql web xscreensaver zeroconf"
COMMON_DEPEND="
- x11-libs/libXrandr
- dev-qt/qtcore:4
+ dev-qt/designer:4
+ dev-qt/qtcore:4[ssl]
dev-qt/qtgui:4
- berkdb? ( >=sys-libs/db-4.6 )
+ x11-libs/libXrandr
+ berkdb? ( >=sys-libs/db-4.6:= )
sql? ( dev-qt/qtsql:4 )
- ssl? (
- >=dev-libs/openssl-0.9.8
- dev-qt/qtcore:4[ssl]
- )
zeroconf? ( net-dns/avahi[mdnsresponder-compat] )
"
DEPEND="${COMMON_DEPEND}
@@ -34,13 +31,13 @@ RDEPEND="${COMMON_DEPEND}
xscreensaver? ( x11-libs/libXScrnSaver )
"
-DOCS="AUTHORS CHANGES README"
+DOCS=( AUTHORS CHANGES README )
PATCHES=(
"${FILESDIR}/${PN}-use-system-qdoc3.patch"
)
src_prepare() {
- qt4-r2_src_prepare
+ default
# remove insecure runpath
sed -i -e '/^QMAKE_RPATHDIR /d' src/qxtlibs.pri || die
@@ -53,12 +50,11 @@ src_configure() {
-prefix "${EPREFIX}/usr"
-libdir "${EPREFIX}/usr/$(get_libdir)"
-docdir "${EPREFIX}/usr/share/doc/${PF}"
- -qmake-bin "${EPREFIX}/usr/bin/qmake"
+ -qmake-bin "$(qt4_get_bindir)/qmake"
$(use debug && echo -debug || echo -release)
$(use berkdb || echo -no-db -nomake berkeley)
$(use doc || echo -nomake docs)
$(use sql || echo -nomake sql)
- $(use ssl || echo -no-openssl)
$(use web || echo -nomake web)
$(use zeroconf || echo -no-zeroconf -nomake zeroconf)
)
@@ -69,12 +65,9 @@ src_configure() {
}
src_compile() {
- qt4-r2_src_compile
+ default
- if use doc; then
- einfo "Building documentation"
- emake docs
- fi
+ use doc && emake docs
}
pkg_postinst() {
next reply other threads:[~2015-11-28 0:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-28 0:09 Davide Pesavento [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-27 23:42 [gentoo-commits] proj/qt:master commit in: x11-libs/libqxt/ Davide Pesavento
2012-08-18 11:16 Davide Pesavento
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=1448669384.b5fd8b22da4b1ec35cd86f8be35593a1c94397c9.pesa@gentoo \
--to=pesa@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