diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2011-05-26 20:47:56 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2011-05-26 20:47:56 +0000 |
commit | 7efe3e5164da8e18f158a37859c85cd1364b7e78 (patch) | |
tree | 34a8169d21006df21f2a3d913008ead43b817c14 /net-misc | |
parent | Marking emacs-updater-1.8 ppc for bug 362209 (diff) | |
download | gentoo-2-7efe3e5164da8e18f158a37859c85cd1364b7e78.tar.gz gentoo-2-7efe3e5164da8e18f158a37859c85cd1364b7e78.tar.bz2 gentoo-2-7efe3e5164da8e18f158a37859c85cd1364b7e78.zip |
err, do not try to trigger the description problem
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/mico/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/mico/mico-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/mico/ChangeLog b/net-misc/mico/ChangeLog index 7de5b02846d8..a4dacd759e01 100644 --- a/net-misc/mico/ChangeLog +++ b/net-misc/mico/ChangeLog @@ -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 diff --git a/net-misc/mico/mico-9999.ebuild b/net-misc/mico/mico-9999.ebuild index 4bc5114b16da..acc1dba568d3 100644 --- a/net-misc/mico/mico-9999.ebuild +++ b/net-misc/mico/mico-9999.ebuild @@ -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 @@ fi 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" |