[gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-Family/

2020-07-30 Thread Marek Szuba
commit: 8e54b7dd51085b0ed057436d3d1f500042916d9c
Author: Marek Szuba  gentoo  org>
AuthorDate: Thu Jul 30 16:42:08 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Thu Jul 30 18:36:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e54b7dd

app-dicts/sword-Family: new package

Signed-off-by: Marek Szuba  gentoo.org>

 app-dicts/sword-Family/Manifest|  1 +
 app-dicts/sword-Family/metadata.xml|  8 
 app-dicts/sword-Family/sword-Family-1.1.ebuild | 13 +
 3 files changed, 22 insertions(+)

diff --git a/app-dicts/sword-Family/Manifest b/app-dicts/sword-Family/Manifest
new file mode 100644
index 000..4a064e8e21a
--- /dev/null
+++ b/app-dicts/sword-Family/Manifest
@@ -0,0 +1 @@
+DIST Family-1.1.zip 561686 BLAKE2B 
0c7325b5cc52352f162743745138e63dc69ce607521849d473730ea91d94881cf793453aaaf505ecf135b122159ecc4e1a15cc3021d498ef6e671516d44ee448
 SHA512 
8fcf5a6d2ac24459fe239039443f502f076bb6ea85182f1f95914b8d1178108c384f909095083dd2863ee8917479a8c2fee4b9ce3d597346ffb4b759905f9e55

diff --git a/app-dicts/sword-Family/metadata.xml 
b/app-dicts/sword-Family/metadata.xml
new file mode 100644
index 000..3e5026ee375
--- /dev/null
+++ b/app-dicts/sword-Family/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   mare...@gentoo.org
+   Marek Szuba
+   
+

diff --git a/app-dicts/sword-Family/sword-Family-1.1.ebuild 
b/app-dicts/sword-Family/sword-Family-1.1.ebuild
new file mode 100644
index 000..c8173b8bdd4
--- /dev/null
+++ b/app-dicts/sword-Family/sword-Family-1.1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+SWORD_MINIMUM_VERSION="1.5.1a"
+
+inherit sword-module
+
+DESCRIPTION="Family Bible Notes"
+HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=Family;
+LICENSE="public-domain"
+KEYWORDS="~amd64 ~ppc ~x86"



[gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-family/

2020-01-06 Thread Ulrich Müller
commit: d0710699976c004ade9e9aa0440434ffbd7019b2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Jan  6 18:46:18 2020 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jan  6 20:19:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0710699

app-dicts/sword-family: Fix LICENSE.

No visible license, therefore labelling as "all-rights-reserved",
plus mirror and bindist restrictions.

Bug: https://bugs.gentoo.org/703604
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 app-dicts/sword-family/sword-family-1.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-dicts/sword-family/sword-family-1.1.ebuild 
b/app-dicts/sword-family/sword-family-1.1.ebuild
index 06b114d6d48..381f6975e45 100644
--- a/app-dicts/sword-family/sword-family-1.1.ebuild
+++ b/app-dicts/sword-family/sword-family-1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,5 +8,6 @@ inherit sword-module
 
 DESCRIPTION="Family Bible Notes"
 HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Family;
-LICENSE="freedist"
+LICENSE="all-rights-reserved"
 KEYWORDS="~amd64 ~ppc ~x86"
+RESTRICT="mirror bindist"