Subversion Repositories KardasA Overlay

Compare Revisions

Ignore whitespace Rev HEAD → Rev 1

/x11-plugins/pidgin-gfire/Manifest
0,0 → 1,3
DIST pidgin-gfire-0.8.3.tar.gz 343713 RMD160 9b85bdd9e1bc04e4176d1162166051fd992212c1 SHA1 a12ac4a4382c861cc1bd0a72684803d52b32e026 SHA256 916390b3a2665d9bf53687b9f062a49614e407426d3ddc7c7b2e461a40ee6b4e
EBUILD pidgin-gfire-0.8.3.ebuild 783 RMD160 739be2104ae2096fd8c26dd8fe4091e117fbcd99 SHA1 5df3cc112c33f858021bd98cb143d17878c5c31d SHA256 a3188e4822a41daaa8f16937f030dbfe3b24f41289c4369ff6141c353ed203b5
EBUILD pidgin-gfire-9999.ebuild 819 RMD160 4a65c9a8f1d03b63c673970e54f28b8a8adbf05f SHA1 97f869ae3e7926cf4f645bac26129101f580ec5a SHA256 64c0a8430c402e3f801f122104399c3648384220f5ed380e7d64228fee86afd5
/x11-plugins/pidgin-gfire/pidgin-gfire-0.8.3.ebuild
0,0 → 1,29
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: j0inty $
 
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="http://iweb.dl.sourceforge.net/project/gfire/gfire/gfire-0.8.3/pidgin-gfire-0.8.3.tar.gz"
 
LICENSE="GPLv3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug"
 
RESTRICT="mirror"
 
RDEPEND="net-im/pidgin"
 
DEPEND="dev-util/pkgconfig
${RDEPEND}"
 
src_compile() {
econf $(use_enable debug) || die "econf failed"
emake || die "emake failed"
}
 
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README
}
/x11-plugins/pidgin-gfire/pidgin-gfire-9999.ebuild
0,0 → 1,32
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: j0inty $
 
inherit subversion
 
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=""
 
ESVN_REPO_URI="http://my-svn.assembla.com/svn/gfire/trunk/"
ESVN_STORE_DIR="${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}}/svn-src/"
 
LICENSE="GPLv3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug"
 
RDEPEND="net-im/pidgin"
 
DEPEND="dev-util/pkgconfig
${RDEPEND}"
 
src_compile(){
econf $(use_enable debug) || die "econf failed"
emake || die "emake failed"
}
 
src_install(){
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog README
}