diff --git a/gnome-extra/evolution-tray/Manifest b/gnome-extra/evolution-tray/Manifest new file mode 100644 index 0000000..a5106a8 --- /dev/null +++ b/gnome-extra/evolution-tray/Manifest @@ -0,0 +1 @@ +DIST evolution-tray-0.0.8.tar.gz 348632 SHA256 a649e116d92c9f48e901c7a97238101b230481723a7ec559ada3777febcea6c6 SHA512 6f8348626037ee51cca4b2582ae5ea64b6463933b11b77368bbb5837e8712d26399c2edd16ec18d4d7f8ee14237f5884dbd3ca939fb57cd027e34da09ab8ad6a WHIRLPOOL 229a6673792374aaa87b6620bf88f292250617028368f179d41fa01c38665ff19806d4665fe6f03a92e19aa71733715e3b3975d5b64ec9914c2e8ee249888a0c diff --git a/gnome-extra/evolution-tray/evolution-tray-0.0.8.ebuild b/gnome-extra/evolution-tray/evolution-tray-0.0.8.ebuild new file mode 100644 index 0000000..b292a65 --- /dev/null +++ b/gnome-extra/evolution-tray/evolution-tray-0.0.8.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" + +DESCRIPTION="The plugin for placing evolution in notification area" +HOMEPAGE="http://gnome.eu.org/evo/index.php/Evolution_Tray" +SRC_URI="http://gnome.eu.org/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="mail-client/evolution" +RDEPEND="${DEPEND}"