dev-libs/libarcus: Clean up old versions
authorAlexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
Thu, 14 Jun 2018 12:55:41 +0000 (15:55 +0300)
committerAlexey Shvetsov <alexxy@omrb.pnpi.spb.ru>
Thu, 14 Jun 2018 12:55:41 +0000 (15:55 +0300)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-libs/libarcus/Manifest
dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild [deleted file]

index e4f0c591bc4f78f4b48c5a7937817d07aa9ab3de..6d4038b6b1c1dceac5c8cbdffcda620ec40f8141 100644 (file)
@@ -1,2 +1 @@
-DIST libarcus-1.0.0_pre20160307.tar.gz 40461 BLAKE2B 8f39ae9451c4cb7af1792717c9c205893fadaa0a0c41de408f34a0f83962905a8c200806c77e881a7cee50bb9818c8d72354790ce2c6a07d50198119a89b98e2 SHA512 ec654fbe2d34ad60afd0c1f3745e9f0ef5709e3698ea78d17089dad5e86cb686f38a0ea4cca07b6911058ebdf61c17b51a89c002cbf74cbbd4a68a133d8984e5
 DIST libarcus-3.3.0.tar.gz 29695 BLAKE2B a63ca06133cf7db556fe82cc7ea060badd7838d697822d64e09c52aaa81a8509bfa6010037004593da3b1e66dde510767a992524f8e1719e614932b88b9393fe SHA512 a911fb5784ceb835ba2c175ce42cc10544bdd0834e987d8ac1be2517293f00e596f94910d8bf5f37f61e63246ba6e78d28a23bc061809e70b1bb6ad1a21107c9
diff --git a/dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild b/dev-libs/libarcus/libarcus-1.0.0_pre20160307.ebuild
deleted file mode 100644 (file)
index cbd6bec..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python3_4 python3_5 )
-inherit cmake-utils python-single-r1
-
-MY_PN="libArcus"
-COMMIT="1db8a8e57dbf0d68d9e9f85ef9022b8eae17c9ec"
-
-DESCRIPTION="This library facilitates communication between Cura and its backend"
-HOMEPAGE="https://github.com/Ultimaker/libArcus"
-SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="AGPL-3+"
-SLOT="0/2"
-IUSE="examples python static-libs"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="${PYTHON_DEPS}
-       dev-python/sip[${PYTHON_USEDEP}]
-       >=dev-libs/protobuf-3:=
-       >=dev-python/protobuf-python-3:*[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-S="${WORKDIR}/${MY_PN}-${COMMIT}"
-PATCHES=( "${FILESDIR}/${PN}-1.0.0-fix-install-paths.patch" )
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-pkg_setup() {
-       use python && python-single-r1_pkg_setup
-}
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_PYTHON=$(usex python ON OFF)
-               -DBUILD_EXAMPLES=$(usex examples ON OFF)
-               -DBUILD_STATIC=$(usex static-libs ON OFF)
-       )
-       use python && mycmakeargs+=( -DPYTHON_SITE_PACKAGES_DIR="$(python_get_sitedir)" )
-       cmake-utils_src_configure
-}