diff options
author | 2013-06-23 19:13:16 +0000 | |
---|---|---|
committer | 2013-06-23 19:13:16 +0000 | |
commit | 7b93cf01cf15016324190f697662c510c4dc1d7e (patch) | |
tree | 4909a493e74fa1f0fedc09b51574da7533ec9ab7 /media-plugins/vdr-mailbox/vdr-mailbox-0.7.0.ebuild | |
parent | Drop old. (diff) | |
download | gentoo-2-7b93cf01cf15016324190f697662c510c4dc1d7e.tar.gz gentoo-2-7b93cf01cf15016324190f697662c510c4dc1d7e.tar.bz2 gentoo-2-7b93cf01cf15016324190f697662c510c4dc1d7e.zip |
bump
(Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-mailbox/vdr-mailbox-0.7.0.ebuild')
-rw-r--r-- | media-plugins/vdr-mailbox/vdr-mailbox-0.7.0.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0.ebuild b/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0.ebuild new file mode 100644 index 000000000000..fe5240c0813f --- /dev/null +++ b/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0.ebuild,v 1.1 2013/06/23 19:13:16 hd_brummy Exp $ + +EAPI="5" + +inherit vdr-plugin-2 + +DESCRIPTION="VDR plugin: MailBox provides access to multiple e-mail accounts" +HOMEPAGE="http://alex.vdr-developer.org" +SRC_URI="http://alex.vdr-developer.org/download/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=media-video/vdr-1.7.41 + >=net-libs/c-client-2002e-r1" +RDEPEND="${DEPEND}" |