Gentoo Archives: gentoo-dev

From: Maxim Koltsov <maksbotan@g.o>
To: "Michał Górny" <mgorny@g.o>, 0xd34df00d@×××××.com, gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: RFC: leechcraft.eclass
Date: Thu, 18 Aug 2011 15:31:24
Message-Id: CAB_KkxwvpXVTv6iQ3cgO9a6R=ZQXDtcmf1MBOoKF-9YX2F581A@mail.gmail.com
In Reply to: Re: [gentoo-dev] Re: RFC: leechcraft.eclass by "Michał Górny"
1 2011/8/18 Michał Górny <mgorny@g.o>:
2 > On Thu, 18 Aug 2011 14:38:01 +0400
3 > Maxim Koltsov <maksbotan@g.o> wrote:
4 >
5 >
6 >>       0|1) die "EAPI not supported, bug ebuild mantainer" ;;
7 >>       *) die "Unknown EAPI, Bug eclass maintainers." ;;
8 >
9 > I think I already mentioned that. Keep consistent case, and in this
10 > case lowercase 'bug' is correct'.
11
12 Sorry, i lost fixed version and forgot to correct this in new one :(
13
14 >> # @ECLASS-VARIABLE: LC_PCAT
15 >> # @DESCRIPTION:
16 >> # Set this to the category of the plugin, if any.
17 >> : ${LC_PCAT:=}
18 >
19 > Please use verbose variable names, and prefix them with eclass
20 > filename; e.g. LEECHCRAFT_PLUGIN_CATEGORY.
21 >
22 > And I think @DEFAULT_UNSET may be of interest too.
23 done
24
25 > if-elif-else-fi.
26 done
27
28 > And I think you dropped gentoo-dev@ from recipients a few mails ago.
29 Yes, added it now.
30
31 --
32 Regards, Maxim.

Attachments

File name MIME type
leechcraft.eclass application/octet-stream

Replies

Subject Author
Re: [gentoo-dev] Re: RFC: leechcraft.eclass "Michał Górny" <mgorny@g.o>