Changeset - e59cdbc7d701
[Not reviewed]
0 0 4
Chel Sea (chain) - 6 years ago 2018-10-02 17:38:51
chain@rpgfiction.net
add x11-plugins/pidgin-extended-blist-sort and x11-plugins/purple-discord
4 files changed with 47 insertions and 0 deletions:
0 comments (0 inline, 0 general)
x11-plugins/pidgin-extended-blist-sort/Manifest
Show inline comments
 
new file 100644
 
EBUILD pidgin-extended-blist-sort-9999.ebuild 505 BLAKE2B aad130f0a72ee016cb79f7687b47619456c847d52c648a389e88bc7b0bd231489b1088a345359f638f293ae618d9734eccf29936262a38203561a0273e305276 SHA512 02d81a01d2a759be41a866fac531840260a52b9975af09688fa74ab25877a0bdc2e226a944818ea253b5e56415a5a83f5d3b6623bcbdc38170db44945cfb0865
x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-9999.ebuild
Show inline comments
 
new file 100755
 
# 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"
 
}
x11-plugins/purple-discord/Manifest
Show inline comments
 
new file 100644
 
EBUILD purple-discord-9999.ebuild 402 BLAKE2B b91f18d7ebc48a4c93f4f6d2d39f6f971b422687eeb4865d6f2e44f1da98d9c39c9d1ddc28490d83b871ff3b1a07a815c6f8593a88e23a492139db6d084ace15 SHA512 192c38b25a7bb342f32d5d6cf7953190d0a76f3eb1358e4823d32ae500ce26b96f7c4aa36d9459adc9635415644901734c2dd20d247c4f6df67d86e25d07c951
x11-plugins/purple-discord/purple-discord-9999.ebuild
Show inline comments
 
new file 100755
 
# 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}"
0 comments (0 inline, 0 general)