From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1169333-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 0856413835B
	for <garchives@archives.gentoo.org>; Fri,  8 May 2020 12:21:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DBAA4E088B;
	Fri,  8 May 2020 12:21:47 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A9D1CE088B
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 May 2020 12:21:47 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 5460834F1A2
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 May 2020 12:21:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 711C8233
	for <gentoo-commits@lists.gentoo.org>; Fri,  8 May 2020 12:21:43 +0000 (UTC)
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" <mjo@gentoo.org>
Message-ID: <1588940434.be3d420f3eb198266b7eda1129c91d5fd668a1b4.mjo@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/coinor-clp/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-libs/coinor-clp/metadata.xml
X-VCS-Directories: sci-libs/coinor-clp/
X-VCS-Committer: mjo
X-VCS-Committer-Name: Michael Orlitzky
X-VCS-Revision: be3d420f3eb198266b7eda1129c91d5fd668a1b4
X-VCS-Branch: master
Date: Fri,  8 May 2020 12:21:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1b69d855-2ac0-432e-bd08-e6b83116bc74
X-Archives-Hash: fd3064c596f7a4cdba5c5078a3bb1901

commit:     be3d420f3eb198266b7eda1129c91d5fd668a1b4
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 22:56:17 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri May  8 12:20:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3d420f

sci-libs/coinor-clp: add an "<upstream>" tag to metadata.xml.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 sci-libs/coinor-clp/metadata.xml | 45 +++++++++++++++++++++++-----------------
 1 file changed, 26 insertions(+), 19 deletions(-)

diff --git a/sci-libs/coinor-clp/metadata.xml b/sci-libs/coinor-clp/metadata.xml
index 49d8540dde0..00d23848636 100644
--- a/sci-libs/coinor-clp/metadata.xml
+++ b/sci-libs/coinor-clp/metadata.xml
@@ -1,23 +1,30 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-  <email>sci@gentoo.org</email>
-  <name>Gentoo Science Project</name>
-</maintainer>
-<longdescription lang="en">
-  Clp (Coin-or linear programming) is an open-source linear
-  programming solver written in C++. It is primarily meant to be used
-  as a callable library, but a basic, stand-alone executable version
-  is also available. It is designed to find solutions of constrained
-  linear mathematical optimization problems.
-</longdescription>
-<use>
-  <flag name="glpk">Enable GNU Linear Programming Kit
-  <pkg>sci-mathematics/glpk</pkg> support</flag>
-  <flag name="metis">Enable partitioning with
-  <pkg>sci-libs/metis</pkg></flag>
-  <flag name="mumps">Enable <pkg>sci-libs/mumps</pkg> support</flag>
-  <flag name="sparse">Enable support for sparse matrix with <pkg>sci-libs/cholmod</pkg></flag>
-</use>
+  <maintainer type="project">
+    <email>sci@gentoo.org</email>
+    <name>Gentoo Science Project</name>
+  </maintainer>
+  <longdescription lang="en">
+    Clp (Coin-OR linear programming) is an open-source linear
+    programming solver written in C++. It is primarily meant to be
+    used as a callable library, but a basic, stand-alone executable
+    version is also available. It is designed to find solutions of
+    constrained linear mathematical optimization problems.
+  </longdescription>
+  <use>
+    <flag name="glpk">
+      Enable GNU Linear Programming Kit
+      <pkg>sci-mathematics/glpk</pkg> support
+    </flag>
+    <flag name="metis">Enable partitioning with
+    <pkg>sci-libs/metis</pkg></flag>
+    <flag name="mumps">Enable <pkg>sci-libs/mumps</pkg> support</flag>
+    <flag name="sparse">
+      Enable support for sparse matrix with <pkg>sci-libs/cholmod</pkg>
+    </flag>
+  </use>
+    <upstream>
+    <remote-id type="github">coin-or/Clp</remote-id>
+  </upstream>
 </pkgmetadata>