diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-16 14:09:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-16 14:09:48 +0000 |
commit | c86a62898f3cc2e985f7daf459f9b712a850c984 (patch) | |
tree | 445a26122924f42b255e095f9980d413ab670c7a /app-mobilephone/gnokii | |
parent | Remove old ebuilds (diff) | |
download | gentoo-2-c86a62898f3cc2e985f7daf459f9b712a850c984.tar.gz gentoo-2-c86a62898f3cc2e985f7daf459f9b712a850c984.tar.bz2 gentoo-2-c86a62898f3cc2e985f7daf459f9b712a850c984.zip |
DESCRIPTION needs to go after inherit
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-mobilephone/gnokii')
-rw-r--r-- | app-mobilephone/gnokii/gnokii-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/gnokii/gnokii-9999.ebuild b/app-mobilephone/gnokii/gnokii-9999.ebuild index aa04533eb3bb..72963561c488 100644 --- a/app-mobilephone/gnokii/gnokii-9999.ebuild +++ b/app-mobilephone/gnokii/gnokii-9999.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.1 2009/08/16 10:09:49 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.2 2009/08/16 14:09:48 mr_bones_ Exp $ EAPI=2 inherit eutils linux-info autotools -DESCRIPTION="user space driver and tools for use with mobile phones" HOMEPAGE="http://www.gnokii.org/" if [ "$PV" != "9999" ]; then SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.bz2" @@ -17,6 +16,7 @@ else EGIT_REPO_URI="git://git.savannah.nongnu.org/gnokii.git" inherit git fi +DESCRIPTION="user space driver and tools for use with mobile phones" LICENSE="GPL-2" SLOT="0" |