net-im/bitlbee-discord: new package

This commit is contained in:
nemunaire 2017-11-15 00:40:06 +01:00
parent 28ba306536
commit 4cb5186b41
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,2 @@
EBUILD bitlbee-discord-9999.ebuild 697 SHA256 6c6f5998e35210346c67d0581cbd174cb61f89185e895dcceeff4b8c86b9bfe6 SHA512 848ec6ab152fb73a39ce99247d3e429dc511ec9b9748f2b48d54af6ca42f2160d983be6270e6e8283862ba56362c71b42aead5303a9dd821fe5eac14b017d435 WHIRLPOOL c04567bcfc32c8648959305e3a1d60e1f44c812ddcddf801747e1fb4e63e530c02366eea8aa2adaff5831134fc72419a5285e4c23860d9a19a81b074aadaf594
MISC metadata.xml 687 SHA256 9aa9363fe2d238bb5244381dcf8c12cf7916b5ea49e36028c02d90a0abad4a31 SHA512 12eebf75573551e840c30b4736ac4bdcba3a1898961f60500289b56fab795f1573759fa7945d9abb6287fdb2dbb4fb58177a3f84858afb262aacdc58cf3f6882 WHIRLPOOL da685f8fb59f1229939f2fcaa30959fbb472eb7e4672784abe24f391fa9b749297d23dcd98f982bb2e1d30b0f3f52ca94f580dee644d610912a8fd1908d0d821

View File

@ -0,0 +1,36 @@
# Copyright 1999-2017 Gentoo Foundation
# 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/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~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

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>nemunaire@nemunai.re</email>
<name>Pierre-Olivier Mercier</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/sm00th/bitlbee-discord/issues</bugs-to>
<remote-id type="github">sm00th/bitlbee-discord</remote-id>
</upstream>
</pkgmetadata>