From 2cee0e46bdfcbbd7699cb0ea8c49871c0022f35f Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Tue, 17 Nov 2015 12:14:11 +0300 Subject: [PATCH] Add sys-devel/qconf-1.6_pre1 (needed by net-im/psi-9999) --- sys-devel/qconf/Manifest | 1 + sys-devel/qconf/qconf-1.6_pre1.ebuild | 32 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 sys-devel/qconf/Manifest create mode 100644 sys-devel/qconf/qconf-1.6_pre1.ebuild diff --git a/sys-devel/qconf/Manifest b/sys-devel/qconf/Manifest new file mode 100644 index 0000000..6dd74c9 --- /dev/null +++ b/sys-devel/qconf/Manifest @@ -0,0 +1 @@ +EBUILD qconf-1.6_pre1.ebuild 763 SHA256 7bb62085ecb54f5cc960033ff5fe35d988a9f8d64ad3d29cbfaa614d49a732a4 SHA512 660e2baa75c83faea4f3d397f0e5bb502a1709aaf7049d91bf5780f0460c870a64b6ecb5bc92b098757e96c0174ae8ed10643fc0ce252ec0941b72d616725a1e WHIRLPOOL 28ccabd08c2cf936426576f4764434592dc6df7965f78a10e7e5f1897261747f57dfe970b6fc661f68a5e9c9fca13ead9fd02174f20fcfcc9dced655e11c5df9 diff --git a/sys-devel/qconf/qconf-1.6_pre1.ebuild b/sys-devel/qconf/qconf-1.6_pre1.ebuild new file mode 100644 index 0000000..82f78c5 --- /dev/null +++ b/sys-devel/qconf/qconf-1.6_pre1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca/qca-2.0.0-r2.ebuild,v 1.8 2008/03/15 11:30:02 corsair Exp $ + +EAPI=5 + +inherit multilib git-r3 + +DESCRIPTION="Qt ./configure generation util" +HOMEPAGE="http://delta.affinix.com/qconf/" +EGIT_COMMIT="4a9c329ba879d2acf27fabe9847b9bb54463e8ce" +EGIT_REPO_URI="git://github.com/psi-plus/qconf.git" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +#RESTRICT="test strip" + +DEPEND="dev-qt/qtcore:4" +RDEPEND="${DEPEND}" + +src_configure() { + ./configure \ + --prefix="${EPREFIX}"/usr \ + --qtselect=4 \ + --extraconf=QMAKE_STRIP= || die "./configure failed" +} + +src_install() { + emake INSTALL_ROOT="${D}" install +}