diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-05-24 16:31:13 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-05-24 16:35:02 +0100 |
commit | 0eb6597a12c52d8f887ee776825751797e195156 (patch) | |
tree | 7ba7f682497cd73f6219eb8764b87f4d3bbba098 | |
parent | Update my licenses to MIT (diff) | |
download | portage-0eb6597a12c52d8f887ee776825751797e195156.tar.bz2 portage-0eb6597a12c52d8f887ee776825751797e195156.tar.xz portage-0eb6597a12c52d8f887ee776825751797e195156.zip |
Update more licenses to MIT
-rw-r--r-- | eclass/systemd-unit.eclass | 2 | ||||
-rw-r--r-- | sys-apps/autorestart/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/autorestart/autorestart-0.1.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/eclass/systemd-unit.eclass b/eclass/systemd-unit.eclass index cf6c62b..d42858a 100644 --- a/eclass/systemd-unit.eclass +++ b/eclass/systemd-unit.eclass @@ -12,7 +12,7 @@ HOMEPAGE="http://git.randomdan.homeip.net/cgit.cgi/util/tree/systemd-units" SRC_URI="http://git.randomdan.homeip.net/cgit.cgi/util/plain/systemd-units/${PN/-/.}?id=${P} -> ${PN/-/.}" RESTRICT="mirror" -LICENSE="gpl" +LICENSE="MIT" SLOT="0" KEYWORDS="x86 amd64" IUSE="" diff --git a/sys-apps/autorestart/Manifest b/sys-apps/autorestart/Manifest index bb76129..e8045f8 100644 --- a/sys-apps/autorestart/Manifest +++ b/sys-apps/autorestart/Manifest @@ -1,2 +1,2 @@ DIST autorestart-0.1.1.tar.xz 5288 BLAKE2B 8ad92d75585d67ff716cbd3343d79832fd6a03514ef30e97dd5a6365708210ce0536c920bb8235bd5b45ef31f8087d214c2119c52d6b3b0d94e185572dfb9df9 SHA512 ce585efd01cc50868e2c46136f098b38535aa3571da72fed6313726683fc3e01f30c8805dd8aa414ec7175d2b3e84ef1af383c38619cd8e854bf8db1b3314094 -EBUILD autorestart-0.1.1.ebuild 772 BLAKE2B 5fef94107a1553ad0b44913b5d6764287e7d86817a2ab350548b098727694cef9c9232e0d10a004106c095c6a950a66955018ac768aa54cc9176ae6cbaebe44d SHA512 683a028157d92be435e3aa1d1855ca55c8a5c198c30bf2dfea9bf53b1542d145bb33b56c5ec2edfda8dc1fe2fa9dcb7713bdbf271724032db85be29b4ac2f4d7 +EBUILD autorestart-0.1.1.ebuild 772 BLAKE2B 993935c2a92b6cc4fcba5cd20f06d0ca227e2ed7be3fba016ce27bba73c4aca614e5eb6cf0962995c769a579d5ee17ad52464ed0ddb5298e57c509ce56f5b640 SHA512 974c00ba59a62b738da9e75aed0bc864f07f1a63e3598122c6b97f81056f02aa5c535885223957b139f753f00872300b94524013ca8ba2f0f9a7767e2249f984 diff --git a/sys-apps/autorestart/autorestart-0.1.1.ebuild b/sys-apps/autorestart/autorestart-0.1.1.ebuild index e23e77a..cff3667 100644 --- a/sys-apps/autorestart/autorestart-0.1.1.ebuild +++ b/sys-apps/autorestart/autorestart-0.1.1.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="Automatically restart systemd units as required." HOMEPAGE="https://git.randomdan.homeip.net/cgit.cgi/util/tree/autorestart" SRC_URI="https://git.randomdan.homeip.net/cgit.cgi/util/snapshot/${P}.tar.xz" -LICENSE="gpl" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |