diff options
author | 2007-05-29 18:37:24 +0000 | |
---|---|---|
committer | 2007-05-29 18:37:24 +0000 | |
commit | 64c48cbf606a2d0221e0decaa363c5eb547a4440 (patch) | |
tree | 7348e992d0a5b94056a18b90ee9271f4439e6899 /app-office/calcurse | |
parent | alpha stable wrt #175560 (diff) | |
download | gentoo-2-64c48cbf606a2d0221e0decaa363c5eb547a4440.tar.gz gentoo-2-64c48cbf606a2d0221e0decaa363c5eb547a4440.tar.bz2 gentoo-2-64c48cbf606a2d0221e0decaa363c5eb547a4440.zip |
app-office/calcurse: Version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-office/calcurse')
-rw-r--r-- | app-office/calcurse/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/calcurse/calcurse-1.8.ebuild | 40 | ||||
-rw-r--r-- | app-office/calcurse/files/digest-calcurse-1.8 | 3 |
3 files changed, 49 insertions, 1 deletions
diff --git a/app-office/calcurse/ChangeLog b/app-office/calcurse/ChangeLog index a9d7b0816464..51fb2f142399 100644 --- a/app-office/calcurse/ChangeLog +++ b/app-office/calcurse/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/calcurse # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/ChangeLog,v 1.1 2007/05/01 13:47:50 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/ChangeLog,v 1.2 2007/05/29 18:37:24 cedk Exp $ + +*calcurse-1.8 (29 May 2007) + + 29 May 2007; Cédric Krier <cedk@gentoo.org> +calcurse-1.8.ebuild: + Version bump *calcurse-1.7 (01 May 2007) diff --git a/app-office/calcurse/calcurse-1.8.ebuild b/app-office/calcurse/calcurse-1.8.ebuild new file mode 100644 index 000000000000..df5cfe7c8c76 --- /dev/null +++ b/app-office/calcurse/calcurse-1.8.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/calcurse-1.8.ebuild,v 1.1 2007/05/29 18:37:24 cedk Exp $ + +DESCRIPTION="a text-based personal organizer" +HOMEPAGE="http://culot.org/calcurse/index.html" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="linguas_en linguas_fr linguas_de linguas_es" + +DEPEND="sys-libs/ncurses" +RDEPEND=${DEPEND} + +src_unpack() { + unpack ${A} + cd "${S}" + rm po/LINGUAS +} + +src_compile() { + local ALL_LINGUAS="" + + use linguas_en && ALL_LINGUAS="${ALL_LINGUAS} en" + use linguas_fr && ALL_LINGUAS="${ALL_LINGUAS} fr" + use linguas_de && ALL_LINGUAS="${ALL_LINGUAS} de" + use linguas_es && ALL_LINGUAS="${ALL_LINGUAS} es" + + ALL_LINGUAS="${ALL_LINGUAS}" econf || die "econf failed" + + emake || die "emake failed" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README TODO + dohtml doc/*.html +} diff --git a/app-office/calcurse/files/digest-calcurse-1.8 b/app-office/calcurse/files/digest-calcurse-1.8 new file mode 100644 index 000000000000..f7223dc55ac8 --- /dev/null +++ b/app-office/calcurse/files/digest-calcurse-1.8 @@ -0,0 +1,3 @@ +MD5 daa32dfe9ee627db7a4c2be4c281f581 calcurse-1.8.tar.gz 394657 +RMD160 a97666034ded0ce41aacf1b2d5bd6d1661a16758 calcurse-1.8.tar.gz 394657 +SHA256 7c3b8de904473007fad07487b94cce2b11d6380466f796c856cfc2ec72aed362 calcurse-1.8.tar.gz 394657 |