diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-07-31 10:02:46 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-07-31 10:02:46 +0000 |
commit | 5e7558dcee91d80dafca52a8aff8a6d5519e7167 (patch) | |
tree | 0be3bacdc69889acaf08349930750e1b3a44ae81 /mail-client | |
parent | clean up (diff) | |
download | gentoo-2-5e7558dcee91d80dafca52a8aff8a6d5519e7167.tar.gz gentoo-2-5e7558dcee91d80dafca52a8aff8a6d5519e7167.tar.bz2 gentoo-2-5e7558dcee91d80dafca52a8aff8a6d5519e7167.zip |
clean up
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/claws-mail-geolocation/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.4.ebuild | 41 |
2 files changed, 5 insertions, 42 deletions
diff --git a/mail-client/claws-mail-geolocation/ChangeLog b/mail-client/claws-mail-geolocation/ChangeLog index 8bf738a2bc1c..e5f69c2fc988 100644 --- a/mail-client/claws-mail-geolocation/ChangeLog +++ b/mail-client/claws-mail-geolocation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-geolocation # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.9 2011/04/10 16:50:19 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.10 2011/07/31 10:02:46 fauli Exp $ + + 31 Jul 2011; Christian Faulhammer <fauli@gentoo.org> + -claws-mail-geolocation-0.0.4.ebuild: + clean up *claws-mail-geolocation-0.0.5 (10 Apr 2011) diff --git a/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.4.ebuild b/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.4.ebuild deleted file mode 100644 index a7d1fadd1900..000000000000 --- a/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 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.4.ebuild,v 1.4 2011/03/06 13:18:12 fauli Exp $ - -EAPI=3 - -inherit autotools - -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.7.6 - media-libs/clutter-gtk:0.10 - =media-libs/libchamplain-0.6*[gtk] - sys-devel/gettext" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - # geolocation checks for the exact version, so fix the code - # see bug 326981 - sed -e "s:champlain-gtk-0.4:champlain-gtk-0.6:" -i "${S}"/configure.ac || die - eautoconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README -} |