public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in app-office/calcurse: ChangeLog calcurse-2.7.ebuild
@ 2010-02-28 16:38 99% Cedric Krier (cedk)
  0 siblings, 0 replies; 1+ results
From: Cedric Krier (cedk) @ 2010-02-28 16:38 UTC (permalink / raw
  To: gentoo-commits

cedk        10/02/28 16:38:00

  Modified:             ChangeLog
  Added:                calcurse-2.7.ebuild
  Log:
  Version bump
  (Portage version: 2.1.7.16/cvs/Linux i686)

Revision  Changes    Path
1.13                 app-office/calcurse/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/calcurse/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	25 Jan 2009 16:52:31 -0000	1.12
+++ ChangeLog	28 Feb 2010 16:37:59 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for app-office/calcurse
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/ChangeLog,v 1.12 2009/01/25 16:52:31 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/ChangeLog,v 1.13 2010/02/28 16:37:59 cedk Exp $
+
+*calcurse-2.7 (28 Feb 2010)
+
+  28 Feb 2010; Cédric Krier <cedk@gentoo.org> +calcurse-2.7.ebuild:
+  Version bump
 
   25 Jan 2009; Markus Meier <maekke@gentoo.org> calcurse-2.3.ebuild:
   amd64/x86 stable, bug #256301



1.1                  app-office/calcurse/calcurse-2.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/calcurse-2.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/calcurse/calcurse-2.7.ebuild?rev=1.1&content-type=text/plain

Index: calcurse-2.7.ebuild
===================================================================
# 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.1 2010/02/28 16:37:59 cedk 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}
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-28 16:38 99% [gentoo-commits] gentoo-x86 commit in app-office/calcurse: ChangeLog calcurse-2.7.ebuild Cedric Krier (cedk)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox