Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/biblesync/
Date: Sat, 05 Sep 2020 19:44:33
Message-Id: 1599335009.c7a7f6631f15f27a415da9b56c84ba632f87c7af.marecki@gentoo
1 commit: c7a7f6631f15f27a415da9b56c84ba632f87c7af
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 5 19:26:34 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 19:43:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a7f663
7
8 net-libs/biblesync: remove old
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 net-libs/biblesync/Manifest | 2 --
13 net-libs/biblesync/biblesync-1.1.2-r2.ebuild | 25 -------------------------
14 net-libs/biblesync/biblesync-2.0.1.ebuild | 25 -------------------------
15 3 files changed, 52 deletions(-)
16
17 diff --git a/net-libs/biblesync/Manifest b/net-libs/biblesync/Manifest
18 index 13bdc243ba1..da020d4a9be 100644
19 --- a/net-libs/biblesync/Manifest
20 +++ b/net-libs/biblesync/Manifest
21 @@ -1,3 +1 @@
22 -DIST biblesync-1.1.2.tar.gz 86620 BLAKE2B 05ae9aa155a7cfd277e1f1a172ae3551c51a34cf09c7acae0821f08146179f4726173b8a26d4bac1a82aebab89f4ac105a73f7ef2a2d36b7939fe73d4e0749e1 SHA512 7725c8228e2dff79edaf065ff4d4816a6cf214d1d874817345cc4154142144bce479ca1ae871053886bff4f6610715a27bce81c25c2a636444d5873e93bfdc62
23 -DIST biblesync-2.0.1.tar.gz 89139 BLAKE2B 065b65d3f1f288b8a5160b5feff56f152db47eb5c03596c192b904f384e11e24a3846cc6b154d351400c6e252188f126d37281278acfbd8b47321cfc25e1b0f3 SHA512 92c86a503dbcc22542e6f15d5fe1b5c282f209b9d4208e82bcf5207b05ed7ca33b6223a496f50108d7c28eab6e14ee14a37ccada6d0b08315ea31c0aeeae2508
24 DIST biblesync-2.1.0.tar.gz 87868 BLAKE2B 2a136e4840f6f3cb3f03aa127adc978f9f5f189d48be198e4cb5b0ec654ae4a28f3fac30a10640d6fd2b1c3555c6bd88527e51e34287424f953cd599c5915521 SHA512 c6637954c0d9cbe9ba03048d92288d52c3675eaa9770749690222bd76d45ec7f138d67a4e416c33dbf9864f623f919f117aea58b1bb35feed8bcf59daad94e8e
25
26 diff --git a/net-libs/biblesync/biblesync-1.1.2-r2.ebuild b/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
27 deleted file mode 100644
28 index 88b12f465aa..00000000000
29 --- a/net-libs/biblesync/biblesync-1.1.2-r2.ebuild
30 +++ /dev/null
31 @@ -1,25 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit cmake-utils toolchain-funcs
37 -
38 -DESCRIPTION="A multicast protocol to support Bible software shared co-navigation"
39 -HOMEPAGE="https://wiki.crosswire.org/BibleSync"
40 -SRC_URI="https://github.com/karlkleinpaste/${PN}/releases/download/${PV}/${P}.tar.gz"
41 -
42 -LICENSE="public-domain"
43 -SLOT="0"
44 -KEYWORDS="amd64"
45 -IUSE="static"
46 -
47 -DEPEND="dev-util/cmake"
48 -RDEPEND=""
49 -
50 -src_configure() {
51 - local mycmakeargs=(
52 - "-DBUILD_SHARED_LIBS=$(usex !static)"
53 - "-DLIBDIR=/usr/$(get_libdir)"
54 - )
55 - cmake-utils_src_configure
56 -}
57
58 diff --git a/net-libs/biblesync/biblesync-2.0.1.ebuild b/net-libs/biblesync/biblesync-2.0.1.ebuild
59 deleted file mode 100644
60 index 4dea0979995..00000000000
61 --- a/net-libs/biblesync/biblesync-2.0.1.ebuild
62 +++ /dev/null
63 @@ -1,25 +0,0 @@
64 -# Copyright 1999-2020 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=6
68 -inherit cmake-utils
69 -
70 -DESCRIPTION="A multicast protocol to support Bible software shared co-navigation"
71 -HOMEPAGE="https://wiki.crosswire.org/BibleSync"
72 -SRC_URI="https://github.com/karlkleinpaste/${PN}/releases/download/${PV}/${P}.tar.gz"
73 -
74 -LICENSE="public-domain"
75 -SLOT="0"
76 -KEYWORDS="~amd64"
77 -IUSE="static"
78 -
79 -DEPEND="dev-util/cmake"
80 -RDEPEND=""
81 -
82 -src_configure() {
83 - local mycmakeargs=(
84 - "-DBUILD_SHARED_LIBS=$(usex !static)"
85 - "-DLIBDIR=/usr/$(get_libdir)"
86 - )
87 - cmake-utils_src_configure
88 -}