Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29934 - virtual/portage
Summary: virtual/portage
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-29 10:55 UTC by Alexander Papaspyrou
Modified: 2011-10-30 22: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 Alexander Papaspyrou 2003-09-29 10:55:31 UTC
It would be very nice if you could make the Gentoo package manager (aka portage)
a virtual package. This would allow other developers to create portage
enhancements or replacements.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2003-09-29 18:44:33 UTC
considering i know of no such drop in replacements i dont see the point

if someone really wants to use something else they could inject the portage
package ...
Comment 2 Marius Mauch (RETIRED) gentoo-dev 2003-09-29 18:57:38 UTC
Or you could try PROVIDE="sys-apps/portage", not if it works.
To make a patched version create a portage ebuild in your PORTDIR_OVERLAY,

put all the patches you want in $FILESDIR and use epatch to apply them
(that's the way I use for my gpp patched portage) or write a new ebuild from
scratch. You can still emerge the normal portage by using the explicit 
version number.
Comment 3 Nicholas Jones (RETIRED) gentoo-dev 2003-12-24 13:18:21 UTC
Ummmmm... They shouldn't use the same name if it's not the official package.
They don't use the same data, and they shouldn't have identical interfaces,
so I don't see what the issue is.