commit:     51a90dafce383216c1cde7ed3e8bb088c9acb8f3
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Fri Jul 28 23:26:43 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:35:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a90daf

app-admin/fleet: use HTTPS for GitHub, fix whitespace

* Use HTTPS for accessing GitHub domains
* Remove redundant/empty XML element in metadata.xml to remove a
whitespace problem detected by Repoman

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/fleet/fleet-9999.ebuild | 4 ++--
 app-admin/fleet/metadata.xml      | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-admin/fleet/fleet-9999.ebuild 
b/app-admin/fleet/fleet-9999.ebuild
index 278d60733de..07945ac690b 100644
--- a/app-admin/fleet/fleet-9999.ebuild
+++ b/app-admin/fleet/fleet-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 inherit git-r3 systemd
 
-EGIT_REPO_URI="git://github.com/coreos/fleet.git"
+EGIT_REPO_URI="https://github.com/coreos/fleet.git";
 
 DESCRIPTION="A Distributed init System"
 HOMEPAGE="https://github.com/coreos/fleet";

diff --git a/app-admin/fleet/metadata.xml b/app-admin/fleet/metadata.xml
index aed91b0c709..f9232c26e47 100644
--- a/app-admin/fleet/metadata.xml
+++ b/app-admin/fleet/metadata.xml
@@ -2,8 +2,6 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
   <!-- maintainer-needed -->
-  <longdescription lang="en">
-       </longdescription>
   <upstream>
     <remote-id type="github">coreos/fleet</remote-id>
   </upstream>

Reply via email to