summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-10-25 18:49:50 +0000
committerJeroen Roovers <jer@gentoo.org>2014-10-25 18:49:50 +0000
commit61e03dd1c3a6225cd67ecbc8c6671eaa205de39d (patch)
treeefcd4d74c6e8b67c43f14fdf408adb94b7ecb14e
parentNew package, bug 475726 (diff)
downloadgentoo-2-61e03dd1c3a6225cd67ecbc8c6671eaa205de39d.tar.gz
gentoo-2-61e03dd1c3a6225cd67ecbc8c6671eaa205de39d.tar.bz2
gentoo-2-61e03dd1c3a6225cd67ecbc8c6671eaa205de39d.zip
Version bump.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
-rw-r--r--app-misc/gcal/ChangeLog8
-rw-r--r--app-misc/gcal/files/gcal-3.01-gettext-charset.patch11
-rw-r--r--app-misc/gcal/files/gcal-3.01-mandir.diff49
-rw-r--r--app-misc/gcal/gcal-3.6.3.ebuild33
4 files changed, 40 insertions, 61 deletions
diff --git a/app-misc/gcal/ChangeLog b/app-misc/gcal/ChangeLog
index 55eff3d479eb..fdb8237876cf 100644
--- a/app-misc/gcal/ChangeLog
+++ b/app-misc/gcal/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/gcal
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gcal/ChangeLog,v 1.49 2014/08/27 12:23:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gcal/ChangeLog,v 1.50 2014/10/25 18:49:50 jer Exp $
+
+*gcal-3.6.3 (25 Oct 2014)
+
+ 25 Oct 2014; Jeroen Roovers <jer@gentoo.org> +gcal-3.6.3.ebuild,
+ -files/gcal-3.01-gettext-charset.patch, -files/gcal-3.01-mandir.diff:
+ Version bump.
27 Aug 2014; Agostino Sarubbo <ago@gentoo.org> gcal-3.6.2.ebuild:
Stable for ppc, wrt bug #497136
diff --git a/app-misc/gcal/files/gcal-3.01-gettext-charset.patch b/app-misc/gcal/files/gcal-3.01-gettext-charset.patch
deleted file mode 100644
index 7a83be20c52f..000000000000
--- a/app-misc/gcal/files/gcal-3.01-gettext-charset.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcal-3.01-orig/po/Makefile.in.in 1999-11-08 01:27:46.000000000 +0100
-+++ gcal-3.01/po/Makefile.in.in 2009-02-26 10:53:01.000000000 +0100
-@@ -101,7 +101,7 @@
- $(srcdir)/$(PACKAGE).pot: $(POTFILES)
- $(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \
- --add-comments --keyword=_ --keyword=N_ \
-- --files-from=$(srcdir)/POTFILES.in \
-+ --files-from=$(srcdir)/POTFILES.in --from-code=ISO-8859-1 \
- && test ! -f $(PACKAGE).po \
- || ( rm -f $(srcdir)/$(PACKAGE).pot \
- && mv $(PACKAGE).po $(srcdir)/$(PACKAGE).pot )
diff --git a/app-misc/gcal/files/gcal-3.01-mandir.diff b/app-misc/gcal/files/gcal-3.01-mandir.diff
deleted file mode 100644
index 2e85ad084673..000000000000
--- a/app-misc/gcal/files/gcal-3.01-mandir.diff
+++ /dev/null
@@ -1,49 +0,0 @@
---- gcal-3.01/doc/Makefile.in.old 2003-10-27 17:09:11.623164752 -0800
-+++ gcal-3.01/doc/Makefile.in 2003-10-27 17:10:35.634393104 -0800
-@@ -46,7 +46,7 @@
- # Extension (not including `.') for the installed manual page file names.
- manext = 1
- # Where to install the manual pages.
--mandir = @mandir@/man$(manext)
-+mandir = @mandir@
-
- #### End of system configuration section. ####
-
-@@ -555,7 +555,7 @@
-
- ALLDIRS = \
- $(infodir) \
-- $(mandir)
-+ $(mandir)/man$(manext)/
-
- ALLDOCS = \
- $(de) \
-@@ -802,7 +802,7 @@
- $(PRE_INSTALL)
- @for file in $(manFILES); \
- do \
-- rm -f $(mandir)/$$file.$(manext); \
-+ rm -f $(mandir)/man$(manext)/$$file.$(manext); \
- done
- $(NORMAL_INSTALL)
- @case "$(doclang)" in \
-@@ -835,8 +835,8 @@
- fi; \
- fi; \
- fi; \
-- echo "Installing \`$$file.$(manext)' for LANGUAGE=$(doclang) users as \`$(mandir)/$$file.$(manext)'"; \
-- $(INSTALL_DATA) $$file.$(manext) $(mandir)/$$file.$(manext); \
-+ echo "Installing \`$$file.$(manext)' for LANGUAGE=$(doclang) users as \`$(mandir)/man$(manext)/$$file.$(manext)'"; \
-+ $(INSTALL_DATA) $$file.$(manext) $(mandir)/man$(manext)/$$file.$(manext); \
- rm -f $$file.$(manext); \
- done
- @echo "LANGUAGE=$(doclang) manual pages installed"
-@@ -893,7 +893,7 @@
- $(NORMAL_UNINSTALL)
- -for file in $(manFILES); \
- do \
-- rm -f $(mandir)/$$file.$(manext); \
-+ rm -f $(mandir)/man$(manext)/$$file.$(manext); \
- done
- -rm -f $(infodir)/$(PACKAGE).info*
- @echo "Documentation files of distribution uninstalled"
diff --git a/app-misc/gcal/gcal-3.6.3.ebuild b/app-misc/gcal/gcal-3.6.3.ebuild
new file mode 100644
index 000000000000..a01810a23d64
--- /dev/null
+++ b/app-misc/gcal/gcal-3.6.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gcal/gcal-3.6.3.ebuild,v 1.1 2014/10/25 18:49:50 jer 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-cppflags -D_GNU_SOURCE
+ econf \
+ --disable-rpath \
+ $(use_enable nls) \
+ $(use_enable ncurses term) \
+ $(use_enable unicode)
+}