public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Peter Volkov (pva)" <pva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/qconf: ChangeLog qconf-1.5_pre717-r1.ebuild
Date: Mon, 20 Dec 2010 11:48:26 +0000 (UTC)	[thread overview]
Message-ID: <20101220114826.DE2D320054@flycatcher.gentoo.org> (raw)

pva         10/12/20 11:48:26

  Modified:             ChangeLog
  Added:                qconf-1.5_pre717-r1.ebuild
  Log:
  Fixed LDFLAGS issue, bug #334133, thank Diego Elio Pettenò for report and Gavin Pryke for this fix.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 sys-devel/qconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/qconf/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	6 Nov 2010 19:04:18 -0000	1.11
+++ ChangeLog	20 Dec 2010 11:48:26 -0000	1.12
@@ -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



1.1                  sys-devel/qconf/qconf-1.5_pre717-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/qconf/qconf-1.5_pre717-r1.ebuild?rev=1.1&content-type=text/plain

Index: qconf-1.5_pre717-r1.ebuild
===================================================================
# 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/*
}






             reply	other threads:[~2010-12-20 11:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-20 11:48 Peter Volkov (pva) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-27 19:44 [gentoo-commits] gentoo-x86 commit in sys-devel/qconf: ChangeLog qconf-1.5_pre717-r1.ebuild Brent Baude (ranger)
2011-04-01 13:03 Kacper Kowalik (xarthisius)
2011-04-05 15:11 Jeroen Roovers (jer)
2011-04-11 13:27 PaweA Hajdan (phajdan.jr)
2011-04-25 14:39 Raul Porcel (armin76)
2012-06-14 13:21 Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101220114826.DE2D320054@flycatcher.gentoo.org \
    --to=pva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox