Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289126 - Several dev-java/ant-* ebuilds with incomplete DESCRIPTIONs
Summary: Several dev-java/ant-* ebuilds with incomplete DESCRIPTIONs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 22:36 UTC by Stefan Zwanenburg
Modified: 2009-11-03 20:58 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 Stefan Zwanenburg 2009-10-14 22:36:32 UTC
In the ebuild for =dev-java/ant-antlr-1.7.1, ANT_TASK_DEPNAME is set to an empty string. The problem is that the ant-tasks eclass uses this variable to set a correct description for the package. In this case, the resulting description is:
"Apache Ant's optional tasks depending on"
The same applies to =dev-java/ant-antlr-1.7.1-r1, but that ebuild sets the DESCRIPTION explicitly, so there's no real problem there.

Expected result: the description should be "Apache Ant's optional tasks depending on antlr"

The same applies to the following list of ebuilds:
  - =dev-java/ant-antlr-1.7.1
  - =dev-java/ant-jmf-1.7.1
  - =dev-java/ant-swing-1.7.1
Comment 1 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2009-11-03 20:58:35 UTC
Thanks, fixed. Actually description was set in the ebuilds, but before inherit, so the eclass overwrote it...