public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2024-04-30  6:22 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-04-30  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     a1b8d6e039242b6c32fb220ad13e5827aae0b596
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 06:22:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 06:22:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1b8d6e0

app-misc/gcal: Stabilize 4.1-r3 x86, #930956

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/gcal/gcal-4.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gcal/gcal-4.1-r3.ebuild b/app-misc/gcal/gcal-4.1-r3.ebuild
index 7af1a01b9d17..b24aa76cf74a 100644
--- a/app-misc/gcal/gcal-4.1-r3.ebuild
+++ b/app-misc/gcal/gcal-4.1-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ncurses nls unicode"
 
 RDEPEND="nls? ( virtual/libintl )


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2024-05-18 17:06 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-05-18 17:06 UTC (permalink / raw
  To: gentoo-commits

commit:     514d2feed3d5cabc95bf6ec13c1c410d4cb81136
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 17:02:10 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 18 17:05:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514d2fee

app-misc/gcal: drop 4.1-r1, 4.1-r2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/gcal/gcal-4.1-r1.ebuild | 50 -------------------------------
 app-misc/gcal/gcal-4.1-r2.ebuild | 63 ----------------------------------------
 2 files changed, 113 deletions(-)

diff --git a/app-misc/gcal/gcal-4.1-r1.ebuild b/app-misc/gcal/gcal-4.1-r1.ebuild
deleted file mode 100644
index 39a20a9fc729..000000000000
--- a/app-misc/gcal/gcal-4.1-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic toolchain-funcs
-
-DESCRIPTION="The GNU Calendar - a replacement for cal"
-HOMEPAGE="https://www.gnu.org/software/gcal/"
-SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="ncurses nls unicode"
-
-RDEPEND="nls? ( virtual/libintl )
-	unicode? ( dev-libs/libunistring:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	app-arch/xz-utils
-	nls? ( >=sys-devel/gettext-0.17 )
-"
-
-DOCS=( BUGS LIMITATIONS NEWS README THANKS TODO )
-
-PATCHES=(
-	"${FILESDIR}/${P}-glibc228.patch"
-	"${FILESDIR}/${PN}-4.1-configure-clang16.patch"
-)
-
-src_prepare() {
-	default
-
-	# Drop once ${PN}-4.1-configure-clang16.patch merged
-	eautoreconf
-}
-
-src_configure() {
-	tc-export CC
-	append-cppflags -D_GNU_SOURCE
-
-	use unicode && append-libs -lunistring
-
-	econf \
-		--disable-rpath \
-		$(use_enable nls) \
-		$(use_enable ncurses term) \
-		$(use_enable unicode)
-}

diff --git a/app-misc/gcal/gcal-4.1-r2.ebuild b/app-misc/gcal/gcal-4.1-r2.ebuild
deleted file mode 100644
index 55f7fafd8d71..000000000000
--- a/app-misc/gcal/gcal-4.1-r2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic toolchain-funcs
-
-DESCRIPTION="The GNU Calendar - a replacement for cal"
-HOMEPAGE="https://www.gnu.org/software/gcal/"
-SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="ncurses nls unicode"
-
-RDEPEND="nls? ( virtual/libintl )
-	unicode? ( dev-libs/libunistring:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	app-arch/xz-utils
-	nls? ( >=sys-devel/gettext-0.17 )
-"
-
-DOCS=( BUGS LIMITATIONS NEWS README THANKS TODO )
-
-PATCHES=(
-	"${FILESDIR}/${P}-glibc228.patch"
-	"${FILESDIR}/${PN}-4.1-configure-clang16.patch"
-	"${FILESDIR}/${P}-fortify.patch"
-)
-
-src_prepare() {
-	default
-
-	# Drop once ${PN}-4.1-configure-clang16.patch merged
-	eautoreconf
-}
-
-src_configure() {
-	tc-export CC
-	append-cppflags -D_GNU_SOURCE
-
-	use unicode && append-libs -lunistring
-
-	econf \
-		--disable-rpath \
-		$(use_enable nls) \
-		$(use_enable ncurses term) \
-		$(use_enable unicode)
-}
-
-src_test() {
-	default
-
-	# Do basic smoke tests to help catch issues like bug #925560
-	# where trivial 'gcal' invocation crashed w/ _F_S=3.
-	local -x PATH="${S}/src:${S}:${PATH}"
-	local bin
-	for bin in gcal2txt tcal txt2gcal gcal ; do
-		src/${bin} || die
-	done
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2024-04-30  6:25 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-04-30  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f75ec016adfc68a005d13168637877028d033260
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 06:24:51 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 06:24:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75ec016

app-misc/gcal: Stabilize 4.1-r3 ppc, #930956

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/gcal/gcal-4.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gcal/gcal-4.1-r3.ebuild b/app-misc/gcal/gcal-4.1-r3.ebuild
index 7db45406da55..bf8b3d6c95e7 100644
--- a/app-misc/gcal/gcal-4.1-r3.ebuild
+++ b/app-misc/gcal/gcal-4.1-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ncurses nls unicode"
 
 RDEPEND="nls? ( virtual/libintl )


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2024-04-30  6:22 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-04-30  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     9224dfca3acfb9aaa4c2d004939196a97467ef18
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 30 06:22:20 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 30 06:22:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9224dfca

app-misc/gcal: Stabilize 4.1-r3 amd64, #930956

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/gcal/gcal-4.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gcal/gcal-4.1-r3.ebuild b/app-misc/gcal/gcal-4.1-r3.ebuild
index b24aa76cf74a..7db45406da55 100644
--- a/app-misc/gcal/gcal-4.1-r3.ebuild
+++ b/app-misc/gcal/gcal-4.1-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ncurses nls unicode"
 
 RDEPEND="nls? ( virtual/libintl )


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2024-03-13 20:58 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-03-13 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     72626d229b17a5e97358fe7c685d28dfc8100479
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 20:57:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 20:57:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72626d22

app-misc/gcal: Stabilize 4.1-r2 x86, #925564

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/gcal/gcal-4.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gcal/gcal-4.1-r2.ebuild b/app-misc/gcal/gcal-4.1-r2.ebuild
index 1e4df35735c3..f96c5f6ee538 100644
--- a/app-misc/gcal/gcal-4.1-r2.ebuild
+++ b/app-misc/gcal/gcal-4.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ncurses nls unicode"
 
 RDEPEND="nls? ( virtual/libintl )


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2024-03-13 20:58 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-03-13 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     33e97246310fffcf963ae0567c18763a1b244800
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 13 20:57:39 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 13 20:57:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e97246

app-misc/gcal: Stabilize 4.1-r2 ppc, #925564

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/gcal/gcal-4.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gcal/gcal-4.1-r2.ebuild b/app-misc/gcal/gcal-4.1-r2.ebuild
index f96c5f6ee538..55f7fafd8d71 100644
--- a/app-misc/gcal/gcal-4.1-r2.ebuild
+++ b/app-misc/gcal/gcal-4.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ncurses nls unicode"
 
 RDEPEND="nls? ( virtual/libintl )


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2024-03-12 22:01 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-03-12 22:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7662d1a392d41d95e4704e35257554ca2c0bc5b7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 22:01:46 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 22:01:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7662d1a3

app-misc/gcal: Stabilize 4.1-r2 amd64, #925564

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/gcal/gcal-4.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gcal/gcal-4.1-r2.ebuild b/app-misc/gcal/gcal-4.1-r2.ebuild
index 24e198f30dfb..1e4df35735c3 100644
--- a/app-misc/gcal/gcal-4.1-r2.ebuild
+++ b/app-misc/gcal/gcal-4.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ncurses nls unicode"
 
 RDEPEND="nls? ( virtual/libintl )


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2024-03-12  2:50 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2024-03-12  2:50 UTC (permalink / raw
  To: gentoo-commits

commit:     34512ba13d37ac1879dd72bee63ae5208aff0de5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 02:46:37 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 02:46:37 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34512ba1

app-misc/gcal: fix tests when gcal not installed

... and obviously test the thing we just built properly.

Closes: https://bugs.gentoo.org/925605
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/gcal/gcal-4.1-r2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-misc/gcal/gcal-4.1-r2.ebuild b/app-misc/gcal/gcal-4.1-r2.ebuild
index 829867ea2dc9..24e198f30dfb 100644
--- a/app-misc/gcal/gcal-4.1-r2.ebuild
+++ b/app-misc/gcal/gcal-4.1-r2.ebuild
@@ -55,6 +55,7 @@ src_test() {
 
 	# Do basic smoke tests to help catch issues like bug #925560
 	# where trivial 'gcal' invocation crashed w/ _F_S=3.
+	local -x PATH="${S}/src:${S}:${PATH}"
 	local bin
 	for bin in gcal2txt tcal txt2gcal gcal ; do
 		src/${bin} || die


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2023-01-04  4:32 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2023-01-04  4:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e5742ce69f6e5e68781099a6e3f2e141a6322858
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  4 04:23:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan  4 04:32:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5742ce6

app-misc/gcal: drop 3.6.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/gcal/Manifest          |  1 -
 app-misc/gcal/gcal-3.6.3.ebuild | 34 ----------------------------------
 2 files changed, 35 deletions(-)

diff --git a/app-misc/gcal/Manifest b/app-misc/gcal/Manifest
index 6e5c89893fa8..c265ea4149e0 100644
--- a/app-misc/gcal/Manifest
+++ b/app-misc/gcal/Manifest
@@ -1,2 +1 @@
-DIST gcal-3.6.3.tar.xz 1640172 BLAKE2B 322a3bf34a389ab92daa0262b8b36f99b585c7f76e46e5a921a5e23ced74ae98bf09446e02988c98c29ecadf631b6624cb43e76c8da736a185e52ed34441c334 SHA512 9be7d6e58a55fbb7531f91bd2a6fa51e8d62364636c31d8d65f6ac24415ac2de8af5eaab8496e155c2820b7480ecf926c4395114ff4363deb21bd268dec44963
 DIST gcal-4.1.tar.xz 1658948 BLAKE2B 980b509923d7e3afbd391f1129a77e647f61e09d68aec29490bc16041260e56082097732f015260515036a4560bee18391c8f6aaa5eaff69740f18a37a44d8f2 SHA512 24b9ee87c3dbfd3231b2017fd0a3030cc5b7c7fde032ea1fcf816b0f10dc40d808c646aa8ece86651da4f3928fecf35f84f4c68c0bfdb8cf63e3ecc189d2074d

diff --git a/app-misc/gcal/gcal-3.6.3.ebuild b/app-misc/gcal/gcal-3.6.3.ebuild
deleted file mode 100644
index f872ffb027c7..000000000000
--- a/app-misc/gcal/gcal-3.6.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="The GNU Calendar - a replacement for cal"
-HOMEPAGE="https://www.gnu.org/software/gcal/"
-SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="ncurses nls unicode"
-
-RDEPEND="nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}"
-BDEPEND="
-	app-arch/xz-utils
-	nls? ( >=sys-devel/gettext-0.17 )
-"
-
-DOCS=( BUGS LIMITATIONS NEWS README THANKS TODO )
-
-src_configure() {
-	tc-export CC
-	append-cppflags -D_GNU_SOURCE
-	econf \
-		--disable-rpath \
-		$(use_enable nls) \
-		$(use_enable ncurses term) \
-		$(use_enable unicode)
-}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2021-10-12  7:10 Agostino Sarubbo
  0 siblings, 0 replies; 17+ messages in thread
From: Agostino Sarubbo @ 2021-10-12  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     43092ae170ab4d4db5e5f64ffc01b0cdf4701f26
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 07:08:13 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 07:10:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43092ae1

app-misc/gcal: amd64 stable wrt bug #817632

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-misc/gcal/gcal-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gcal/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild
index fc4e54c6370..ee18f98e385 100644
--- a/app-misc/gcal/gcal-4.1.ebuild
+++ b/app-misc/gcal/gcal-4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ncurses nls unicode"
 
 RDEPEND="nls? ( virtual/libintl )


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2021-10-11  5:45 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-10-11  5:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c7f7598f1bc4546ee879b0856069ff74b67b56d2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 05:44:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 05:44:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f7598f

app-misc/gcal: Stabilize 4.1 ppc, #817632

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/gcal/gcal-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gcal/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild
index 5ea7eebd01b..fc4e54c6370 100644
--- a/app-misc/gcal/gcal-4.1.ebuild
+++ b/app-misc/gcal/gcal-4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ncurses nls unicode"
 
 RDEPEND="nls? ( virtual/libintl )


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2021-10-11  4:33 Sam James
  0 siblings, 0 replies; 17+ messages in thread
From: Sam James @ 2021-10-11  4:33 UTC (permalink / raw
  To: gentoo-commits

commit:     313c8097b46ac01a7d5e278eb6fbd138db08f2de
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 04:33:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 04:33:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=313c8097

app-misc/gcal: Stabilize 4.1 x86, #817632

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/gcal/gcal-4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/gcal/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild
index 5fda1b0ee39..5ea7eebd01b 100644
--- a/app-misc/gcal/gcal-4.1.ebuild
+++ b/app-misc/gcal/gcal-4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ncurses nls unicode"
 
 RDEPEND="nls? ( virtual/libintl )


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2021-01-06 13:19 Fabian Groffen
  0 siblings, 0 replies; 17+ messages in thread
From: Fabian Groffen @ 2021-01-06 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     48edc386ec36bf809545ce9ebb7f67c8edbda9e1
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 13:15:50 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 13:15:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48edc386

app-misc/gcal: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-misc/gcal/gcal-3.6.3.ebuild | 4 ++--
 app-misc/gcal/gcal-4.1.ebuild   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/gcal/gcal-3.6.3.ebuild b/app-misc/gcal/gcal-3.6.3.ebuild
index ef7714001f5..b84cc575396 100644
--- a/app-misc/gcal/gcal-3.6.3.ebuild
+++ b/app-misc/gcal/gcal-3.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ncurses nls unicode"
 
 DEPEND="

diff --git a/app-misc/gcal/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild
index cd7e657da4f..56c197b65ff 100644
--- a/app-misc/gcal/gcal-4.1.ebuild
+++ b/app-misc/gcal/gcal-4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ncurses nls unicode"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2018-01-30  8:12 Ulrich Müller
  0 siblings, 0 replies; 17+ messages in thread
From: Ulrich Müller @ 2018-01-30  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     c5d38c1604603e14b166b053bed91888dc7c67f2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 07:57:21 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 08:12:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d38c16

app-misc/gcal: Add missing dependency on dev-libs/libunistring.

Bug: https://bugs.gentoo.org/645882
Package-Manager: Portage-2.3.20, Repoman-2.3.6

 app-misc/gcal/gcal-4.1.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-misc/gcal/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild
index da50405b570..d5a8dbc1d9d 100644
--- a/app-misc/gcal/gcal-4.1.ebuild
+++ b/app-misc/gcal/gcal-4.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils flag-o-matic toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 DESCRIPTION="The GNU Calendar - a replacement for cal"
 HOMEPAGE="https://www.gnu.org/software/gcal/"
@@ -16,15 +16,18 @@ IUSE="ncurses nls unicode"
 
 DEPEND="
 	app-arch/xz-utils
-	nls? ( >=sys-devel/gettext-0.17 )"
+	nls? ( >=sys-devel/gettext-0.17 )
+	unicode? ( dev-libs/libunistring:= )"
 
-RDEPEND="nls? ( virtual/libintl )"
+RDEPEND="nls? ( virtual/libintl )
+	unicode? ( dev-libs/libunistring:= )"
 
 DOCS=( BUGS LIMITATIONS NEWS README THANKS TODO )
 
 src_configure() {
 	tc-export CC
 	append-cppflags -D_GNU_SOURCE
+	use unicode && append-libs -lunistring
 	econf \
 		--disable-rpath \
 		$(use_enable nls) \


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2018-01-30  8:12 Ulrich Müller
  0 siblings, 0 replies; 17+ messages in thread
From: Ulrich Müller @ 2018-01-30  8:12 UTC (permalink / raw
  To: gentoo-commits

commit:     f5710e215d83bceb867b63801cb5d61a67353e4a
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 08:03:53 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 30 08:12:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5710e21

app-misc/gcal: LICENSE should be GPL-3 or later.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 app-misc/gcal/gcal-3.6.3.ebuild | 4 ++--
 app-misc/gcal/gcal-4.1.ebuild   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/gcal/gcal-3.6.3.ebuild b/app-misc/gcal/gcal-3.6.3.ebuild
index c65c73db2e6..ef7714001f5 100644
--- a/app-misc/gcal/gcal-3.6.3.ebuild
+++ b/app-misc/gcal/gcal-3.6.3.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=5
@@ -9,7 +9,7 @@ DESCRIPTION="The GNU Calendar - a replacement for cal"
 HOMEPAGE="https://www.gnu.org/software/gcal/"
 SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="ncurses nls unicode"

diff --git a/app-misc/gcal/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild
index d5a8dbc1d9d..7f56acee8ca 100644
--- a/app-misc/gcal/gcal-4.1.ebuild
+++ b/app-misc/gcal/gcal-4.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="The GNU Calendar - a replacement for cal"
 HOMEPAGE="https://www.gnu.org/software/gcal/"
 SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="ncurses nls unicode"


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2018-01-26 21:26 Patrice Clement
  0 siblings, 0 replies; 17+ messages in thread
From: Patrice Clement @ 2018-01-26 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     20c062d056d0d5a9fda5508648aa18e24f22f368
Author:     Alberto Sartori <alberto.sartori86 <AT> gmail <DOT> com>
AuthorDate: Sat Dec 23 22:22:47 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 21:26:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20c062d0

app-misc/gcal: version bump to 4.1.

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

 app-misc/gcal/Manifest        |  1 +
 app-misc/gcal/gcal-4.1.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/app-misc/gcal/Manifest b/app-misc/gcal/Manifest
index dc2b4651588..6e5c89893fa 100644
--- a/app-misc/gcal/Manifest
+++ b/app-misc/gcal/Manifest
@@ -1 +1,2 @@
 DIST gcal-3.6.3.tar.xz 1640172 BLAKE2B 322a3bf34a389ab92daa0262b8b36f99b585c7f76e46e5a921a5e23ced74ae98bf09446e02988c98c29ecadf631b6624cb43e76c8da736a185e52ed34441c334 SHA512 9be7d6e58a55fbb7531f91bd2a6fa51e8d62364636c31d8d65f6ac24415ac2de8af5eaab8496e155c2820b7480ecf926c4395114ff4363deb21bd268dec44963
+DIST gcal-4.1.tar.xz 1658948 BLAKE2B 980b509923d7e3afbd391f1129a77e647f61e09d68aec29490bc16041260e56082097732f015260515036a4560bee18391c8f6aaa5eaff69740f18a37a44d8f2 SHA512 24b9ee87c3dbfd3231b2017fd0a3030cc5b7c7fde032ea1fcf816b0f10dc40d808c646aa8ece86651da4f3928fecf35f84f4c68c0bfdb8cf63e3ecc189d2074d

diff --git a/app-misc/gcal/gcal-4.1.ebuild b/app-misc/gcal/gcal-4.1.ebuild
new file mode 100644
index 00000000000..da50405b570
--- /dev/null
+++ b/app-misc/gcal/gcal-4.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils flag-o-matic toolchain-funcs
+
+DESCRIPTION="The GNU Calendar - a replacement for cal"
+HOMEPAGE="https://www.gnu.org/software/gcal/"
+SRC_URI="mirror://gnu/gcal/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="ncurses nls unicode"
+
+DEPEND="
+	app-arch/xz-utils
+	nls? ( >=sys-devel/gettext-0.17 )"
+
+RDEPEND="nls? ( virtual/libintl )"
+
+DOCS=( BUGS LIMITATIONS NEWS README THANKS TODO )
+
+src_configure() {
+	tc-export CC
+	append-cppflags -D_GNU_SOURCE
+	econf \
+		--disable-rpath \
+		$(use_enable nls) \
+		$(use_enable ncurses term) \
+		$(use_enable unicode)
+}


^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/
@ 2017-01-29 14:59 Fabian Groffen
  0 siblings, 0 replies; 17+ messages in thread
From: Fabian Groffen @ 2017-01-29 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     38da612d2fda2fe7ceae02b84a15238d6158e4cc
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 14:53:06 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 14:53:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38da612d

app-misc/gcal: dropped ~x86-interix

Package-Manager: portage-2.3.3

 app-misc/gcal/gcal-3.6.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/gcal/gcal-3.6.3.ebuild b/app-misc/gcal/gcal-3.6.3.ebuild
index a71d01c..81f4e8d 100644
--- a/app-misc/gcal/gcal-3.6.3.ebuild
+++ b/app-misc/gcal/gcal-3.6.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 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="mirror://gnu/gcal/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="ncurses nls unicode"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2024-05-18 17:06 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-30  6:22 [gentoo-commits] repo/gentoo:master commit in: app-misc/gcal/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18 17:06 Sam James
2024-04-30  6:25 Sam James
2024-04-30  6:22 Sam James
2024-03-13 20:58 Sam James
2024-03-13 20:58 Sam James
2024-03-12 22:01 Sam James
2024-03-12  2:50 Sam James
2023-01-04  4:32 Sam James
2021-10-12  7:10 Agostino Sarubbo
2021-10-11  5:45 Sam James
2021-10-11  4:33 Sam James
2021-01-06 13:19 Fabian Groffen
2018-01-30  8:12 Ulrich Müller
2018-01-30  8:12 Ulrich Müller
2018-01-26 21:26 Patrice Clement
2017-01-29 14:59 Fabian Groffen

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