diff --git a/x11-plugins/pidgin-extended-blist-sort/Manifest b/x11-plugins/pidgin-extended-blist-sort/Manifest new file mode 100644 index 0000000000000000000000000000000000000000..13aaef17ff79a9444b094b0bf3a1f47e6d09afc2 --- /dev/null +++ b/x11-plugins/pidgin-extended-blist-sort/Manifest @@ -0,0 +1 @@ +EBUILD pidgin-extended-blist-sort-9999.ebuild 505 BLAKE2B aad130f0a72ee016cb79f7687b47619456c847d52c648a389e88bc7b0bd231489b1088a345359f638f293ae618d9734eccf29936262a38203561a0273e305276 SHA512 02d81a01d2a759be41a866fac531840260a52b9975af09688fa74ab25877a0bdc2e226a944818ea253b5e56415a5a83f5d3b6623bcbdc38170db44945cfb0865 diff --git a/x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-9999.ebuild b/x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-9999.ebuild new file mode 100755 index 0000000000000000000000000000000000000000..4b4dc249cd535fca24edeef6275ed10d0857b349 --- /dev/null +++ b/x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit git-r3 + +DESCRIPTION="This plugin allows you to sort your buddy list more flexible than Pidgin does." +HOMEPAGE="https://github.com/kgraefe/pidgin-extended-blist-sort" +EGIT_REPO_URI="${HOMEPAGE}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="net-im/pidgin +dev-vcs/git" +RDEPEND="${DEPEND}" + + +src_prepare() { + default + ./autogen.sh || die "autogen script failed" +} diff --git a/x11-plugins/purple-discord/Manifest b/x11-plugins/purple-discord/Manifest new file mode 100644 index 0000000000000000000000000000000000000000..e9b5f27cadeb46e7a7a93b71bea96e733d8ec42f --- /dev/null +++ b/x11-plugins/purple-discord/Manifest @@ -0,0 +1 @@ +EBUILD purple-discord-9999.ebuild 402 BLAKE2B b91f18d7ebc48a4c93f4f6d2d39f6f971b422687eeb4865d6f2e44f1da98d9c39c9d1ddc28490d83b871ff3b1a07a815c6f8593a88e23a492139db6d084ace15 SHA512 192c38b25a7bb342f32d5d6cf7953190d0a76f3eb1358e4823d32ae500ce26b96f7c4aa36d9459adc9635415644901734c2dd20d247c4f6df67d86e25d07c951 diff --git a/x11-plugins/purple-discord/purple-discord-9999.ebuild b/x11-plugins/purple-discord/purple-discord-9999.ebuild new file mode 100755 index 0000000000000000000000000000000000000000..935fdb810e416a6c937db3e9245b688779377ea2 --- /dev/null +++ b/x11-plugins/purple-discord/purple-discord-9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit git-r3 + +DESCRIPTION="Pidgin/Purple PRotocol PLugin for Discord" +HOMEPAGE="https://github.com/EionRobb/purple-discord" +EGIT_REPO_URI="${HOMEPAGE}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="net-im/pidgin +dev-vcs/git +dev-libs/json-glib" +RDEPEND="${DEPEND}"