diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2016-08-05 23:01:07 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2016-08-05 23:07:29 -0400 |
commit | 79e2115d8a44bbec89f09f7b328313ee3dc86a16 (patch) | |
tree | 985fda1606811c1348487c66c81751d03c864240 /app-laptop/tp_smapi/metadata.xml | |
parent | app-editors/focuswriter: version bump (diff) | |
download | gentoo-79e2115d8a44bbec89f09f7b328313ee3dc86a16.tar.gz gentoo-79e2115d8a44bbec89f09f7b328313ee3dc86a16.tar.bz2 gentoo-79e2115d8a44bbec89f09f7b328313ee3dc86a16.zip |
app-laptop/tp_smapi: new version 0.42.
This adds a new version 0.42, and updates the ebuild a bit.
First, the ebuild was updated to EAPI=6. Then the RESTRICT=userpriv
was removed, as it no longer seems to have any effect: I can install
the package fine with FEATURES=userpriv. Next, an obsolete kernel
version check was removed. Every version of every flavor of Linux
sources we have in the tree is already newer than 2.6.19. Finally,
einstalldocs (from EAPI=6) was used to install the current set of docs
as well as a TODO that had been omitted.
I have added myself as the maintainer of this package, since I still
have hardware that it supports.
Gentoo-Bug: 516570
Gentoo-Bug: 583206
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-laptop/tp_smapi/metadata.xml')
-rw-r--r-- | app-laptop/tp_smapi/metadata.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app-laptop/tp_smapi/metadata.xml b/app-laptop/tp_smapi/metadata.xml index dc1f3c903006..2f944f633c24 100644 --- a/app-laptop/tp_smapi/metadata.xml +++ b/app-laptop/tp_smapi/metadata.xml @@ -1,12 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + + <maintainer type="person"> + <email>mjo@gentoo.org</email> + <name>Michael Orlitzky</name> + </maintainer> + <use> <flag name="hdaps">Install a compatible HDAPS module</flag> </use> + <upstream> <remote-id type="github">evgeni/tp_smapi</remote-id> <remote-id type="sourceforge">tpctl</remote-id> </upstream> + </pkgmetadata> |