euscanwww: Version.version_type -> Version.vtype

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-07-17 12:30:12 +02:00
parent 33a06d99fb
commit a85f7e71c1
4 changed files with 211 additions and 3 deletions

View File

@ -237,7 +237,7 @@ class ScanPortage(object):
defaults={
"alive": True,
"packaged": True,
"version_type": get_version_type(ver),
"vtype": get_version_type(ver),
"confidence": 100,
"handler": "portage",
"ebuild_path": ebuild_path,

View File

@ -89,7 +89,7 @@ class ScanUpstream(object):
version=ver,
overlay='',
defaults={"alive": True, "urls": url, "packaged": False,
"version_type": version_type, "handler": handler,
"vtype": version_type, "handler": handler,
"confidence": confidence}
)
if not created: