Remove sys-devel/qconf
This commit is contained in:
parent
8eedb5a18b
commit
b7f1fd18b0
|
@ -1 +0,0 @@
|
|||
EBUILD qconf-1.6_pre1.ebuild 763 SHA256 7bb62085ecb54f5cc960033ff5fe35d988a9f8d64ad3d29cbfaa614d49a732a4 SHA512 660e2baa75c83faea4f3d397f0e5bb502a1709aaf7049d91bf5780f0460c870a64b6ecb5bc92b098757e96c0174ae8ed10643fc0ce252ec0941b72d616725a1e WHIRLPOOL 28ccabd08c2cf936426576f4764434592dc6df7965f78a10e7e5f1897261747f57dfe970b6fc661f68a5e9c9fca13ead9fd02174f20fcfcc9dced655e11c5df9
|
|
@ -1,32 +0,0 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue