diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-09 18:09:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-09 18:09:15 +0000 |
commit | 0eb7f725d8eff3e3ce3a6ea5806da2acc8f1c4ab (patch) | |
tree | 06fce042c0610014d82095d7953fb826e0a683f0 /mail-client/postler | |
parent | old (diff) | |
download | gentoo-2-0eb7f725d8eff3e3ce3a6ea5806da2acc8f1c4ab.tar.gz gentoo-2-0eb7f725d8eff3e3ce3a6ea5806da2acc8f1c4ab.tar.bz2 gentoo-2-0eb7f725d8eff3e3ce3a6ea5806da2acc8f1c4ab.zip |
old
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/postler')
-rw-r--r-- | mail-client/postler/postler-0.1.0.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/mail-client/postler/postler-0.1.0.ebuild b/mail-client/postler/postler-0.1.0.ebuild deleted file mode 100644 index 85a9a4e2983e..000000000000 --- a/mail-client/postler/postler-0.1.0.ebuild +++ /dev/null @@ -1,55 +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/postler/postler-0.1.0.ebuild,v 1.4 2011/03/21 21:58:55 nirbheek Exp $ - -EAPI=3 - -inherit gnome2-utils python waf-utils - -DESCRIPTION="A super sexy, ultra simple desktop mail client built in vala" -HOMEPAGE="https://launchpad.net/postler" -SRC_URI="http://git.xfce.org/apps/${PN}/snapshot/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="ayatana" - -RDEPEND=">=dev-libs/glib-2.26:2 - dev-libs/libunique:1 - dev-libs/openssl - mail-mta/msmtp - media-libs/libcanberra - net-libs/webkit-gtk:2 - >=x11-libs/gtk+-2.18:2 - x11-libs/libnotify - ayatana? ( dev-libs/libindicate )" -DEPEND="${RDEPEND} - || ( dev-lang/python:2.6 dev-lang/python:2.7 ) - dev-lang/vala:0.10 - dev-util/intltool - sys-devel/gettext" - -pkg_setup() { - python_set_active_version 2 -} - -src_configure() { - VALAC="$(type -p valac-0.10)" \ - waf-utils_src_configure \ - --disable-docs \ - $(use_enable ayatana libindicate) -} - -src_install() { - waf-utils_src_install - dodoc README || die "dodoc failed" -} - -src_test() { - "${WAF_BINARY}" check || die "check failed" -} - -pkg_preinst() { gnome2_icon_savelist ; } -pkg_postinst() { gnome2_icon_cache_update ; } -pkg_postrm() { gnome2_icon_cache_update ; } |