* [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/
@ 2017-01-20 21:19 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-01-20 21:19 UTC (permalink / raw
To: gentoo-commits
commit: 7797474fdb3ccab4c7291f5bf4c71e160a3486c5
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 21:38:08 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 21:19:11 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7797474f
app-misc/calendar: EAPI 6 bump.
Package-Manager: portage-2.3.0
app-misc/calendar/calendar-0.9.1-r1.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild b/app-misc/calendar/calendar-0.9.1-r1.ebuild
new file mode 100644
index 00000000..f320572
--- /dev/null
+++ b/app-misc/calendar/calendar-0.9.1-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Standard unix calendar program for Linux, ported from OpenBSD"
+HOMEPAGE="http://bsdcalendar.sourceforge.net/"
+SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+DOCS=( README )
+
+src_compile() {
+ tc-export CC
+ emake
+}
+
+src_install() {
+ cp -R "${S}/calendars" "${D}/usr/share/calendar" || die "cp failed"
+ dobin "${PN}"
+ doman "${PN}.1"
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/
@ 2017-01-21 22:11 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2017-01-21 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 6fdcb2f2e2bd6d9a5d1067241f1e67842ac13704
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 22:11:11 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 22:11:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fdcb2f2
app-misc/calendar: use insinto/doins instead of cp and clear error.
Gentoo-Bug: https://bugs.gentoo.org/606668
Package-Manager: portage-2.3.0
app-misc/calendar/calendar-0.9.1-r1.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild b/app-misc/calendar/calendar-0.9.1-r1.ebuild
index f320572..f21f5c2 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r1.ebuild
@@ -22,8 +22,13 @@ src_compile() {
}
src_install() {
- cp -R "${S}/calendars" "${D}/usr/share/calendar" || die "cp failed"
dobin "${PN}"
doman "${PN}.1"
+
+ insinto "/usr/share"
+ doins -r "${PN}s"
+
+ mv "${D}/usr/share/${PN}s" "${D}/usr/share/${PN}" || die
+
einstalldocs
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/
@ 2018-02-12 21:36 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2018-02-12 21:36 UTC (permalink / raw
To: gentoo-commits
commit: 844cdc2d8bed9a8b35bb8824db5bc709a0067b7d
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 21:23:43 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 21:23:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844cdc2d
app-misc/calendar: x86 stable (bug #647386)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-misc/calendar/calendar-0.9.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild b/app-misc/calendar/calendar-0.9.1-r1.ebuild
index 2b4f7f69342..2d8dc85b28d 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r1.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
@@ -11,7 +11,7 @@ SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
DOCS=( README )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/
@ 2018-02-17 8:43 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-02-17 8:43 UTC (permalink / raw
To: gentoo-commits
commit: 7f74bfff88b714c19c0a4ac07a42e32f4b3104a4
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat Feb 17 07:25:04 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 08:43:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f74bfff
app-misc/calendar: stable 0.9.1-r1 for sparc, bug #647386
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
app-misc/calendar/calendar-0.9.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild b/app-misc/calendar/calendar-0.9.1-r1.ebuild
index 2d8dc85b28d..a645952daef 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
DOCS=( README )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/
@ 2018-02-17 22:12 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-02-17 22:12 UTC (permalink / raw
To: gentoo-commits
commit: 81d2747478c3cb2065e48d10249213a77ee39264
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 22:12:16 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 22:12:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d27474
app-misc/calendar: stable 0.9.1-r1 for ia64, bug #647386
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"
app-misc/calendar/calendar-0.9.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild b/app-misc/calendar/calendar-0.9.1-r1.ebuild
index a645952daef..6472cadb620 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
DOCS=( README )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/
@ 2018-03-05 13:57 Tobias Klausmann
0 siblings, 0 replies; 12+ messages in thread
From: Tobias Klausmann @ 2018-03-05 13:57 UTC (permalink / raw
To: gentoo-commits
commit: 4504834d5b86467b1bcef9c77340ab9a7da367c1
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 5 12:31:39 2018 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 5 13:57:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4504834d
app-misc/calendar-0.9.1-r1: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/647386
app-misc/calendar/calendar-0.9.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild b/app-misc/calendar/calendar-0.9.1-r1.ebuild
index 9ff0da30131..788efd4a52a 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
DOCS=( README )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/
@ 2018-03-24 22:57 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2018-03-24 22:57 UTC (permalink / raw
To: gentoo-commits
commit: 6aecce909b2319314607ba0e7226f0d2c8e88682
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 24 22:57:03 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar 24 22:57:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aecce90
app-misc/calendar: clean up old.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
app-misc/calendar/calendar-0.9.1.ebuild | 25 -------------------------
1 file changed, 25 deletions(-)
diff --git a/app-misc/calendar/calendar-0.9.1.ebuild b/app-misc/calendar/calendar-0.9.1.ebuild
deleted file mode 100644
index 70fdb97478f..00000000000
--- a/app-misc/calendar/calendar-0.9.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit toolchain-funcs
-
-DESCRIPTION="Standard unix calendar program for Linux, ported from OpenBSD"
-HOMEPAGE="http://bsdcalendar.sourceforge.net/"
-SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-src_compile() {
- tc-export CC
- emake || die "emake failed"
-}
-
-src_install() {
- dodoc README || die
- cp -R "${S}/calendars" "${D}/usr/share/calendar" || die "cp failed"
- dobin calendar || die "dobin failed"
- doman calendar.1 || die
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/
@ 2018-03-31 17:59 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-03-31 17:59 UTC (permalink / raw
To: gentoo-commits
commit: a89503384b20538ff18e7d2f67863c7f6e2bff64
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 31 17:59:45 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Mar 31 17:59:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8950338
app-misc/calendar: stable 0.9.1-r1 for ppc64, bug #647386
Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"
app-misc/calendar/calendar-0.9.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild b/app-misc/calendar/calendar-0.9.1-r1.ebuild
index 788efd4a52a..ceb410dac85 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ppc64 sparc x86"
DOCS=( README )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/
@ 2018-04-07 18:07 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-04-07 18:07 UTC (permalink / raw
To: gentoo-commits
commit: 7c60f4480178f682a84a451c42fee5f1efec702f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 18:07:08 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 18:07:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c60f448
app-misc/calendar: stable 0.9.1-r1 for ppc, bug #647386
Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"
app-misc/calendar/calendar-0.9.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild b/app-misc/calendar/calendar-0.9.1-r1.ebuild
index ceb410dac85..0f07c38b782 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
DOCS=( README )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/
@ 2018-05-24 20:31 Sergei Trofimovich
0 siblings, 0 replies; 12+ messages in thread
From: Sergei Trofimovich @ 2018-05-24 20:31 UTC (permalink / raw
To: gentoo-commits
commit: af5096e9ec5f979e7dbe479dd065605c61bdaeac
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu May 24 20:31:12 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu May 24 20:31:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af5096e9
app-misc/calendar: stable 0.9.1-r1 for hppa, bug #647386
Bug: https://bugs.gentoo.org/647386
Package-Manager: Portage-2.3.38, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"
app-misc/calendar/calendar-0.9.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild b/app-misc/calendar/calendar-0.9.1-r1.ebuild
index 0f07c38b782..e4eb46e5143 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
DOCS=( README )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/
@ 2021-11-04 17:09 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-11-04 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 1f6f6aeb24ae07df3a6cf52fb95d44952f6fb8fe
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 4 17:08:38 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 4 17:08:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6f6aeb
app-misc/calendar: Keyword 0.9.1-r1 arm64, #821151
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/calendar/calendar-0.9.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild b/app-misc/calendar/calendar-0.9.1-r1.ebuild
index 139be2fac27..24ec92d9935 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r1.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=6
@@ -11,7 +11,7 @@ SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
DOCS=( README )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/
@ 2022-07-31 20:03 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2022-07-31 20:03 UTC (permalink / raw
To: gentoo-commits
commit: 648b8c0b0ffc982f9f6dc970f2847d074b4eb3e0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 20:03:18 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 20:03:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648b8c0b
app-misc/calendar: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...endar-0.9.1-r1.ebuild => calendar-0.9.1-r2.ebuild} | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild b/app-misc/calendar/calendar-0.9.1-r2.ebuild
similarity index 66%
rename from app-misc/calendar/calendar-0.9.1-r1.ebuild
rename to app-misc/calendar/calendar-0.9.1-r2.ebuild
index 24ec92d9935d..bf33a89f4bd4 100644
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ b/app-misc/calendar/calendar-0.9.1-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
@@ -13,21 +13,16 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-DOCS=( README )
-
-src_compile() {
+src_configure() {
tc-export CC
- emake
}
src_install() {
- dobin "${PN}"
- doman "${PN}.1"
-
- insinto "/usr/share"
- doins -r "${PN}s"
+ dobin calendar
+ doman calendar.1
- mv "${D}/usr/share/${PN}s" "${D}/usr/share/${PN}" || die
+ insinto /usr/share/calendar
+ doins -r calendars/.
einstalldocs
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2022-07-31 20:03 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-05 13:57 [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/ Tobias Klausmann
-- strict thread matches above, loose matches on Subject: below --
2022-07-31 20:03 David Seifert
2021-11-04 17:09 Sam James
2018-05-24 20:31 Sergei Trofimovich
2018-04-07 18:07 Sergei Trofimovich
2018-03-31 17:59 Sergei Trofimovich
2018-03-24 22:57 Patrice Clement
2018-02-17 22:12 Sergei Trofimovich
2018-02-17 8:43 Sergei Trofimovich
2018-02-12 21:36 Thomas Deutschmann
2017-01-21 22:11 Patrice Clement
2017-01-20 21:19 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox