net-libs/libosip2: new package, add 5.3.0
This commit is contained in:
parent
0630c853aa
commit
4253eb2795
3
net-libs/libosip2/Manifest
Normal file
3
net-libs/libosip2/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST libosip2-5.3.0.tar.gz 722152 BLAKE2B d6cbdf34c136cc2baa3b54758bd088104b8c7d81f5072bf40b4ace1a59297a79b8ad31a40a79cf579602bbaf1a36dfa5c02832241e9e77226a17c26b8468b623 SHA512 010830af0aca7cab48f2d28b130bf8a2443a7eb552ccfd3e6100d3262a1e2a4cca4ab457a073cbf6ff032ed7177a781e2ce980a1f095688659cff8c0005fce50
|
||||
EBUILD libosip2-5.3.0.ebuild 469 BLAKE2B 1d43dc206336152e6dc52a4638d30a565142856e94dc57a64e33e12e23c2124cb5af628c80345f656a56de05ab208362e325c47602741ac5b93e371ffed4f891 SHA512 84e8bceb252bf47c15c56f1ec273efbfbcbc9184fafbbabec5bca7ea5c676d7507ff9a03684cc9df72d1a3e35c6b179ccd2984a253755faaba766dbff8a071b7
|
||||
MISC metadata.xml 313 BLAKE2B 75686d6909ddf1cffac1fa0a1c6ba01652555f4727371fa6c35df875d4f5efdeb8b7bc3db9c3c421c8271a68ef200e9c694c8117696cd6435b4577494ea57c9e SHA512 70f709ebbe17fb4ce05b11e2fb13e388138f881b9e20d301fde7059fb7912b6605e420846fc9199e73009df2da1ca6af598067c5e48bc8861b50423655bc136f
|
21
net-libs/libosip2/libosip2-5.3.0.ebuild
Normal file
21
net-libs/libosip2/libosip2-5.3.0.ebuild
Normal file
@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.savannah.gnu.org/git/osip.git"
|
||||
else
|
||||
SRC_URI="mirror://gnu/osip/${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="A simple way to support the Session Initiation Protocol"
|
||||
HOMEPAGE="https://www.gnu.org/software/osip/"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
11
net-libs/libosip2/metadata.xml
Normal file
11
net-libs/libosip2/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>flewkey@2a03.party</email>
|
||||
<name>Ryan Fox</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="savannah">osip</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user