app-admin/fleet: use HTTPS for GitHub, fix whitespace
authorDavid Hicks <david@hicks.id.au>
Fri, 28 Jul 2017 23:26:43 +0000 (09:26 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 08:35:57 +0000 (10:35 +0200)
* 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
app-admin/fleet/metadata.xml

index 278d60733de7a2694e7829e8e633d9ec86eb0332..07945ac690b8ee540e5e0442ca25b47c4105a94a 100644 (file)
@@ -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"
index aed91b0c7094e385d351a5f99d59fbb372a97ccb..f9232c26e479f29dad829f0edc5fe1a49f3f3d70 100644 (file)
@@ -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>