Gentoo Archives: gentoo-dev

From: Karl Trygve Kalleberg <karltk@×××××××.no>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Policy with dependencies
Date: Sat, 22 Sep 2001 11:06:37
Message-Id: 20010922190031.A1441@prosalg.no
1 I'm working on packaging a system tool called subterfugue [sic]. It can be
2 thought of as a very jazzed up version of strace.
3
4 It is written Python. Some of its operating modes, such as NetThrottle
5 (sets a limit on the bandwidth a particular process may eat) requires
6 pygtk, but most (if not all) the other scripts for subterfugue do not.
7
8 For sf to depend on pygtk, it will depend on gnome, x11 and a slew of
9 other packages, even though 95% of sf itself is ideally suited for an
10 X-free (no X) box.
11
12 Merging in pygtk later on makes it work perfectly.
13
14 Should I just make a not in post_install() about this, and don't bother
15 with the pygtk dependency ?
16
17
18 Kind regards,
19
20 Karl T

Replies

Subject Author
Re: [gentoo-dev] Policy with dependencies Morgan Christiansson <sft3905@××××××××××××.se>