Subversion Repositories KardasA Overlay

Compare Revisions

Ignore whitespace Rev 42 → Rev 63

/x11-plugins/pidgin-gfire/Manifest
1,8 → 1,10
DIST pidgin-gfire-0.8.3.tar.gz 343713 RMD160 9b85bdd9e1bc04e4176d1162166051fd992212c1 SHA1 a12ac4a4382c861cc1bd0a72684803d52b32e026 SHA256 916390b3a2665d9bf53687b9f062a49614e407426d3ddc7c7b2e461a40ee6b4e
DIST pidgin-gfire-0.9.0.tar.bz2 482312 RMD160 47401a4725dc122b535be8996985936850d1454b SHA1 a5a0ce3a0ecf8ff1a235c40c1349d4ce6c0cdc03 SHA256 0097061aca0fc6ce85b83c946e98fd027f13b3ebfa843902601e47523a87151e
DIST pidgin-gfire-0.9.1.tar.bz2 484342 RMD160 27fd31b5748091472a4395b3aee335e762cffbdd SHA1 5454bffed272b80a3056ee4c53a98251b08f3a57 SHA256 04d923a64cb1eaf4c9418605d7fd3eb98c2ec5ede19b6a84718271df2549098d
DIST pidgin-gfire-0.9.2.tar.bz2 494341 RMD160 c536b5c170c2c16c47a39efe5a5a060fdfecdbd2 SHA1 c26026462d6e29c0c9900ac7734df4b3cdbadcbc SHA256 02ddf8ae5f5a9593d2395639ded119d3760184c3659b1f45688e6b3f2ff1230f
EBUILD pidgin-gfire-0.8.3.ebuild 716 RMD160 055ffc32e8f86a7cf6db521ef43e437a580ad4db SHA1 d11f391a4443de629fefeb7affda0e82eebdcb6c SHA256 bdac8bdcfbbd66aa115ce6117654c2dc7ecf135f7345813e7cb148cf30a1afb3
EBUILD pidgin-gfire-0.9.0.ebuild 1345 RMD160 7e1f009c1e6ba580485b9f5af1df3dabe09e004e SHA1 6705ad5b5a926671bb528bf07e303b35263c54eb SHA256 7e24dfe9b7e1f1b6b8f69123defb22b0886425efa4a6e739d36694b095512604
EBUILD pidgin-gfire-0.9.1.ebuild 1345 RMD160 7e1f009c1e6ba580485b9f5af1df3dabe09e004e SHA1 6705ad5b5a926671bb528bf07e303b35263c54eb SHA256 7e24dfe9b7e1f1b6b8f69123defb22b0886425efa4a6e739d36694b095512604
EBUILD pidgin-gfire-0.9.2.ebuild 1367 RMD160 f322620ac4f92c384e82281a189f55d821bce43a SHA1 3a08049c8168fbc2936757cebca2aa5db1a20287 SHA256 bc8426408adc724b14e884f6de6a762c4d94f3bae25b7b8239e1be284e51bde3
EBUILD pidgin-gfire-9999.ebuild 1475 RMD160 783a450f708bd3553d2baad56040f3bf54eac078 SHA1 8977aeb5dc6bfdda5c8af6d3fa480570108039f6 SHA256 16adfab30c02854098dd6a7598ef542721c3070ca6046adf2e34b272c2ddcae1
MISC metadata.xml 261 RMD160 9314ca0c98c4989bd8d2b8ec35f9a91ff73be7a0 SHA1 f45e7a7b1dc41af41952b8f8e426a2d821bc574b SHA256 e3262f423714cc29c95e7e94cba5a6b53cd61e09140e93e73029315ea41df3e6
/x11-plugins/pidgin-gfire/pidgin-gfire-0.9.2.ebuild
0,0 → 1,46
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: j0inty edited by KardasA $
 
EAPI="2"
 
DESCRIPTION="Gfire is an open source plugin for the Pidgin IM client which allows you to connect the Xfire network."
HOMEPAGE="http://gfireproject.org/"
SRC_URI="mirror://sourceforge/gfire/${P}.tar.bz2"
 
LICENSE="GPLv3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug dbus gtk libnotify nls srvdetection"
 
RDEPEND=">=net-im/pidgin-2.5.0
dbus? ( dev-libs/dbus-glib )
gtk? ( >=x11-libs/gtk+-2.14.0 )
libnotify? ( >=x11-libs/libnotify-0.3.2 )
srvdetection? ( >=net-analyzer/tcpdump-4.1.0-r1[suid] )"
 
DEPEND="dev-util/pkgconfig
${RDEPEND}"
 
src_configure() {
econf $(use_enable debug) $(use_enable libnotify) $(use_enable dbus dbus-status) $(use_enable nls) $(use_enable gtk) || die "econf failed"
}
 
src_compile() {
emake || die "emake failed"
}
 
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README
}
 
pkg_postinst() {
if use srvdetection ; then
ewarn "You installed ${PN} with server detection support,"
ewarn "this requires tcpdump installation with suid support,"
ewarn "this is potential security risk."
ewarn "You have been warned"
elog "To let users use server detection add them to tcpdump group"
fi
}