deleted net-im/pixie and net-misc/seriespl
the build failed Details

This commit is contained in:
tastytea 2018-07-16 19:48:28 +02:00
parent cfe37745a3
commit 56143d674e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
6 changed files with 0 additions and 82 deletions

View File

@ -1,2 +0,0 @@
EBUILD pixie-9999.ebuild 481 BLAKE2B 145c052ad008dff8230e9cae00767aea0d2952c8329875c60ee25437d56a1fe021d862af870c6812a6eaa695b9c7174652b594b08504a63ea3a5a7707e44a6c4 SHA512 3c9f1708e007f3db365408392ce5bf044b601a0964e281be9083c95a74e86e8cfafb79656eea27c45f459140422f40d62e53cbf04b480cead09b743c4d54b05a
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>tastytea</name>
</maintainer>
</pkgmetadata>

View File

@ -1,21 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3 cmake-utils
DESCRIPTION="pixie is an XMPP bot."
HOMEPAGE="https://git.tastytea.de/?p=pixie.git"
EGIT_REPO_URI="https://git.tastytea.de/repositories/pixie.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND=">=net-libs/gloox-1.0.18
>=dev-libs/libconfig-1.5[cxx]"
DEPEND=">=dev-util/cmake-3.7.2
${RDEPEND}"
src_unpack() {
git-r3_src_unpack
}

View File

@ -1,12 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
EBUILD seriespl-9999.ebuild 650 BLAKE2B 5c935628292bfcecfd9efaef4ca20961f01f9fc4c8b6bc6b9d6d2fbb0eee2b29c52f0aec83b28261026655f4bfbb92f49314df405da0b2bbc1d30d908b8148a6 SHA512 8612de95b4b9df602faf8742601c4fcd47bb17d5e04d381acb1c4a2d673f66203d818cbe032ae4ff96296af4b5870b324e061016e1161e9fb003a6c968d3bf50
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW0zZ/gAKCRDPw5SX8bJu
B7LzAP9Z37B8NnQQpXmtBeoe2bCejJ6BQ3VWI8kdewLCdD16WAEAhYH3ecxXfMBk
VCnos8/jVe12RdVmOckFSFXRt1FK+nM=
=jP6D
-----END PGP SIGNATURE-----

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>tastytea</name>
</maintainer>
</pkgmetadata>

View File

@ -1,31 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit git-r3
DESCRIPTION="Extracts stream-URLs for entire seasons of tv series from bs.to"
HOMEPAGE="https://github.com/tastytea/seriespl"
EGIT_REPO_URI="git://git.tastytea.de/repositories/seriespl.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm"
IUSE="debug"
DEPEND=">=net-misc/curl-7.50.3
>=dev-libs/libconfig-1.5[cxx]"
RDEPEND="${DEPEND}"
src_unpack() {
git-r3_src_unpack
}
src_compile() {
if use debug; then
emake debug
else
emake
fi
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
}