ChangeLog

# ChangeLog for net-im/kpopup
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-im/kpopup/ChangeLog,v 1.9 2007/05/06 11:42:05 genone Exp $

06 May 2007; Marius Mauch kpopup-0.9.7.ebuild:
Replacing einfo with elog

04 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

21 Sep 2005; kpopup-0.9.7.ebuild:
Marked ~amd64

04 Sep 2004; Thomas Matthijs kpopup-0.9.6_pre1.ebuild:
fix depend syntax 58347

31 Jul 2004; Dominik Stadler kpopup-0.9.7.ebuild:
Add einfo and create missing dir, reported in Bug 56633, thanks.

*kpopup-0.9.7 (29 Jun 2004)

29 Jun 2004; David Holm kpopup-0.9.7.ebuild:
Added to ~ppc.

29 Jun 2004; Carsten Lohrke kpopup-0.9.6_pre1.ebuild:
version bump, QA: ...

*kpopup-0.9.6_pre1 (15 Mar 2004)

15 Mar 2004; Dominik Stadler kpopup-0.9.6_pre1.ebuild:
Added new ebuild, thanks to Juergen Nagel , Bug 19739

Manifest

DIST kpopup-0.9.7.tar.gz 533161 RMD160 c3b27b2cea87fa1bec94dea479233db5e32bb984 SHA1 074191b7236f416cf03faee3ddaf4460470ff1b3 SHA256 7fd74a31b9220619273b342594f13f47b2987ccc2f4994f8af4ab8687752b207
EBUILD kpopup-0.9.7.ebuild 917 RMD160 7e0a88c003ade6e34b70e3a56941c128a4fd1a35 SHA1 aed5d85ae66ccee8f97a3e78d230424de6fef942 SHA256 c3e93365beaf62f0eda1a7765017dedc994ca5622b2a7e429e4ee27a09257727
MISC ChangeLog 1123 RMD160 f54781bb827bf862bde92d6bf686ebbc0f40709e SHA1 5cf006208254bdf73f45ffd90241f0c22f49af8d SHA256 6b346a7663cafb8d823fe465f3a44e0fd4577aad8f15d0fb9261221231f52af9
MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a

kpopup-0.9.7.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/kpopup/kpopup-0.9.7.ebuild,v 1.5 2007/05/06 11:42:05 genone Exp $

inherit kde

DESCRIPTION="An SMB Network Messenger"
HOMEPAGE="http://www.henschelsoft.de/kpopup.html"
SRC_URI="http://www.henschelsoft.de/kpopup/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND=">=net-fs/samba-2.2"
need-kde 3

src_install() {
make DESTDIR=${D} install || die "make install failed"
# make DESTDIR=${D} create_kpopup_data_dir || die "create data dir failed"
diropts -m0777
dodir /var/lib/kpopup
diropts -m0755
}

pkg_postinst() {
elog ""
elog "Locate the [global] section of your Samba configuration file (smb.conf) and"
elog "add the following line:"
elog ""
elog "message command = sh -c '/usr/bin/receivepopup.sh \"%s\" \"%f\"'"
elog ""
}

metadata.xml




kde