diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-09-29 03:58:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-09-29 03:58:24 +0000 |
commit | df183c4685ea536a1f555fe7500e9b5fc43a264b (patch) | |
tree | f8c03708c1cec87006b757067ac492f727eb47a2 /net-im/coccinella | |
parent | Cleanup old ebuilds and repoman warnings. (diff) | |
download | gentoo-2-df183c4685ea536a1f555fe7500e9b5fc43a264b.tar.gz gentoo-2-df183c4685ea536a1f555fe7500e9b5fc43a264b.tar.bz2 gentoo-2-df183c4685ea536a1f555fe7500e9b5fc43a264b.zip |
inherit goes at the top
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-im/coccinella')
-rw-r--r-- | net-im/coccinella/coccinella-0.96.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/coccinella/coccinella-0.96.10.ebuild b/net-im/coccinella/coccinella-0.96.10.ebuild index 9e40196c1923..3c821dca62db 100644 --- a/net-im/coccinella/coccinella-0.96.10.ebuild +++ b/net-im/coccinella/coccinella-0.96.10.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.96.10.ebuild,v 1.2 2008/09/28 22:40:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.96.10.ebuild,v 1.3 2008/09/29 03:58:24 mr_bones_ Exp $ + +inherit eutils NAME=Coccinella DESCRIPTION="Jabber Client With a Built-in Whiteboard and VoIP (jingle)" HOMEPAGE="http://www.thecoccinella.org/" SRC_URI="mirror://sourceforge/coccinella/${NAME}-${PV}Src.tar.gz" -inherit eutils - LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" |