diff --git a/x11-themes/papirus-claws-mail-theme/Manifest b/x11-themes/papirus-claws-mail-theme/Manifest new file mode 100644 index 0000000..4e3c452 --- /dev/null +++ b/x11-themes/papirus-claws-mail-theme/Manifest @@ -0,0 +1,12 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +EBUILD papirus-claws-mail-theme-9999.ebuild 453 BLAKE2B c83e0aefa6057a4376ef17f64f2e4ee048ad07c634416bfaeb968bed500682da91f64ad31a69bbdbad2aa851dec5b5f3c257c38e5e7eb3512e5647df24a22ad2 SHA512 462473d006ef2bc7960bd27f01e9d72f01ad0624fce802acc5f767b48728662eec4381dbe1a6c3da1aeed68552afb24cc8f543dbb3846162f6f390085a21fa79 +MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d +-----BEGIN PGP SIGNATURE----- + +iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW+cFXwAKCRDPw5SX8bJu +B+RaAP9BR9+sAlV/1eyJ51WOAJDAZRqD0JNRqOrsQpGiFawTBAD/RlcCEexew4N4 +shgHHq4hfhPckDrfDDOP8fBxiszQwjw= +=kPMC +-----END PGP SIGNATURE----- diff --git a/x11-themes/papirus-claws-mail-theme/metadata.xml b/x11-themes/papirus-claws-mail-theme/metadata.xml new file mode 100644 index 0000000..d68ff96 --- /dev/null +++ b/x11-themes/papirus-claws-mail-theme/metadata.xml @@ -0,0 +1,8 @@ + + + + + gentoo@tastytea.de + tastytea + + diff --git a/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-9999.ebuild b/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-9999.ebuild new file mode 100644 index 0000000..8d8e073 --- /dev/null +++ b/x11-themes/papirus-claws-mail-theme/papirus-claws-mail-theme-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit git-r3 + +DESCRIPTION="Papirus theme for Claws Mail " +HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme" +SRC_URI="" +EGIT_REPO_URI="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme.git" +LICENSE="GPL-3" + +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND=" + ${DEPEND} + mail-client/claws-mail +"