public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: x11-libs/libqxt/
@ 2015-11-28  0:09 Davide Pesavento
  0 siblings, 0 replies; 3+ messages in thread
From: Davide Pesavento @ 2015-11-28  0:09 UTC (permalink / raw
  To: gentoo-commits

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() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/libqxt/
@ 2015-11-27 23:42 Davide Pesavento
  0 siblings, 0 replies; 3+ messages in thread
From: Davide Pesavento @ 2015-11-27 23:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ebd54694cc4a04632eb5487b7f37556cc85ddc0b
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 23:42:40 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 23:42:40 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=ebd54694

x11-libs/libqxt: shorten DESCRIPTION to make repoman happy

Package-Manager: portage-2.2.26

 x11-libs/libqxt/libqxt-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-libs/libqxt/libqxt-9999.ebuild b/x11-libs/libqxt/libqxt-9999.ebuild
index f384865..0b661a5 100644
--- a/x11-libs/libqxt/libqxt-9999.ebuild
+++ b/x11-libs/libqxt/libqxt-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 inherit multilib qt4-r2 git-2
 
-DESCRIPTION="The Qt eXTension library provides cross-platform utility classes for the Qt toolkit"
+DESCRIPTION="Extension library providing cross-platform utility classes for the Qt toolkit"
 HOMEPAGE="http://libqxt.org/"
 EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN}.git"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/libqxt/
@ 2012-08-18 11:16 Davide Pesavento
  0 siblings, 0 replies; 3+ messages in thread
From: Davide Pesavento @ 2012-08-18 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     ee0621d03009a93e60a0f0ffe05940577b821b7e
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sat Aug 18 11:11:39 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 11:11:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=ee0621d0

[x11-libs/libqxt] Follow upstream move to git.

Thanks to patrick in bug 431472.

---
 x11-libs/libqxt/libqxt-9999.ebuild |    8 ++------
 x11-libs/libqxt/metadata.xml       |    2 +-
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/x11-libs/libqxt/libqxt-9999.ebuild b/x11-libs/libqxt/libqxt-9999.ebuild
index b8ccf05..53a300e 100644
--- a/x11-libs/libqxt/libqxt-9999.ebuild
+++ b/x11-libs/libqxt/libqxt-9999.ebuild
@@ -4,13 +4,11 @@
 
 EAPI=4
 
-EHG_REPO_URI="http://dev.libqxt.org/libqxt/"
-
-inherit multilib qt4-r2 mercurial
+inherit multilib qt4-r2 git-2
 
 DESCRIPTION="The Qt eXTension library provides cross-platform utility classes for the Qt toolkit"
 HOMEPAGE="http://libqxt.org/"
-SRC_URI=""
+EGIT_REPO_URI="https://bitbucket.org/${PN}/${PN}.git"
 
 LICENSE="|| ( CPL-1.0 LGPL-2.1 )"
 SLOT="0"
@@ -36,8 +34,6 @@ RDEPEND="${COMMON_DEPEND}
 	xscreensaver? ( x11-libs/libXScrnSaver )
 "
 
-S=${WORKDIR}/${PN}
-
 DOCS="AUTHORS CHANGES README"
 PATCHES=(
 	"${FILESDIR}/${PN}-use-system-qdoc3.patch"

diff --git a/x11-libs/libqxt/metadata.xml b/x11-libs/libqxt/metadata.xml
index 361ad5b..32c24a4 100644
--- a/x11-libs/libqxt/metadata.xml
+++ b/x11-libs/libqxt/metadata.xml
@@ -5,7 +5,7 @@
 <use>
 	<flag name="berkdb">Build the QxtBerkeley module</flag>
 	<flag name="sql">Build the QxtSql module</flag>
-	<flag name="web">Enable fast cgi bindings</flag>
+	<flag name="web">Build the QxtWeb module</flag>
 	<flag name="zeroconf">Build the QxtZeroconf module</flag>
 </use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-28  0:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-28  0:09 [gentoo-commits] proj/qt:master commit in: x11-libs/libqxt/ Davide Pesavento
  -- strict thread matches above, loose matches on Subject: below --
2015-11-27 23:42 Davide Pesavento
2012-08-18 11:16 Davide Pesavento

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox