Add sys-devel/qconf-1.6_pre1
(needed by net-im/psi-9999)
This commit is contained in:
		
							parent
							
								
									b61a130cd7
								
							
						
					
					
						commit
						2cee0e46bd
					
				
							
								
								
									
										1
									
								
								sys-devel/qconf/Manifest
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								sys-devel/qconf/Manifest
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
			
		||||
EBUILD qconf-1.6_pre1.ebuild 763 SHA256 7bb62085ecb54f5cc960033ff5fe35d988a9f8d64ad3d29cbfaa614d49a732a4 SHA512 660e2baa75c83faea4f3d397f0e5bb502a1709aaf7049d91bf5780f0460c870a64b6ecb5bc92b098757e96c0174ae8ed10643fc0ce252ec0941b72d616725a1e WHIRLPOOL 28ccabd08c2cf936426576f4764434592dc6df7965f78a10e7e5f1897261747f57dfe970b6fc661f68a5e9c9fca13ead9fd02174f20fcfcc9dced655e11c5df9
 | 
			
		||||
							
								
								
									
										32
									
								
								sys-devel/qconf/qconf-1.6_pre1.ebuild
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								sys-devel/qconf/qconf-1.6_pre1.ebuild
									
									
									
									
									
										Normal file
									
								
							@ -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
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user