diff options
author | 2009-02-05 12:25:42 +0000 | |
---|---|---|
committer | 2009-02-05 01:33:54 +0000 | |
commit | a0a35b8d0dd4ca00c91350e3d3acf1bc6208cad1 (patch) | |
tree | 83a8c5994577da21ed70242add8e4cf041ee554c /paludis/repositories/unpackaged/installed_id.hh | |
parent | 23d144895a2c80a2f3ff6cd7aa9d94705394ca04 (diff) | |
download | paludis-a0a35b8d0dd4ca00c91350e3d3acf1bc6208cad1.tar.gz paludis-a0a35b8d0dd4ca00c91350e3d3acf1bc6208cad1.tar.xz |
Make slot a metadata key.
Fixes: ticket:450
Diffstat (limited to 'paludis/repositories/unpackaged/installed_id.hh')
-rw-r--r-- | paludis/repositories/unpackaged/installed_id.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paludis/repositories/unpackaged/installed_id.hh b/paludis/repositories/unpackaged/installed_id.hh index e1a5f8d7a..a62bcddc9 100644 --- a/paludis/repositories/unpackaged/installed_id.hh +++ b/paludis/repositories/unpackaged/installed_id.hh @@ -1,7 +1,7 @@ /* vim: set sw=4 sts=4 et foldmethod=syntax : */ /* - * Copyright (c) 2007, 2008 Ciaran McCreesh + * Copyright (c) 2007, 2008, 2009 Ciaran McCreesh * * This file is part of the Paludis package manager. Paludis is free software; * you can redistribute it and/or modify it under the terms of the GNU General @@ -54,9 +54,9 @@ namespace paludis virtual const std::string canonical_form(const PackageIDCanonicalForm) const; virtual const QualifiedPackageName name() const; virtual const VersionSpec version() const; - virtual const SlotName slot() const; virtual const std::tr1::shared_ptr<const Repository> repository() const; + virtual const std::tr1::shared_ptr<const MetadataValueKey<SlotName> > slot_key() const; virtual const std::tr1::shared_ptr<const MetadataValueKey<std::tr1::shared_ptr<const PackageID> > > virtual_for_key() const; virtual const std::tr1::shared_ptr<const MetadataCollectionKey<KeywordNameSet> > keywords_key() const; virtual const std::tr1::shared_ptr<const MetadataSpecTreeKey<ProvideSpecTree> > provide_key() const; |