diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-03-11 12:51:39 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-03-11 12:51:39 +0000 |
commit | 0e0251d11aaafeb92a70c7b38eb60f26094fe3be (patch) | |
tree | 873591826c98d432b4995e27c61d4178b4f255b6 /app-office/calcurse/calcurse-3.1.4.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-0e0251d11aaafeb92a70c7b38eb60f26094fe3be.tar.gz gentoo-2-0e0251d11aaafeb92a70c7b38eb60f26094fe3be.tar.bz2 gentoo-2-0e0251d11aaafeb92a70c7b38eb60f26094fe3be.zip |
Version bump.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-office/calcurse/calcurse-3.1.4.ebuild')
-rw-r--r-- | app-office/calcurse/calcurse-3.1.4.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app-office/calcurse/calcurse-3.1.4.ebuild b/app-office/calcurse/calcurse-3.1.4.ebuild new file mode 100644 index 000000000000..7d98bef3759c --- /dev/null +++ b/app-office/calcurse/calcurse-3.1.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/calcurse-3.1.4.ebuild,v 1.1 2013/03/11 12:51:39 jer Exp $ + +EAPI=5 +inherit eutils + +DESCRIPTION="a text-based calendar and scheduling application" +HOMEPAGE="http://calcurse.org/" +SRC_URI="http://calcurse.org/files/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +CC_LINGUAS=( de en es fr nl pt_BR ru ) +IUSE+=" ${CC_LINGUAS[@]/#/linguas_}" + +RDEPEND="sys-libs/ncurses" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS NEWS README TODO ) |