media-libs/pystring: add pystring
Package-Manager: Portage-3.0.9, Repoman-3.0.2
This commit is contained in:
parent
b0813da4d0
commit
08c01e7747
1
media-libs/pystring/Manifest
Normal file
1
media-libs/pystring/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST pystring-1.1.3.tar.gz 18364 BLAKE2B caab1a3b1dc688ad6ecbb32e5e8139bb883a88b78ce8a021229924d57376e94b17d89277e2fccf4f7ec478c81ee9259c5e56848f4388c44b2eab9cfb841bcfb8 SHA512 a46bb2e96d6eb351a4a8097cde46ac2877d28e88f9e57e0ac36c42e8fc8543517c4be70306a01e2f88a891fc53c612494aeb37f47a200d94b8e1b050ed16eff6
|
11
media-libs/pystring/metadata.xml
Normal file
11
media-libs/pystring/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>parona@protonmail.com</email>
|
||||||
|
<name>Alfred Wingate</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">imageworks/pystring</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
29
media-libs/pystring/pystring-1.1.3.ebuild
Normal file
29
media-libs/pystring/pystring-1.1.3.ebuild
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Copyright 2020 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"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="all-rights-reserved"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
29
media-libs/pystring/pystring-9999.ebuild
Normal file
29
media-libs/pystring/pystring-9999.ebuild
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Copyright 2020 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"
|
||||||
|
fi
|
||||||
|
|
||||||
|
LICENSE="all-rights-reserved"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user