summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-02-24 15:28:17 +0000
committerJeroen Roovers <jer@gentoo.org>2012-02-24 15:28:17 +0000
commit8d93c118a54973b4bfc29bca19a7cbebcb742cad (patch)
tree8f40b5fe7fe0099e35663e4027d8f3b58bc9a4df /app-office/calcurse
parentx86 stable wrt bug #403769 (diff)
downloadgentoo-2-8d93c118a54973b4bfc29bca19a7cbebcb742cad.tar.gz
gentoo-2-8d93c118a54973b4bfc29bca19a7cbebcb742cad.tar.bz2
gentoo-2-8d93c118a54973b4bfc29bca19a7cbebcb742cad.zip
Old.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'app-office/calcurse')
-rw-r--r--app-office/calcurse/ChangeLog5
-rw-r--r--app-office/calcurse/calcurse-2.7.ebuild43
2 files changed, 4 insertions, 44 deletions
diff --git a/app-office/calcurse/ChangeLog b/app-office/calcurse/ChangeLog
index 1a41472f8429..48adffe77e55 100644
--- a/app-office/calcurse/ChangeLog
+++ b/app-office/calcurse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/calcurse
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/ChangeLog,v 1.19 2012/02/24 15:16:16 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/ChangeLog,v 1.20 2012/02/24 15:28:17 jer Exp $
+
+ 24 Feb 2012; Jeroen Roovers <jer@gentoo.org> -calcurse-2.7.ebuild:
+ Old.
24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> calcurse-2.9.2.ebuild:
x86 stable wrt bug #403903
diff --git a/app-office/calcurse/calcurse-2.7.ebuild b/app-office/calcurse/calcurse-2.7.ebuild
deleted file mode 100644
index aabae16eff51..000000000000
--- a/app-office/calcurse/calcurse-2.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/calcurse-2.7.ebuild,v 1.3 2010/05/18 17:44:18 ken69267 Exp $
-
-inherit eutils
-
-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="amd64 x86"
-IUSE="linguas_en linguas_fr linguas_de linguas_es linguas_nl"
-
-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"
- use linguas_nl && ALL_LINGUAS="${ALL_LINGUAS} nl"
-
- 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,css}
-}