diff --git a/net-misc/soupbot/Manifest b/net-misc/soupbot/Manifest index 64c3971..6d9a564 100644 --- a/net-misc/soupbot/Manifest +++ b/net-misc/soupbot/Manifest @@ -1,12 +1,12 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -EBUILD soupbot-9999.ebuild 504 BLAKE2B 3b95e492a71b07459aa70f95dd1fbfb1e226a48b857a7adb52b6ce0b23c92fa7005669702bf4b65169c2d90f4bbf219ba84badf559cc81be78e16fc75254f46a SHA512 782eea006a2c6a760e3bb5aad0e70ce364e7c1a82c79a53322d1f5956869e43ffd26a193ad51153b07dab89a22aa94f5ab13f4a007b9e1f458836f5c96e341fb +EBUILD soupbot-9999.ebuild 473 BLAKE2B b388c0aed868a49bd4d60d0d0a1b2748d70f81bf5ff829ccaf99c03d31bdf61aa5386114e1413b643a53c4baa598e5130c1f24a58cb49c29b8f67245314a6df4 SHA512 e3c1a25121b8ddd8fddaca232e39b696919e120b41005d9f101c8db422cb2296d7afa6797160c5e9d88ea5c2cf1e6ca048c74fea30bab514574ea9db1fed307b MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d -----BEGIN PGP SIGNATURE----- -iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXLvVYQAKCRDPw5SX8bJu -B52EAPoCcaZYX0fi7/LB+Kei1rXVGc+rRh2Na38dmJrTRYePiQD+N3b0gu17QhKK -Qp4/fomehpM2ImdPuuIUwzZzHRghNe8= -=JoF6 +iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXLyAEwAKCRDPw5SX8bJu +B8LJAP0Wh3FJHjXYEY2kNBXDEM7CzE+skCnj4mIyDAlqLKIdagD/aqLJDRdZ+YmJ +6m0Z6AqHHsUr4SlAQo4B0MsI4qt6ziE= +=xNQj -----END PGP SIGNATURE----- diff --git a/net-misc/soupbot/soupbot-9999.ebuild b/net-misc/soupbot/soupbot-9999.ebuild index 9ea2408..3094bd7 100644 --- a/net-misc/soupbot/soupbot-9999.ebuild +++ b/net-misc/soupbot/soupbot-9999.ebuild @@ -5,8 +5,8 @@ EAPI=7 inherit git-r3 cmake-utils DESCRIPTION="soupbot is a soup-recommending bot for Mastodon" -HOMEPAGE="https://github.com/tastytea/soupbot" -EGIT_REPO_URI="https://github.com/tastytea/soupbot.git" +HOMEPAGE="https://schlomp.space/tastytea/soupbot" +EGIT_REPO_URI="https://schlomp.space/tastytea/soupbot.git" LICENSE="GPL-3" SLOT="0" KEYWORDS="" @@ -19,7 +19,3 @@ DEPEND=" >=dev-util/cmake-3.9.6 ${RDEPEND} " - -src_unpack() { - git-r3_src_unpack -}