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: Sat, 27 Sep 2008 13:46:58 +0000	[thread overview]
Message-ID: <E1Kja8Q-0004I2-UE@stork.gentoo.org> (raw)

betelgeuse    08/09/27 13:46:58

  Modified:             gambas-2.8.2.ebuild ChangeLog
  Log:
  Use EAPI 2 use dependencies instead of built_with_use.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)

Revision  Changes    Path
1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/gambas-2.8.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/gambas/gambas-2.8.2.ebuild?r1=1.2&r2=1.3

Index: gambas-2.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-2.8.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gambas-2.8.2.ebuild	14 Sep 2008 18:21:57 -0000	1.2
+++ gambas-2.8.2.ebuild	27 Sep 2008 13:46:58 -0000	1.3
@@ -1,8 +1,8 @@
 # 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.2 2008/09/14 18:21:57 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/gambas-2.8.2.ebuild,v 1.3 2008/09/27 13:46:58 betelgeuse Exp $
 
-EAPI="1"
+EAPI="2"
 
 inherit autotools eutils fdo-mime qt3 multilib toolchain-funcs
 
@@ -18,7 +18,6 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="bzip2 corba curl debug doc examples firebird gtk kde mysql odbc opengl pcre pdf postgres qt3 sdl smtp sqlite sqlite3 svg v4l xml zlib"
 
-DEPEND=""
 RDEPEND="bzip2?	( >=app-arch/bzip2-1.0.5 )
 	corba?	( >=net-misc/omniORB-4.1.0 )
 	curl?	( >=net-misc/curl-7.15.5-r1 )
@@ -39,14 +38,13 @@
 	svg?	( >=gnome-base/librsvg-2.16.1-r2 )
 	v4l?	( >=media-libs/libpng-1.2.26 >=media-libs/jpeg-6b-r8 )
 	xml?	( >=dev-libs/libxml2-2.6.31 >=dev-libs/libxslt-1.1.22 )
-	zlib?	( >=sys-libs/zlib-1.2.3-r1 )"
+	zlib?	( >=sys-libs/zlib-1.2.3-r1 )
+	sys-devel/gcc[libffi]"
+DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
 pkg_setup() {
-	built_with_use sys-devel/gcc libffi \
-	|| die "gcc needs to be build with the USE flag libffi"
-
 	# ImageProvider implementers, see .component files for more info
 	if ! { use qt3 || use gtk || use sdl; } ; then
 	use pdf && die "PDF support depends on Qt, GTK or SDL being enabled"
@@ -78,7 +76,7 @@
 	fi
 }
 
-my_reduce_eautoreconf () {
+my_reduce_eautoreconf() {
 	sed -i -e "/^\(AC\|GB\)_CONFIG_SUBDIRS(${1}[,)]/d" \
 	configure.ac \
 	|| die "my_reduce_eautoreconf: sed on configure.ac failed with ${1}"
@@ -88,7 +86,7 @@
 	|| die "my_reduce_eautoreconf: sed on Makefile.am failed with ${1}"
 }
 
-my_examine_components () {
+my_examine_components() {
 	local comp="gb.*/src/*.component gb.*/src/*/*.component main/lib/*/*.component comp/src/*/.component"
 
 	# Examine app/src/gambas2/CComponent.class for more info



1.51                 dev-util/gambas/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	14 Sep 2008 21:54:50 -0000	1.50
+++ ChangeLog	27 Sep 2008 13:46:58 -0000	1.51
@@ -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.50 2008/09/14 21:54:50 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gambas/ChangeLog,v 1.51 2008/09/27 13:46:58 betelgeuse Exp $
+
+  27 Sep 2008; Petteri Räty <betelgeuse@gentoo.org> gambas-2.8.2.ebuild:
+  Use EAPI 2 use dependencies instead of built_with_use.
 
   14 Sep 2008; Jeremy Olexa <darkside@gentoo.org> -files/Makefile.am-0.97a,
   -files/Makefile.am-1.0_rc2, -files/gambas-1.0.6-configure-CFLAGS.patch,
@@ -98,7 +101,7 @@
   gambas-1.0.6.ebuild, gambas-1.0.10.ebuild:
   slot change in preparation for gambas-2 (on genones request)
 
-*gambas-1.0.9 (14 Aug 2005)
+*gambas-1.0.10 (14 Aug 2005)
 
   14 Aug 2005; Marius Mauch <genone@gentoo.org> gambas-1.0.6.ebuild,
   +gambas-1.0.10.ebuild:
@@ -193,7 +196,7 @@
   +gambas-0.95.ebuild:
   version bump
 
-*gambas-0.94 (05 Jul 2004)
+*gambas-0.94a (05 Jul 2004)
 
   05 Jul 2004; Marius Mauch <genone@gentoo.org> +files/WebHome.html,
   +files/non-symlink-0.94.patch, -gambas-0.94.ebuild, +gambas-0.94a.ebuild:






             reply	other threads:[~2008-09-27 13:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-27 13:46 Petteri Raty (betelgeuse) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-10-01 17:35 [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=E1Kja8Q-0004I2-UE@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