summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2011-05-26 20:44:27 +0000
committerMichael Haubenwallner <haubi@gentoo.org>2011-05-26 20:44:27 +0000
commitdf496c10d563f51249f00e7593bc03244cd21738 (patch)
tree11ce0942ac3d18ebfea05dc8a26c070c1b1c0edb /net-misc
parentImport 2.6.39 patch and Enrico Tagliavini's ebuild from the x11 overlay, bug ... (diff)
downloadgentoo-2-df496c10d563f51249f00e7593bc03244cd21738.tar.gz
gentoo-2-df496c10d563f51249f00e7593bc03244cd21738.tar.bz2
gentoo-2-df496c10d563f51249f00e7593bc03244cd21738.zip
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)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/mico/ChangeLog6
-rw-r--r--net-misc/mico/mico-9999.ebuild22
2 files changed, 17 insertions, 11 deletions
diff --git a/net-misc/mico/ChangeLog b/net-misc/mico/ChangeLog
index 8705860ec88d..7de5b02846d8 100644
--- a/net-misc/mico/ChangeLog
+++ b/net-misc/mico/ChangeLog
@@ -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)
diff --git a/net-misc/mico/mico-9999.ebuild b/net-misc/mico/mico-9999.ebuild
index 3ab51437365e..4bc5114b16da 100644
--- a/net-misc/mico/mico-9999.ebuild
+++ b/net-misc/mico/mico-9999.ebuild
@@ -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 )