From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=DATE_IN_PAST_12_24,DMARC_NONE, INVALID_DATE,MAILING_LIST_MULTI autolearn=no autolearn_force=no version=4.0.0 Received: from hermes.sistina.com ([208.210.145.141] helo=sistina.com) by cvs.gentoo.org with smtp (Exim 3.30 #1) id 15KnBy-0004M0-00 for gentoo-dev@cvs.gentoo.org; Thu, 12 Jul 2001 14:36:10 -0600 Received: (qmail 29946 invoked from network); 12 Jul 2001 20:35:01 -0000 Received: from leela.sistina.com (HELO minime.sistina.com) (208.210.145.140) by hermes.sistina.com with SMTP; 12 Jul 2001 20:35:01 -0000 Received: by minime.sistina.com (sSMTP sendmail emulation); Thu, 12 Jul 2001 15:35:42 -0500 From: Ben Lutgens To: gentoo-dev@cvs.gentoo.org Subject: Re: [gentoo-dev] ebuild for doxygen Message-ID: <20010712153542.A877@minime.sistina.com> References: <1DCB85BD45DED211B12D009027279E4F476756@murcury> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1DCB85BD45DED211B12D009027279E4F476756@murcury>; from SMitchell@phoenix-interactive.com on Thu, Jul 12, 2001 at 03:39:54PM -0400 X-Mailer: telnet yourmailserver 25 Sender: gentoo-dev-admin@cvs.gentoo.org Errors-To: gentoo-dev-admin@cvs.gentoo.org X-BeenThere: gentoo-dev@cvs.gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@cvs.gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Thu Jul 12 14:37:02 2001 X-Original-Date: Thu, 12 Jul 2001 15:35:42 -0500 X-Archives-Salt: dbf0c68e-a1f5-4979-9a06-9e5126252235 X-Archives-Hash: 7ed499fb18a7c438c6f7e18a530cb9fc --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 12, 2001 at 03:39:54PM -0400, Sean Mitchell wrote: > <>=20 > >This is my first attempt at an ebuild. It builds and installs fine, but wh= en >I unmerge it there are leftovers (specifically /usr/bin/doxy*). Should I be >using doexe or exeinto? If so what's the syntax? YOu need to read the Makefile. Look in the install: target for the possibility of using DESTDIR or prefix. The idea is you wanna tell the makefile that the destination dir is ${D} this will cause everything to be initally installed by make into /tmp/portage/$PN/image, where it can then be packaged up and then properly "merged" into the system. Overall I think your ebuild look o.k. (I confess I didn't test it) but the bottom line is that you _have_ to install to ${D} or else there's no hope of "unmerge"ing the stuff later.=20 Please see "man 5 ebuild" as it contains a veritable wealth of information.=20 I'll test this now. > >Cheers, > >Sean > > >------------------------------------------------------------------------ > Sean Mitchell Software Engineer > smitchell@phoenix-interactive.com Phoenix Interactive Design Inc > tel. 519-679-2913 x237 4th Floor, 137 Dundas St > fax. 519 679 6773 London, ON, Canada N6A 1E9 > ICQ# 104246806 >------------------------------------------------------------------------ > --=20 Ben Lutgens =09 Sistina Software Inc.=09 Kernel panic: I have no root and I want to scream --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7TgoeLxkxGgLdGQgRAv/hAJwIOsp6PGml4yuV5zsU6qlnzndEHACfeEog fkhEOiwLWUBIPyYWRnpQdcg= =u8RT -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV--