Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 638440 - app-text/libwpd dropped version which was required by inkscape
Summary: app-text/libwpd dropped version which was required by inkscape
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:
 
Reported: 2017-11-22 09:03 UTC by Jonas Stein
Modified: 2018-04-02 12:54 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 Jonas Stein gentoo-dev 2017-11-22 09:03:10 UTC
media-gfx/inkscape

RepoMan scours the neighborhood...
  dependency.unknown            8
   media-gfx/inkscape/inkscape-0.91-r3.ebuild: DEPEND: app-text/libwpd:0.9, app-text/libwpg:0.2
   media-gfx/inkscape/inkscape-0.91-r3.ebuild: RDEPEND: app-text/libwpd:0.9, app-text/libwpg:0.2
   media-gfx/inkscape/inkscape-0.92.1.ebuild: DEPEND: app-text/libwpd:0.9, app-text/libwpg:0.2
   media-gfx/inkscape/inkscape-0.92.1.ebuild: RDEPEND: app-text/libwpd:0.9, app-text/libwpg:0.2
   media-gfx/inkscape/inkscape-0.92.1-r1.ebuild: DEPEND: app-text/libwpd:0.9, app-text/libwpg:0.2
   media-gfx/inkscape/inkscape-0.92.1-r1.ebuild: RDEPEND: app-text/libwpd:0.9, app-text/libwpg:0.2
   media-gfx/inkscape/inkscape-0.92.2.ebuild: DEPEND: app-text/libwpd:0.9, app-text/libwpg:0.2
   media-gfx/inkscape/inkscape-0.92.2.ebuild: RDEPEND: app-text/libwpd:0.9, app-text/libwpg:0.2


Perhaps we can use the latest libwpd in inkscape too, but this needs verification first.
Comment 1 Andreas Sturmlechner gentoo-dev 2017-11-22 09:22:40 UTC
arch/powerpc/package.use.mask:

# Andreas Sturmlechner <asturm@gentoo.org> (31 Jul 2017)
# Mask for removal of ancient versions of media-libs/libvisio,
# media-libs/libcdr, app-text/libwpd and app-text/libwpg
media-gfx/inkscape cdr visio wpg


Any inkscape ebuild:

WPG_DEPS="
        || (
                ( app-text/libwpg:0.3 dev-libs/librevenge )
                ( app-text/libwpd:0.9 app-text/libwpg:0.2 )
        )
"



So, not an office problem.
Comment 2 Larry the Git Cow gentoo-dev 2017-11-23 12:46:07 UTC
The bug has been referenced in the following commit(s):

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

commit a81a3b085b209da75ec62419edb97065ed545397
Author:     Jonas Stein <jstein@gentoo.org>
AuthorDate: 2017-11-23 12:45:35 +0000
Commit:     Jonas Stein <jstein@gentoo.org>
CommitDate: 2017-11-23 12:45:47 +0000

    media-gfx/inkscape: Remove obsolete and broken dep
    
    Remove obsolete and broken dependency on app-text/libwpd
    this fixes in this ebuild
    Bug: https://bugs.gentoo.org/638440
    Package-Manager: Portage-2.3.16, Repoman-2.3.5

 media-gfx/inkscape/inkscape-0.92.2.ebuild | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)}