From 73200498a55bc3fcb34d83563e7a03c60e9879cd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 27 May 2011 07:10:33 +0200 Subject: [PATCH] xbps-repo: do not add build_date, homepage and license objs into the index. --- bin/xbps-repo/index.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/xbps-repo/index.c b/bin/xbps-repo/index.c index cbb8bb7b..3770ff1a 100644 --- a/bin/xbps-repo/index.c +++ b/bin/xbps-repo/index.c @@ -224,6 +224,9 @@ xbps_repo_addpkg_index(prop_dictionary_t idxdict, const char *filedir, prop_dictionary_remove(newpkgd, "long_desc"); prop_dictionary_remove(newpkgd, "maintainer"); prop_dictionary_remove(newpkgd, "conf_files"); + prop_dictionary_remove(newpkgd, "homepage"); + prop_dictionary_remove(newpkgd, "build_date"); + prop_dictionary_remove(newpkgd, "license"); /* * Add dictionary into the index and update package count.