* [gentoo-commits] gentoo-x86 commit in net-misc/mico: mico-9999.ebuild ChangeLog
@ 2011-05-26 20:44 Michael Haubenwallner (haubi)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Haubenwallner (haubi) @ 2011-05-26 20:44 UTC (permalink / raw
To: gentoo-commits
haubi 11/05/26 20:44:27
Modified: mico-9999.ebuild ChangeLog
Log:
Do all inherits before any other metadata. Little reorg in metadata setting for more readability.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Revision Changes Path
1.2 net-misc/mico/mico-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/mico-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/mico-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/mico-9999.ebuild?r1=1.1&r2=1.2
Index: mico-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mico/mico-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mico-9999.ebuild 26 May 2011 10:30:50 -0000 1.1
+++ mico-9999.ebuild 26 May 2011 20:44:27 -0000 1.2
@@ -1,32 +1,34 @@
# Copyright 1999-2011 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.1 2011/05/26 10:30:50 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/mico-9999.ebuild,v 1.2 2011/05/26 20:44:27 haubi Exp $
EAPI="3"
inherit eutils flag-o-matic toolchain-funcs autotools
DESCRIPTION="A freely available and fully compliant implementation of the CORBA standard"
-HOMEPAGE="http://www.mico.org/"
-SRC_URI="http://www.mico.org/${P}.tar.gz"
-
-PATCH_VER=20110526
-
if [[ ${PV} == 9999 ]]; then
- SRC_URI=""
EDARCS_REPOSITORY="http://mico.org/mico-darcs-repository"
inherit darcs
fi
+PATCH_VER=20110526
+
+HOMEPAGE="http://www.mico.org/"
+SRC_URI="http://www.mico.org/${P}.tar.gz"
+
+[[ ${PV} == 9999 ]] &&
+ SRC_URI=""
+
+[[ -n ${PATCH_VER} ]] &&
+ SRC_URI="${SRC_URI} http://dev.gentoo.org/~haubi/distfiles/${P}-gentoo-patches-${PATCH_VER}.tar.bz2"
+
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS=""
IUSE="gtk postgres qt4 ssl tcl threads X"
RESTRICT="test" #298101
-[[ -z ${PATCH_VER} ]] || \
- SRC_URI="${SRC_URI} http://dev.gentoo.org/~haubi/distfiles/${P}-gentoo-patches-${PATCH_VER}.tar.bz2"
-
# doesn't compile:
# bluetooth? ( net-wireless/bluez )
1.33 net-misc/mico/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mico/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 26 May 2011 10:30:50 -0000 1.32
+++ ChangeLog 26 May 2011 20:44:27 -0000 1.33
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/mico
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/ChangeLog,v 1.32 2011/05/26 10:30:50 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/ChangeLog,v 1.33 2011/05/26 20:44:27 haubi Exp $
+
+ 26 May 2011; Michael Haubenwallner <haubi@gentoo.org> mico-9999.ebuild:
+ Do all inherits before any other metadata. Little reorg in metadata
+ setting for more readability.
*mico-9999 (26 May 2011)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/mico: mico-9999.ebuild ChangeLog
@ 2011-05-26 20:47 Michael Haubenwallner (haubi)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Haubenwallner (haubi) @ 2011-05-26 20:47 UTC (permalink / raw
To: gentoo-commits
haubi 11/05/26 20:47:56
Modified: mico-9999.ebuild ChangeLog
Log:
err, do not try to trigger the description problem
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Revision Changes Path
1.3 net-misc/mico/mico-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/mico-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/mico-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/mico-9999.ebuild?r1=1.2&r2=1.3
Index: mico-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mico/mico-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mico-9999.ebuild 26 May 2011 20:44:27 -0000 1.2
+++ mico-9999.ebuild 26 May 2011 20:47:56 -0000 1.3
@@ -1,12 +1,11 @@
# Copyright 1999-2011 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.2 2011/05/26 20:44:27 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/mico-9999.ebuild,v 1.3 2011/05/26 20:47:56 haubi Exp $
EAPI="3"
inherit eutils flag-o-matic toolchain-funcs autotools
-DESCRIPTION="A freely available and fully compliant implementation of the CORBA standard"
if [[ ${PV} == 9999 ]]; then
EDARCS_REPOSITORY="http://mico.org/mico-darcs-repository"
inherit darcs
@@ -14,6 +13,7 @@
PATCH_VER=20110526
+DESCRIPTION="A freely available and fully compliant implementation of the CORBA standard"
HOMEPAGE="http://www.mico.org/"
SRC_URI="http://www.mico.org/${P}.tar.gz"
1.34 net-misc/mico/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/mico/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/mico/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 26 May 2011 20:44:27 -0000 1.33
+++ ChangeLog 26 May 2011 20:47:56 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/mico
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/ChangeLog,v 1.33 2011/05/26 20:44:27 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/mico/ChangeLog,v 1.34 2011/05/26 20:47:56 haubi Exp $
+
+ 26 May 2011; Michael Haubenwallner <haubi@gentoo.org> mico-9999.ebuild:
+ err, do not try to trigger the description problem
26 May 2011; Michael Haubenwallner <haubi@gentoo.org> mico-9999.ebuild:
Do all inherits before any other metadata. Little reorg in metadata
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/mico: mico-9999.ebuild ChangeLog
@ 2012-09-24 21:03 Michael Haubenwallner (haubi)
0 siblings, 0 replies; 3+ messages in thread
From: Michael Haubenwallner (haubi) @ 2012-09-24 21:03 UTC (permalink / raw
To: gentoo-commits
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 <haubi@gentoo.org> 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)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-09-24 21:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 20:44 [gentoo-commits] gentoo-x86 commit in net-misc/mico: mico-9999.ebuild ChangeLog Michael Haubenwallner (haubi)
-- strict thread matches above, loose matches on Subject: below --
2011-05-26 20:47 Michael Haubenwallner (haubi)
2012-09-24 21:03 Michael Haubenwallner (haubi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox