[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2023-12-26 Thread Jakov Smolić
commit: b302e04e51d2fea8f6491a9e6e9e0db83a108e74
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Dec 26 17:36:55 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Dec 27 00:02:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b302e04e

net-libs/biblesync: drop myself as a maintainer

Signed-off-by: Jakov Smolić  gentoo.org>

 net-libs/biblesync/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/net-libs/biblesync/metadata.xml b/net-libs/biblesync/metadata.xml
index c48952d8f1d3..bd707ac30866 100644
--- a/net-libs/biblesync/metadata.xml
+++ b/net-libs/biblesync/metadata.xml
@@ -1,10 +1,6 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   jsmo...@gentoo.org
-   Jakov Smolić
-   

mare...@gentoo.org
Marek Szuba



[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2020-09-05 Thread Marek Szuba
commit: c7a7f6631f15f27a415da9b56c84ba632f87c7af
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Sep  5 19:26:34 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Sep  5 19:43:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a7f663

net-libs/biblesync: remove old

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

 net-libs/biblesync/Manifest  |  2 --
 net-libs/biblesync/biblesync-1.1.2-r2.ebuild | 25 -
 net-libs/biblesync/biblesync-2.0.1.ebuild| 25 -
 3 files changed, 52 deletions(-)

diff --git a/net-libs/biblesync/Manifest b/net-libs/biblesync/Manifest
index 13bdc243ba1..da020d4a9be 100644
--- a/net-libs/biblesync/Manifest
+++ b/net-libs/biblesync/Manifest
@@ -1,3 +1 @@
-DIST biblesync-1.1.2.tar.gz 86620 BLAKE2B 
05ae9aa155a7cfd277e1f1a172ae3551c51a34cf09c7acae0821f08146179f4726173b8a26d4bac1a82aebab89f4ac105a73f7ef2a2d36b7939fe73d4e0749e1
 SHA512 
7725c8228e2dff79edaf065ff4d4816a6cf214d1d874817345cc4154142144bce479ca1ae871053886bff4f6610715a27bce81c25c2a636444d5873e93bfdc62
-DIST biblesync-2.0.1.tar.gz 89139 BLAKE2B 
065b65d3f1f288b8a5160b5feff56f152db47eb5c03596c192b904f384e11e24a3846cc6b154d351400c6e252188f126d37281278acfbd8b47321cfc25e1b0f3
 SHA512 
92c86a503dbcc22542e6f15d5fe1b5c282f209b9d4208e82bcf5207b05ed7ca33b6223a496f50108d7c28eab6e14ee14a37ccada6d0b08315ea31c0aeeae2508
 DIST biblesync-2.1.0.tar.gz 87868 BLAKE2B 
2a136e4840f6f3cb3f03aa127adc978f9f5f189d48be198e4cb5b0ec654ae4a28f3fac30a10640d6fd2b1c3555c6bd88527e51e34287424f953cd599c5915521
 SHA512 
c6637954c0d9cbe9ba03048d92288d52c3675eaa9770749690222bd76d45ec7f138d67a4e416c33dbf9864f623f919f117aea58b1bb35feed8bcf59daad94e8e

diff --git a/net-libs/biblesync/biblesync-1.1.2-r2.ebuild 
b/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
deleted file mode 100644
index 88b12f465aa..000
--- a/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils toolchain-funcs
-
-DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
-HOMEPAGE="https://wiki.crosswire.org/BibleSync;
-SRC_URI="https://github.com/karlkleinpaste/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="static"
-
-DEPEND="dev-util/cmake"
-RDEPEND=""
-
-src_configure() {
-   local mycmakeargs=(
-   "-DBUILD_SHARED_LIBS=$(usex !static)"
-   "-DLIBDIR=/usr/$(get_libdir)"
-   )
-   cmake-utils_src_configure
-}

diff --git a/net-libs/biblesync/biblesync-2.0.1.ebuild 
b/net-libs/biblesync/biblesync-2.0.1.ebuild
deleted file mode 100644
index 4dea0979995..000
--- a/net-libs/biblesync/biblesync-2.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit cmake-utils
-
-DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
-HOMEPAGE="https://wiki.crosswire.org/BibleSync;
-SRC_URI="https://github.com/karlkleinpaste/${PN}/releases/download/${PV}/${P}.tar.gz;
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="static"
-
-DEPEND="dev-util/cmake"
-RDEPEND=""
-
-src_configure() {
-   local mycmakeargs=(
-   "-DBUILD_SHARED_LIBS=$(usex !static)"
-   "-DLIBDIR=/usr/$(get_libdir)"
-   )
-   cmake-utils_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2020-09-04 Thread Sam James
commit: 0f1c136667aaa77283c4f0b4906d99ff5213ad76
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 02:35:18 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 02:35:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1c1366

net-libs/biblesync: Stabilize 2.1.0 amd64, #739880

Signed-off-by: Sam James  gentoo.org>

 net-libs/biblesync/biblesync-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/biblesync/biblesync-2.1.0.ebuild 
b/net-libs/biblesync/biblesync-2.1.0.ebuild
index b77fac3247e..67b9adb4d38 100644
--- a/net-libs/biblesync/biblesync-2.1.0.ebuild
+++ b/net-libs/biblesync/biblesync-2.1.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/karlkleinpaste/${PN}/releases/download/${PV}/${P}.ta
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="static"
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2020-07-25 Thread Marek Szuba
commit: a05a4ec5015d8aa9c3750b5e1b0d8799b12e04a9
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 25 16:57:40 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 25 16:57:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05a4ec5

net-libs/biblesync: add Jakov as (proxied) co-maintainer

As requested in the PR introducing version 2.1.0.

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

 net-libs/biblesync/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/net-libs/biblesync/metadata.xml b/net-libs/biblesync/metadata.xml
index 82e1c6f399b..d7dc3044bc9 100644
--- a/net-libs/biblesync/metadata.xml
+++ b/net-libs/biblesync/metadata.xml
@@ -1,6 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   jakov.smo...@sartura.hr
+   Jakov Smolic
+   

mare...@gentoo.org
Marek Szuba



[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2020-07-25 Thread Marek Szuba
commit: 7159e53c52c9b2204498d828f20237be67ca279e
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 25 16:56:35 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 25 16:56:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7159e53c

net-libs/biblesync: update upstream remote-id in metadata

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

 net-libs/biblesync/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/biblesync/metadata.xml b/net-libs/biblesync/metadata.xml
index 5f7e93359df..82e1c6f399b 100644
--- a/net-libs/biblesync/metadata.xml
+++ b/net-libs/biblesync/metadata.xml
@@ -6,6 +6,6 @@
Marek Szuba


-   gnomesword
+   karlkleinpaste/biblesync

 



[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2020-07-25 Thread Marek Szuba
commit: 1448c860f3d68a2fe0694491bd781b2ef3dc2c44
Author: Marek Szuba  gentoo  org>
AuthorDate: Sat Jul 25 16:55:14 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 25 16:55:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1448c860

net-libs/biblesync: update HOMEPAGE and SRC_URI in older ebuilds

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

 net-libs/biblesync/biblesync-1.1.2-r2.ebuild | 6 +++---
 net-libs/biblesync/biblesync-2.0.1.ebuild| 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-libs/biblesync/biblesync-1.1.2-r2.ebuild 
b/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
index 37d99d0fc62..88b12f465aa 100644
--- a/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
+++ b/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit cmake-utils toolchain-funcs
 
 DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
-HOMEPAGE="http://www.crosswire.org/wiki/BibleSync;
-SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz"
+HOMEPAGE="https://wiki.crosswire.org/BibleSync;
+SRC_URI="https://github.com/karlkleinpaste/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="public-domain"
 SLOT="0"

diff --git a/net-libs/biblesync/biblesync-2.0.1.ebuild 
b/net-libs/biblesync/biblesync-2.0.1.ebuild
index 9fae6d0f3c5..4dea0979995 100644
--- a/net-libs/biblesync/biblesync-2.0.1.ebuild
+++ b/net-libs/biblesync/biblesync-2.0.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit cmake-utils
 
 DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
-HOMEPAGE="http://www.crosswire.org/wiki/BibleSync;
-SRC_URI="https://github.com/karlkleinpaste/biblesync/releases/download/${PV}/${P}.tar.gz;
+HOMEPAGE="https://wiki.crosswire.org/BibleSync;
+SRC_URI="https://github.com/karlkleinpaste/${PN}/releases/download/${PV}/${P}.tar.gz;
 
 LICENSE="public-domain"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2020-07-25 Thread Marek Szuba
commit: 447d64844e411347a5c6e80c8879a1cc6246cfb5
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Jul 25 10:24:56 2020 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Sat Jul 25 16:51:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447d6484

net-libs/biblesync: bump to 2.1.0

With some tweaks by marecki.

Closes: https://github.com/gentoo/gentoo/pull/16812
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Marek Szuba  gentoo.org>

 net-libs/biblesync/Manifest   |  1 +
 net-libs/biblesync/biblesync-2.1.0.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/net-libs/biblesync/Manifest b/net-libs/biblesync/Manifest
index 3cf2352acb1..13bdc243ba1 100644
--- a/net-libs/biblesync/Manifest
+++ b/net-libs/biblesync/Manifest
@@ -1,2 +1,3 @@
 DIST biblesync-1.1.2.tar.gz 86620 BLAKE2B 
05ae9aa155a7cfd277e1f1a172ae3551c51a34cf09c7acae0821f08146179f4726173b8a26d4bac1a82aebab89f4ac105a73f7ef2a2d36b7939fe73d4e0749e1
 SHA512 
7725c8228e2dff79edaf065ff4d4816a6cf214d1d874817345cc4154142144bce479ca1ae871053886bff4f6610715a27bce81c25c2a636444d5873e93bfdc62
 DIST biblesync-2.0.1.tar.gz 89139 BLAKE2B 
065b65d3f1f288b8a5160b5feff56f152db47eb5c03596c192b904f384e11e24a3846cc6b154d351400c6e252188f126d37281278acfbd8b47321cfc25e1b0f3
 SHA512 
92c86a503dbcc22542e6f15d5fe1b5c282f209b9d4208e82bcf5207b05ed7ca33b6223a496f50108d7c28eab6e14ee14a37ccada6d0b08315ea31c0aeeae2508
+DIST biblesync-2.1.0.tar.gz 87868 BLAKE2B 
2a136e4840f6f3cb3f03aa127adc978f9f5f189d48be198e4cb5b0ec654ae4a28f3fac30a10640d6fd2b1c3555c6bd88527e51e34287424f953cd599c5915521
 SHA512 
c6637954c0d9cbe9ba03048d92288d52c3675eaa9770749690222bd76d45ec7f138d67a4e416c33dbf9864f623f919f117aea58b1bb35feed8bcf59daad94e8e

diff --git a/net-libs/biblesync/biblesync-2.1.0.ebuild 
b/net-libs/biblesync/biblesync-2.1.0.ebuild
new file mode 100644
index 000..b77fac3247e
--- /dev/null
+++ b/net-libs/biblesync/biblesync-2.1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
+HOMEPAGE="https://wiki.crosswire.org/BibleSync;
+SRC_URI="https://github.com/karlkleinpaste/${PN}/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static"
+
+src_configure() {
+   local mycmakeargs=(
+   -DBUILD_SHARED_LIBS=$(usex !static)
+   # To prevent multilib-strict violations
+   -DLIBDIR="${EPREFIX}"/usr/$(get_libdir)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2018-06-19 Thread Chris Reffett
commit: a8e6cb96598d6aee7b1b948808539d495e6e3bd6
Author: Chris Reffett  gentoo  org>
AuthorDate: Wed Jun 20 00:42:43 2018 +
Commit: Chris Reffett  gentoo  org>
CommitDate: Wed Jun 20 01:21:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8e6cb96

net-libs/biblesync: Version bump for xiphos

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/biblesync/Manifest   |  1 +
 net-libs/biblesync/biblesync-2.0.1.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/net-libs/biblesync/Manifest b/net-libs/biblesync/Manifest
index 673f6e6b276..3cf2352acb1 100644
--- a/net-libs/biblesync/Manifest
+++ b/net-libs/biblesync/Manifest
@@ -1 +1,2 @@
 DIST biblesync-1.1.2.tar.gz 86620 BLAKE2B 
05ae9aa155a7cfd277e1f1a172ae3551c51a34cf09c7acae0821f08146179f4726173b8a26d4bac1a82aebab89f4ac105a73f7ef2a2d36b7939fe73d4e0749e1
 SHA512 
7725c8228e2dff79edaf065ff4d4816a6cf214d1d874817345cc4154142144bce479ca1ae871053886bff4f6610715a27bce81c25c2a636444d5873e93bfdc62
+DIST biblesync-2.0.1.tar.gz 89139 BLAKE2B 
065b65d3f1f288b8a5160b5feff56f152db47eb5c03596c192b904f384e11e24a3846cc6b154d351400c6e252188f126d37281278acfbd8b47321cfc25e1b0f3
 SHA512 
92c86a503dbcc22542e6f15d5fe1b5c282f209b9d4208e82bcf5207b05ed7ca33b6223a496f50108d7c28eab6e14ee14a37ccada6d0b08315ea31c0aeeae2508

diff --git a/net-libs/biblesync/biblesync-2.0.1.ebuild 
b/net-libs/biblesync/biblesync-2.0.1.ebuild
new file mode 100644
index 000..9fae6d0f3c5
--- /dev/null
+++ b/net-libs/biblesync/biblesync-2.0.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
+HOMEPAGE="http://www.crosswire.org/wiki/BibleSync;
+SRC_URI="https://github.com/karlkleinpaste/biblesync/releases/download/${PV}/${P}.tar.gz;
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static"
+
+DEPEND="dev-util/cmake"
+RDEPEND=""
+
+src_configure() {
+   local mycmakeargs=(
+   "-DBUILD_SHARED_LIBS=$(usex !static)"
+   "-DLIBDIR=/usr/$(get_libdir)"
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2018-06-10 Thread Andreas Sturmlechner
commit: c4231e07617594a86eeaa250956e5e1a763e02a7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun  3 14:15:35 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 10 08:58:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4231e07

net-libs/biblesync: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-libs/biblesync/biblesync-1.1.2.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/net-libs/biblesync/biblesync-1.1.2.ebuild 
b/net-libs/biblesync/biblesync-1.1.2.ebuild
deleted file mode 100644
index 60cb0689561..000
--- a/net-libs/biblesync/biblesync-1.1.2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
-HOMEPAGE="http://www.crosswire.org/wiki/BibleSync;
-SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND="dev-util/cmake"
-RDEPEND=""



[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2017-12-29 Thread Mikle Kolyada
commit: 019df658501891c0202a5c769f078424aa89c974
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Dec 29 18:39:24 2017 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Dec 29 18:39:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019df658

net-libs/biblesync: amd64 stable wrt bug #639638

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 net-libs/biblesync/biblesync-1.1.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/biblesync/biblesync-1.1.2-r2.ebuild 
b/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
index f486c14a1bd..37d99d0fc62 100644
--- a/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
+++ b/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="static"
 
 DEPEND="dev-util/cmake"



[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2017-08-21 Thread Chris Reffett
commit: 61663b8376856706bba7c6c6c69893daefdccf38
Author: Chris Reffett  gentoo  org>
AuthorDate: Mon Aug 21 23:53:46 2017 +
Commit: Chris Reffett  gentoo  org>
CommitDate: Mon Aug 21 23:54:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61663b83

net-libs/biblesync: Fix libdir wrt bug 627878

Gentoo-Bug: 627878
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../biblesync/{biblesync-1.1.2-r1.ebuild => biblesync-1.1.2-r2.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-libs/biblesync/biblesync-1.1.2-r1.ebuild 
b/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
similarity index 88%
rename from net-libs/biblesync/biblesync-1.1.2-r1.ebuild
rename to net-libs/biblesync/biblesync-1.1.2-r2.ebuild
index 8a9ea543fea..f486c14a1bd 100644
--- a/net-libs/biblesync/biblesync-1.1.2-r1.ebuild
+++ b/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit cmake-utils
+inherit cmake-utils toolchain-funcs
 
 DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
 HOMEPAGE="http://www.crosswire.org/wiki/BibleSync;
@@ -19,6 +19,7 @@ RDEPEND=""
 src_configure() {
local mycmakeargs=(
"-DBUILD_SHARED_LIBS=$(usex !static)"
+   "-DLIBDIR=/usr/$(get_libdir)"
)
cmake-utils_src_configure
 }



[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2017-07-04 Thread Chris Reffett
commit: f780d21d0fde41c3c79875e0814a7478cfeb8c5a
Author: Chris Reffett  gentoo  org>
AuthorDate: Wed Jul  5 01:24:47 2017 +
Commit: Chris Reffett  gentoo  org>
CommitDate: Wed Jul  5 01:24:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f780d21d

net-libs/biblesync: Add static useflag wrt bug 623808

Gentoo-Bug: 623808
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 net-libs/biblesync/biblesync-1.1.2-r1.ebuild | 24 
 1 file changed, 24 insertions(+)

diff --git a/net-libs/biblesync/biblesync-1.1.2-r1.ebuild 
b/net-libs/biblesync/biblesync-1.1.2-r1.ebuild
new file mode 100644
index 000..8a9ea543fea
--- /dev/null
+++ b/net-libs/biblesync/biblesync-1.1.2-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit cmake-utils
+
+DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
+HOMEPAGE="http://www.crosswire.org/wiki/BibleSync;
+SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static"
+
+DEPEND="dev-util/cmake"
+RDEPEND=""
+
+src_configure() {
+   local mycmakeargs=(
+   "-DBUILD_SHARED_LIBS=$(usex !static)"
+   )
+   cmake-utils_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2017-01-10 Thread Agostino Sarubbo
commit: 54bf2343929476c741bd2ba209ef6cbe1ca74d8a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Jan 10 14:55:12 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Jan 10 14:55:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54bf2343

net-libs/biblesync: amd64 stable wrt bug #605142

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-libs/biblesync/biblesync-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-libs/biblesync/biblesync-1.1.2.ebuild 
b/net-libs/biblesync/biblesync-1.1.2.ebuild
index 4f94c30..2165277 100644
--- a/net-libs/biblesync/biblesync-1.1.2.ebuild
+++ b/net-libs/biblesync/biblesync-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE=""
 
 DEPEND="dev-util/cmake"



[gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/

2015-12-28 Thread Chris Reffett
commit: 7a5d0eb5c05e7c3b25ddf6c62b715f20c2e13d70
Author: Chris Reffett  gentoo  org>
AuthorDate: Mon Dec 28 22:59:56 2015 +
Commit: Chris Reffett  gentoo  org>
CommitDate: Mon Dec 28 23:04:50 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a5d0eb5

net-libs/biblesync: New package, dep of xiphos 4

Package-Manager: portage-2.2.26

 net-libs/biblesync/Manifest   |  1 +
 net-libs/biblesync/biblesync-1.1.2.ebuild | 18 ++
 net-libs/biblesync/metadata.xml   | 11 +++
 3 files changed, 30 insertions(+)

diff --git a/net-libs/biblesync/Manifest b/net-libs/biblesync/Manifest
new file mode 100644
index 000..9b7fc1c
--- /dev/null
+++ b/net-libs/biblesync/Manifest
@@ -0,0 +1 @@
+DIST biblesync-1.1.2.tar.gz 86620 SHA256 
886e1ac165b8900254c00a182fa34e3680ef3aa25051418470f15ea09ac02005 SHA512 
7725c8228e2dff79edaf065ff4d4816a6cf214d1d874817345cc4154142144bce479ca1ae871053886bff4f6610715a27bce81c25c2a636444d5873e93bfdc62
 WHIRLPOOL 
ae89ac316cc70415ec4e0e458e7d8173b5a59741475bf1638f90c1614618058a664118bbb22d931e936fb7c4a1e8b4897f75a1d9cb7538ab0d8b8b7b96c81da6

diff --git a/net-libs/biblesync/biblesync-1.1.2.ebuild 
b/net-libs/biblesync/biblesync-1.1.2.ebuild
new file mode 100644
index 000..4f94c30
--- /dev/null
+++ b/net-libs/biblesync/biblesync-1.1.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="A multicast protocol to support Bible software shared 
co-navigation"
+HOMEPAGE="http://www.crosswire.org/wiki/BibleSync;
+SRC_URI="mirror://sourceforge/gnomesword/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-util/cmake"
+RDEPEND=""

diff --git a/net-libs/biblesync/metadata.xml b/net-libs/biblesync/metadata.xml
new file mode 100644
index 000..d68839c
--- /dev/null
+++ b/net-libs/biblesync/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   theology
+   
+   theol...@gentoo.org
+   
+   
+   gnomesword
+   
+