From bcb4e496e52fa74a22eacd2b68fe36c8863029c3 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Mon, 14 Feb 2022 01:39:29 +0000 Subject: Adding metadata --- dev-python/pystring/pystring-1.1.3.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 dev-python/pystring/pystring-1.1.3.ebuild (limited to 'dev-python/pystring/pystring-1.1.3.ebuild') diff --git a/dev-python/pystring/pystring-1.1.3.ebuild b/dev-python/pystring/pystring-1.1.3.ebuild deleted file mode 100644 index d7d9e531ac6f..000000000000 --- a/dev-python/pystring/pystring-1.1.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2021 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=7 - -DESCRIPTION="C++ functions matching the interface and behavior of python string methods" -HOMEPAGE="https://github.com/imageworks/pystring" - -if [[ "${PV}" == "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/imageworks/pystring.git" -else - SRC_URI="https://github.com/imageworks/pystring/archive/v"${PV}".tar.gz -> "${P}".tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="all-rights-reserved" -SLOT="0" - -src_compile() { - emake LIBDIR="${S}" install - mkdir pystring || die - mv pystring.h pystring || die -} - -src_install() { - dolib.so libpystring.so{,.0{,.0.0}} - doheader -r pystring -} -- cgit v1.3.1