This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 10002291784f84fb308a6aaf0f758d6b8ada93c2 Author: Tristan van Berkom <[email protected]> AuthorDate: Tue Jan 5 17:42:11 2021 +0900 BuildStream.doap: Remove BuildStream.doap This is a metadata file specific to gnome automations/integrations. --- BuildStream.doap | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/BuildStream.doap b/BuildStream.doap deleted file mode 100644 index 15894b2..0000000 --- a/BuildStream.doap +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" - xmlns:foaf="http://xmlns.com/foaf/0.1/" - xmlns:gnome="http://api.gnome.org/doap-extensions#" - xmlns="http://usefulinc.com/ns/doap#"> - - <name xml:lang="en">BuildStream</name> - <shortdesc xml:lang="en">Build tool for running abstract, deterministic build pipelines</shortdesc> - <homepage rdf:resource="https://gitlab.com/BuildStream/buildstream/" /> - <mailing-list rdf:resource="https://lists.apache.org/[email protected]" /> - <download-page rdf:resource="http://download.gnome.org/sources/BuildStream/" /> - <bug-database rdf:resource="https://gitlab.com/BuildStream/buildstream/issues" /> - - <category rdf:resource="http://api.gnome.org/doap-extensions#apps" /> - <programming-language>python3</programming-language> - - <maintainer> - <foaf:Person> - <foaf:name>Tristan Van Berkom</foaf:name> - <foaf:mbox rdf:resource="mailto:[email protected]" /> - <gnome:userid>tvb</gnome:userid> - </foaf:Person> - </maintainer> - <maintainer> - <foaf:Person> - <foaf:name>Jürg Billeter</foaf:name> - <foaf:mbox rdf:resource="mailto:[email protected]" /> - <gnome:userid>juergbi</gnome:userid> - </foaf:Person> - </maintainer> -</Project>
