Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 752558 - app-metrics/collectd: migrate to lua eclasses
Summary: app-metrics/collectd: migrate to lua eclasses
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Deutschmann (RETIRED)
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: slotted-lua
  Show dependency tree
 
Reported: 2020-11-03 15:35 UTC by Marek Szuba
Modified: 2021-02-05 18:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
collectd-5.12.0-r100.ebuild (collectd-5.12.0-r100.ebuild,20.08 KB, text/plain)
2020-12-22 11:24 UTC, Marek Szuba
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Szuba archtester gentoo-dev 2020-11-03 15:35:44 UTC
In order for Gentoo Linux to properly support side-by-side installation of
different versions of Lua (including LuaJIT), please migrate this package as
to lua.eclass (for packages which should support multiple Lua implementations
at the same time, i.e. most likely Lua modules) or lua-single.eclass (for
packages which only have to support one Lua implementation at a time). For
details, consult documentation of respective eclasses as well as
already-migrated ebuilds in the tree.

Please note that since slotted dev-lang/lua is currently masked, your
migrated ebuilds should be masked as well. There is a section of package.mask,
created in September 2020, which you can use for this purpose so that it will
be easier in the future to unmask them all in one go.

Thank you in advance for your effort!
Comment 1 Marek Szuba archtester gentoo-dev 2020-12-22 11:24:05 UTC
Created attachment 679221 [details]
collectd-5.12.0-r100.ebuild

Attaching a migrated ebuild for review.
Comment 2 Larry the Git Cow gentoo-dev 2021-02-05 18:09:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f41c6647286fb4c39a56753b255cc7ce802bb52

commit 2f41c6647286fb4c39a56753b255cc7ce802bb52
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2021-02-05 17:04:17 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2021-02-05 18:09:13 +0000

    app-metrics/collectd: rev bump
    
    - Migrate to EAPI 7.
    
    - Migrate to LUA eclass. [Bug 752558]
    
    - Migrate to acct-* eclass. [Bug 701254]
    
    - Install UDEV rule when USE=collectd_plugins_disk with USE=udev.
      [Bug 763090]
    
    Bug: https://bugs.gentoo.org/701254
    Closes: https://bugs.gentoo.org/752558
    Closes: https://bugs.gentoo.org/763090
    Package-Manager: Portage-3.0.14, Repoman-3.0.2
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 app-metrics/collectd/collectd-5.12.0-r1.ebuild | 568 +++++++++++++++++++++++++
 1 file changed, 568 insertions(+)