You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-portage/portage-mod_jabber/portage-mod_jabber-0.0.3.eb...

24 lines
688 B

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/portage-mod_jabber/portage-mod_jabber-0.0.3.ebuild,v 1.2 2008/07/19 13:37:11 hanno Exp $
DESCRIPTION="A notification module for the portage elog-system to notify via the XMPP (Jabber) protocol"
HOMEPAGE="http://usrportage.de/"
SRC_URI="http://software.usrportage.de/portage-mod_jabber/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=">=sys-apps/portage-2.1
>=dev-python/xmpppy-0.2"
src_install() {
insinto /usr/lib/portage/pym/elog_modules
doins mod_jabber.py
dodoc README ChangeLog
}