Gentoo Archives: gentoo-dev

From: "Tomáš Chvátal" <scarabeus@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [RFC] check-reqs.eclass.patch
Date: Tue, 30 Aug 2011 07:12:29
Message-Id: 4E5C8D2C.7090906@gentoo.org
1 Hi,
2 I got enough annoyed by check-reqs.eclass using epause and other nasty
3 things so I updated it to do this things:
4
5 * eclassdoc
6 * use pkg_pretend and pkg_setup phases to run the checks
7 * warn if ebuild use deprecated calls and keep backompat
8 * remove duplicated/unused code
9 * support for metrics 1G 15T instead of requiring all values to be
10 entered in megabytes.
11
12 Cheers
13
14 Tom

Attachments

File name MIME type
check-reqs.eclass.patch text/x-patch

Replies

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