Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619970 - sys-apps/inxi: uses doman on compressed file
Summary: sys-apps/inxi: uses doman on compressed file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jonas Stein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: doman-compressed
  Show dependency tree
 
Reported: 2017-05-28 09:23 UTC by Michał Górny
Modified: 2017-06-30 13:19 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-05-28 09:23:22 UTC
The package uses doman/newman on a compressed file which is invalid per PMS:

 doman ${PN}.1.gz
Comment 1 Patrice Clement gentoo-dev 2017-06-30 13:19:50 UTC
commit ce09039315a772516a19c3b24c7e974460b6d4ef (HEAD -> master, origin/master, origin/HEAD)
Author:     Jonas Stein <jstein@gentoo.org>
AuthorDate: Tue May 30 18:30:35 2017 +0200
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Fri Jun 30 15:17:49 2017 +0200

sys-apps/inxi: unpack before doman.

Gentoo-Bug: https://bugs.gentoo.org/619970

* unpack manpage before doman
* general ebuild upkeep

Closes: https://github.com/gentoo/gentoo/pull/4811

sys-apps/inxi/inxi-2.3.0_p20160807-r1.ebuild | 28 ++++++++++++++++++++++
sys-apps/inxi/inxi-2.3.0_p20160807.ebuild    | 36 ----------------------------
sys-apps/inxi/inxi-2.3.4_p20161104-r1.ebuild | 28 ++++++++++++++++++++++
sys-apps/inxi/inxi-2.3.4_p20161104.ebuild    | 36 ----------------------------
4 files changed, 56 insertions(+), 72 deletions(-)
create mode 100644 sys-apps/inxi/inxi-2.3.0_p20160807-r1.ebuild
delete mode 100644 sys-apps/inxi/inxi-2.3.0_p20160807.ebuild
create mode 100644 sys-apps/inxi/inxi-2.3.4_p20161104-r1.ebuild
delete mode 100644 sys-apps/inxi/inxi-2.3.4_p20161104.ebuild