diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-04 01:39:04 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-04 01:39:04 +0000 |
commit | b4cf8bff82eb6a5fe4a33f39ec3f9c74c64a148f (patch) | |
tree | 80a28283d293fc829669e8f7a6c28003948fc8f5 /mail-client/mailody/mailody-0.4.0.ebuild | |
parent | Remove old versions. (diff) | |
download | gentoo-2-b4cf8bff82eb6a5fe4a33f39ec3f9c74c64a148f.tar.gz gentoo-2-b4cf8bff82eb6a5fe4a33f39ec3f9c74c64a148f.tar.bz2 gentoo-2-b4cf8bff82eb6a5fe4a33f39ec3f9c74c64a148f.zip |
Version bump and remove rcs.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'mail-client/mailody/mailody-0.4.0.ebuild')
-rw-r--r-- | mail-client/mailody/mailody-0.4.0.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/mail-client/mailody/mailody-0.4.0.ebuild b/mail-client/mailody/mailody-0.4.0.ebuild new file mode 100644 index 000000000000..3a54c499cc85 --- /dev/null +++ b/mail-client/mailody/mailody-0.4.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mailody/mailody-0.4.0.ebuild,v 1.1 2007/02/04 01:39:04 flameeyes Exp $ + +inherit kde + +MY_P="${P/_/-}" + +DESCRIPTION="IMAP mail client for KDE" +HOMEPAGE="http://www.mailody.net" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="=dev-db/sqlite-3* + app-crypt/qca-tls" + +S="${WORKDIR}/${MY_P}" + +need-kde 3.5 |