Package-Manager: Portage-2.3.40, Repoman-2.3.9 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
d013eabb1f
commit
a821d38690
12
net-misc/whyblocked/Manifest
Normal file
12
net-misc/whyblocked/Manifest
Normal file
|
@ -0,0 +1,12 @@
|
|||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
EBUILD whyblocked-9999.ebuild 521 BLAKE2B f4429f496d15dbab0b073628958ef7258ec3d476f17d478ff951a4c9095b61db3ace41132998edf3dc248aa7a14faec207c0441b5c26fb201d3650d4e2e0ac0a SHA512 5e36583feac0ee77622167e34565f7918c6a07ea37c9386fdb25c7382b2624aadf74611529ecf2468043052a7115000944b12e94a991a2e3406dc1b2f2ab1aa7
|
||||
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW4gblQAKCRDPw5SX8bJu
|
||||
ByYqAP9PrhBDwDxaUeGF/z14y0mcRAmE7n+IExNTWvMVEkowZAD+J+Sg2FuKJLis
|
||||
4apBR3fFSeufU8TgTn/1He+Gf/yUhuk=
|
||||
=7swp
|
||||
-----END PGP SIGNATURE-----
|
8
net-misc/whyblocked/metadata.xml
Normal file
8
net-misc/whyblocked/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?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>
|
21
net-misc/whyblocked/whyblocked-9999.ebuild
Normal file
21
net-misc/whyblocked/whyblocked-9999.ebuild
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit git-r3 cmake-utils
|
||||
|
||||
DESCRIPTION="whyblocked reminds you why you blocked someone."
|
||||
HOMEPAGE="https://schlomp.space/tastytea/whyblocked"
|
||||
EGIT_REPO_URI="https://schlomp.space/tastytea/whyblocked.git"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
RDEPEND=">=dev-db/vsqlite++-0.3.13-r1
|
||||
>=dev-libs/libxdg-basedir-1.2.0-r1"
|
||||
DEPEND=">=dev-util/cmake-3.9.6
|
||||
${RDEPEND}"
|
||||
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
}
|
Reference in New Issue
Block a user