Gentoo Archives: gentoo-dev

From: Sean Mitchell <SMitchell@×××××××××××××××××××.com>
To: gentoo-dev@××××××××××.org
Subject: RE: [gentoo-dev] ebuild for doxygen
Date: Fri, 13 Jul 2001 07:00:46
Message-Id: 1DCB85BD45DED211B12D009027279E4F47676B@murcury
1 > -----Original Message-----
2 > From: Ben Lutgens [mailto:blutgens@×××××××.com]
3 > Sent: Thursday, July 12, 2001 4:36 PM
4 > To: gentoo-dev@××××××××××.org
5 > Subject: Re: [gentoo-dev] ebuild for doxygen
6
7 > YOu need to read the Makefile. Look in the install: target for the
8 > possibility of using DESTDIR or prefix. The idea is you wanna tell the
9 > makefile that the destination dir is ${D} this will cause
10 > everything to
11 > be initally installed by make into /tmp/portage/$PN/image,
12 > where it can
13 > then be packaged up and then properly "merged" into the system.
14 >
15 > Overall I think your ebuild look o.k. (I confess I didn't test it) but
16 > the bottom line is that you _have_ to install to ${D} or else
17 > there's no
18 > hope of "unmerge"ing the stuff later.
19
20 My thanks to you and Dan for helping me out here. I've attached the updated
21 ebuild which now uses QT if defined as a USE and properly installs and
22 uninstalls.
23
24 > Please see "man 5 ebuild" as it contains a veritable wealth of
25 > information.
26
27 And so it does. You'd think after a year of OpenBSD I'd have checked "man 5"
28 and not just "man".
29
30 Cheers,
31
32 Sean
33
34 ------------------------------------------------------------------------
35 Sean Mitchell Software Engineer
36 smitchell@×××××××××××××××××××.com Phoenix Interactive Design Inc
37 tel. 519-679-2913 x237 4th Floor, 137 Dundas St
38 fax. 519 679 6773 London, ON, Canada N6A 1E9
39 ICQ# 104246806
40 ------------------------------------------------------------------------

Attachments

File name MIME type
doxygen-1.2.8.1.ebuild application/octet-stream

Replies

Subject Author
Re: [gentoo-dev] ebuild for doxygen Ben Lutgens <blutgens@×××××××.com>