From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D97FE138010 for ; Mon, 24 Sep 2012 21:04:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B94A21C261; Mon, 24 Sep 2012 21:03:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5D7CA21C258 for ; Mon, 24 Sep 2012 21:03:52 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7518633D704 for ; Mon, 24 Sep 2012 21:03:51 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2193) id 33CE721600; Mon, 24 Sep 2012 21:03:50 +0000 (UTC) From: "Michael Haubenwallner (haubi)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, haubi@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-misc/mico: mico-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mico-9999.ebuild ChangeLog X-VCS-Directories: net-misc/mico X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120924210350.33CE721600@flycatcher.gentoo.org> Date: Mon, 24 Sep 2012 21:03:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8915db84-d961-475f-84b3-71091d891244 X-Archives-Hash: 7c5355e9afbb8e54dd49e1e99eb11d60 haubi 12/09/24 21:03:50 Modified: mico-9999.ebuild ChangeLog Log: Update patchset: Drop obsole patches. Avoid the need to resolve hostnames within idl-compiler, bug#343827. Search for gtk releases by major number, can drop the gtk-1 wrapper. But still does not support gtk-3. (Portage version: 2.1.10.65/cvs/Linux x86_64) Revision Changes Path 1.4 net-misc/mico/mico-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/mico-9999.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/mico-9999.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/mico-9999.ebuild?r1=1.3&r2=1.4 Index: mico-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/mico/mico-9999.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mico-9999.ebuild 26 May 2011 20:47:56 -0000 1.3 +++ mico-9999.ebuild 24 Sep 2012 21:03:50 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/mico-9999.ebuild,v 1.3 2011/05/26 20:47:56 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/mico-9999.ebuild,v 1.4 2012/09/24 21:03:50 haubi Exp $ EAPI="3" @@ -11,7 +11,7 @@ inherit darcs fi -PATCH_VER=20110526 +PATCH_VER=20120924 DESCRIPTION="A freely available and fully compliant implementation of the CORBA standard" HOMEPAGE="http://www.mico.org/" @@ -71,11 +71,6 @@ src_configure() { tc-export CC CXX - if use gtk; then - # need gtk-1 wrapper for gtk-2 - export PATH="${WORKDIR}"/helpers:${PATH} - fi - # Don't know which version of JavaCUP would suffice, but there is no # configure argument to disable checking for JavaCUP. # So we override the configure check to not find 'javac'. @@ -98,8 +93,7 @@ # '--without-*' or '--with-*=no' does not disable some features, # the value needs to be empty instead. - # This applies to: gtk, pgsql, qt, tcl, bluetooth. - myconf --with-gtk=$( use gtk && echo "${EPREFIX}"/usr) + # This applies to: pgsql, qt, tcl, bluetooth. myconf --with-pgsql=$(use postgres && echo "${EPREFIX}"/usr) myconf --with-qt=$( use qt4 && echo "${EPREFIX}"/usr) myconf --with-tcl=$( use tcl && echo "${EPREFIX}"/usr) @@ -108,6 +102,8 @@ myconf --disable-wireless # But --without-x works. myconf $(use_with X x "${EPREFIX}"/usr) + # Same for gtk after patch 013, searches for gtk release. + myconf $(use_with gtk gtk 2) # http://www.mico.org/pipermail/mico-devel/2009-April/010285.html [[ ${CHOST} == *-hpux* ]] && append-cppflags -D_XOPEN_SOURCE_EXTENDED 1.37 net-misc/mico/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/mico/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 24 Sep 2012 20:39:20 -0000 1.36 +++ ChangeLog 24 Sep 2012 21:03:50 -0000 1.37 @@ -1,6 +1,11 @@ # ChangeLog for net-misc/mico # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/ChangeLog,v 1.36 2012/09/24 20:39:20 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/ChangeLog,v 1.37 2012/09/24 21:03:50 haubi Exp $ + + 24 Sep 2012; Michael Haubenwallner mico-9999.ebuild: + Update patchset: Drop obsole patches. Avoid the need to resolve hostnames + within idl-compiler, bug#343827. Search for gtk releases by major number, can + drop the gtk-1 wrapper. But still does not support gtk-3. *mico-2.3.13-r6 (24 Sep 2012)