diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2012-06-30 15:29:08 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2012-06-30 15:29:08 +0000 |
commit | 638d3d8e837d6c4629c17a8b256461855154c9f5 (patch) | |
tree | 2867ff6f7ce1e46cd9e1ec6dee5bcfb850f1c7b6 /mail-client/claws-mail-geolocation | |
parent | Version bump, mainly bug fixes (diff) | |
download | historical-638d3d8e837d6c4629c17a8b256461855154c9f5.tar.gz historical-638d3d8e837d6c4629c17a8b256461855154c9f5.tar.bz2 historical-638d3d8e837d6c4629c17a8b256461855154c9f5.zip |
version bump
Package-Manager: portage-2.1.10.65/cvs/Linux i686
Diffstat (limited to 'mail-client/claws-mail-geolocation')
-rw-r--r-- | mail-client/claws-mail-geolocation/ChangeLog | 8 | ||||
-rw-r--r-- | mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.8.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/mail-client/claws-mail-geolocation/ChangeLog b/mail-client/claws-mail-geolocation/ChangeLog index 185cba853139..71f94684e92b 100644 --- a/mail-client/claws-mail-geolocation/ChangeLog +++ b/mail-client/claws-mail-geolocation/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-client/claws-mail-geolocation # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.20 2012/05/04 08:42:24 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.21 2012/06/30 15:23:02 fauli Exp $ + +*claws-mail-geolocation-0.0.8 (30 Jun 2012) + + 30 Jun 2012; Christian Faulhammer <fauli@gentoo.org> + +claws-mail-geolocation-0.0.8.ebuild: + version bump 04 May 2012; Jeff Horelick <jdhore@gentoo.org> claws-mail-geolocation-0.0.7.ebuild: diff --git a/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.8.ebuild b/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.8.ebuild new file mode 100644 index 000000000000..669e474ff799 --- /dev/null +++ b/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.8.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.8.ebuild,v 1.1 2012/06/30 15:23:02 fauli Exp $ + +EAPI=3 + +MY_P="geolocation_plugin-${PV}" + +DESCRIPTION="GeoLocation functionality for Claws Mail" +HOMEPAGE="http://www.claws-mail.org/" +SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# Check if other versions of libchamplain ship the same pc file +RDEPEND=">=mail-client/claws-mail-3.8.1 + media-libs/clutter-gtk:0.10 + media-libs/libchamplain:0.8[gtk] + sys-devel/gettext" + +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S="${WORKDIR}/${MY_P}" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog README +} |