app-leechcraft/liblaretz: bump version
author0xd34df00d <0xd34df00d@gmail.com>
Mon, 2 Sep 2019 23:18:57 +0000 (19:18 -0400)
committerJoonas Niilola <juippis@gentoo.org>
Tue, 3 Sep 2019 17:33:40 +0000 (20:33 +0300)
Bug: https://bugs.gentoo.org/628516
Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com>
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Closes: https://github.com/gentoo/gentoo/pull/12846
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
app-leechcraft/liblaretz/Manifest
app-leechcraft/liblaretz/liblaretz-0.1.2.ebuild [new file with mode: 0644]

index b071e0be5f525a56b494821ee37d6823b3f08ddd..8926388f4284bf8a62e1c430a57a4bef3ce231cc 100644 (file)
@@ -1 +1,2 @@
 DIST liblaretz-0.1.0.tar.gz 11783 BLAKE2B 5ab0aa23fbf7d6840e53663df7963258399388f414faa3a380ff1822173f6b0f130a5f0d9b07aead08a85f2b1688138abd5a2d2bc3f224a60ed942b91b797d49 SHA512 869361667c4872e694a875655dd33744925b6dab13977b9b93b87de52c8290f59206afc1ee711941dc698a12fd4ea38fae4f1bda6aaa750dd275dd2b1c8a0a53
+DIST liblaretz-0.1.2.tar.gz 11951 BLAKE2B 87d5e9297b6fa73185a9c3555d408eafb9383d0b8361bb229848ef168a2af54dedafcd27cbfbd826d3ee432b701ed0150aa4b186eb86f02c8a145e1b9111b0c0 SHA512 d0966b5c503ed4741da6bcf57a28cd36bb6466d16f83d4276e4055b0fcf66fac58627309cbe2218ee0b8aeb7f30bfb018d58d81a87ff3dbb3c158cc7589ee484
diff --git a/app-leechcraft/liblaretz/liblaretz-0.1.2.ebuild b/app-leechcraft/liblaretz/liblaretz-0.1.2.ebuild
new file mode 100644 (file)
index 0000000..5bed8dd
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Shared library to be used by the Laretz sync server and its clients"
+HOMEPAGE="https://leechcraft.org"
+SRC_URI="https://github.com/0xd34df00d/${PN#lib}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+inherit cmake-utils
+
+LICENSE="Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/boost:="
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN#lib}-${PV}"
+CMAKE_USE_DIR="${S}"/src/lib