From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P7tZQ-0000td-IW for garchives@archives.gentoo.org; Mon, 18 Oct 2010 17:32:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29A25E0739; Mon, 18 Oct 2010 17:31:32 +0000 (UTC) Received: from mail.not-your-server.de (mail.not-your-server.de [78.46.182.243]) by pigeon.gentoo.org (Postfix) with ESMTP id F3C76E0739 for ; Mon, 18 Oct 2010 17:31:31 +0000 (UTC) Received: from localhost (mail.not-your-server.de [127.0.0.1]) by mail.not-your-server.de (Postfix) with ESMTP id E2C665E462; Mon, 18 Oct 2010 19:31:30 +0200 (CEST) X-Virus-Scanned: amavisd-new at local Received: from mail.not-your-server.de ([127.0.0.1]) by localhost (static.243.182.46.78.clients.your-server.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sw0SHQWi9cz3; Mon, 18 Oct 2010 19:31:30 +0200 (CEST) Received: from [10.11.12.10] (unknown [10.11.12.10]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.not-your-server.de (Postfix) with ESMTPSA id EC8A65E45C; Mon, 18 Oct 2010 19:31:29 +0200 (CEST) Message-ID: <4CBC8471.3030709@j-schmitz.net> Date: Mon, 18 Oct 2010 19:31:29 +0200 From: Justin User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20101016 Lightning/1.0b3pre Thunderbird/3.1.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] android-notifier References: <4CBC7E86.9080302@xunil.at> In-Reply-To: <4CBC7E86.9080302@xunil.at> X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig96DAB334FC24C75839883E03" X-Archives-Salt: 24351c29-d8a8-4973-a1bc-6c96990face7 X-Archives-Hash: 52c84af6269268ad5928854f003a0bff This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig96DAB334FC24C75839883E03 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 18/10/10 19:06, Stefan G. Weichinger wrote: > # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs-fuse/zfs-fuse-0.6.9-r1.ebuild,v 1.2 2010/06/23 08:56:57 ssuominen Exp $ EAPI=3D"2" inherit eutils multilib DESCRIPTION=3D"Desktop event notifier for Android devices" HOMEPAGE=3D"http://code.google.com/p/android-notifier/" SRC_URI=3D"amd64? ( http://android-notifier.googlecode.com/files/${PN}-desktop-${PV}-linux-am= d64.zip ) x86? ( http://android-notifier.googlecode.com/files/${PN}-desktop-${PV}-linux-i3= 86.zip )" LICENSE=3D"GPL-3" SLOT=3D"0" KEYWORDS=3D"~amd64 ~x86" IUSE=3D"" RDEPEND=3D"" DEPEND=3D"${RDEPEND}" You can leave this away when empty. get_home() { echo "/usr/share/android-notifier-desktop" } Unnecessary. src_install() { dodir "$(get_home)" || die "mkdir failed" Not needed, it is included in insinto() insinto "$(get_home)" cp -R ${WORKDIR}/android-notifier-desktop/* "$D/$(get_home)" || die use doins() instead make_wrapper android-notifier ./run.sh "$(get_home)" doicon "$D/$(get_home)"/icons/$PN-desktop.png \ || die "newicon failed" make_desktop_entry android-notifier "AndroidNotifier" \ /usr/share/pixmaps/${PN}-desktop.png "Utility" || die "make_desktop_entry failed" } Indent your code. justin --------------enig96DAB334FC24C75839883E03 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAky8hHEACgkQgAnW8HDreRb3iwCbB0mfO9ZwLmVPLYo/CNua2wg5 Z1QAn1UZuFHcb9zQ3dXDxtqmsU5r7eY8 =r04C -----END PGP SIGNATURE----- --------------enig96DAB334FC24C75839883E03--