summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2010-12-20 11:48:26 +0000
committerPeter Volkov <pva@gentoo.org>2010-12-20 11:48:26 +0000
commite9526ab2ef16dd2d55a6be30e5cdbd4dae051a5e (patch)
treed0c84446a4cb51a9b270f3d22f76d68790d928f6 /sys-devel
parentversion bump (diff)
downloadhistorical-e9526ab2ef16dd2d55a6be30e5cdbd4dae051a5e.tar.gz
historical-e9526ab2ef16dd2d55a6be30e5cdbd4dae051a5e.tar.bz2
historical-e9526ab2ef16dd2d55a6be30e5cdbd4dae051a5e.zip
Fixed LDFLAGS issue, bug #334133, thank Diego Elio Pettenò for report and Gavin Pryke for this fix.
Package-Manager: portage-2.1.9.25/cvs/Linux x86_64
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/qconf/ChangeLog8
-rw-r--r--sys-devel/qconf/Manifest13
-rw-r--r--sys-devel/qconf/qconf-1.5_pre717-r1.ebuild39
3 files changed, 48 insertions, 12 deletions
diff --git a/sys-devel/qconf/ChangeLog b/sys-devel/qconf/ChangeLog
index abb10ab1a5c8..8c678effc93f 100644
--- a/sys-devel/qconf/ChangeLog
+++ b/sys-devel/qconf/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/qconf
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.11 2010/11/06 19:04:18 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v 1.12 2010/12/20 11:48:26 pva Exp $
+
+*qconf-1.5_pre717-r1 (20 Dec 2010)
+
+ 20 Dec 2010; Peter Volkov <pva@gentoo.org> +qconf-1.5_pre717-r1.ebuild:
+ Fixed LDFLAGS issue, bug #334133, thank Diego Elio Pettenò for report and
+ Gavin Pryke for this fix.
06 Nov 2010; Mark Loeser <halcy0n@gentoo.org> qconf-1.5_pre717.ebuild:
Stable for ppc64; bug #322353
diff --git a/sys-devel/qconf/Manifest b/sys-devel/qconf/Manifest
index e76d9b4dea55..b116c849d0a4 100644
--- a/sys-devel/qconf/Manifest
+++ b/sys-devel/qconf/Manifest
@@ -1,14 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
DIST qconf-1.5_pre717.tar.bz2 42010 RMD160 966b25135a72484c9a9a1cf4f024a85d9f056a18 SHA1 5b4ac49d3f65070f580abcc010a972a9aef08898 SHA256 16ece50ac3f9533cf05d7abb44a025503ef8a3ea985fb70ba4c2224f27fdf903
+EBUILD qconf-1.5_pre717-r1.ebuild 955 RMD160 a5c4ac0298b16ff92b2c001be9a92093ee1001e3 SHA1 97a4a179ccf4c220e74059b2c4af9213a02cae9f SHA256 502ad711e18baf85a900f65155b061e4c53617bb5e46c91f84c089a23a046a1a
EBUILD qconf-1.5_pre717.ebuild 934 RMD160 68f9e37f81fd9a9df226c3e98d32979bd480269d SHA1 27bfdd835a36776035927450689f2eed64c3a457 SHA256 dccd11448a0bdd422f1a341e752f807143357a0352fc427d8f8bb453cf2fd532
-MISC ChangeLog 1366 RMD160 fe290dde764d7b6f5e6eba598d804748fd8ea9a9 SHA1 62ce56a107507dd8fa74445601caa00a7ee60a94 SHA256 2f2edee8070e4ce72f54425444fa19f30fc06427740eb06a97f85ca569479796
+MISC ChangeLog 1578 RMD160 7341efdd2a39c017e52ccebfd1578d6155a0fe7e SHA1 e29deb80469b2e0bb7bf1b4e7416b05f920b42b3 SHA256 d9d67faf37e961da2bb23b1aeb5b931772e39a271161dd1ee423f808630e7598
MISC metadata.xml 245 RMD160 47b97734fd2ae3b06bcded3b7386ad9a3ab2381c SHA1 a714242aaa3102b2979b312a7f0729d6c98a6f87 SHA256 3fbc898315c3450cfe6bde62e13c7dc154d8b3801a30fef3d380557f5d814a88
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.16 (GNU/Linux)
-
-iEYEARECAAYFAkzVprcACgkQCRZPokWLroTDAwCdHTaSSiBrDpkPdnUzlLG9/A06
-iVAAoIXodBoSzz+ysgsc3spL9UvBG/Ex
-=sWk3
------END PGP SIGNATURE-----
diff --git a/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild b/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild
new file mode 100644
index 000000000000..543ff16f4c23
--- /dev/null
+++ b/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild,v 1.1 2010/12/20 11:48:26 pva Exp $
+
+EAPI="2"
+
+inherit multilib qt4-r2
+
+DESCRIPTION="./configure like generator for qmake-based projects"
+HOMEPAGE="http://delta.affinix.com/qconf/"
+SRC_URI="http://delta.affinix.com/download/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="x11-libs/qt-core"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ # Fake ./configure. Fails on unknown options
+ ./configure \
+ --prefix=/usr/ \
+ --qtdir=/usr/$(get_libdir)/ || die "./configure failed"
+
+ [ ! -f Makefile ] && die "./configure failed"
+
+ eqmake4
+}
+
+src_install() {
+ dobin qconf || die
+ dodoc README TODO || die
+ insinto /usr/share/${PN}
+ doins -r conf modules
+ insinto /usr/share/doc/${PF}/examples
+ doins examples/*
+}