@@ -1553,29 +1553,6 @@ xbps_array_t xbps_rpool_get_pkg_revdeps(struct xbps_handle *xhp, const char *pkg
15531553 */
15541554xbps_array_t xbps_rpool_get_pkg_fulldeptree (struct xbps_handle * xhp , const char * pkg );
15551555
1556- /**
1557- * Iterate over the the repository pool and search for a metadata plist
1558- * file in a binary package matching `pattern'. If a package is matched
1559- * the plist file \a plistf will be internalized into a proplib dictionary.
1560- *
1561- * When \a pattern is a pkgname, the newest package available in repositories
1562- * will be used. Otherwise the first repository matching \a pattern.
1563- *
1564- * @param[in] xhp Pointer to the xbps_handle struct.
1565- * @param[in] pattern Package name or package pattern to match, i.e `foo>=1.0'.
1566- * @param[in] plistf Plist file name to match, i.e XBPS_PKGPROPS or XBPS_PKGFILES.
1567- *
1568- * @return An internalized proplib dictionary of \a plistf, otherwise NULL
1569- * and errno is set appropiately.
1570- *
1571- * @note if NULL is returned and errno is ENOENT, that means that
1572- * binary package file has been found but the plist file could not
1573- * be found.
1574- */
1575- xbps_dictionary_t xbps_rpool_get_pkg_plist (struct xbps_handle * xhp ,
1576- const char * pattern ,
1577- const char * plistf );
1578-
15791556/**@}*/
15801557
15811558/** @addtogroup repo */
@@ -1724,20 +1701,6 @@ xbps_dictionary_t xbps_repo_get_pkg(struct xbps_repo *repo, const char *pkg);
17241701 */
17251702xbps_dictionary_t xbps_repo_get_virtualpkg (struct xbps_repo * repo , const char * pkg );
17261703
1727- /**
1728- * Returns a pkg dictionary of the matching \a plist file from a binary package,
1729- * by looking at its package dictionary (\a pkgd) returned by a repository or rpool.
1730- *
1731- * @param[in] xhp Pointer to the xbps_handle struct.
1732- * @param[in] pkgd Package dictionary returned by xbps_{repo,rpool}_get_xxxpkg().
1733- * @param[in] plist Plist filename to internalize from matching binary package.
1734- *
1735- * @return The pkg dictionary on success, NULL otherwise.
1736- */
1737- xbps_dictionary_t xbps_repo_get_pkg_plist (struct xbps_handle * xhp ,
1738- xbps_dictionary_t pkgd ,
1739- const char * plist );
1740-
17411704/**
17421705 * Returns a proplib array of strings with reverse dependencies from
17431706 * repository \a repo matching the expression \a pkg.
0 commit comments