net-im/bitlbee-discord: bump to 0.4.3

This commit is contained in:
nemunaire 2020-05-15 19:16:26 +02:00
parent be3867c294
commit f3d150cb7f
3 changed files with 42 additions and 4 deletions

View File

@ -1,2 +1,4 @@
EBUILD bitlbee-discord-9999.ebuild 697 SHA256 6c6f5998e35210346c67d0581cbd174cb61f89185e895dcceeff4b8c86b9bfe6 SHA512 848ec6ab152fb73a39ce99247d3e429dc511ec9b9748f2b48d54af6ca42f2160d983be6270e6e8283862ba56362c71b42aead5303a9dd821fe5eac14b017d435 WHIRLPOOL c04567bcfc32c8648959305e3a1d60e1f44c812ddcddf801747e1fb4e63e530c02366eea8aa2adaff5831134fc72419a5285e4c23860d9a19a81b074aadaf594
MISC metadata.xml 687 SHA256 9aa9363fe2d238bb5244381dcf8c12cf7916b5ea49e36028c02d90a0abad4a31 SHA512 12eebf75573551e840c30b4736ac4bdcba3a1898961f60500289b56fab795f1573759fa7945d9abb6287fdb2dbb4fb58177a3f84858afb262aacdc58cf3f6882 WHIRLPOOL da685f8fb59f1229939f2fcaa30959fbb472eb7e4672784abe24f391fa9b749297d23dcd98f982bb2e1d30b0f3f52ca94f580dee644d610912a8fd1908d0d821
DIST bitlbee-discord-0.4.3.tar.gz 34144 BLAKE2B 3e4df304cd80825b096f4be5336386db2c32f5adeaf4727e9260d069897258a4de371be67230383b709d49c1f0a0e5bf5ae5754b72b6d77da8842a5cfff8cf66 SHA512 7a8ec073bb028fa8ed2cd7bec163626cb3be134b9ac9d32e0c2b8e8f5e72d9b61f9b84c9c602568d6818f049f50637c754566925c6d7af62f8b757536a95b05c
EBUILD bitlbee-discord-0.4.3.ebuild 698 BLAKE2B 0bd2e4a3d2b75184b42333a391dff6ef81bfcd65ff08e9d0222e3674c5699c9871d76455462df80870bd795c57b1fdfe7d95cb1c35036c195677bf4c21a80eba SHA512 9c59d003f53fdf62888de67b7f3ac0704c9a1aab6f09b9309579f370fe2c922f34bcaaaa2c21bd796e156b2703dc5ba4eac611b70392167eba7f0629bcffaae9
EBUILD bitlbee-discord-9999.ebuild 693 BLAKE2B 1b0ffc6013774d3b1ad65feaec3f91258888fb0f1a7f14925fef7445f779cb68b8c85f91122b3d70b869961de8e670fb17473a17e1ce55c5337cf6391d71fee7 SHA512 eb2d70ee91a0f28533fb04e2fb9c59ef9b4d8072141713c9ff2939c9eaef1e230a6273e55aa51f197cc3a4fc7e9e605511c983f33fad25f301563be921a02fe8
MISC metadata.xml 415 BLAKE2B cdb6a5454f193d27836dfd8b8afff7c1d5e3a53022ff0429588ab8635d93b382ec28f7fdc27673b383236ed379ae594ace61873d77ca62436d1e3d3db3f4e652 SHA512 be8d153f2b902ae511daa3bceea55f8aa7dedeee18001e1333f329dfdc15cd3db615590134a4e666db9c88e37e7c619fc2f34290ada49ba55fbc9120d13274c1

View File

@ -0,0 +1,36 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit ltprune autotools
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/sm00th/bitlbee-discord.git"
inherit git-r3
else
SRC_URI="https://github.com/sm00th/bitlbee-discord/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
fi
DESCRIPTION="Discord plugin for BitlBee"
HOMEPAGE="https://github.com/sm00th/bitlbee-discord"
LICENSE="GPL-2+"
SLOT="0"
RDEPEND="
dev-libs/glib:2
>=net-im/bitlbee-3.5[plugins]"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
default
eautoreconf
}
src_install() {
default
prune_libtool_files --modules
}

View File

@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/sm00th/bitlbee-discord.git"
inherit git-r3
else
SRC_URI="https://github.com/sm00th/bitlbee-discord/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/sm00th/bitlbee-discord/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi