summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libucl: drop old versionConrad Kostecki2021-03-261-62/+0
| | | | | | | Dropping old version, which does not support slotted lua Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Normalize metadata.xml filesMichał Górny2021-03-161-1/+1
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libucl: fix lua USE flagAisha Tammy2020-12-272-2/+6
| | | | | | | | | | | remove calling lua_setup and co. when not with USE lua Closes: https://bugs.gentoo.org/761808 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/18837 Signed-off-by: Sam James <sam@gentoo.org>
* */*: limit pkgs not migrated to lua eclasses to dev-lang/lua:0Marek Szuba2020-12-151-1/+1
| | | | | | | | | | | Only ebuilds which previously were happy with any slot (those which explicitly specify one of the 5.x slots are allowed to keep doing so until they have been migrated to the eclasses) and which do not require a version of Lua higher than 5.1 (to prevent CI from complaining about non-existent dependencies; all of these should have been masked or USE-masked by now anyway). Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/libucl: revision bump for slotted luaAisha Tammy2020-12-082-7/+87
| | | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/18557 Closes: https://bugs.gentoo.org/752591 Package-Manager: Portage-3.0.11, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Marek Szuba <marecki@gentoo.org>
* dev-libs/libucl: remove failing testsAisha Tammy2020-10-022-0/+4
| | | | | | | | | | | no version bump as these tests were remote calls and removal has no effect on anything Closes: https://bugs.gentoo.org/732090 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/17734 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/libucl: remove static libs + libtool .laAisha Tammy2020-06-142-4/+10
| | | | | | | | Closes: https://bugs.gentoo.org/727388 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/16247 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-libs/libucl: revert retired package + new proxy-maintainerAisha Tammy2020-06-054-0/+140
| | | | | | | | | | Reverts: 62c1d41b30e26f3d611b1c4bf595d460d7182ca8 Closes: https://bugs.gentoo.org/719670 Readded for potential new wayland window manager hikari Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-libs/libucl: Remove last-rited pkgMichał Górny2019-10-123-69/+0
| | | | | Closes: https://bugs.gentoo.org/694206 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/libucl: Sort KEYWORDSMichał Górny2019-07-151-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-libs/libucl: update flag description for USE=utils.Michael Orlitzky2017-05-061-6/+10
| | | | | | | | | | The "utils" USE flag enables two utilities currently: chargen and objdump. I've mentioned them explicitly in metadata.xml, and left a comment about a new utility in a future (unpackaged) version. Gentoo-Bug: 600762 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-libs/libucl: remove proxied maintainer per his requestGöktürk Yüksek2016-11-031-10/+1
| | | | Package-Manager: portage-2.2.28
* Multiple metadata.xml: reorder to make sure assignee goes firstMichał Górny2016-06-191-4/+4
| | | | | | Reorder all metadata.xml files with explicit descriptions requesting particular bug assignment/CC to ensure that the requested assignee always goes first, in order to match the bug wrangling policies.
* dev-libs/{lib,}ucl: Avoid simultaneous installationJohan Bergström2016-02-091-1/+2
| | | | | | | | Both libraries opts to use /usr/{include,lib}/libucl* which leads to a conflict. There unfortunately doesn't seem to be a resolution upstream; dev-libs/ucl is 12 years old and dev-libs/libucl has stated that no changes related to this will occur.
* dev-libs/libucl: New packageJohan Bergström2016-02-053-0/+71
Libucl is a configuration library parser and a set of optional utilities.