Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562972 - dev-java/saxon: don't run epatch in src_unpack
Summary: dev-java/saxon: don't run epatch in src_unpack
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-13 08:10 UTC by Patrick Lauer
Modified: 2015-10-17 22:44 UTC (History)
0 users

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 Patrick Lauer gentoo-dev 2015-10-13 08:10:26 UTC
RepoMan scours the neighborhood...
  ebuild.minorsyn               1
   dev-java/saxon/saxon-8.4b-r4.ebuild: 'epatch' call should be moved to src_prepare from line: 41
Comment 1 Patrice Clement gentoo-dev 2015-10-17 22:27:12 UTC
$ qgrep -v dev-java/saxon:0
$ echo $?
1
$ pwd
/home/monsieurp/gentoo/dev-java/saxon
$ grep "^SLOT" *.ebuild    
saxon-6.5.5.ebuild:SLOT="6.5"
saxon-6.5.5-r1.ebuild:SLOT="6.5"
saxon-8.4b-r3.ebuild:SLOT="0"
saxon-8.4b-r4.ebuild:SLOT="0"
saxon-9.2.0.6.ebuild:SLOT="9"
saxon-9.2.0.6-r1.ebuild:SLOT="9"

It's fair to assume saxon:0 is pretty much useless. Let's clean it up.
Comment 2 James Le Cuirot gentoo-dev 2015-10-17 22:34:43 UTC
(In reply to Patrice Clement from comment #1)
> $ qgrep -v dev-java/saxon:0

You should look more carefully than that. What about something like >=dev-java/saxon-8.4:0?

$ qgrep -x "saxon.*:0"

However, this turns up nothing.

$ qgrep "saxon-8"

Neither does this. So yeah, it can go.
Comment 3 Patrice Clement gentoo-dev 2015-10-17 22:44:21 UTC
commit ef4529d (HEAD, origin/master, origin/HEAD, master)
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Sat Oct 17 22:34:21 2015 +0000

    dev-java/saxon: Clean up old. Fixes bug 562972.
    
    Package-Manager: portage-2.2.20.1
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 delete mode 100644 dev-java/saxon/saxon-8.4b-r3.ebuild
 delete mode 100644 dev-java/saxon/saxon-8.4b-r4.ebuild

My plan was to clean :0 only. 

[00:24:17] [ monsieurp ] !rdep dev-java/saxon
[00:24:20] [ willikins ] Reverse RDEPEND for dev-java/saxon: app-text/epubcheck-1.1 dev-java/netbeans-ide-8.0.2 dev-java/xml-xmlbeans-2.6.0

This package has some rdeps so let's keep it.