public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petteri Raty (betelgeuse)" <betelgeuse@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/gambas: gambas-2.8.2.ebuild ChangeLog
Date: Wed, 01 Oct 2008 17:35:46 +0000	[thread overview]
Message-ID: <E1Kl5c2-0001C9-3P@stork.gentoo.org> (raw)

betelgeuse    08/10/01 17:35:46

  Modified:             gambas-2.8.2.ebuild ChangeLog
  Log:
  Use src_prepare and src_configure so that we don't run econf twice.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)

Revision  Changes    Path
1.4                  dev-util/gambas/gambas-2.8.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/gambas-2.8.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/gambas-2.8.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/gambas-2.8.2.ebuild?r1=1.3&r2=1.4

Index: gambas-2.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-2.8.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gambas-2.8.2.ebuild	27 Sep 2008 13:46:58 -0000	1.3
+++ gambas-2.8.2.ebuild	1 Oct 2008 17:35:45 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-2.8.2.ebuild,v 1.3 2008/09/27 13:46:58 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-2.8.2.ebuild,v 1.4 2008/10/01 17:35:45 betelgeuse Exp $
 
 EAPI="2"
 
@@ -101,10 +101,7 @@
 	einfo
 }
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
+src_prepare() {
 	if { ! use qt3; } && use gtk; then
 	ebegin "Applying sed no-Qt-use-GTK-workaround-patch (EXPERIMENTAL)"
 	# Gentoo-specific patch/workaround
@@ -204,7 +201,7 @@
 	eautoreconf || die "eautoreconf failed"
 }
 
-src_compile() {
+src_configure() {
 	local myconf
 	local myconf_main
 	local myconf_qt
@@ -255,12 +252,9 @@
 	myconf_xml="$(use_enable xml xslt)"
 
 	econf --config-cache \
-	${myconf} ${myconf_main} ${myconf_qt} ${myconf_xml} \
-	$(use_enable debug) --disable-profiling \
-	--docdir=/usr/share/doc/${PF} --htmldir=/usr/share/doc/${PF}/html \
-	|| die "econf failed"
-
-	emake || die "emake failed"
+		${myconf} ${myconf_main} ${myconf_qt} ${myconf_xml} \
+		$(use_enable debug) --disable-profiling \
+		--docdir=/usr/share/doc/${PF} --htmldir=/usr/share/doc/${PF}/html
 }
 
 my_dekstop_and_icon () {



1.52                 dev-util/gambas/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	27 Sep 2008 13:46:58 -0000	1.51
+++ ChangeLog	1 Oct 2008 17:35:45 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/gambas
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.51 2008/09/27 13:46:58 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.52 2008/10/01 17:35:45 betelgeuse Exp $
+
+  01 Oct 2008; Petteri Räty <betelgeuse@gentoo.org> gambas-2.8.2.ebuild:
+  Use src_prepare and src_configure so that we don't run econf twice.
 
   27 Sep 2008; Petteri Räty <betelgeuse@gentoo.org> gambas-2.8.2.ebuild:
   Use EAPI 2 use dependencies instead of built_with_use.






             reply	other threads:[~2008-10-01 17:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-01 17:35 Petteri Raty (betelgeuse) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-09-27 13:46 [gentoo-commits] gentoo-x86 commit in dev-util/gambas: gambas-2.8.2.ebuild ChangeLog Petteri Raty (betelgeuse)
2008-09-14 18:21 Jeremy Olexa (darkside)

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=E1Kl5c2-0001C9-3P@stork.gentoo.org \
    --to=betelgeuse@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