summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-01-14 07:32:34 +0000
committerJustin Lecher <jlec@gentoo.org>2013-01-14 07:32:34 +0000
commit22fb5d1d25a57da35366341dcb606b1666a2010c (patch)
treee4ea488e3e164fe0843029168cc57a052f09a0e9 /app-misc/gcal
parentRemoved binary file as per bug #370897 (diff)
downloadgentoo-2-22fb5d1d25a57da35366341dcb606b1666a2010c.tar.gz
gentoo-2-22fb5d1d25a57da35366341dcb606b1666a2010c.tar.bz2
gentoo-2-22fb5d1d25a57da35366341dcb606b1666a2010c.zip
app-misc/gcal: Version Bump, moved to EAPI=5, #451710; fixes also build with glibc-2.16, #429938
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'app-misc/gcal')
-rw-r--r--app-misc/gcal/ChangeLog11
-rw-r--r--app-misc/gcal/gcal-3.6.2.ebuild33
-rw-r--r--app-misc/gcal/metadata.xml4
3 files changed, 44 insertions, 4 deletions
diff --git a/app-misc/gcal/ChangeLog b/app-misc/gcal/ChangeLog
index 99d55a0de11c..bc9f497b091f 100644
--- a/app-misc/gcal/ChangeLog
+++ b/app-misc/gcal/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-misc/gcal
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gcal/ChangeLog,v 1.45 2012/08/01 17:56:33 jlec Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gcal/ChangeLog,v 1.46 2013/01/14 07:32:34 jlec Exp $
+
+*gcal-3.6.2 (14 Jan 2013)
+
+ 14 Jan 2013; Justin Lecher <jlec@gentoo.org> +gcal-3.6.2.ebuild,
+ metadata.xml:
+ Version Bump, moved to EAPI=5, #451710; fixes also build with glibc-2.16,
+ #429938
01 Aug 2012; Justin Lecher <jlec@gentoo.org> -gcal-3.6.ebuild, metadata.xml:
Drop old
diff --git a/app-misc/gcal/gcal-3.6.2.ebuild b/app-misc/gcal/gcal-3.6.2.ebuild
new file mode 100644
index 000000000000..dda82165cb7b
--- /dev/null
+++ b/app-misc/gcal/gcal-3.6.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gcal/gcal-3.6.2.ebuild,v 1.1 2013/01/14 07:32:34 jlec Exp $
+
+EAPI=5
+
+inherit eutils flag-o-matic toolchain-funcs
+
+DESCRIPTION="The GNU Calendar - a replacement for cal"
+HOMEPAGE="http://www.gnu.org/software/gcal/"
+SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="ncurses nls unicode"
+
+DEPEND="
+ app-arch/xz-utils
+ nls? ( >=sys-devel/gettext-0.17 )"
+RDEPEND="nls? ( virtual/libintl )"
+
+DOCS=( BUGS LIMITATIONS NEWS README THANKS TODO )
+
+src_configure() {
+ tc-export CC
+ append-flags -D_GNU_SOURCE
+ econf \
+ --disable-rpath \
+ $(use_enable nls) \
+ $(use_enable ncurses term) \
+ $(use_enable unicode)
+}
diff --git a/app-misc/gcal/metadata.xml b/app-misc/gcal/metadata.xml
index c4c17efb31ff..d8de67ce3e0b 100644
--- a/app-misc/gcal/metadata.xml
+++ b/app-misc/gcal/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>shell-tools</herd>
- <longdescription>
+ <herd>shell-tools</herd>
+ <longdescription>
Gcal is a program similar the standard calendar programs BSD "cal" and
"calendar". Gcal displays hybrid and proleptic Julian and Gregorian calendar
sheets, respectively, for one month, three months or a whole year. It also