summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2014-01-12 13:13:08 +0000
committerJulian Ospald <hasufell@gentoo.org>2014-01-12 13:13:08 +0000
commit7b2ef0c2250d04d38d6922dbba835fed32ab17ef (patch)
tree1f1cd18cdc9401514c8a34f471aea49786898ba9 /net-im
parentupdate metadata.xml, correct email address (diff)
downloadgentoo-2-7b2ef0c2250d04d38d6922dbba835fed32ab17ef.tar.gz
gentoo-2-7b2ef0c2250d04d38d6922dbba835fed32ab17ef.tar.bz2
gentoo-2-7b2ef0c2250d04d38d6922dbba835fed32ab17ef.zip
use qmake-utils rather than qt4-r2
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/dianara/ChangeLog5
-rw-r--r--net-im/dianara/dianara-1.1.ebuild16
2 files changed, 6 insertions, 15 deletions
diff --git a/net-im/dianara/ChangeLog b/net-im/dianara/ChangeLog
index cc8a45c96094..fbc0d918c21b 100644
--- a/net-im/dianara/ChangeLog
+++ b/net-im/dianara/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/dianara
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/dianara/ChangeLog,v 1.5 2014/01/12 00:23:07 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/dianara/ChangeLog,v 1.6 2014/01/12 13:13:08 hasufell Exp $
+
+ 12 Jan 2014; Julian Ospald <hasufell@gentoo.org> dianara-1.1.ebuild:
+ use qmake-utils rather than qt4-r2
*dianara-1.1 (12 Jan 2014)
diff --git a/net-im/dianara/dianara-1.1.ebuild b/net-im/dianara/dianara-1.1.ebuild
index 1c8ed2356d6a..0eb194ee5b4d 100644
--- a/net-im/dianara/dianara-1.1.ebuild
+++ b/net-im/dianara/dianara-1.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/dianara/dianara-1.1.ebuild,v 1.1 2014/01/12 00:23:07 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/dianara/dianara-1.1.ebuild,v 1.2 2014/01/12 13:13:08 hasufell Exp $
EAPI=5
-inherit eutils gnome2-utils qt4-r2
+inherit eutils gnome2-utils qmake-utils
MY_P=${PN}-v${PV/_beta/beta}
DESCRIPTION="Qt-based client for the pump.io distributed social network"
@@ -28,22 +28,10 @@ DEPEND="${RDEPEND}"
S=${WORKDIR}/${MY_P}
-src_unpack() {
- default
-}
-
-src_prepare() {
- default
-}
-
src_configure() {
eqmake4
}
-src_compile() {
- default
-}
-
src_install() {
emake INSTALL_ROOT="${D}" install