[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2024-07-17 Thread Arthur Zamarin
commit: a5127bec03714d29ff2a85072503b2bbee9a5a27
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jul 17 13:23:57 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jul 17 13:23:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5127bec

app-office/calcurse: Stabilize 4.8.1-r1 amd64, #936199

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-office/calcurse/calcurse-4.8.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.8.1-r1.ebuild 
b/app-office/calcurse/calcurse-4.8.1-r1.ebuild
index 632595c7f0b2..220cae348ddd 100644
--- a/app-office/calcurse/calcurse-4.8.1-r1.ebuild
+++ b/app-office/calcurse/calcurse-4.8.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 IUSE="caldav doc"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2024-07-17 Thread Arthur Zamarin
commit: fbaa5fb3467185426bf7f1a80c15a382a80ffb75
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jul 17 09:50:10 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jul 17 09:50:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbaa5fb3

app-office/calcurse: Stabilize 4.8.1-r1 ppc64, #936199

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-office/calcurse/calcurse-4.8.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.8.1-r1.ebuild 
b/app-office/calcurse/calcurse-4.8.1-r1.ebuild
index 0b35c3f066f2..9d5aef2e1653 100644
--- a/app-office/calcurse/calcurse-4.8.1-r1.ebuild
+++ b/app-office/calcurse/calcurse-4.8.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 IUSE="caldav doc"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2024-07-17 Thread Arthur Zamarin
commit: 56a1c31360b4adfe32e461f192e3b1b9c71b8360
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jul 17 09:50:11 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jul 17 09:50:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56a1c313

app-office/calcurse: Stabilize 4.8.1-r1 ppc, #936199

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-office/calcurse/calcurse-4.8.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.8.1-r1.ebuild 
b/app-office/calcurse/calcurse-4.8.1-r1.ebuild
index 9d5aef2e1653..632595c7f0b2 100644
--- a/app-office/calcurse/calcurse-4.8.1-r1.ebuild
+++ b/app-office/calcurse/calcurse-4.8.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ppc64 x86"
+KEYWORDS="~amd64 ~arm64 ppc ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 IUSE="caldav doc"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2024-06-06 Thread Hanno Böck
commit: 8e8bf3dd9a3a075d39874934a5fe756649f3d26b
Author: Hanno Böck  gentoo  org>
AuthorDate: Thu Jun  6 19:55:13 2024 +
Commit: Hanno Böck  gentoo  org>
CommitDate: Thu Jun  6 19:55:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8bf3dd

app-office/calcurse: python 3.12 support

Also remove unused eclass inherit.

Closes: https://bugs.gentoo.org/929344
Signed-off-by: Hanno Böck  gentoo.org>

 app-office/calcurse/calcurse-4.8.1-r1.ebuild | 56 
 1 file changed, 56 insertions(+)

diff --git a/app-office/calcurse/calcurse-4.8.1-r1.ebuild 
b/app-office/calcurse/calcurse-4.8.1-r1.ebuild
new file mode 100644
index ..0b35c3f066f2
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.8.1-r1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit python-single-r1
+
+DESCRIPTION="A text-based calendar and scheduling application"
+HOMEPAGE="https://calcurse.org/;
+SRC_URI="https://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="caldav doc"
+
+RDEPEND="
+   sys-libs/ncurses:0=
+   sys-libs/timezone-data
+   ${PYTHON_DEPS}
+   caldav? (
+   $(python_gen_cond_dep '
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+"
+
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+   local myconf=(
+   $(use_enable doc docs)
+   --without-asciidoc # do not use AsciiDoc to regenerate docs
+   )
+   ECONF_SOURCE="${S}" econf "${myconf[@]}"
+}
+
+src_compile() {
+   default
+   if use caldav; then
+   python_fix_shebang contrib/caldav/calcurse-caldav
+   fi
+}
+
+src_install() {
+   docompress -x /usr/share/doc # decompress text files
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2023-07-07 Thread Conrad Kostecki
commit: 4ca59aaca62d63a90eddc2cbf49ffe47cdabd807
Author: Kai-Chun Ning  gmail  com>
AuthorDate: Thu Jul  6 11:56:07 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul  7 21:56:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca59aac

app-office/calcurse: stabilize 4.8.1 for amd64 and x86

Signed-off-by: Kai-Chun Ning  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31778
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-office/calcurse/calcurse-4.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.8.1.ebuild 
b/app-office/calcurse/calcurse-4.8.1.ebuild
index 3472aa9d4909..9d465e8fa408 100644
--- a/app-office/calcurse/calcurse-4.8.1.ebuild
+++ b/app-office/calcurse/calcurse-4.8.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 IUSE="caldav doc"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2023-05-30 Thread Joonas Niilola
commit: 6847f1e6315628dee18d01cd0645505e2cd1286e
Author: Kai-Chun Ning  gmail  com>
AuthorDate: Fri May 12 17:16:38 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May 30 06:58:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6847f1e6

app-office/calcurse: add missing dep for musl systems for 4.8.0

Signed-off-by: Kai-Chun Ning  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31008
Signed-off-by: Joonas Niilola  gentoo.org>

 .../calcurse/{calcurse-4.8.0.ebuild => calcurse-4.8.0-r1.ebuild}   | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-office/calcurse/calcurse-4.8.0.ebuild 
b/app-office/calcurse/calcurse-4.8.0-r1.ebuild
similarity index 86%
rename from app-office/calcurse/calcurse-4.8.0.ebuild
rename to app-office/calcurse/calcurse-4.8.0-r1.ebuild
index a918b427a68f..eac0ca24f616 100644
--- a/app-office/calcurse/calcurse-4.8.0.ebuild
+++ b/app-office/calcurse/calcurse-4.8.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{10..11} )
 
-inherit python-single-r1
+inherit autotools python-single-r1
 
 DESCRIPTION="A text-based calendar and scheduling application"
 HOMEPAGE="https://calcurse.org/;
@@ -19,6 +19,7 @@ IUSE="caldav doc"
 
 RDEPEND="
sys-libs/ncurses:0=
+   sys-libs/timezone-data
${PYTHON_DEPS}
caldav? (
$(python_gen_cond_dep '
@@ -42,7 +43,9 @@ src_configure() {
 
 src_compile() {
default
-   python_fix_shebang contrib/caldav/calcurse-caldav
+   if use caldav; then
+   python_fix_shebang contrib/caldav/calcurse-caldav
+   fi
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2023-05-30 Thread Joonas Niilola
commit: 1563522335c692ad42e259d7764dc24a4e181a9c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue May 30 06:58:08 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May 30 06:58:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15635223

app-office/calcurse: add missing pkgconfig BDEP

Signed-off-by: Joonas Niilola  gentoo.org>

 app-office/calcurse/calcurse-4.8.0-r1.ebuild | 2 ++
 app-office/calcurse/calcurse-4.8.1.ebuild| 2 ++
 2 files changed, 4 insertions(+)

diff --git a/app-office/calcurse/calcurse-4.8.0-r1.ebuild 
b/app-office/calcurse/calcurse-4.8.0-r1.ebuild
index eac0ca24f616..4bdc06bd097d 100644
--- a/app-office/calcurse/calcurse-4.8.0-r1.ebuild
+++ b/app-office/calcurse/calcurse-4.8.0-r1.ebuild
@@ -33,6 +33,8 @@ DEPEND="
${RDEPEND}
 "
 
+BDEPEND="virtual/pkgconfig"
+
 src_configure() {
local myconf=(
$(use_enable doc docs)

diff --git a/app-office/calcurse/calcurse-4.8.1.ebuild 
b/app-office/calcurse/calcurse-4.8.1.ebuild
index fb8ab824f4b2..3472aa9d4909 100644
--- a/app-office/calcurse/calcurse-4.8.1.ebuild
+++ b/app-office/calcurse/calcurse-4.8.1.ebuild
@@ -33,6 +33,8 @@ DEPEND="
${RDEPEND}
 "
 
+BDEPEND="virtual/pkgconfig"
+
 src_configure() {
local myconf=(
$(use_enable doc docs)



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2023-05-30 Thread Joonas Niilola
commit: 6812b8eaad94961cb6ca9182e17ac865cbff9b89
Author: Kai-Chun Ning  gmail  com>
AuthorDate: Wed May 24 18:53:33 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue May 30 06:57:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6812b8ea

app-office/calcurse: add 4.8.1

Signed-off-by: Kai-Chun Ning  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31153
Signed-off-by: Joonas Niilola  gentoo.org>

 app-office/calcurse/Manifest  |  1 +
 app-office/calcurse/calcurse-4.8.1.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index 20f6730a0ddc..409d9e24cec2 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1 +1,2 @@
 DIST calcurse-4.8.0.tar.gz 716234 BLAKE2B 
3fc703626d5e17b78ff42c0ef4f554585efd8223c2bd9d8c2f7add681602dc585cf066ed7c55a040b2585ad07513b26a5297b3b41f4c94a043f61ad2ad9094c2
 SHA512 
ea156c4320abf97fdb5abc29ff1f9bc659a3cab0e571295ed04b42dd742c4c45a7d5958dc2d386fc0ee7bd733969a6275405d5cf10cd645c75cb97b6b9e571d6
+DIST calcurse-4.8.1.tar.gz 730787 BLAKE2B 
0c34b85313c3414dffc08635f6f37feb0a1e0f6c03bcf3b71a6cc95ed8fb4430ab1339abce72850364251884d707acb6cbbed0143d930f8bb76310ca5951b779
 SHA512 
a0a0bcfceb28a4e363168711a3c2de8f6e94d7f12aa78ff40f157c247ea6a41646bd218a1defba2d128b131ed0ab71c4d417820a0af0adbaa215011b11f0a040

diff --git a/app-office/calcurse/calcurse-4.8.1.ebuild 
b/app-office/calcurse/calcurse-4.8.1.ebuild
new file mode 100644
index ..fb8ab824f4b2
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.8.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="A text-based calendar and scheduling application"
+HOMEPAGE="https://calcurse.org/;
+SRC_URI="https://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="caldav doc"
+
+RDEPEND="
+   sys-libs/ncurses:0=
+   sys-libs/timezone-data
+   ${PYTHON_DEPS}
+   caldav? (
+   $(python_gen_cond_dep '
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable doc docs)
+   --without-asciidoc # do not use AsciiDoc to regenerate docs
+   )
+   ECONF_SOURCE="${S}" econf "${myconf[@]}"
+}
+
+src_compile() {
+   default
+   if use caldav; then
+   python_fix_shebang contrib/caldav/calcurse-caldav
+   fi
+}
+
+src_install() {
+   docompress -x /usr/share/doc # decompress text files
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/files/, app-office/calcurse/

2023-05-20 Thread Joonas Niilola
commit: 3d0a6dd4a1053e10c42008fd905025952ab011d7
Author: Kai-Chun Ning  gmail  com>
AuthorDate: Thu May  4 21:42:02 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat May 20 12:05:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0a6dd4

app-office/calcurse: drop 4.7.1

Signed-off-by: Kai-Chun Ning  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30874
Signed-off-by: Joonas Niilola  gentoo.org>

 app-office/calcurse/Manifest   |  1 -
 app-office/calcurse/calcurse-4.7.1.ebuild  | 50 --
 .../calcurse/files/calcurse-4.2.1-tinfo.patch  | 21 -
 .../files/calcurse-4.7.1-respect-docdir.patch  | 13 --
 4 files changed, 85 deletions(-)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index 57c411b05906..20f6730a0ddc 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1,2 +1 @@
-DIST calcurse-4.7.1.tar.gz 701563 BLAKE2B 
438741b9e0f61438d235fa60d13816d83c19f7d1b612619fe20a78812e77657b003ad0b9416bcc766f0e38e7868b3543972ed65eee43d8f9d6b1d80ba1872091
 SHA512 
8b5574d2909128c745b2d6367b517c5fb04a1c451e666dc9ee0652b3793b519576af5700d4fd073de0ccd5e5dced6b69c45dbfaf98b35a99784093208512b68e
 DIST calcurse-4.8.0.tar.gz 716234 BLAKE2B 
3fc703626d5e17b78ff42c0ef4f554585efd8223c2bd9d8c2f7add681602dc585cf066ed7c55a040b2585ad07513b26a5297b3b41f4c94a043f61ad2ad9094c2
 SHA512 
ea156c4320abf97fdb5abc29ff1f9bc659a3cab0e571295ed04b42dd742c4c45a7d5958dc2d386fc0ee7bd733969a6275405d5cf10cd645c75cb97b6b9e571d6

diff --git a/app-office/calcurse/calcurse-4.7.1.ebuild 
b/app-office/calcurse/calcurse-4.7.1.ebuild
deleted file mode 100644
index 963138aeefb8..
--- a/app-office/calcurse/calcurse-4.7.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit autotools python-single-r1
-
-DESCRIPTION="A text-based calendar and scheduling application"
-HOMEPAGE="https://calcurse.org/;
-SRC_URI="https://calcurse.org/files/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep 'dev-python/httplib2[${PYTHON_USEDEP}]')
-   sys-libs/ncurses:0="
-
-DEPEND="
-   ${RDEPEND}"
-
-# Some tests fail, mostly those pertaining to ical, perhaps due to requiring 
network?
-RESTRICT="test"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
-   "${FILESDIR}"/${PN}-4.7.1-respect-docdir.patch
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_compile() {
-   default
-   python_setup
-   python_fix_shebang contrib/caldav/calcurse-caldav
-}
-
-src_install() {
-   # calcurse likes to read the text files uncompressed
-   docompress -x /usr/share/doc
-   default
-}

diff --git a/app-office/calcurse/files/calcurse-4.2.1-tinfo.patch 
b/app-office/calcurse/files/calcurse-4.2.1-tinfo.patch
deleted file mode 100644
index f3d2aac897e9..
--- a/app-office/calcurse/files/calcurse-4.2.1-tinfo.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -3,7 +3,7 @@
- 
#---
- AC_PREREQ(2.59)
- AC_INIT([calcurse],
--m4_esyscmd([build-aux/git-version-gen .version]),
-+m4_esyscmd_s([cat .version]),
- [b...@calcurse.org])
- AM_INIT_AUTOMAKE
- #m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-@@ -51,6 +51,9 @@
-   LIBS="$LIBS -l$available_ncurses"
- ])
- 
-+AC_SEARCH_LIBS([cbreak], [tinfow tinfo],,
-+AC_MSG_ERROR([Cannot find a library providing cbreak]))
-+
- AC_CHECK_HEADERS([pthread.h], [
- AC_CHECK_LIB(pthread, pthread_create, [
-   LIBS="$LIBS -pthread"

diff --git a/app-office/calcurse/files/calcurse-4.7.1-respect-docdir.patch 
b/app-office/calcurse/files/calcurse-4.7.1-respect-docdir.patch
deleted file mode 100644
index 8619b4d8d674..
--- a/app-office/calcurse/files/calcurse-4.7.1-respect-docdir.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-# Gentoo bug "app-office/calcurse: Unable to find documentation"
-# https://bugs.gentoo.org/813438
 a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -57,8 +57,6 @@ CLEANFILES = \
-   submitting-patches.html \
-   calcurse.1
- 
--docdir = $(datadir)/doc/$(PACKAGE)
--
- .txt.html:
- if HAVE_ASCIIDOC
-   $(AM_V_GEN) $(ASCIIDOC) $(ASCIIDOC_ARGS) $<



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2023-05-02 Thread Sam James
commit: 1d3bf0f1115342ccc7c84b38992dd9b2b4c50376
Author: Sam James  gentoo  org>
AuthorDate: Tue May  2 20:07:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  2 20:10:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3bf0f1

app-office/calcurse: Stabilize 4.8.0 x86, #905601

Signed-off-by: Sam James  gentoo.org>

 app-office/calcurse/calcurse-4.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.8.0.ebuild 
b/app-office/calcurse/calcurse-4.8.0.ebuild
index 25bd44a2ee18..a918b427a68f 100644
--- a/app-office/calcurse/calcurse-4.8.0.ebuild
+++ b/app-office/calcurse/calcurse-4.8.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 IUSE="caldav doc"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2023-05-02 Thread Arthur Zamarin
commit: ca5be0bc9ccd0538f0f7700dd7fe5cfbdf4d55a5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 19:32:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 19:32:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5be0bc

app-office/calcurse: Stabilize 4.8.0 ppc, #905601

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-office/calcurse/calcurse-4.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.8.0.ebuild 
b/app-office/calcurse/calcurse-4.8.0.ebuild
index 8539cecf5ab5..25bd44a2ee18 100644
--- a/app-office/calcurse/calcurse-4.8.0.ebuild
+++ b/app-office/calcurse/calcurse-4.8.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc ppc64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 IUSE="caldav doc"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2023-05-02 Thread Sam James
commit: 381996a3d0a686314843dd630d41f3494ef7602a
Author: Sam James  gentoo  org>
AuthorDate: Tue May  2 19:20:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May  2 19:24:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381996a3

app-office/calcurse: Stabilize 4.8.0 amd64, #905601

Signed-off-by: Sam James  gentoo.org>

 app-office/calcurse/calcurse-4.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.8.0.ebuild 
b/app-office/calcurse/calcurse-4.8.0.ebuild
index c39f332da483..8539cecf5ab5 100644
--- a/app-office/calcurse/calcurse-4.8.0.ebuild
+++ b/app-office/calcurse/calcurse-4.8.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ppc64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 IUSE="caldav doc"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2023-05-02 Thread Arthur Zamarin
commit: 6749cd59b747c48e4505fdf575bdd657889666f0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  2 19:06:16 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  2 19:06:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6749cd59

app-office/calcurse: Stabilize 4.8.0 ppc64, #905601

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-office/calcurse/calcurse-4.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.8.0.ebuild 
b/app-office/calcurse/calcurse-4.8.0.ebuild
index 1b3a331cd35c..c39f332da483 100644
--- a/app-office/calcurse/calcurse-4.8.0.ebuild
+++ b/app-office/calcurse/calcurse-4.8.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ppc64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 IUSE="caldav doc"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2023-03-22 Thread Viorel Munteanu
commit: 6d331cc2fe252cf706f494287aafb6df4c1e9b95
Author: Kai-Chun Ning  gmail  com>
AuthorDate: Thu Mar  2 21:00:43 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Wed Mar 22 08:08:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d331cc2

app-office/calcurse: add 4.8.0

Closes: https://bugs.gentoo.org/896606
Signed-off-by: Kai-Chun Ning  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29903
Signed-off-by: Viorel Munteanu  gentoo.org>

 app-office/calcurse/Manifest  |  1 +
 app-office/calcurse/calcurse-4.8.0.ebuild | 51 +++
 app-office/calcurse/metadata.xml  | 26 +++-
 3 files changed, 70 insertions(+), 8 deletions(-)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index 2802d1e62fff..57c411b05906 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1 +1,2 @@
 DIST calcurse-4.7.1.tar.gz 701563 BLAKE2B 
438741b9e0f61438d235fa60d13816d83c19f7d1b612619fe20a78812e77657b003ad0b9416bcc766f0e38e7868b3543972ed65eee43d8f9d6b1d80ba1872091
 SHA512 
8b5574d2909128c745b2d6367b517c5fb04a1c451e666dc9ee0652b3793b519576af5700d4fd073de0ccd5e5dced6b69c45dbfaf98b35a99784093208512b68e
+DIST calcurse-4.8.0.tar.gz 716234 BLAKE2B 
3fc703626d5e17b78ff42c0ef4f554585efd8223c2bd9d8c2f7add681602dc585cf066ed7c55a040b2585ad07513b26a5297b3b41f4c94a043f61ad2ad9094c2
 SHA512 
ea156c4320abf97fdb5abc29ff1f9bc659a3cab0e571295ed04b42dd742c4c45a7d5958dc2d386fc0ee7bd733969a6275405d5cf10cd645c75cb97b6b9e571d6

diff --git a/app-office/calcurse/calcurse-4.8.0.ebuild 
b/app-office/calcurse/calcurse-4.8.0.ebuild
new file mode 100644
index ..1b3a331cd35c
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.8.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit python-single-r1
+
+DESCRIPTION="A text-based calendar and scheduling application"
+HOMEPAGE="https://calcurse.org/;
+SRC_URI="https://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+IUSE="caldav doc"
+
+RDEPEND="
+   sys-libs/ncurses:0=
+   ${PYTHON_DEPS}
+   caldav? (
+   $(python_gen_cond_dep '
+   dev-python/httplib2[${PYTHON_USEDEP}]
+   dev-python/pyparsing[${PYTHON_USEDEP}]
+   ')
+   )
+"
+
+DEPEND="
+   ${RDEPEND}
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable doc docs)
+   --without-asciidoc # do not use AsciiDoc to regenerate docs
+   )
+   ECONF_SOURCE="${S}" econf "${myconf[@]}"
+}
+
+src_compile() {
+   default
+   python_fix_shebang contrib/caldav/calcurse-caldav
+}
+
+src_install() {
+   docompress -x /usr/share/doc # decompress text files
+   default
+}

diff --git a/app-office/calcurse/metadata.xml b/app-office/calcurse/metadata.xml
index 007b546f8cc5..ecd9a39d3c64 100644
--- a/app-office/calcurse/metadata.xml
+++ b/app-office/calcurse/metadata.xml
@@ -1,12 +1,22 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   
-   Calcurse is a text-based personal organizer which helps keeping 
track of
-   events and everyday tasks. It contains a calendar, a 'todo' 
list, and
-   puts your appointments in order. The user interface is 
configurable, and
-   one can choose between different color schemes and layouts. All 
of the
-   commands are documented within an online help system.
-   
+  
+Calcurse is a text-based personal organizer which helps keeping track of
+events and everyday tasks. It contains a calendar, a 'todo' list, and
+puts your appointments in order. The user interface is configurable, and
+one can choose between different color schemes and layouts. All of the
+commands are documented within an online help system.
+  
+  
+kaichun.n...@gmail.com
+Kai-Chun Ning
+  
+  
+proxy-ma...@gentoo.org
+Proxy Maintainers
+  
+  
+Support CalDAV
+  
 



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2023-02-08 Thread Sam James
commit: e5788836fd0a72a25e8b92e7b79e4455fb809cf0
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Jan 30 12:19:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb  8 17:11:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5788836

app-office/calcurse: use common metadata indentation

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 app-office/calcurse/metadata.xml | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/app-office/calcurse/metadata.xml b/app-office/calcurse/metadata.xml
index 490dd5d1cbf4..007b546f8cc5 100644
--- a/app-office/calcurse/metadata.xml
+++ b/app-office/calcurse/metadata.xml
@@ -1,10 +1,12 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-Calcurse is a text-based personal organizer which helps 
keeping
-track of events and everyday tasks. It contains a calendar, a 'todo' list, and
-puts your appointments in order. The user interface is configurable, and one 
can
-choose between different color schemes and layouts. All of the commands are
-documented within an online help system.
+   
+   
+   Calcurse is a text-based personal organizer which helps keeping 
track of
+   events and everyday tasks. It contains a calendar, a 'todo' 
list, and
+   puts your appointments in order. The user interface is 
configurable, and
+   one can choose between different color schemes and layouts. All 
of the
+   commands are documented within an online help system.
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2022-10-13 Thread Arthur Zamarin
commit: bc0b008d1c4668d0beaafb1f8161097feb5ab740
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Oct 14 05:06:20 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Oct 14 05:06:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc0b008d

app-office/calcurse: Keyword 4.7.1 arm64, #866389

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-office/calcurse/calcurse-4.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/calcurse/calcurse-4.7.1.ebuild 
b/app-office/calcurse/calcurse-4.7.1.ebuild
index 8030f5ce34ea..7c04a8439b20 100644
--- a/app-office/calcurse/calcurse-4.7.1.ebuild
+++ b/app-office/calcurse/calcurse-4.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2021-12-05 Thread Sam James
commit: 9f89ea32072315cd26f246e5c8e6925bd325136a
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 18:37:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 18:37:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f89ea32

app-office/calcurse: Stabilize 4.7.1 ppc, #828283

Signed-off-by: Sam James  gentoo.org>

 app-office/calcurse/calcurse-4.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.7.1.ebuild 
b/app-office/calcurse/calcurse-4.7.1.ebuild
index 74b4f729502c..8030f5ce34ea 100644
--- a/app-office/calcurse/calcurse-4.7.1.ebuild
+++ b/app-office/calcurse/calcurse-4.7.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2021-12-05 Thread Sam James
commit: 14806bae00ad07366783caa8ae64089630cfe847
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 18:30:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 18:30:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14806bae

app-office/calcurse: Stabilize 4.7.1 x86, #828283

Signed-off-by: Sam James  gentoo.org>

 app-office/calcurse/calcurse-4.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.7.1.ebuild 
b/app-office/calcurse/calcurse-4.7.1.ebuild
index aebfd9b161e7..4e35971f9837 100644
--- a/app-office/calcurse/calcurse-4.7.1.ebuild
+++ b/app-office/calcurse/calcurse-4.7.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2021-12-04 Thread Sam James
commit: f7288387cecb9f27feba4083fe6c18d28263600c
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 04:15:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 04:15:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7288387

app-office/calcurse: Stabilize 4.7.1 amd64, #828283

Signed-off-by: Sam James  gentoo.org>

 app-office/calcurse/calcurse-4.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.7.1.ebuild 
b/app-office/calcurse/calcurse-4.7.1.ebuild
index a8060b73a4a8..aebfd9b161e7 100644
--- a/app-office/calcurse/calcurse-4.7.1.ebuild
+++ b/app-office/calcurse/calcurse-4.7.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/files/, app-office/calcurse/

2021-10-05 Thread Sam James
commit: 977a9e516eb47bfe30028ea3b024f5a0bf43b129
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Tue Oct  5 22:48:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  6 01:09:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977a9e51

app-office/calcurse: add 4.7.1 and fix documentation

calcurse 4.7.1 is a bug-fixing release.

Also updated PYTHON_COMPAT (used by /usr/bin/calcurse-{vdir,caldav}).

Thanks-to: Marco Sirabella  sirabella.org>
Closes: https://bugs.gentoo.org/813438
Signed-off-by: Christophe Lermytte  lermytte.be>
Closes: https://github.com/gentoo/gentoo/pull/22498
Signed-off-by: Sam James  gentoo.org>

 app-office/calcurse/Manifest   |  1 +
 app-office/calcurse/calcurse-4.7.1.ebuild  | 50 ++
 .../files/calcurse-4.7.1-respect-docdir.patch  | 13 ++
 3 files changed, 64 insertions(+)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index 9979b9f27f6..d435446267b 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1 +1,2 @@
 DIST calcurse-4.7.0.tar.gz 699134 BLAKE2B 
fb50ee3d5fe6a0eebacb557ae6fdc1b49a413b35d53fd8dfb64102bd2ed963bf83f27f1e3c3f454284143d1410f18766b56792252634ad82b1b20c130364a54c
 SHA512 
656f3e74cde923bf7bbe5aca56f0544023b69fd8ff6ac8c851bbe224bf6cbe1fb58eb141b66ba818b1382d705e1a7c82a7e20eda7a1672d513ad54749d5a2bac
+DIST calcurse-4.7.1.tar.gz 701563 BLAKE2B 
438741b9e0f61438d235fa60d13816d83c19f7d1b612619fe20a78812e77657b003ad0b9416bcc766f0e38e7868b3543972ed65eee43d8f9d6b1d80ba1872091
 SHA512 
8b5574d2909128c745b2d6367b517c5fb04a1c451e666dc9ee0652b3793b519576af5700d4fd073de0ccd5e5dced6b69c45dbfaf98b35a99784093208512b68e

diff --git a/app-office/calcurse/calcurse-4.7.1.ebuild 
b/app-office/calcurse/calcurse-4.7.1.ebuild
new file mode 100644
index 000..a8060b73a4a
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.7.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="A text-based calendar and scheduling application"
+HOMEPAGE="https://calcurse.org/;
+SRC_URI="https://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep 'dev-python/httplib2[${PYTHON_USEDEP}]')
+   sys-libs/ncurses:0="
+
+DEPEND="
+   ${RDEPEND}"
+
+# Some tests fail, mostly those pertaining to ical, perhaps due to requiring 
network?
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
+   "${FILESDIR}"/${PN}-4.7.1-respect-docdir.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_compile() {
+   default
+   python_setup
+   python_fix_shebang contrib/caldav/calcurse-caldav
+}
+
+src_install() {
+   # calcurse likes to read the text files uncompressed
+   docompress -x /usr/share/doc
+   default
+}

diff --git a/app-office/calcurse/files/calcurse-4.7.1-respect-docdir.patch 
b/app-office/calcurse/files/calcurse-4.7.1-respect-docdir.patch
new file mode 100644
index 000..8619b4d8d67
--- /dev/null
+++ b/app-office/calcurse/files/calcurse-4.7.1-respect-docdir.patch
@@ -0,0 +1,13 @@
+# Gentoo bug "app-office/calcurse: Unable to find documentation"
+# https://bugs.gentoo.org/813438
+--- a/doc/Makefile.am
 b/doc/Makefile.am
+@@ -57,8 +57,6 @@ CLEANFILES = \
+   submitting-patches.html \
+   calcurse.1
+ 
+-docdir = $(datadir)/doc/$(PACKAGE)
+-
+ .txt.html:
+ if HAVE_ASCIIDOC
+   $(AM_V_GEN) $(ASCIIDOC) $(ASCIIDOC_ARGS) $<



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2021-01-07 Thread Sam James
commit: 5847ee6e0203796878e87caa659d503b7d784102
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 19:37:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 19:37:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5847ee6e

app-office/calcurse: Stabilize 4.7.0 ppc64, #763465

Signed-off-by: Sam James  gentoo.org>

 app-office/calcurse/calcurse-4.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.7.0.ebuild 
b/app-office/calcurse/calcurse-4.7.0.ebuild
index 5b03c67ea64..71e6cb8d827 100644
--- a/app-office/calcurse/calcurse-4.7.0.ebuild
+++ b/app-office/calcurse/calcurse-4.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2021-01-07 Thread Sam James
commit: 314bc134e4131079c182e81543ec6790d65a79c5
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 11:14:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 11:15:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314bc134

app-office/calcurse: Stabilize 4.7.0 ppc, #763465

Signed-off-by: Sam James  gentoo.org>

 app-office/calcurse/calcurse-4.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.7.0.ebuild 
b/app-office/calcurse/calcurse-4.7.0.ebuild
index 0221568c529..5b03c67ea64 100644
--- a/app-office/calcurse/calcurse-4.7.0.ebuild
+++ b/app-office/calcurse/calcurse-4.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2021-01-03 Thread Sam James
commit: c3d37d089a6df5e1cc73e88cc5aa323e074dcab7
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan  4 03:30:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan  4 03:30:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d37d08

app-office/calcurse: Stabilize 4.7.0 amd64, #763465

Signed-off-by: Sam James  gentoo.org>

 app-office/calcurse/calcurse-4.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/calcurse/calcurse-4.7.0.ebuild 
b/app-office/calcurse/calcurse-4.7.0.ebuild
index aeb9469073b..23bcdf1d579 100644
--- a/app-office/calcurse/calcurse-4.7.0.ebuild
+++ b/app-office/calcurse/calcurse-4.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-11-04 Thread Joonas Niilola
commit: 36b8aef7422a51978f9d8b7fdb469c688257edb0
Author: Joonas Niilola  gentoo  org>
AuthorDate: Wed Nov  4 15:12:50 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov  4 15:12:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36b8aef7

app-office/calcurse: re-add ~ppc ~ppc64 from 4.4.0 to 4.7.0

Signed-off-by: Joonas Niilola  gentoo.org>

 app-office/calcurse/calcurse-4.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.7.0.ebuild 
b/app-office/calcurse/calcurse-4.7.0.ebuild
index 515c4604b87..aeb9469073b 100644
--- a/app-office/calcurse/calcurse-4.7.0.ebuild
+++ b/app-office/calcurse/calcurse-4.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-11-04 Thread Joonas Niilola
commit: 5e7202e7d47cfe277e60dd9f0e3bee4126da0ab1
Author: Hosein Naghdbishi  riseup  net>
AuthorDate: Wed Oct 21 11:47:35 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Nov  4 15:11:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7202e7

app-office/calcurse: bump version to 4.7.0

Signed-off-by: Hosein Naghdbishi  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/17990
Signed-off-by: Joonas Niilola  gentoo.org>

 app-office/calcurse/Manifest  |  1 +
 app-office/calcurse/calcurse-4.7.0.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index a709a800e0c..50489056354 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1 +1,2 @@
 DIST calcurse-4.4.0.tar.gz 620263 BLAKE2B 
8fbe875f5e757ec3c11b9c23a994260403ee990bfcb3d4c41eefbf06a6db9e76cd5157e32b11c3fdc049896d5db3a9856862724902dab1cb48e0b00ef5df6f73
 SHA512 
43d30ad68bb39aaa9460644a691e66cbb15b9930737581583da65d00214c70fb1148a0edeca4430abb7a5cef2821b0f4c6fdbed8188d9ea5da5fedc4f95fa07c
+DIST calcurse-4.7.0.tar.gz 699134 BLAKE2B 
fb50ee3d5fe6a0eebacb557ae6fdc1b49a413b35d53fd8dfb64102bd2ed963bf83f27f1e3c3f454284143d1410f18766b56792252634ad82b1b20c130364a54c
 SHA512 
656f3e74cde923bf7bbe5aca56f0544023b69fd8ff6ac8c851bbe224bf6cbe1fb58eb141b66ba818b1382d705e1a7c82a7e20eda7a1672d513ad54749d5a2bac

diff --git a/app-office/calcurse/calcurse-4.7.0.ebuild 
b/app-office/calcurse/calcurse-4.7.0.ebuild
new file mode 100644
index 000..515c4604b87
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.7.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit autotools python-single-r1
+
+DESCRIPTION="a text-based calendar and scheduling application"
+HOMEPAGE="https://calcurse.org/;
+SRC_URI="https://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep 'dev-python/httplib2[${PYTHON_MULTI_USEDEP}]')
+   sys-libs/ncurses:0="
+
+DEPEND="
+   ${RDEPEND}"
+
+# Some tests fail, mostly those pertaining to ical, perhaps due to requiring 
network?
+RESTRICT="test"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
+)
+
+pkg_setup() {
+   :
+}
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_compile() {
+   default
+   python_setup
+   python_fix_shebang contrib/caldav/calcurse-caldav
+}
+
+src_install() {
+   default
+   mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-12 Thread Mike Gilbert
commit: bfc4bf9b32261f03f828a080ac72c0e0a0ed0502
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar 12 20:31:30 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar 12 20:49:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc4bf9b

app-office/calcurse: remove pointless multilib code

Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118
Signed-off-by: Mike Gilbert  gentoo.org>

 app-office/calcurse/calcurse-4.4.0.ebuild | 16 ++--
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/app-office/calcurse/calcurse-4.4.0.ebuild 
b/app-office/calcurse/calcurse-4.4.0.ebuild
index 4448627c9e4..aed85d93565 100644
--- a/app-office/calcurse/calcurse-4.4.0.ebuild
+++ b/app-office/calcurse/calcurse-4.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools eutils multilib-minimal
+inherit autotools eutils
 
 DESCRIPTION="a text-based calendar and scheduling application"
 HOMEPAGE="https://calcurse.org/;
@@ -31,15 +31,3 @@ src_prepare() {
default
eautoreconf
 }
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf
-}
-
-src_compile() {
-   multilib-minimal_src_compile
-}
-
-src_install() {
-   multilib-minimal_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-12 Thread Mike Gilbert
commit: 8c4a38d0c739c79575eea33892af7ac7f9f4a96d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar 12 20:47:33 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar 12 20:49:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4a38d0

app-office/calcurse: drop eutils

Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118
Signed-off-by: Mike Gilbert  gentoo.org>

 app-office/calcurse/calcurse-4.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.4.0-r1.ebuild 
b/app-office/calcurse/calcurse-4.4.0-r1.ebuild
index 4f73bc66762..bb42a1c1c86 100644
--- a/app-office/calcurse/calcurse-4.4.0-r1.ebuild
+++ b/app-office/calcurse/calcurse-4.4.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 PYTHON_COMPAT=( python3_{6..8} )
 
-inherit autotools eutils python-single-r1
+inherit autotools python-single-r1
 
 DESCRIPTION="a text-based calendar and scheduling application"
 HOMEPAGE="https://calcurse.org/;



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-12 Thread Mike Gilbert
commit: c9c0ae5419485d7fc93be4a449a49f2fd7335631
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Mar 12 20:45:27 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Mar 12 20:49:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c0ae54

app-office/calcurse: wire up python-single-r1

Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118
Signed-off-by: Mike Gilbert  gentoo.org>

 .../{calcurse-4.4.0.ebuild => calcurse-4.4.0-r1.ebuild} | 17 +++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/app-office/calcurse/calcurse-4.4.0.ebuild 
b/app-office/calcurse/calcurse-4.4.0-r1.ebuild
similarity index 61%
rename from app-office/calcurse/calcurse-4.4.0.ebuild
rename to app-office/calcurse/calcurse-4.4.0-r1.ebuild
index aed85d93565..4f73bc66762 100644
--- a/app-office/calcurse/calcurse-4.4.0.ebuild
+++ b/app-office/calcurse/calcurse-4.4.0-r1.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+PYTHON_COMPAT=( python3_{6..8} )
 
-inherit autotools eutils
+inherit autotools eutils python-single-r1
 
 DESCRIPTION="a text-based calendar and scheduling application"
 HOMEPAGE="https://calcurse.org/;
@@ -12,9 +13,11 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 LICENSE="BSD-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
-   dev-python/httplib2
+   ${PYTHON_DEPS}
+   $(python_gen_cond_dep 'dev-python/httplib2[${PYTHON_MULTI_USEDEP}]')
sys-libs/ncurses:0="
 
 DEPEND="
@@ -27,7 +30,17 @@ PATCHES=(
 # Most tests fail.
 RESTRICT="test"
 
+pkg_setup() {
+   :
+}
+
 src_prepare() {
default
eautoreconf
 }
+
+src_compile() {
+   default
+   python_setup
+   python_fix_shebang contrib/caldav/calcurse-caldav
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-11 Thread Patrice Clement
commit: 81a65d7da5b5e8b9e48323d13da05525d08b9551
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Mar 11 08:21:58 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Mar 11 08:24:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a65d7d

app-office/calcurse: drop package to m-n.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement  gentoo.org>

 app-office/calcurse/metadata.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-office/calcurse/metadata.xml b/app-office/calcurse/metadata.xml
index d5b9396fdc3..aa7b56c65ee 100644
--- a/app-office/calcurse/metadata.xml
+++ b/app-office/calcurse/metadata.xml
@@ -1,9 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   monsie...@gentoo.org
-
+
 Calcurse is a text-based personal organizer which helps 
keeping
 track of events and everyday tasks. It contains a calendar, a 'todo' list, and
 puts your appointments in order. The user interface is configurable, and one 
can



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-10 Thread Andreas K. Hüttel
commit: 89659d3f745b400d454afe46603728834ddc6d73
Author: Andreas K. Huettel  gentoo  org>
AuthorDate: Tue Mar 10 15:06:49 2020 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue Mar 10 15:07:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89659d3f

QA: Revert "app-office/calcurse: version bump."

This reverts commit 34217564ddc5cd46762ffdaeb217aabd905dec6a.

Signed-off-by: Andreas K. Huettel  gentoo.org>

 app-office/calcurse/Manifest  |  1 -
 app-office/calcurse/calcurse-4.5.0.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index d61266faf9b..a709a800e0c 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1,2 +1 @@
 DIST calcurse-4.4.0.tar.gz 620263 BLAKE2B 
8fbe875f5e757ec3c11b9c23a994260403ee990bfcb3d4c41eefbf06a6db9e76cd5157e32b11c3fdc049896d5db3a9856862724902dab1cb48e0b00ef5df6f73
 SHA512 
43d30ad68bb39aaa9460644a691e66cbb15b9930737581583da65d00214c70fb1148a0edeca4430abb7a5cef2821b0f4c6fdbed8188d9ea5da5fedc4f95fa07c
-DIST calcurse-4.5.0.tar.gz 657976 BLAKE2B 
5cad43340cb973d402c92b7963f9c13e46acbb2f802df2ab447221913daa6b28872a323b743bc31be0c7358ea8e7d51d08054c81f3376d3dc07f5837d41be45f
 SHA512 
795eae7c62b89c733049f0c137da398ce3dd5fba78f9a2c323aacdf8b176cf37bd9d0768dbdac0bb1cb64cd248b1d851efd059836fbbbdd9665fa47beff3b872

diff --git a/app-office/calcurse/calcurse-4.5.0.ebuild 
b/app-office/calcurse/calcurse-4.5.0.ebuild
deleted file mode 100644
index 46600edc61f..000
--- a/app-office/calcurse/calcurse-4.5.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="a text-based calendar and scheduling application"
-HOMEPAGE="https://calcurse.org/;
-SRC_URI="https://calcurse.org/files/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND="
-   dev-python/httplib2
-   sys-libs/ncurses:0="
-
-DEPEND="
-   ${RDEPEND}
-   doc? ( app-text/asciidoc )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
-)
-
-# Most tests fail.
-RESTRICT="test"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf
-}
-
-src_compile() {
-   multilib-minimal_src_compile
-}
-
-src_install() {
-   multilib-minimal_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-10 Thread Patrice Clement
commit: 34217564ddc5cd46762ffdaeb217aabd905dec6a
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Mar 10 10:32:00 2020 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Mar 10 11:28:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34217564

app-office/calcurse: version bump.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement  gentoo.org>

 app-office/calcurse/Manifest  |  1 +
 app-office/calcurse/calcurse-4.5.0.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index a709a800e0c..d61266faf9b 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1 +1,2 @@
 DIST calcurse-4.4.0.tar.gz 620263 BLAKE2B 
8fbe875f5e757ec3c11b9c23a994260403ee990bfcb3d4c41eefbf06a6db9e76cd5157e32b11c3fdc049896d5db3a9856862724902dab1cb48e0b00ef5df6f73
 SHA512 
43d30ad68bb39aaa9460644a691e66cbb15b9930737581583da65d00214c70fb1148a0edeca4430abb7a5cef2821b0f4c6fdbed8188d9ea5da5fedc4f95fa07c
+DIST calcurse-4.5.0.tar.gz 657976 BLAKE2B 
5cad43340cb973d402c92b7963f9c13e46acbb2f802df2ab447221913daa6b28872a323b743bc31be0c7358ea8e7d51d08054c81f3376d3dc07f5837d41be45f
 SHA512 
795eae7c62b89c733049f0c137da398ce3dd5fba78f9a2c323aacdf8b176cf37bd9d0768dbdac0bb1cb64cd248b1d851efd059836fbbbdd9665fa47beff3b872

diff --git a/app-office/calcurse/calcurse-4.5.0.ebuild 
b/app-office/calcurse/calcurse-4.5.0.ebuild
new file mode 100644
index 000..46600edc61f
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.5.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="a text-based calendar and scheduling application"
+HOMEPAGE="https://calcurse.org/;
+SRC_URI="https://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+   dev-python/httplib2
+   sys-libs/ncurses:0="
+
+DEPEND="
+   ${RDEPEND}
+   doc? ( app-text/asciidoc )"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
+)
+
+# Most tests fail.
+RESTRICT="test"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf
+}
+
+src_compile() {
+   multilib-minimal_src_compile
+}
+
+src_install() {
+   multilib-minimal_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2019-05-20 Thread Mikle Kolyada
commit: 82935978b19fce4458909307ebe6f923cab72d08
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon May 20 11:14:32 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon May 20 11:14:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82935978

app-office/calcurse: amd64 stable wrt bug #682230

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-office/calcurse/calcurse-4.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.4.0.ebuild 
b/app-office/calcurse/calcurse-4.4.0.ebuild
index ba419216dd7..4448627c9e4 100644
--- a/app-office/calcurse/calcurse-4.4.0.ebuild
+++ b/app-office/calcurse/calcurse-4.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 RDEPEND="
dev-python/httplib2



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2019-05-12 Thread Sergei Trofimovich
commit: 87130cdcd00fa044256cf7eca2b7a5f329fbe3b2
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May 12 21:59:33 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May 12 21:59:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87130cdc

app-office/calcurse: stable 4.4.0 for ppc64, bug #682230

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-office/calcurse/calcurse-4.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.4.0.ebuild 
b/app-office/calcurse/calcurse-4.4.0.ebuild
index 3a4fdcbeb2f..afdf1bf2f16 100644
--- a/app-office/calcurse/calcurse-4.4.0.ebuild
+++ b/app-office/calcurse/calcurse-4.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~x86"
 
 RDEPEND="
dev-python/httplib2



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2019-05-12 Thread Sergei Trofimovich
commit: 6b32e966f8faeb2274a30c80d2f90ffde546bf93
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May 12 21:54:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May 12 21:54:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b32e966

app-office/calcurse: stable 4.4.0 for ppc, bug #682230

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-office/calcurse/calcurse-4.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.4.0.ebuild 
b/app-office/calcurse/calcurse-4.4.0.ebuild
index 0ce4d324c9e..3a4fdcbeb2f 100644
--- a/app-office/calcurse/calcurse-4.4.0.ebuild
+++ b/app-office/calcurse/calcurse-4.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~x86"
 
 RDEPEND="
dev-python/httplib2



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2019-02-25 Thread Patrice Clement
commit: 2b83437159b6cc7d7f166c357d3f274746870d99
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Feb 25 21:54:13 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 25 21:54:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b834371

app-office/calcurse: clean up old.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-office/calcurse/Manifest |  1 -
 app-office/calcurse/calcurse-4.3.0-r1.ebuild | 45 
 app-office/calcurse/calcurse-4.3.0.ebuild| 45 
 3 files changed, 91 deletions(-)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index e38d2b49e77..a709a800e0c 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1,2 +1 @@
-DIST calcurse-4.3.0.tar.gz 597490 BLAKE2B 
7fe31fc09cae12438173d4846a1e4b0a55f9e9416ab23ffc8b78e9d0f621072d8aca96b4161d5659db088e1007f685228e9669aae2d5606939c6564252826e1d
 SHA512 
d948354b512d406f4915ce37107d3f529031e7698d7b38465913ff37120a93283e01f09f5267ebb19bf39ea133d6fac579b218d6dfd6056003b6222f9038f4b3
 DIST calcurse-4.4.0.tar.gz 620263 BLAKE2B 
8fbe875f5e757ec3c11b9c23a994260403ee990bfcb3d4c41eefbf06a6db9e76cd5157e32b11c3fdc049896d5db3a9856862724902dab1cb48e0b00ef5df6f73
 SHA512 
43d30ad68bb39aaa9460644a691e66cbb15b9930737581583da65d00214c70fb1148a0edeca4430abb7a5cef2821b0f4c6fdbed8188d9ea5da5fedc4f95fa07c

diff --git a/app-office/calcurse/calcurse-4.3.0-r1.ebuild 
b/app-office/calcurse/calcurse-4.3.0-r1.ebuild
deleted file mode 100644
index 451271ee693..000
--- a/app-office/calcurse/calcurse-4.3.0-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="a text-based calendar and scheduling application"
-HOMEPAGE="https://calcurse.org/;
-SRC_URI="https://calcurse.org/files/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
-
-RDEPEND="
-   dev-python/httplib2
-   sys-libs/ncurses:0="
-
-DEPEND="
-   ${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
-)
-
-# Most tests fail.
-RESTRICT="test"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf
-}
-
-src_compile() {
-   multilib-minimal_src_compile
-}
-
-src_install() {
-   multilib-minimal_src_install
-}

diff --git a/app-office/calcurse/calcurse-4.3.0.ebuild 
b/app-office/calcurse/calcurse-4.3.0.ebuild
deleted file mode 100644
index b8c051f79ba..000
--- a/app-office/calcurse/calcurse-4.3.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="a text-based calendar and scheduling application"
-HOMEPAGE="https://calcurse.org/;
-SRC_URI="https://calcurse.org/files/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ppc ppc64"
-
-RDEPEND="
-   dev-python/httplib2
-   sys-libs/ncurses:0="
-
-DEPEND="
-   ${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
-)
-
-# Most tests fail.
-RESTRICT="test"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf
-}
-
-src_compile() {
-   multilib-minimal_src_compile
-}
-
-src_install() {
-   multilib-minimal_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2019-02-25 Thread Patrice Clement
commit: 85916a1e6c7c7936c5653dbc1a0d7c23e8718a97
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Feb 25 21:53:23 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb 25 21:54:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85916a1e

app-office/calcurse: version bump.

Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-office/calcurse/Manifest  |  1 +
 app-office/calcurse/calcurse-4.4.0.ebuild | 45 +++
 2 files changed, 46 insertions(+)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index 9f074535d00..e38d2b49e77 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1 +1,2 @@
 DIST calcurse-4.3.0.tar.gz 597490 BLAKE2B 
7fe31fc09cae12438173d4846a1e4b0a55f9e9416ab23ffc8b78e9d0f621072d8aca96b4161d5659db088e1007f685228e9669aae2d5606939c6564252826e1d
 SHA512 
d948354b512d406f4915ce37107d3f529031e7698d7b38465913ff37120a93283e01f09f5267ebb19bf39ea133d6fac579b218d6dfd6056003b6222f9038f4b3
+DIST calcurse-4.4.0.tar.gz 620263 BLAKE2B 
8fbe875f5e757ec3c11b9c23a994260403ee990bfcb3d4c41eefbf06a6db9e76cd5157e32b11c3fdc049896d5db3a9856862724902dab1cb48e0b00ef5df6f73
 SHA512 
43d30ad68bb39aaa9460644a691e66cbb15b9930737581583da65d00214c70fb1148a0edeca4430abb7a5cef2821b0f4c6fdbed8188d9ea5da5fedc4f95fa07c

diff --git a/app-office/calcurse/calcurse-4.4.0.ebuild 
b/app-office/calcurse/calcurse-4.4.0.ebuild
new file mode 100644
index 000..0ce4d324c9e
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.4.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="a text-based calendar and scheduling application"
+HOMEPAGE="https://calcurse.org/;
+SRC_URI="https://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   dev-python/httplib2
+   sys-libs/ncurses:0="
+
+DEPEND="
+   ${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
+)
+
+# Most tests fail.
+RESTRICT="test"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf
+}
+
+src_compile() {
+   multilib-minimal_src_compile
+}
+
+src_install() {
+   multilib-minimal_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2018-08-26 Thread Patrice Clement
commit: f0d53ac90bf31f73069fa3bb81947ee1c5c81df2
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Aug 26 14:48:40 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Aug 26 14:49:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d53ac9

app-office/calcurse: revision bump.

... so as to make Soap happy.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-office/calcurse/calcurse-4.3.0-r1.ebuild | 45 
 1 file changed, 45 insertions(+)

diff --git a/app-office/calcurse/calcurse-4.3.0-r1.ebuild 
b/app-office/calcurse/calcurse-4.3.0-r1.ebuild
new file mode 100644
index 000..451271ee693
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.3.0-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools eutils multilib-minimal
+
+DESCRIPTION="a text-based calendar and scheduling application"
+HOMEPAGE="https://calcurse.org/;
+SRC_URI="https://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
+
+RDEPEND="
+   dev-python/httplib2
+   sys-libs/ncurses:0="
+
+DEPEND="
+   ${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
+)
+
+# Most tests fail.
+RESTRICT="test"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf
+}
+
+src_compile() {
+   multilib-minimal_src_compile
+}
+
+src_install() {
+   multilib-minimal_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2018-08-25 Thread Patrice Clement
commit: 3d28fdac434763f55a1b8b9c6541095cb3a0
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Aug 25 21:26:09 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Aug 25 21:27:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d28fdac

app-office/calcurse: add a missing runtime dependency.

Courtesy of Frantisek Farka  farka.eu>.

Closes: https://bugs.gentoo.org/664578
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-office/calcurse/calcurse-4.3.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-office/calcurse/calcurse-4.3.0.ebuild 
b/app-office/calcurse/calcurse-4.3.0.ebuild
index e772e98c93f..b8c051f79ba 100644
--- a/app-office/calcurse/calcurse-4.3.0.ebuild
+++ b/app-office/calcurse/calcurse-4.3.0.ebuild
@@ -14,10 +14,12 @@ SLOT="0"
 KEYWORDS="amd64 x86 ppc ppc64"
 
 RDEPEND="
+   dev-python/httplib2
sys-libs/ncurses:0="
 
 DEPEND="
${RDEPEND}"
+
 PATCHES=(
"${FILESDIR}"/${PN}-4.2.1-tinfo.patch
 )



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2018-06-25 Thread Jeroen Roovers
commit: bbb7be5ae6a19863dd23089ea19351d94c4a913e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jun 25 13:31:10 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jun 25 13:31:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbb7be5a

app-office/calcurse: Again sys-libs/ncurses[tinfo] (bug #529804).

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-office/calcurse/calcurse-4.3.0.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.3.0.ebuild 
b/app-office/calcurse/calcurse-4.3.0.ebuild
index a7a63942ebd..e772e98c93f 100644
--- a/app-office/calcurse/calcurse-4.3.0.ebuild
+++ b/app-office/calcurse/calcurse-4.3.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit eutils multilib-minimal
+inherit autotools eutils multilib-minimal
 
 DESCRIPTION="a text-based calendar and scheduling application"
 HOMEPAGE="https://calcurse.org/;
@@ -18,10 +18,18 @@ RDEPEND="
 
 DEPEND="
${RDEPEND}"
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.2.1-tinfo.patch
+)
 
 # Most tests fail.
 RESTRICT="test"
 
+src_prepare() {
+   default
+   eautoreconf
+}
+
 multilib_src_configure() {
ECONF_SOURCE="${S}" econf
 }



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2018-06-24 Thread Patrice Clement
commit: f9271addd9066a23bfbc362b31ffe55c48bc6703
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 24 10:25:15 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 24 14:51:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9271add

app-office/calcurse: clean up old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-office/calcurse/Manifest  |  2 --
 app-office/calcurse/calcurse-4.2.1.ebuild | 42 ---
 app-office/calcurse/calcurse-4.2.2.ebuild | 42 ---
 3 files changed, 86 deletions(-)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index 44430a5644c..9f074535d00 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1,3 +1 @@
-DIST calcurse-4.2.1.tar.gz 612593 BLAKE2B 
7c8fb995ea16abcdd5ae768cda09298e4bdeb64d8476657b3d1320394a269add3b1c4279e8a6b7a089f27404d43ec3acfbab6222cfce74dc422042247109fb00
 SHA512 
77f7fd23fe28e34ace29239530948c7576196339e4c603952dd5d48a201fa2e52bfcfaf411edf3f299c9d8b30d659febade68679fc65a2b87afb305bbf5db8df
-DIST calcurse-4.2.2.tar.gz 612456 BLAKE2B 
b73e876f671b75d362bf32bfc341fd985796a6be6b5c4164464bdef1f35d26fbecec3bb7f5dcd54a1ab9e3405186ea2d791484902643362738db38d647d786b3
 SHA512 
d54d5a1ca457499ff82fe0b6a945f5f54c0f93f84b34d5a69579dd42d4d44edda0b81a165d29b4f3d77ef7219b2e815b5858eaa744eb418e9549abf58eb2f958
 DIST calcurse-4.3.0.tar.gz 597490 BLAKE2B 
7fe31fc09cae12438173d4846a1e4b0a55f9e9416ab23ffc8b78e9d0f621072d8aca96b4161d5659db088e1007f685228e9669aae2d5606939c6564252826e1d
 SHA512 
d948354b512d406f4915ce37107d3f529031e7698d7b38465913ff37120a93283e01f09f5267ebb19bf39ea133d6fac579b218d6dfd6056003b6222f9038f4b3

diff --git a/app-office/calcurse/calcurse-4.2.1.ebuild 
b/app-office/calcurse/calcurse-4.2.1.ebuild
deleted file mode 100644
index 27a9fb9d46a..000
--- a/app-office/calcurse/calcurse-4.2.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils autotools multilib-minimal
-
-DESCRIPTION="a text-based calendar and scheduling application"
-HOMEPAGE="https://calcurse.org/;
-SRC_URI="https://calcurse.org/files/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README )
-
-PATCHES=( "${FILESDIR}"/"${PN}-4.2.1-tinfo.patch" )
-
-src_prepare() {
-   default
-
-   # Dubious tests.
-   rm -v "${S}/test"/ical-00{2,4,6}.sh || die
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf
-}
-
-src_compile() {
-   multilib-minimal_src_compile
-}
-
-src_install() {
-   multilib-minimal_src_install
-}

diff --git a/app-office/calcurse/calcurse-4.2.2.ebuild 
b/app-office/calcurse/calcurse-4.2.2.ebuild
deleted file mode 100644
index 29a53449ca5..000
--- a/app-office/calcurse/calcurse-4.2.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils autotools multilib-minimal
-
-DESCRIPTION="a text-based calendar and scheduling application"
-HOMEPAGE="https://calcurse.org/;
-SRC_URI="https://calcurse.org/files/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README )
-
-PATCHES=( "${FILESDIR}"/"${PN}-4.2.1-tinfo.patch" )
-
-src_prepare() {
-   default
-
-   # Dubious tests.
-   rm -v "${S}/test"/ical-00{2,4,6}.sh || die
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf
-}
-
-src_compile() {
-   multilib-minimal_src_compile
-}
-
-src_install() {
-   multilib-minimal_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2018-06-24 Thread Patrice Clement
commit: 79837d5a2bea4a659c341b7cd384537496541cba
Author: Patrice Clement  gentoo  org>
AuthorDate: Sun Jun 24 10:24:54 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Jun 24 14:51:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79837d5a

app-office/calcurse: stable for all arches using the ALLARCHES policy.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-office/calcurse/calcurse-4.3.0.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-office/calcurse/calcurse-4.3.0.ebuild 
b/app-office/calcurse/calcurse-4.3.0.ebuild
index 4b4729db868..a7a63942ebd 100644
--- a/app-office/calcurse/calcurse-4.3.0.ebuild
+++ b/app-office/calcurse/calcurse-4.3.0.ebuild
@@ -11,10 +11,13 @@ SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
+KEYWORDS="amd64 x86 ppc ppc64"
 
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}"
+RDEPEND="
+   sys-libs/ncurses:0="
+
+DEPEND="
+   ${RDEPEND}"
 
 # Most tests fail.
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2018-06-03 Thread Aaron Bauman
commit: 88d3fb04d8bb62aefdd54e12aa8384d754e529c0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Jun  3 09:17:37 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jun  3 13:48:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d3fb04

app-office/calcurse: use HTTPs

Closes: https://github.com/gentoo/gentoo/pull/8704

 app-office/calcurse/calcurse-4.2.1.ebuild | 4 ++--
 app-office/calcurse/calcurse-4.2.2.ebuild | 4 ++--
 app-office/calcurse/calcurse-4.3.0.ebuild | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-office/calcurse/calcurse-4.2.1.ebuild 
b/app-office/calcurse/calcurse-4.2.1.ebuild
index 47cddd1eb69..27a9fb9d46a 100644
--- a/app-office/calcurse/calcurse-4.2.1.ebuild
+++ b/app-office/calcurse/calcurse-4.2.1.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils autotools multilib-minimal
 
 DESCRIPTION="a text-based calendar and scheduling application"
-HOMEPAGE="http://calcurse.org/;
-SRC_URI="http://calcurse.org/files/${P}.tar.gz;
+HOMEPAGE="https://calcurse.org/;
+SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"

diff --git a/app-office/calcurse/calcurse-4.2.2.ebuild 
b/app-office/calcurse/calcurse-4.2.2.ebuild
index 109005b664a..29a53449ca5 100644
--- a/app-office/calcurse/calcurse-4.2.2.ebuild
+++ b/app-office/calcurse/calcurse-4.2.2.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils autotools multilib-minimal
 
 DESCRIPTION="a text-based calendar and scheduling application"
-HOMEPAGE="http://calcurse.org/;
-SRC_URI="http://calcurse.org/files/${P}.tar.gz;
+HOMEPAGE="https://calcurse.org/;
+SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"

diff --git a/app-office/calcurse/calcurse-4.3.0.ebuild 
b/app-office/calcurse/calcurse-4.3.0.ebuild
index 2ae42b68437..4b4729db868 100644
--- a/app-office/calcurse/calcurse-4.3.0.ebuild
+++ b/app-office/calcurse/calcurse-4.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit eutils multilib-minimal
 
 DESCRIPTION="a text-based calendar and scheduling application"
-HOMEPAGE="http://calcurse.org/;
-SRC_URI="http://calcurse.org/files/${P}.tar.gz;
+HOMEPAGE="https://calcurse.org/;
+SRC_URI="https://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/files/, app-office/calcurse/

2018-04-09 Thread Patrice Clement
commit: 441ab3901fac0b11d7d032ab729dbfd56afb62ef
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sun Apr  8 20:08:03 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Apr  9 22:29:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441ab390

app-office/calcurse: clean duplicate patches.

Package-Manager: Portage-2.3.28, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/7895

 app-office/calcurse/calcurse-4.2.1.ebuild   |  4 ++--
 app-office/calcurse/calcurse-4.2.2.ebuild   |  4 ++--
 .../calcurse/files/calcurse-4.2.2-tinfo.patch   | 21 -
 3 files changed, 4 insertions(+), 25 deletions(-)

diff --git a/app-office/calcurse/calcurse-4.2.1.ebuild 
b/app-office/calcurse/calcurse-4.2.1.ebuild
index 533762c2e26..47cddd1eb69 100644
--- a/app-office/calcurse/calcurse-4.2.1.ebuild
+++ b/app-office/calcurse/calcurse-4.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS NEWS README )
 
-PATCHES=( "${FILESDIR}"/"${P}-tinfo.patch" )
+PATCHES=( "${FILESDIR}"/"${PN}-4.2.1-tinfo.patch" )
 
 src_prepare() {
default

diff --git a/app-office/calcurse/calcurse-4.2.2.ebuild 
b/app-office/calcurse/calcurse-4.2.2.ebuild
index 8e6722e27ef..109005b664a 100644
--- a/app-office/calcurse/calcurse-4.2.2.ebuild
+++ b/app-office/calcurse/calcurse-4.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,7 +18,7 @@ DEPEND="${RDEPEND}"
 
 DOCS=( AUTHORS NEWS README )
 
-PATCHES=( "${FILESDIR}"/"${P}-tinfo.patch" )
+PATCHES=( "${FILESDIR}"/"${PN}-4.2.1-tinfo.patch" )
 
 src_prepare() {
default

diff --git a/app-office/calcurse/files/calcurse-4.2.2-tinfo.patch 
b/app-office/calcurse/files/calcurse-4.2.2-tinfo.patch
deleted file mode 100644
index f3d2aac897e..000
--- a/app-office/calcurse/files/calcurse-4.2.2-tinfo.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -3,7 +3,7 @@
- 
#---
- AC_PREREQ(2.59)
- AC_INIT([calcurse],
--m4_esyscmd([build-aux/git-version-gen .version]),
-+m4_esyscmd_s([cat .version]),
- [b...@calcurse.org])
- AM_INIT_AUTOMAKE
- #m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-@@ -51,6 +51,9 @@
-   LIBS="$LIBS -l$available_ncurses"
- ])
- 
-+AC_SEARCH_LIBS([cbreak], [tinfow tinfo],,
-+AC_MSG_ERROR([Cannot find a library providing cbreak]))
-+
- AC_CHECK_HEADERS([pthread.h], [
- AC_CHECK_LIB(pthread, pthread_create, [
-   LIBS="$LIBS -pthread"



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2017-11-14 Thread Patrice Clement
commit: b27ba258bb433dd53096df03297c04c1c5cbd6a8
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Nov 14 21:51:09 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Nov 14 21:51:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b27ba258

app-office/calcurse: version bump.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-office/calcurse/Manifest  |  1 +
 app-office/calcurse/calcurse-4.3.0.ebuild | 32 +++
 2 files changed, 33 insertions(+)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index 148cddcea2f..c6e15bdbb42 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1,2 +1,3 @@
 DIST calcurse-4.2.1.tar.gz 612593 SHA256 
9d5db3fa920e82d76e43a08c4bd3554ffdde023385b0f9c37e6f0e99d8d00598 SHA512 
77f7fd23fe28e34ace29239530948c7576196339e4c603952dd5d48a201fa2e52bfcfaf411edf3f299c9d8b30d659febade68679fc65a2b87afb305bbf5db8df
 WHIRLPOOL 
1af299f7501bc5ec57eeadf020e10b7f6d76eddb2f538007dbd9e391b24686fd702952384529fe5f4ccc1d53408fb214fb64836212c40d8f265172107c4c61fd
 DIST calcurse-4.2.2.tar.gz 612456 SHA256 
c6881ddbd1cc7fbd02898187ac0fb4c6d8ac4c2715909b1cf00fb7a90cf08046 SHA512 
d54d5a1ca457499ff82fe0b6a945f5f54c0f93f84b34d5a69579dd42d4d44edda0b81a165d29b4f3d77ef7219b2e815b5858eaa744eb418e9549abf58eb2f958
 WHIRLPOOL 
8afee25e8ddd1d5d5ebf06c8618da4c03840b698ef9f9f5ea4c0f1e37956b89aa8a09ee9b5131c26bed02ed5bfe78db2e9ef488656e748e7b99c0b3a7dbe814c
+DIST calcurse-4.3.0.tar.gz 597490 SHA256 
31ecc3dc09e1e561502b4c94f965ed6b167c03e9418438c4a7ad5bad2c785f9a SHA512 
d948354b512d406f4915ce37107d3f529031e7698d7b38465913ff37120a93283e01f09f5267ebb19bf39ea133d6fac579b218d6dfd6056003b6222f9038f4b3
 WHIRLPOOL 
0fb963e5d57fc462219851aeafd3ab0a7ae77e9e55ecbf28dce1ec214e97d985b50e87d6fbad3390ce4828b63a58e9dfeaceed3cdbd6a42208ea538b9676bd16

diff --git a/app-office/calcurse/calcurse-4.3.0.ebuild 
b/app-office/calcurse/calcurse-4.3.0.ebuild
new file mode 100644
index 000..2ae42b68437
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils multilib-minimal
+
+DESCRIPTION="a text-based calendar and scheduling application"
+HOMEPAGE="http://calcurse.org/;
+SRC_URI="http://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}"
+
+# Most tests fail.
+RESTRICT="test"
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf
+}
+
+src_compile() {
+   multilib-minimal_src_compile
+}
+
+src_install() {
+   multilib-minimal_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/, app-office/calcurse/files/

2017-02-24 Thread Patrice Clement
commit: 7d98a2b7838d38e0106c58f0d5cd8d0e4c3c48fa
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Feb 24 14:32:54 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Fri Feb 24 15:55:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d98a2b7

app-office/calcurse: clean up old.

Package-Manager: portage-2.3.3

 app-office/calcurse/Manifest   |  3 --
 app-office/calcurse/calcurse-4.0.0.ebuild  | 28 --
 app-office/calcurse/calcurse-4.1.0.ebuild  | 43 --
 app-office/calcurse/calcurse-4.2.0.ebuild  | 43 --
 .../calcurse/files/calcurse-4.0.0-tinfo.patch  | 21 ---
 .../calcurse/files/calcurse-4.1.0-tinfo.patch  | 21 ---
 .../calcurse/files/calcurse-4.2.0-tinfo.patch  | 21 ---
 7 files changed, 180 deletions(-)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index c4dd9da133..148cddcea2 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1,5 +1,2 @@
-DIST calcurse-4.0.0.tar.gz 611593 SHA256 
621b0019907618bd468f9c4dc1ce2186ee86254d3c9ade47dd2d7ab8e6656334 SHA512 
42a1b317bfd38974cbe4a4d3d1c848b8cd09233fc71f1f3ce36daf33352d9caffd7926c75d5e7ae6dd1138b8735a5244d5411fa1875a3262f1dc37c0a101d38c
 WHIRLPOOL 
dd5e938f2536e079d4cc2437fea057c5ad4d450dc7d2cc7763101192c9f9abf3800d2c08edea8163645e525eaf8e1fdcc5199c91e78a2c8933f66139dafdba3a
-DIST calcurse-4.1.0.tar.gz 611105 SHA256 
ca423f8c8dfbb92cd63281305fa23c2909a6aefcee9e86317584fff7619b42c4 SHA512 
74312995e398edf0bc30bdf6c28e5894f21358d5b85bdff403425685905dd7f511a3244acd3983bc28d8d3bc90a79a2e83fc76554d7e5c9ef9dc16d18832e09a
 WHIRLPOOL 
2a3c86f5f79903911f0aa38e3f32350770d5f839cbf460b288e64b20b315422a95bd64caec5fb9f5c9f366e9b3b5031f235ddaf89b40183360886b9f066c58d3
-DIST calcurse-4.2.0.tar.gz 612242 SHA256 
a68e0e6984ec632180a9fdc496785b406fedc1d5af77dfe4fcd483b0cec84a77 SHA512 
daba2db0b15dbaf400568ace700d06e6165dc9275e35cb3c31ee49963802234ee3fc4b91faa3c7a675452aac5bbcff2f26d7f0d76fc2a0e094e584ed10c8ad11
 WHIRLPOOL 
9652639ca19dc7990f616abd933f08c08ec1b607cf153f17fd0345736f29adb77dc8b4181ca6801684c918f523dd9e387000ec2c134e997aa9cffda3082896dd
 DIST calcurse-4.2.1.tar.gz 612593 SHA256 
9d5db3fa920e82d76e43a08c4bd3554ffdde023385b0f9c37e6f0e99d8d00598 SHA512 
77f7fd23fe28e34ace29239530948c7576196339e4c603952dd5d48a201fa2e52bfcfaf411edf3f299c9d8b30d659febade68679fc65a2b87afb305bbf5db8df
 WHIRLPOOL 
1af299f7501bc5ec57eeadf020e10b7f6d76eddb2f538007dbd9e391b24686fd702952384529fe5f4ccc1d53408fb214fb64836212c40d8f265172107c4c61fd
 DIST calcurse-4.2.2.tar.gz 612456 SHA256 
c6881ddbd1cc7fbd02898187ac0fb4c6d8ac4c2715909b1cf00fb7a90cf08046 SHA512 
d54d5a1ca457499ff82fe0b6a945f5f54c0f93f84b34d5a69579dd42d4d44edda0b81a165d29b4f3d77ef7219b2e815b5858eaa744eb418e9549abf58eb2f958
 WHIRLPOOL 
8afee25e8ddd1d5d5ebf06c8618da4c03840b698ef9f9f5ea4c0f1e37956b89aa8a09ee9b5131c26bed02ed5bfe78db2e9ef488656e748e7b99c0b3a7dbe814c

diff --git a/app-office/calcurse/calcurse-4.0.0.ebuild 
b/app-office/calcurse/calcurse-4.0.0.ebuild
deleted file mode 100644
index 1b10faf38e..00
--- a/app-office/calcurse/calcurse-4.0.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="a text-based calendar and scheduling application"
-HOMEPAGE="http://calcurse.org/;
-SRC_URI="http://calcurse.org/files/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~ppc ~ppc64"
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README )
-
-src_prepare() {
-   epatch "${FILESDIR}"/"${P}-tinfo.patch"
-
-   # Dubious tests.
-   rm -v "${S}/test"/ical-00{2,4,6}.sh || die
-
-   eautoreconf
-}

diff --git a/app-office/calcurse/calcurse-4.1.0.ebuild 
b/app-office/calcurse/calcurse-4.1.0.ebuild
deleted file mode 100644
index aab28075e4..00
--- a/app-office/calcurse/calcurse-4.1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit eutils autotools multilib-minimal
-
-DESCRIPTION="a text-based calendar and scheduling application"
-HOMEPAGE="http://calcurse.org/;
-SRC_URI="http://calcurse.org/files/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README )
-
-src_prepare() {
-   default
-
-   epatch "${FILESDIR}"/"${P}-tinfo.patch"
-
-   # Dubious tests.
-   rm -v "${S}/test"/ical-00{2,4,6}.sh || die
-
-   eautoreconf
-}
-
-multilib_src_configure() {
-   ECONF_SOURCE="${S}" econf
-}
-
-src_compile() {
-   multilib-minimal_src_compile
-}
-
-src_install() {
-   multilib-minimal_src_install
-}

diff --git 

[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2017-02-24 Thread Agostino Sarubbo
commit: 53317aafdbe3bbc5e323584141dddaf7325e97b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb 24 13:37:31 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb 24 13:37:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53317aaf

app-office/calcurse: x86 stable wrt bug #608672

Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-office/calcurse/calcurse-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.2.1.ebuild 
b/app-office/calcurse/calcurse-4.2.1.ebuild
index 9e9cc01d48..931539cb43 100644
--- a/app-office/calcurse/calcurse-4.2.1.ebuild
+++ b/app-office/calcurse/calcurse-4.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 x86"
 
 RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2017-02-24 Thread Michael Weber
commit: 5f8fe922ae67bf513db3738066ed6893c89dd5e9
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Feb 24 08:53:56 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Feb 24 09:00:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f8fe922

app-office/calcurse: ppc ppc64 stable (bug 608672).

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-office/calcurse/calcurse-4.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.2.1.ebuild 
b/app-office/calcurse/calcurse-4.2.1.ebuild
index 8b2dd9a00b..9e9cc01d48 100644
--- a/app-office/calcurse/calcurse-4.2.1.ebuild
+++ b/app-office/calcurse/calcurse-4.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~ppc ~ppc64"
+KEYWORDS="amd64 ppc ppc64 ~x86"
 
 RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2017-02-08 Thread Patrice Clement
commit: f4eb54e126d09aa0d2724639ea4799b75ac2d05c
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Feb  8 22:15:01 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Feb  8 22:15:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4eb54e1

app-office/calcurse: stable for amd64.

Package-Manager: portage-2.3.3

 app-office/calcurse/calcurse-4.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/calcurse/calcurse-4.2.1.ebuild 
b/app-office/calcurse/calcurse-4.2.1.ebuild
index 9adbeaf750..8b2dd9a00b 100644
--- a/app-office/calcurse/calcurse-4.2.1.ebuild
+++ b/app-office/calcurse/calcurse-4.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ SRC_URI="http://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
+KEYWORDS="amd64 ~x86 ~ppc ~ppc64"
 
 RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/files/, app-office/calcurse/

2017-02-08 Thread Patrice Clement
commit: 81bd201bed5e0bb4d69c159ca645aeb5dac88387
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Feb  8 22:10:55 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Feb  8 22:15:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81bd201b

app-office/calcurse: version bump.

Package-Manager: portage-2.3.3

 app-office/calcurse/Manifest   |  1 +
 app-office/calcurse/calcurse-4.2.2.ebuild  | 43 ++
 .../calcurse/files/calcurse-4.2.2-tinfo.patch  | 21 +++
 3 files changed, 65 insertions(+)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index 2db89489ed..c4dd9da133 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -2,3 +2,4 @@ DIST calcurse-4.0.0.tar.gz 611593 SHA256 
621b0019907618bd468f9c4dc1ce2186ee86254
 DIST calcurse-4.1.0.tar.gz 611105 SHA256 
ca423f8c8dfbb92cd63281305fa23c2909a6aefcee9e86317584fff7619b42c4 SHA512 
74312995e398edf0bc30bdf6c28e5894f21358d5b85bdff403425685905dd7f511a3244acd3983bc28d8d3bc90a79a2e83fc76554d7e5c9ef9dc16d18832e09a
 WHIRLPOOL 
2a3c86f5f79903911f0aa38e3f32350770d5f839cbf460b288e64b20b315422a95bd64caec5fb9f5c9f366e9b3b5031f235ddaf89b40183360886b9f066c58d3
 DIST calcurse-4.2.0.tar.gz 612242 SHA256 
a68e0e6984ec632180a9fdc496785b406fedc1d5af77dfe4fcd483b0cec84a77 SHA512 
daba2db0b15dbaf400568ace700d06e6165dc9275e35cb3c31ee49963802234ee3fc4b91faa3c7a675452aac5bbcff2f26d7f0d76fc2a0e094e584ed10c8ad11
 WHIRLPOOL 
9652639ca19dc7990f616abd933f08c08ec1b607cf153f17fd0345736f29adb77dc8b4181ca6801684c918f523dd9e387000ec2c134e997aa9cffda3082896dd
 DIST calcurse-4.2.1.tar.gz 612593 SHA256 
9d5db3fa920e82d76e43a08c4bd3554ffdde023385b0f9c37e6f0e99d8d00598 SHA512 
77f7fd23fe28e34ace29239530948c7576196339e4c603952dd5d48a201fa2e52bfcfaf411edf3f299c9d8b30d659febade68679fc65a2b87afb305bbf5db8df
 WHIRLPOOL 
1af299f7501bc5ec57eeadf020e10b7f6d76eddb2f538007dbd9e391b24686fd702952384529fe5f4ccc1d53408fb214fb64836212c40d8f265172107c4c61fd
+DIST calcurse-4.2.2.tar.gz 612456 SHA256 
c6881ddbd1cc7fbd02898187ac0fb4c6d8ac4c2715909b1cf00fb7a90cf08046 SHA512 
d54d5a1ca457499ff82fe0b6a945f5f54c0f93f84b34d5a69579dd42d4d44edda0b81a165d29b4f3d77ef7219b2e815b5858eaa744eb418e9549abf58eb2f958
 WHIRLPOOL 
8afee25e8ddd1d5d5ebf06c8618da4c03840b698ef9f9f5ea4c0f1e37956b89aa8a09ee9b5131c26bed02ed5bfe78db2e9ef488656e748e7b99c0b3a7dbe814c

diff --git a/app-office/calcurse/calcurse-4.2.2.ebuild 
b/app-office/calcurse/calcurse-4.2.2.ebuild
new file mode 100644
index 00..4af524c07d
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.2.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils autotools multilib-minimal
+
+DESCRIPTION="a text-based calendar and scheduling application"
+HOMEPAGE="http://calcurse.org/;
+SRC_URI="http://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS NEWS README )
+
+PATCHES=( "${FILESDIR}"/"${P}-tinfo.patch" )
+
+src_prepare() {
+   default
+
+   # Dubious tests.
+   rm -v "${S}/test"/ical-00{2,4,6}.sh || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf
+}
+
+src_compile() {
+   multilib-minimal_src_compile
+}
+
+src_install() {
+   multilib-minimal_src_install
+}

diff --git a/app-office/calcurse/files/calcurse-4.2.2-tinfo.patch 
b/app-office/calcurse/files/calcurse-4.2.2-tinfo.patch
new file mode 100644
index 00..f3d2aac897
--- /dev/null
+++ b/app-office/calcurse/files/calcurse-4.2.2-tinfo.patch
@@ -0,0 +1,21 @@
+--- a/configure.ac
 b/configure.ac
+@@ -3,7 +3,7 @@
+ 
#---
+ AC_PREREQ(2.59)
+ AC_INIT([calcurse],
+-m4_esyscmd([build-aux/git-version-gen .version]),
++m4_esyscmd_s([cat .version]),
+ [b...@calcurse.org])
+ AM_INIT_AUTOMAKE
+ #m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+@@ -51,6 +51,9 @@
+   LIBS="$LIBS -l$available_ncurses"
+ ])
+ 
++AC_SEARCH_LIBS([cbreak], [tinfow tinfo],,
++AC_MSG_ERROR([Cannot find a library providing cbreak]))
++
+ AC_CHECK_HEADERS([pthread.h], [
+ AC_CHECK_LIB(pthread, pthread_create, [
+   LIBS="$LIBS -pthread"



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/, app-office/calcurse/files/

2016-12-03 Thread Patrice Clement
commit: 74d5ea4064f612f3879bbb67f98a9b5c4377d103
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Dec  3 22:47:15 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec  4 00:47:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74d5ea40

app-office/calcurse: version bump.

Package-Manager: portage-2.3.0

 app-office/calcurse/Manifest   |  1 +
 app-office/calcurse/calcurse-4.2.1.ebuild  | 43 ++
 .../calcurse/files/calcurse-4.2.1-tinfo.patch  | 21 +++
 3 files changed, 65 insertions(+)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index ddfce47..2db8948 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1,3 +1,4 @@
 DIST calcurse-4.0.0.tar.gz 611593 SHA256 
621b0019907618bd468f9c4dc1ce2186ee86254d3c9ade47dd2d7ab8e6656334 SHA512 
42a1b317bfd38974cbe4a4d3d1c848b8cd09233fc71f1f3ce36daf33352d9caffd7926c75d5e7ae6dd1138b8735a5244d5411fa1875a3262f1dc37c0a101d38c
 WHIRLPOOL 
dd5e938f2536e079d4cc2437fea057c5ad4d450dc7d2cc7763101192c9f9abf3800d2c08edea8163645e525eaf8e1fdcc5199c91e78a2c8933f66139dafdba3a
 DIST calcurse-4.1.0.tar.gz 611105 SHA256 
ca423f8c8dfbb92cd63281305fa23c2909a6aefcee9e86317584fff7619b42c4 SHA512 
74312995e398edf0bc30bdf6c28e5894f21358d5b85bdff403425685905dd7f511a3244acd3983bc28d8d3bc90a79a2e83fc76554d7e5c9ef9dc16d18832e09a
 WHIRLPOOL 
2a3c86f5f79903911f0aa38e3f32350770d5f839cbf460b288e64b20b315422a95bd64caec5fb9f5c9f366e9b3b5031f235ddaf89b40183360886b9f066c58d3
 DIST calcurse-4.2.0.tar.gz 612242 SHA256 
a68e0e6984ec632180a9fdc496785b406fedc1d5af77dfe4fcd483b0cec84a77 SHA512 
daba2db0b15dbaf400568ace700d06e6165dc9275e35cb3c31ee49963802234ee3fc4b91faa3c7a675452aac5bbcff2f26d7f0d76fc2a0e094e584ed10c8ad11
 WHIRLPOOL 
9652639ca19dc7990f616abd933f08c08ec1b607cf153f17fd0345736f29adb77dc8b4181ca6801684c918f523dd9e387000ec2c134e997aa9cffda3082896dd
+DIST calcurse-4.2.1.tar.gz 612593 SHA256 
9d5db3fa920e82d76e43a08c4bd3554ffdde023385b0f9c37e6f0e99d8d00598 SHA512 
77f7fd23fe28e34ace29239530948c7576196339e4c603952dd5d48a201fa2e52bfcfaf411edf3f299c9d8b30d659febade68679fc65a2b87afb305bbf5db8df
 WHIRLPOOL 
1af299f7501bc5ec57eeadf020e10b7f6d76eddb2f538007dbd9e391b24686fd702952384529fe5f4ccc1d53408fb214fb64836212c40d8f265172107c4c61fd

diff --git a/app-office/calcurse/calcurse-4.2.1.ebuild 
b/app-office/calcurse/calcurse-4.2.1.ebuild
new file mode 100644
index ..9adbeaf
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.2.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils autotools multilib-minimal
+
+DESCRIPTION="a text-based calendar and scheduling application"
+HOMEPAGE="http://calcurse.org/;
+SRC_URI="http://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS NEWS README )
+
+PATCHES=( "${FILESDIR}"/"${P}-tinfo.patch" )
+
+src_prepare() {
+   default
+
+   # Dubious tests.
+   rm -v "${S}/test"/ical-00{2,4,6}.sh || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf
+}
+
+src_compile() {
+   multilib-minimal_src_compile
+}
+
+src_install() {
+   multilib-minimal_src_install
+}

diff --git a/app-office/calcurse/files/calcurse-4.2.1-tinfo.patch 
b/app-office/calcurse/files/calcurse-4.2.1-tinfo.patch
new file mode 100644
index ..f3d2aac
--- /dev/null
+++ b/app-office/calcurse/files/calcurse-4.2.1-tinfo.patch
@@ -0,0 +1,21 @@
+--- a/configure.ac
 b/configure.ac
+@@ -3,7 +3,7 @@
+ 
#---
+ AC_PREREQ(2.59)
+ AC_INIT([calcurse],
+-m4_esyscmd([build-aux/git-version-gen .version]),
++m4_esyscmd_s([cat .version]),
+ [b...@calcurse.org])
+ AM_INIT_AUTOMAKE
+ #m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+@@ -51,6 +51,9 @@
+   LIBS="$LIBS -l$available_ncurses"
+ ])
+ 
++AC_SEARCH_LIBS([cbreak], [tinfow tinfo],,
++AC_MSG_ERROR([Cannot find a library providing cbreak]))
++
+ AC_CHECK_HEADERS([pthread.h], [
+ AC_CHECK_LIB(pthread, pthread_create, [
+   LIBS="$LIBS -pthread"



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/files/, app-office/calcurse/

2016-11-21 Thread Patrice Clement
commit: a193196b04e9cd506238396557191d0eadc80672
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Nov 21 12:41:21 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Nov 21 12:43:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a193196b

app-office/calcurse: version bump.

Package-Manager: portage-2.3.0

 app-office/calcurse/Manifest   |  1 +
 app-office/calcurse/calcurse-4.2.0.ebuild  | 43 ++
 .../calcurse/files/calcurse-4.2.0-tinfo.patch  | 21 +++
 3 files changed, 65 insertions(+)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index b2e59d30..ddfce47 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1,2 +1,3 @@
 DIST calcurse-4.0.0.tar.gz 611593 SHA256 
621b0019907618bd468f9c4dc1ce2186ee86254d3c9ade47dd2d7ab8e6656334 SHA512 
42a1b317bfd38974cbe4a4d3d1c848b8cd09233fc71f1f3ce36daf33352d9caffd7926c75d5e7ae6dd1138b8735a5244d5411fa1875a3262f1dc37c0a101d38c
 WHIRLPOOL 
dd5e938f2536e079d4cc2437fea057c5ad4d450dc7d2cc7763101192c9f9abf3800d2c08edea8163645e525eaf8e1fdcc5199c91e78a2c8933f66139dafdba3a
 DIST calcurse-4.1.0.tar.gz 611105 SHA256 
ca423f8c8dfbb92cd63281305fa23c2909a6aefcee9e86317584fff7619b42c4 SHA512 
74312995e398edf0bc30bdf6c28e5894f21358d5b85bdff403425685905dd7f511a3244acd3983bc28d8d3bc90a79a2e83fc76554d7e5c9ef9dc16d18832e09a
 WHIRLPOOL 
2a3c86f5f79903911f0aa38e3f32350770d5f839cbf460b288e64b20b315422a95bd64caec5fb9f5c9f366e9b3b5031f235ddaf89b40183360886b9f066c58d3
+DIST calcurse-4.2.0.tar.gz 612242 SHA256 
a68e0e6984ec632180a9fdc496785b406fedc1d5af77dfe4fcd483b0cec84a77 SHA512 
daba2db0b15dbaf400568ace700d06e6165dc9275e35cb3c31ee49963802234ee3fc4b91faa3c7a675452aac5bbcff2f26d7f0d76fc2a0e094e584ed10c8ad11
 WHIRLPOOL 
9652639ca19dc7990f616abd933f08c08ec1b607cf153f17fd0345736f29adb77dc8b4181ca6801684c918f523dd9e387000ec2c134e997aa9cffda3082896dd

diff --git a/app-office/calcurse/calcurse-4.2.0.ebuild 
b/app-office/calcurse/calcurse-4.2.0.ebuild
new file mode 100644
index ..aab2807
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.2.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils autotools multilib-minimal
+
+DESCRIPTION="a text-based calendar and scheduling application"
+HOMEPAGE="http://calcurse.org/;
+SRC_URI="http://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS NEWS README )
+
+src_prepare() {
+   default
+
+   epatch "${FILESDIR}"/"${P}-tinfo.patch"
+
+   # Dubious tests.
+   rm -v "${S}/test"/ical-00{2,4,6}.sh || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf
+}
+
+src_compile() {
+   multilib-minimal_src_compile
+}
+
+src_install() {
+   multilib-minimal_src_install
+}

diff --git a/app-office/calcurse/files/calcurse-4.2.0-tinfo.patch 
b/app-office/calcurse/files/calcurse-4.2.0-tinfo.patch
new file mode 100644
index ..f3d2aac
--- /dev/null
+++ b/app-office/calcurse/files/calcurse-4.2.0-tinfo.patch
@@ -0,0 +1,21 @@
+--- a/configure.ac
 b/configure.ac
+@@ -3,7 +3,7 @@
+ 
#---
+ AC_PREREQ(2.59)
+ AC_INIT([calcurse],
+-m4_esyscmd([build-aux/git-version-gen .version]),
++m4_esyscmd_s([cat .version]),
+ [b...@calcurse.org])
+ AM_INIT_AUTOMAKE
+ #m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+@@ -51,6 +51,9 @@
+   LIBS="$LIBS -l$available_ncurses"
+ ])
+ 
++AC_SEARCH_LIBS([cbreak], [tinfow tinfo],,
++AC_MSG_ERROR([Cannot find a library providing cbreak]))
++
+ AC_CHECK_HEADERS([pthread.h], [
+ AC_CHECK_LIB(pthread, pthread_create, [
+   LIBS="$LIBS -pthread"



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/files/, app-office/calcurse/

2016-04-19 Thread Patrice Clement
commit: 4242371609a4f3147b1a60cc58ea53b6dbdf8109
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Apr 19 08:40:01 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr 19 08:40:01 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42423716

app-office/calcurse: Version bump.

Package-Manager: portage-2.2.26

 app-office/calcurse/Manifest   |  1 +
 app-office/calcurse/calcurse-4.1.0.ebuild  | 43 ++
 .../calcurse/files/calcurse-4.1.0-tinfo.patch  | 21 +++
 3 files changed, 65 insertions(+)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index bfca4f3..b2e59d30 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1 +1,2 @@
 DIST calcurse-4.0.0.tar.gz 611593 SHA256 
621b0019907618bd468f9c4dc1ce2186ee86254d3c9ade47dd2d7ab8e6656334 SHA512 
42a1b317bfd38974cbe4a4d3d1c848b8cd09233fc71f1f3ce36daf33352d9caffd7926c75d5e7ae6dd1138b8735a5244d5411fa1875a3262f1dc37c0a101d38c
 WHIRLPOOL 
dd5e938f2536e079d4cc2437fea057c5ad4d450dc7d2cc7763101192c9f9abf3800d2c08edea8163645e525eaf8e1fdcc5199c91e78a2c8933f66139dafdba3a
+DIST calcurse-4.1.0.tar.gz 611105 SHA256 
ca423f8c8dfbb92cd63281305fa23c2909a6aefcee9e86317584fff7619b42c4 SHA512 
74312995e398edf0bc30bdf6c28e5894f21358d5b85bdff403425685905dd7f511a3244acd3983bc28d8d3bc90a79a2e83fc76554d7e5c9ef9dc16d18832e09a
 WHIRLPOOL 
2a3c86f5f79903911f0aa38e3f32350770d5f839cbf460b288e64b20b315422a95bd64caec5fb9f5c9f366e9b3b5031f235ddaf89b40183360886b9f066c58d3

diff --git a/app-office/calcurse/calcurse-4.1.0.ebuild 
b/app-office/calcurse/calcurse-4.1.0.ebuild
new file mode 100644
index 000..aab2807
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.1.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils autotools multilib-minimal
+
+DESCRIPTION="a text-based calendar and scheduling application"
+HOMEPAGE="http://calcurse.org/;
+SRC_URI="http://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc ~ppc64"
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS NEWS README )
+
+src_prepare() {
+   default
+
+   epatch "${FILESDIR}"/"${P}-tinfo.patch"
+
+   # Dubious tests.
+   rm -v "${S}/test"/ical-00{2,4,6}.sh || die
+
+   eautoreconf
+}
+
+multilib_src_configure() {
+   ECONF_SOURCE="${S}" econf
+}
+
+src_compile() {
+   multilib-minimal_src_compile
+}
+
+src_install() {
+   multilib-minimal_src_install
+}

diff --git a/app-office/calcurse/files/calcurse-4.1.0-tinfo.patch 
b/app-office/calcurse/files/calcurse-4.1.0-tinfo.patch
new file mode 100644
index 000..f3d2aac
--- /dev/null
+++ b/app-office/calcurse/files/calcurse-4.1.0-tinfo.patch
@@ -0,0 +1,21 @@
+--- a/configure.ac
 b/configure.ac
+@@ -3,7 +3,7 @@
+ 
#---
+ AC_PREREQ(2.59)
+ AC_INIT([calcurse],
+-m4_esyscmd([build-aux/git-version-gen .version]),
++m4_esyscmd_s([cat .version]),
+ [b...@calcurse.org])
+ AM_INIT_AUTOMAKE
+ #m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+@@ -51,6 +51,9 @@
+   LIBS="$LIBS -l$available_ncurses"
+ ])
+ 
++AC_SEARCH_LIBS([cbreak], [tinfow tinfo],,
++AC_MSG_ERROR([Cannot find a library providing cbreak]))
++
+ AC_CHECK_HEADERS([pthread.h], [
+ AC_CHECK_LIB(pthread, pthread_create, [
+   LIBS="$LIBS -pthread"



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/, app-office/calcurse/files/

2016-01-19 Thread Patrice Clement
commit: ccee0580d8fbd2f71bc063631dc6b625f5254b27
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 19 13:29:03 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 19 13:31:46 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccee0580

app-office/calcurse: Clean up old.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement  gentoo.org>

 app-office/calcurse/Manifest   |  2 --
 app-office/calcurse/calcurse-3.1.4.ebuild  | 24 --
 app-office/calcurse/calcurse-3.2.1.ebuild  | 24 --
 .../calcurse/files/calcurse-3.1.4-tinfo.patch  | 21 ---
 4 files changed, 71 deletions(-)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index a2ad835..bfca4f3 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1,3 +1 @@
-DIST calcurse-3.1.4.tar.gz 684526 SHA256 
4121b3b14ded3583af7613a99646332701ee2ccc8cf2b87397eb3c07b97390e3 SHA512 
efdb655f96a176ca45a23a6246987735413a69046e5273efafffd5d2087f880969f84e387dd84672dacc8fae670a86ee7b132f6a4662e072ba92121492fd7ca7
 WHIRLPOOL 
cc0802f6128068419de98524fcd984cf3213ca7f7f2cc003b122c808aed858230a87f387682368379329d0205bb42a55d232e5cf82f639535ffdda8ab51d9fa7
-DIST calcurse-3.2.1.tar.gz 606098 SHA256 
05d5516808f98eee3d1eb8d379aa88cb24afc2b7a3eac046e46247013a61223d SHA512 
1aaba75144d4da4caf48f0ff566efc0fe4977e41be0f929b4f13611c12fc849da2185fd132f93723aefc8b965eb4ee6fe2f20eb05d3eecd094891841d613c0df
 WHIRLPOOL 
a1c93608aaf136188776993663de757ea4193c6cbbe5c837bc74a7ae5564bad1682b6c4a9f96db106532b4338104859da96b4fdccb2c34963c1e9a1c310517d2
 DIST calcurse-4.0.0.tar.gz 611593 SHA256 
621b0019907618bd468f9c4dc1ce2186ee86254d3c9ade47dd2d7ab8e6656334 SHA512 
42a1b317bfd38974cbe4a4d3d1c848b8cd09233fc71f1f3ce36daf33352d9caffd7926c75d5e7ae6dd1138b8735a5244d5411fa1875a3262f1dc37c0a101d38c
 WHIRLPOOL 
dd5e938f2536e079d4cc2437fea057c5ad4d450dc7d2cc7763101192c9f9abf3800d2c08edea8163645e525eaf8e1fdcc5199c91e78a2c8933f66139dafdba3a

diff --git a/app-office/calcurse/calcurse-3.1.4.ebuild 
b/app-office/calcurse/calcurse-3.1.4.ebuild
deleted file mode 100644
index 45bc6cc..000
--- a/app-office/calcurse/calcurse-3.1.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="a text-based calendar and scheduling application"
-HOMEPAGE="http://calcurse.org/;
-SRC_URI="http://calcurse.org/files/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README TODO )
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-tinfo.patch
-   eautoreconf
-}

diff --git a/app-office/calcurse/calcurse-3.2.1.ebuild 
b/app-office/calcurse/calcurse-3.2.1.ebuild
deleted file mode 100644
index cdc81ff..000
--- a/app-office/calcurse/calcurse-3.2.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="a text-based calendar and scheduling application"
-HOMEPAGE="http://calcurse.org/;
-SRC_URI="http://calcurse.org/files/${P}.tar.gz;
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="sys-libs/ncurses"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README )
-
-src_prepare() {
-   epatch "${FILESDIR}"/${PN}-3.1.4-tinfo.patch
-   eautoreconf
-}

diff --git a/app-office/calcurse/files/calcurse-3.1.4-tinfo.patch 
b/app-office/calcurse/files/calcurse-3.1.4-tinfo.patch
deleted file mode 100644
index f3d2aac..000
--- a/app-office/calcurse/files/calcurse-3.1.4-tinfo.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 a/configure.ac
-+++ b/configure.ac
-@@ -3,7 +3,7 @@
- 
#---
- AC_PREREQ(2.59)
- AC_INIT([calcurse],
--m4_esyscmd([build-aux/git-version-gen .version]),
-+m4_esyscmd_s([cat .version]),
- [b...@calcurse.org])
- AM_INIT_AUTOMAKE
- #m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-@@ -51,6 +51,9 @@
-   LIBS="$LIBS -l$available_ncurses"
- ])
- 
-+AC_SEARCH_LIBS([cbreak], [tinfow tinfo],,
-+AC_MSG_ERROR([Cannot find a library providing cbreak]))
-+
- AC_CHECK_HEADERS([pthread.h], [
- AC_CHECK_LIB(pthread, pthread_create, [
-   LIBS="$LIBS -pthread"



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2016-01-19 Thread Patrice Clement
commit: ae0ee43724bcdd17943ae2a91e7ba96c7b438e0d
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 19 13:28:17 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 19 13:29:44 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0ee437

app-office/calcurse: Stable for amd64+x86.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement  gentoo.org>

 app-office/calcurse/calcurse-4.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-office/calcurse/calcurse-4.0.0.ebuild 
b/app-office/calcurse/calcurse-4.0.0.ebuild
index febdb9e..2d883c0 100644
--- a/app-office/calcurse/calcurse-4.0.0.ebuild
+++ b/app-office/calcurse/calcurse-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="http://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2016-01-19 Thread Patrice Clement
commit: 0bf89cf279fe05fd2b40e8d669dd804a1c227edf
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Jan 19 14:19:07 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Jan 19 14:20:19 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf89cf2

app-office/calcurse: Keyword for PPC/PPC64 platforms.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement  gentoo.org>

 app-office/calcurse/calcurse-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.0.0.ebuild 
b/app-office/calcurse/calcurse-4.0.0.ebuild
index 2d883c0..1b10faf 100644
--- a/app-office/calcurse/calcurse-4.0.0.ebuild
+++ b/app-office/calcurse/calcurse-4.0.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://calcurse.org/files/${P}.tar.gz;
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 x86 ~ppc ~ppc64"
 
 RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2015-10-24 Thread Patrice Clement
commit: 6df9381e21f26b0c1e23945543b1f1295c90f683
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Oct 24 09:01:00 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Oct 24 09:01:44 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6df9381e

app-office/calcurse: Take over maintainership.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 app-office/calcurse/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/metadata.xml b/app-office/calcurse/metadata.xml
index 10edd3d..08e3922 100644
--- a/app-office/calcurse/metadata.xml
+++ b/app-office/calcurse/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
 
-   maintainer-nee...@gentoo.org
+   monsie...@gentoo.org
 
 Calcurse is a text-based personal organizer which helps 
keeping
 track of events and everyday tasks. It contains a calendar, a 'todo' list, and



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2015-10-24 Thread Patrice Clement
commit: 12bc69f354545fc203502364f630b3e48e6f1ae6
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Oct 24 09:00:19 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Oct 24 09:01:41 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bc69f3

app-office/calcurse: Fix header.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 app-office/calcurse/calcurse-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/calcurse/calcurse-4.0.0.ebuild 
b/app-office/calcurse/calcurse-4.0.0.ebuild
index d81f3e7..febdb9e 100644
--- a/app-office/calcurse/calcurse-4.0.0.ebuild
+++ b/app-office/calcurse/calcurse-4.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 



[gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/, app-office/calcurse/files/

2015-10-24 Thread Patrice Clement
commit: e44023c27cd078de043bb057b11ae32ab10dd8ac
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Oct 24 08:59:44 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Oct 24 09:01:37 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44023c2

app-office/calcurse: Version bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement  gentoo.org>

 app-office/calcurse/Manifest   |  1 +
 app-office/calcurse/calcurse-4.0.0.ebuild  | 28 ++
 .../calcurse/files/calcurse-4.0.0-tinfo.patch  | 21 
 3 files changed, 50 insertions(+)

diff --git a/app-office/calcurse/Manifest b/app-office/calcurse/Manifest
index db08757..a2ad835 100644
--- a/app-office/calcurse/Manifest
+++ b/app-office/calcurse/Manifest
@@ -1,2 +1,3 @@
 DIST calcurse-3.1.4.tar.gz 684526 SHA256 
4121b3b14ded3583af7613a99646332701ee2ccc8cf2b87397eb3c07b97390e3 SHA512 
efdb655f96a176ca45a23a6246987735413a69046e5273efafffd5d2087f880969f84e387dd84672dacc8fae670a86ee7b132f6a4662e072ba92121492fd7ca7
 WHIRLPOOL 
cc0802f6128068419de98524fcd984cf3213ca7f7f2cc003b122c808aed858230a87f387682368379329d0205bb42a55d232e5cf82f639535ffdda8ab51d9fa7
 DIST calcurse-3.2.1.tar.gz 606098 SHA256 
05d5516808f98eee3d1eb8d379aa88cb24afc2b7a3eac046e46247013a61223d SHA512 
1aaba75144d4da4caf48f0ff566efc0fe4977e41be0f929b4f13611c12fc849da2185fd132f93723aefc8b965eb4ee6fe2f20eb05d3eecd094891841d613c0df
 WHIRLPOOL 
a1c93608aaf136188776993663de757ea4193c6cbbe5c837bc74a7ae5564bad1682b6c4a9f96db106532b4338104859da96b4fdccb2c34963c1e9a1c310517d2
+DIST calcurse-4.0.0.tar.gz 611593 SHA256 
621b0019907618bd468f9c4dc1ce2186ee86254d3c9ade47dd2d7ab8e6656334 SHA512 
42a1b317bfd38974cbe4a4d3d1c848b8cd09233fc71f1f3ce36daf33352d9caffd7926c75d5e7ae6dd1138b8735a5244d5411fa1875a3262f1dc37c0a101d38c
 WHIRLPOOL 
dd5e938f2536e079d4cc2437fea057c5ad4d450dc7d2cc7763101192c9f9abf3800d2c08edea8163645e525eaf8e1fdcc5199c91e78a2c8933f66139dafdba3a

diff --git a/app-office/calcurse/calcurse-4.0.0.ebuild 
b/app-office/calcurse/calcurse-4.0.0.ebuild
new file mode 100644
index 000..d81f3e7
--- /dev/null
+++ b/app-office/calcurse/calcurse-4.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils
+
+DESCRIPTION="a text-based calendar and scheduling application"
+HOMEPAGE="http://calcurse.org/;
+SRC_URI="http://calcurse.org/files/${P}.tar.gz;
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS NEWS README )
+
+src_prepare() {
+   epatch "${FILESDIR}"/"${P}-tinfo.patch"
+
+   # Dubious tests.
+   rm -v "${S}/test"/ical-00{2,4,6}.sh || die
+
+   eautoreconf
+}

diff --git a/app-office/calcurse/files/calcurse-4.0.0-tinfo.patch 
b/app-office/calcurse/files/calcurse-4.0.0-tinfo.patch
new file mode 100644
index 000..f3d2aac
--- /dev/null
+++ b/app-office/calcurse/files/calcurse-4.0.0-tinfo.patch
@@ -0,0 +1,21 @@
+--- a/configure.ac
 b/configure.ac
+@@ -3,7 +3,7 @@
+ 
#---
+ AC_PREREQ(2.59)
+ AC_INIT([calcurse],
+-m4_esyscmd([build-aux/git-version-gen .version]),
++m4_esyscmd_s([cat .version]),
+ [b...@calcurse.org])
+ AM_INIT_AUTOMAKE
+ #m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+@@ -51,6 +51,9 @@
+   LIBS="$LIBS -l$available_ncurses"
+ ])
+ 
++AC_SEARCH_LIBS([cbreak], [tinfow tinfo],,
++AC_MSG_ERROR([Cannot find a library providing cbreak]))
++
+ AC_CHECK_HEADERS([pthread.h], [
+ AC_CHECK_LIB(pthread, pthread_create, [
+   LIBS="$LIBS -pthread"