summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-01-30 19:18:34 +0000
committerJeroen Roovers <jer@gentoo.org>2013-01-30 19:18:34 +0000
commit2b188d98295fe74fce6b701fbe51988643b477f2 (patch)
tree0b10962c683ea0904cb7de3f8fe575e8623b3e87 /app-office/calcurse
parentStable for x86, wrt bug #428222 (diff)
downloadgentoo-2-2b188d98295fe74fce6b701fbe51988643b477f2.tar.gz
gentoo-2-2b188d98295fe74fce6b701fbe51988643b477f2.tar.bz2
gentoo-2-2b188d98295fe74fce6b701fbe51988643b477f2.zip
Old.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'app-office/calcurse')
-rw-r--r--app-office/calcurse/ChangeLog6
-rw-r--r--app-office/calcurse/calcurse-2.9.2.ebuild42
-rw-r--r--app-office/calcurse/calcurse-3.0.0.ebuild25
3 files changed, 5 insertions, 68 deletions
diff --git a/app-office/calcurse/ChangeLog b/app-office/calcurse/ChangeLog
index 8434b1090fbe..07204f8de0ee 100644
--- a/app-office/calcurse/ChangeLog
+++ b/app-office/calcurse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/calcurse
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/ChangeLog,v 1.27 2013/01/30 19:00:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/ChangeLog,v 1.28 2013/01/30 19:18:34 jer Exp $
+
+ 30 Jan 2013; Jeroen Roovers <jer@gentoo.org> -calcurse-2.9.2.ebuild,
+ -calcurse-3.0.0.ebuild:
+ Old.
30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> calcurse-3.1.1.ebuild:
Stable for x86, wrt bug #450902
diff --git a/app-office/calcurse/calcurse-2.9.2.ebuild b/app-office/calcurse/calcurse-2.9.2.ebuild
deleted file mode 100644
index 9644baf9ac3f..000000000000
--- a/app-office/calcurse/calcurse-2.9.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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-2.9.2.ebuild,v 1.4 2013/01/08 15:46:15 jer Exp $
-
-inherit eutils
-
-DESCRIPTION="a text-based personal organizer"
-HOMEPAGE="http://calcurse.org"
-SRC_URI="http://calcurse.org/files/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="linguas_en linguas_fr linguas_de linguas_es linguas_nl linguas_ru"
-
-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 NEWS README TODO
-}
diff --git a/app-office/calcurse/calcurse-3.0.0.ebuild b/app-office/calcurse/calcurse-3.0.0.ebuild
deleted file mode 100644
index 8130945db970..000000000000
--- a/app-office/calcurse/calcurse-3.0.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.0.0.ebuild,v 1.4 2013/01/08 15:46:15 jer Exp $
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="a text-based personal organizer"
-HOMEPAGE="http://calcurse.org"
-SRC_URI="http://calcurse.org/files/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-CC_LINGUAS="de en es fr nl pt_BR ru"
-for lingua in ${CC_LINGUAS}; do
- IUSE+=" linguas_${lingua}"
-done
-
-RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}
- test? ( sys-libs/libfaketime )"
-
-DOCS=( AUTHORS NEWS README TODO )