From c74f1bd1763e49400b3f582b55415d5213a97c94 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sun, 27 Jun 2021 20:56:47 +0300 Subject: [PATCH] dev-cpp/pystring: remove, is in ::gentoo Signed-off-by: Alfred Wingate --- dev-cpp/pystring/Manifest | 1 - dev-cpp/pystring/metadata.xml | 11 -------- dev-cpp/pystring/pystring-1.1.3.ebuild | 39 -------------------------- dev-cpp/pystring/pystring-9999.ebuild | 39 -------------------------- 4 files changed, 90 deletions(-) delete mode 100644 dev-cpp/pystring/Manifest delete mode 100644 dev-cpp/pystring/metadata.xml delete mode 100644 dev-cpp/pystring/pystring-1.1.3.ebuild delete mode 100644 dev-cpp/pystring/pystring-9999.ebuild diff --git a/dev-cpp/pystring/Manifest b/dev-cpp/pystring/Manifest deleted file mode 100644 index eb3773a..0000000 --- a/dev-cpp/pystring/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pystring-1.1.3.tar.gz 18364 BLAKE2B caab1a3b1dc688ad6ecbb32e5e8139bb883a88b78ce8a021229924d57376e94b17d89277e2fccf4f7ec478c81ee9259c5e56848f4388c44b2eab9cfb841bcfb8 SHA512 a46bb2e96d6eb351a4a8097cde46ac2877d28e88f9e57e0ac36c42e8fc8543517c4be70306a01e2f88a891fc53c612494aeb37f47a200d94b8e1b050ed16eff6 diff --git a/dev-cpp/pystring/metadata.xml b/dev-cpp/pystring/metadata.xml deleted file mode 100644 index d644da5..0000000 --- a/dev-cpp/pystring/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - parona@protonmail.com - Alfred Wingate - - - imageworks/pystring - - diff --git a/dev-cpp/pystring/pystring-1.1.3.ebuild b/dev-cpp/pystring/pystring-1.1.3.ebuild deleted file mode 100644 index 22f0aa0..0000000 --- a/dev-cpp/pystring/pystring-1.1.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2020-2021 Gentoo 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="BSD" -SLOT="0" - -BDEPEND=" - sys-devel/gcc[cxx] - sys-devel/libtool -" - -src_prepare() { - sed -i "s/\(CXXFLAGS =\) -g -O3 \(.*\)/\1 ${CXXFLAGS} \2/" Makefile || die - default -} - -src_compile() { - emake LIBDIR="${S}" install - mkdir pystring || die - cp pystring.h pystring || die -} - -src_install() { - dolib.so libpystring.so{,.0{,.0.0}} - doheader -r pystring -} diff --git a/dev-cpp/pystring/pystring-9999.ebuild b/dev-cpp/pystring/pystring-9999.ebuild deleted file mode 100644 index 22f0aa0..0000000 --- a/dev-cpp/pystring/pystring-9999.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 2020-2021 Gentoo 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="BSD" -SLOT="0" - -BDEPEND=" - sys-devel/gcc[cxx] - sys-devel/libtool -" - -src_prepare() { - sed -i "s/\(CXXFLAGS =\) -g -O3 \(.*\)/\1 ${CXXFLAGS} \2/" Makefile || die - default -} - -src_compile() { - emake LIBDIR="${S}" install - mkdir pystring || die - cp pystring.h pystring || die -} - -src_install() { - dolib.so libpystring.so{,.0{,.0.0}} - doheader -r pystring -}