public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wob/
Date: Mon, 24 May 2021 07:31:47 +0000 (UTC)	[thread overview]
Message-ID: <1621841232.fa1d5f6bc5fcd2f863777b43356dcf08d98ed1e1.andrewammerlaan@gentoo> (raw)

commit:     fa1d5f6bc5fcd2f863777b43356dcf08d98ed1e1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 07:27:12 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 24 07:27:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa1d5f6b

gui-apps/wob: fix PkgMetadataXmlIndentation and BadFilename

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 gui-apps/wob/Manifest        |  2 +-
 gui-apps/wob/metadata.xml    | 20 ++++++++++----------
 gui-apps/wob/wob-0.11.ebuild |  2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/gui-apps/wob/Manifest b/gui-apps/wob/Manifest
index c685d08a1..f34ee541e 100644
--- a/gui-apps/wob/Manifest
+++ b/gui-apps/wob/Manifest
@@ -1 +1 @@
-DIST 0.11.tar.gz 19654 BLAKE2B 58e59ba87447d7e4d4b055b7a17f98914f801030da977d56c953a1a919fb6d76592725136b7cb2837089244736d47707e44266f7c6c6864e6aa86ebb7d7c3195 SHA512 538d6a0aa756fa696e3caa326c6401f0b2fa9da4adbb4d519a01672bb23c9c1d6f8624a2416b5f6fb9f93bc94d13c2dc642a69835175bec11132031b7a0a0c01
+DIST wob-0.11.tar.gz 19654 BLAKE2B 58e59ba87447d7e4d4b055b7a17f98914f801030da977d56c953a1a919fb6d76592725136b7cb2837089244736d47707e44266f7c6c6864e6aa86ebb7d7c3195 SHA512 538d6a0aa756fa696e3caa326c6401f0b2fa9da4adbb4d519a01672bb23c9c1d6f8624a2416b5f6fb9f93bc94d13c2dc642a69835175bec11132031b7a0a0c01

diff --git a/gui-apps/wob/metadata.xml b/gui-apps/wob/metadata.xml
index 150553d8b..3824f4f3f 100644
--- a/gui-apps/wob/metadata.xml
+++ b/gui-apps/wob/metadata.xml
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-        <maintainer type="person">
-                <name>Jonas Frei</name>
-                <email>freijon@pm.me</email>
-        </maintainer>
-        <longdescription>
+	<maintainer type="person">
+		<name>Jonas Frei</name>
+		<email>freijon@pm.me</email>
+	</maintainer>
+	<longdescription>
 		A lightweight overlay volume/backlight/progress/anything bar
 		for wlroots based Wayland compositors (requrires support for
 		wlr_layer_shell_unstable_v1). This project is inspired by
 		xob - X Overlay Bar
-        </longdescription>
-        <upstream>
-                <remote-id type="github">francma/wob</remote-id>
-                <bugs-to>https://github.com/francma/wob/issues</bugs-to>
-        </upstream>
+	</longdescription>
+	<upstream>
+		<remote-id type="github">francma/wob</remote-id>
+		<bugs-to>https://github.com/francma/wob/issues</bugs-to>
+	</upstream>
 </pkgmetadata>

diff --git a/gui-apps/wob/wob-0.11.ebuild b/gui-apps/wob/wob-0.11.ebuild
index 097bbc369..b61a2044d 100644
--- a/gui-apps/wob/wob-0.11.ebuild
+++ b/gui-apps/wob/wob-0.11.ebuild
@@ -7,7 +7,7 @@ inherit meson
 
 DESCRIPTION="A lightweight overlay volume/backlight/progress/anything bar for Wayland."
 HOMEPAGE="https://github.com/francma/wob"
-SRC_URI="https://github.com/francma/${PN}/archive/${PV}.tar.gz"
+SRC_URI="https://github.com/francma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"


WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wob/
Date: Mon, 24 May 2021 07:27:16 +0000 (UTC)	[thread overview]
Message-ID: <1621841232.fa1d5f6bc5fcd2f863777b43356dcf08d98ed1e1.andrewammerlaan@gentoo> (raw)
Message-ID: <20210524072716.GrbRFJUPnI0sp7PEimHUmzRPnE89BwadscBDgTiD5h8@z> (raw)

commit:     fa1d5f6bc5fcd2f863777b43356dcf08d98ed1e1
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 24 07:27:12 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 24 07:27:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa1d5f6b

gui-apps/wob: fix PkgMetadataXmlIndentation and BadFilename

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 gui-apps/wob/Manifest        |  2 +-
 gui-apps/wob/metadata.xml    | 20 ++++++++++----------
 gui-apps/wob/wob-0.11.ebuild |  2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/gui-apps/wob/Manifest b/gui-apps/wob/Manifest
index c685d08a1..f34ee541e 100644
--- a/gui-apps/wob/Manifest
+++ b/gui-apps/wob/Manifest
@@ -1 +1 @@
-DIST 0.11.tar.gz 19654 BLAKE2B 58e59ba87447d7e4d4b055b7a17f98914f801030da977d56c953a1a919fb6d76592725136b7cb2837089244736d47707e44266f7c6c6864e6aa86ebb7d7c3195 SHA512 538d6a0aa756fa696e3caa326c6401f0b2fa9da4adbb4d519a01672bb23c9c1d6f8624a2416b5f6fb9f93bc94d13c2dc642a69835175bec11132031b7a0a0c01
+DIST wob-0.11.tar.gz 19654 BLAKE2B 58e59ba87447d7e4d4b055b7a17f98914f801030da977d56c953a1a919fb6d76592725136b7cb2837089244736d47707e44266f7c6c6864e6aa86ebb7d7c3195 SHA512 538d6a0aa756fa696e3caa326c6401f0b2fa9da4adbb4d519a01672bb23c9c1d6f8624a2416b5f6fb9f93bc94d13c2dc642a69835175bec11132031b7a0a0c01

diff --git a/gui-apps/wob/metadata.xml b/gui-apps/wob/metadata.xml
index 150553d8b..3824f4f3f 100644
--- a/gui-apps/wob/metadata.xml
+++ b/gui-apps/wob/metadata.xml
@@ -1,18 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-        <maintainer type="person">
-                <name>Jonas Frei</name>
-                <email>freijon@pm.me</email>
-        </maintainer>
-        <longdescription>
+	<maintainer type="person">
+		<name>Jonas Frei</name>
+		<email>freijon@pm.me</email>
+	</maintainer>
+	<longdescription>
 		A lightweight overlay volume/backlight/progress/anything bar
 		for wlroots based Wayland compositors (requrires support for
 		wlr_layer_shell_unstable_v1). This project is inspired by
 		xob - X Overlay Bar
-        </longdescription>
-        <upstream>
-                <remote-id type="github">francma/wob</remote-id>
-                <bugs-to>https://github.com/francma/wob/issues</bugs-to>
-        </upstream>
+	</longdescription>
+	<upstream>
+		<remote-id type="github">francma/wob</remote-id>
+		<bugs-to>https://github.com/francma/wob/issues</bugs-to>
+	</upstream>
 </pkgmetadata>

diff --git a/gui-apps/wob/wob-0.11.ebuild b/gui-apps/wob/wob-0.11.ebuild
index 097bbc369..b61a2044d 100644
--- a/gui-apps/wob/wob-0.11.ebuild
+++ b/gui-apps/wob/wob-0.11.ebuild
@@ -7,7 +7,7 @@ inherit meson
 
 DESCRIPTION="A lightweight overlay volume/backlight/progress/anything bar for Wayland."
 HOMEPAGE="https://github.com/francma/wob"
-SRC_URI="https://github.com/francma/${PN}/archive/${PV}.tar.gz"
+SRC_URI="https://github.com/francma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"


             reply	other threads:[~2021-05-24  7:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-24  7:31 Andrew Ammerlaan [this message]
2021-05-24  7:27 ` [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wob/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-05-24 18:40 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-03-27 11:50 Rui Huang
2024-03-27 11:50 Rui Huang
2023-10-10  6:32 Rui Huang
2023-09-18 12:37 Florian Schmaus
2023-09-18 12:37 Florian Schmaus
2021-05-26 13:42 Andrew Ammerlaan
2021-05-24  7:31 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1621841232.fa1d5f6bc5fcd2f863777b43356dcf08d98ed1e1.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox