Gentoo Archives: gentoo-dev

From: "Marijn Schouten (hkBst)" <hkBst@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Maintainence of /usr/portage/skel.* and some updates for skel.ebuild
Date: Mon, 16 Mar 2009 21:48:17
Message-Id: 49BEC90A.9030708@gentoo.org
In Reply to: Re: [gentoo-dev] Maintainence of /usr/portage/skel.* and some updates for skel.ebuild by Thomas Sachau
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Thomas Sachau wrote:
5 > Petteri Räty schrieb:
6 >> Thomas Sachau wrote:
7 >>> I would like to know, if there is some policy about editing skel.* files or who owns/maintains them.
8 >>> Additionally, i suggest some changes to skel.ebuild:
9 >>>
10 >> Posts diffs to gentoo-dev and if there are no objections --> commit.
11 >>
12 >> Regards,
13 >> Petteri
14 >>
15 >
16 > ok, here my proposed diff for skel.ebuild
17 >
18 >
19 # Run-time dependencies. Must be defined to whatever this depends on to run.
20 # The below is valid if the same run-time depends are required to compile.
21 - -RDEPEND="${DEPEND}"
22 +# You only need to define this, if you have run-time dependencies or dont have
23 +# run-time dependencies, but compile time dependencies set in DEPEND (in this
24 +# case, it should be RDEPEND="").
25 +#RDEPEND="${DEPEND}"
26
27 Why not make it simple and require RDEPEND to be defined?
28
29 Marijn
30
31 - --
32 Gods do not want you to think, lest they lose existence.
33 Religions do not want you to think, lest they lose power.
34
35 Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML
36 <http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode
37 -----BEGIN PGP SIGNATURE-----
38 Version: GnuPG v2.0.10 (GNU/Linux)
39 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
40
41 iEYEARECAAYFAkm+yQkACgkQp/VmCx0OL2yXGwCgkaV9tQMuJg+A3VLjwHnCEQV2
42 KOcAoJ5yn+ZEEu8mZqXf5LwWWLEMb5yE
43 =Hpvn
44 -----END PGP SIGNATURE-----

Replies

Subject Author
Re: [gentoo-dev] Maintainence of /usr/portage/skel.* and some updates for skel.ebuild "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>