* [gentoo-commits] repo/gentoo:master commit in: app-misc/sdate/
@ 2023-09-01 14:48 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2023-09-01 14:48 UTC (permalink / raw
To: gentoo-commits
commit: 1e0974af9b8d1afc6c5e8f358baccd0febcb13f2
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 1 14:47:12 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 1 14:47:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0974af
app-misc/sdate: new package, add 0.7
September-Date: Fri Sep 10958 16:47:12 1993 +0200
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-misc/sdate/Manifest | 1 +
app-misc/sdate/metadata.xml | 10 ++++++++++
app-misc/sdate/sdate-0.7.ebuild | 24 ++++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/app-misc/sdate/Manifest b/app-misc/sdate/Manifest
new file mode 100644
index 000000000000..d7f707bc7c16
--- /dev/null
+++ b/app-misc/sdate/Manifest
@@ -0,0 +1 @@
+DIST sdate-0.7.tar.gz 35077 BLAKE2B 3239762c4a9ca54feb31d9d2e1a8656f79e6f87916a6887e2707f165fb275bc2fbfcf932c04949b6cb5634274ed88f09386d62845d7c4ec677a37a00bf5e7855 SHA512 909d152b465044d56c3e0254572a3160f2b15b12cd9ad1000384592e1c2a1d4c54af284c7cf229af335984643564c28637f78ab0c305ec31bd6a4b8ba4b7a1d9
diff --git a/app-misc/sdate/metadata.xml b/app-misc/sdate/metadata.xml
new file mode 100644
index 000000000000..9e541fa363f7
--- /dev/null
+++ b/app-misc/sdate/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>ulm@gentoo.org</email>
+</maintainer>
+<upstream>
+ <remote-id type="github">df7cb/sdate</remote-id>
+</upstream>
+</pkgmetadata>
diff --git a/app-misc/sdate/sdate-0.7.ebuild b/app-misc/sdate/sdate-0.7.ebuild
new file mode 100644
index 000000000000..bb9e25f038bf
--- /dev/null
+++ b/app-misc/sdate/sdate-0.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Never ending September date"
+HOMEPAGE="https://www.df7cb.de/projects/sdate/"
+SRC_URI="https://github.com/df7cb/sdate/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_install() {
+ default
+ rm "${ED}"/usr/lib*/*.la || die
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/sdate/
@ 2023-09-03 13:05 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2023-09-03 13:05 UTC (permalink / raw
To: gentoo-commits
commit: 7204c6ca1d01505161cd93164ab4a59cdd37684e
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 3 13:04:53 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Sep 3 13:04:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7204c6ca
app-misc/sdate: Fix *.la removal
Closes: https://bugs.gentoo.org/913566
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-misc/sdate/sdate-0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/sdate/sdate-0.7.ebuild b/app-misc/sdate/sdate-0.7.ebuild
index bb9e25f038bf..7d575fde227d 100644
--- a/app-misc/sdate/sdate-0.7.ebuild
+++ b/app-misc/sdate/sdate-0.7.ebuild
@@ -20,5 +20,5 @@ src_prepare() {
src_install() {
default
- rm "${ED}"/usr/lib*/*.la || die
+ rm -f "${ED}"/usr/lib*/*.la || die
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-03 13:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-03 13:05 [gentoo-commits] repo/gentoo:master commit in: app-misc/sdate/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2023-09-01 14:48 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox