Portage is a package management system used by Gentoo Linux
# ChangeLog for app-pda/jpilot-Mail
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-Mail/ChangeLog,v 1.1 2007/09/18 17:11:15 philantrop Exp $
*jpilot-Mail-0.1.7 (18 Sep 2007)
18 Sep 2007; Wulf C. Krueger
+files/jpilot-Mail-0.1.7.patch, +metadata.xml, +jpilot-Mail-0.1.7.ebuild:
Initial ebuild based upon bug 86017. Thanks to Serhij S. Stasyuk.
AUX jpilot-Mail-0.1.7.patch 5399 RMD160 30145afa7e0a0e6f5204d24b050c0e58ed34c8ee SHA1 b5b4ce21e003ab79be75563f5bb88af70297a619 SHA256 2c3e37f10589db3f04fefa2b82cdb4b7f695d6a6770d141b35c913f1a39890f7
DIST jpilot-Mail-0.1.7.tar.gz 481041 RMD160 95390bbcd73658561f1a91e83cd65f641e654424 SHA1 46a4e2e05e78c7212be5f2e49cf247d7375c4734 SHA256 99169a74564053ef6c62da1738951570fcb3fcc044276f7040d334f553966bbe
EBUILD jpilot-Mail-0.1.7.ebuild 914 RMD160 0c1805a534b7e8d00c5aca8c39b56acc1467c2d7 SHA1 09a412f4fccb88f6224efa9520dc1647def0d24f SHA256 e11a31bdd7a3ae9b76b829f2e6dd241eeca68c0eb0e8f87e7880bb3f10dc27c2
MISC ChangeLog 449 RMD160 f29c9ffd209a69eeb7082063336c5827518e4224 SHA1 6bca964db11bded7ec36b2d78f855cb590a5f314 SHA256 e6f217cd693e4c0fba8cbf712961cd47d6e8e6e8149ec291cf81d4512cb2d71c
MISC metadata.xml 156 RMD160 6a6d0f6bfe83e3a54c2d72444564ed6ab19857fe SHA1 5b9cb277159d763c133920e483df8d3d587cf7e2 SHA256 7f72b73f6e0d6e26603d85e52cca524711faddf6b516640104c3b82aab4754fb
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-Mail/jpilot-Mail-0.1.7.ebuild,v 1.1 2007/09/18 17:11:15 philantrop Exp $
inherit eutils multilib
DESCRIPTION="jpilot-Mail is a jpilot plugin to deliver mail from the pilot and upload mail to it."
SRC_URI="http://ludovic.rousseau.free.fr/softwares/jpilot-Mail/${P}.tar.gz"
HOMEPAGE="http://ludovic.rousseau.free.fr/softwares/jpilot-Mail/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=x11-libs/gtk+-2
>=app-pda/jpilot-0.99.7-r1"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
epatch "${FILESDIR}/${P}.patch"
}
src_compile() {
econf --enable-gtk2 || die "configure failed"
emake -j1 || die "make failed"
}
src_install() {
make install DESTDIR="${D}" \
libdir=/usr/$(get_libdir)/jpilot/plugins \
|| die "install failed"
}