* [gentoo-commits] repo/proj/guru:dev commit in: www-misc/waldl/
@ 2022-11-02 16:23 Viorel Munteanu
0 siblings, 0 replies; 3+ messages in thread
From: Viorel Munteanu @ 2022-11-02 16:23 UTC (permalink / raw
To: gentoo-commits
commit: a9ed6a464b5fd0673e2bf65025469fee10565702
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 2 16:23:08 2022 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Nov 2 16:23:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a9ed6a46
www-misc/waldl: add myself as a maintainer
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
www-misc/waldl/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www-misc/waldl/metadata.xml b/www-misc/waldl/metadata.xml
index 93e1d4575..dca3ad6fc 100644
--- a/www-misc/waldl/metadata.xml
+++ b/www-misc/waldl/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>ceamac.paragon@gmail.com</email>
+ <email>ceamac@gentoo.org</email>
<description>Primary maintainer</description>
</maintainer>
<upstream>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: www-misc/waldl/
@ 2024-05-15 0:59 Julien Roy
2024-05-15 1:03 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
0 siblings, 1 reply; 3+ messages in thread
From: Julien Roy @ 2024-05-15 0:59 UTC (permalink / raw
To: gentoo-commits
commit: edbcbad03dae56aee95b5c5d696c483a764513de
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May 15 00:01:28 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 00:59:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edbcbad0
www-misc/waldl: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
www-misc/waldl/waldl-0.0.1_pre20211112.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-misc/waldl/waldl-0.0.1_pre20211112.ebuild b/www-misc/waldl/waldl-0.0.1_pre20211112.ebuild
index a19a7c99e8..0089683a93 100644
--- a/www-misc/waldl/waldl-0.0.1_pre20211112.ebuild
+++ b/www-misc/waldl/waldl-0.0.1_pre20211112.ebuild
@@ -8,6 +8,8 @@ HOMEPAGE="https://github.com/pystardust/waldl"
GIT_COMMIT="727640c1583cf627c075db7239e09e7bbdfecf17"
SRC_URI="https://github.com/pystardust/waldl/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${GIT_COMMIT}/"
+
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -21,8 +23,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}-${GIT_COMMIT}/"
-
PATCHES=(
"${FILESDIR}/waldl-0.0.1-customize.patch"
)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: www-misc/waldl/
2024-05-15 0:59 [gentoo-commits] repo/proj/guru:dev commit in: www-misc/waldl/ Julien Roy
@ 2024-05-15 1:03 ` Julien Roy
0 siblings, 0 replies; 3+ messages in thread
From: Julien Roy @ 2024-05-15 1:03 UTC (permalink / raw
To: gentoo-commits
commit: edbcbad03dae56aee95b5c5d696c483a764513de
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Wed May 15 00:01:28 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed May 15 00:59:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=edbcbad0
www-misc/waldl: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
www-misc/waldl/waldl-0.0.1_pre20211112.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-misc/waldl/waldl-0.0.1_pre20211112.ebuild b/www-misc/waldl/waldl-0.0.1_pre20211112.ebuild
index a19a7c99e8..0089683a93 100644
--- a/www-misc/waldl/waldl-0.0.1_pre20211112.ebuild
+++ b/www-misc/waldl/waldl-0.0.1_pre20211112.ebuild
@@ -8,6 +8,8 @@ HOMEPAGE="https://github.com/pystardust/waldl"
GIT_COMMIT="727640c1583cf627c075db7239e09e7bbdfecf17"
SRC_URI="https://github.com/pystardust/waldl/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${GIT_COMMIT}/"
+
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
@@ -21,8 +23,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}-${GIT_COMMIT}/"
-
PATCHES=(
"${FILESDIR}/waldl-0.0.1-customize.patch"
)
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-15 1:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-15 0:59 [gentoo-commits] repo/proj/guru:dev commit in: www-misc/waldl/ Julien Roy
2024-05-15 1:03 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2022-11-02 16:23 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox