public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-finpr92/
@ 2020-01-06 20:19 Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2020-01-06 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     b4a21e22ebc6c763b6008b8cea5c63105b0a1960
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 18:46:25 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 20:19:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a21e22

app-dicts/sword-finpr92: 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 <ulm <AT> gentoo.org>

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

diff --git a/app-dicts/sword-finpr92/sword-finpr92-1.1.ebuild b/app-dicts/sword-finpr92/sword-finpr92-1.1.ebuild
index acf9e22023f..a86da57b41d 100644
--- a/app-dicts/sword-finpr92/sword-finpr92-1.1.ebuild
+++ b/app-dicts/sword-finpr92/sword-finpr92-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="Finnish Pyh, Raamattu (1992)"
 HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=FinPR92"
-LICENSE="freedist"
+LICENSE="all-rights-reserved"
 KEYWORDS="~amd64 ~ppc ~x86"
+RESTRICT="mirror bindist"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-FinPR92/
@ 2020-07-30 18:40 Marek Szuba
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Szuba @ 2020-07-30 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     19e97b20ef5abe4f3772f27cd594300fcb6a3c5e
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 16:42:19 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 18:36:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e97b20

app-dicts/sword-FinPR92: new package

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

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

diff --git a/app-dicts/sword-FinPR92/Manifest b/app-dicts/sword-FinPR92/Manifest
new file mode 100644
index 00000000000..31fab8ca317
--- /dev/null
+++ b/app-dicts/sword-FinPR92/Manifest
@@ -0,0 +1 @@
+DIST FinPR92-1.1.1.zip 1581254 BLAKE2B 0a6858e3867e4fc68f9016dd1414958f4cb1c63e419be2debe1008764e6d8f746f520c0254165dd4916c927823f5c0c3e1d9e9028d2aaacbcdde970124fecb93 SHA512 2040e20595905847fac2c409b1f7cb83b812fdd945d84aa08574c9d14bff9c5ebc7921d815492724841fc1ba73994d017839d27867d747997845b6f140167a21

diff --git a/app-dicts/sword-FinPR92/metadata.xml b/app-dicts/sword-FinPR92/metadata.xml
new file mode 100644
index 00000000000..3e5026ee375
--- /dev/null
+++ b/app-dicts/sword-FinPR92/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>marecki@gentoo.org</email>
+		<name>Marek Szuba</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/app-dicts/sword-FinPR92/sword-FinPR92-1.1.1.ebuild b/app-dicts/sword-FinPR92/sword-FinPR92-1.1.1.ebuild
new file mode 100644
index 00000000000..2816a7aebde
--- /dev/null
+++ b/app-dicts/sword-FinPR92/sword-FinPR92-1.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="Finnish Pyhä Raamattu (1992)"
+HOMEPAGE="https://crosswire.org/sword/modules/ModInfo.jsp?modName=FinPR92"
+LICENSE="free-noncomm"
+KEYWORDS="~amd64 ~ppc ~x86"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-30 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-06 20:19 [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-finpr92/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2020-07-30 18:40 [gentoo-commits] repo/gentoo:master commit in: app-dicts/sword-FinPR92/ Marek Szuba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox