Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 321247 - dev-lang/monodevelop-* should not depend on exact version of dev-lang/monodevelop
Summary: dev-lang/monodevelop-* should not depend on exact version of dev-lang/monodev...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-23 21:13 UTC by Maciej Piechotka
Modified: 2010-07-04 21:35 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 Maciej Piechotka 2010-05-23 21:13:46 UTC
dev-lang/monodevelop-*-2.2* can work with any version of dev-lang/monodevelop-2.2. Hence dev-util/monodevelop-debugger-mdb, dev-util/monodevelop-vala, dev-util/monodevelop-java, dev-util/monodevelop-debugger-gdb, dev-util/monodevelop-boo, dev-util/monodevelop-database should change from:

        =dev-util/monodevelop-${PV}*

to:

        =dev-util/monodevelop-$(get_version_component_range 1-2)*

(adding versionator eclass). Especially that now version 2.2 of plugin can work with 2.2.2 version of monodevelop but version 2.2.1 of the same plugin will not.
Comment 1 Pacho Ramos gentoo-dev 2010-07-04 21:35:13 UTC
monodevelop-2.4 stuff (just bumped) has this solved