public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/mpvpaper/
Date: Thu, 27 Aug 2020 07:59:50 +0000 (UTC)	[thread overview]
Message-ID: <1598428124.4cc6eff2056cd96388398d2a2c305e20bfcaa2d4.andrewammerlaan@gentoo> (raw)

commit:     4cc6eff2056cd96388398d2a2c305e20bfcaa2d4
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Wed Aug 26 07:48:31 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Aug 26 07:48:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4cc6eff2

gui-apps/mpvpaper: Add version 1.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>

 gui-apps/mpvpaper/Manifest                                  |  1 +
 .../mpvpaper/{mpvpaper-9999.ebuild => mpvpaper-1.0.ebuild}  | 13 +++++++++++--
 gui-apps/mpvpaper/mpvpaper-9999.ebuild                      | 13 +++++++++++--
 3 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/gui-apps/mpvpaper/Manifest b/gui-apps/mpvpaper/Manifest
new file mode 100644
index 0000000..ca9decd
--- /dev/null
+++ b/gui-apps/mpvpaper/Manifest
@@ -0,0 +1 @@
+DIST mpvpaper-1.0.tar.gz 81679 BLAKE2B 2f5ef776ee71eb63c48d87d9513292aa73c318841538e11e890016ba4c8f5b21ea7a9145dc12af4675239686bd6b2706e662178c289cfcf08b7c2a07e3173a7b SHA512 8d17cfd0ddbf68d1f260ae9b4165dfa2aed57d471a5975fcc27c06e2371a1f80f916ef0dd9dbdd99c8e6aba9b3e5f607752703f45d4446090f68175400860031

diff --git a/gui-apps/mpvpaper/mpvpaper-9999.ebuild b/gui-apps/mpvpaper/mpvpaper-1.0.ebuild
similarity index 59%
copy from gui-apps/mpvpaper/mpvpaper-9999.ebuild
copy to gui-apps/mpvpaper/mpvpaper-1.0.ebuild
index a377822..6bc5409 100644
--- a/gui-apps/mpvpaper/mpvpaper-9999.ebuild
+++ b/gui-apps/mpvpaper/mpvpaper-1.0.ebuild
@@ -6,8 +6,17 @@ EAPI=7
 DESCRIPTION="A video wallpaper program for wlroots based wayland compositors"
 HOMEPAGE="https://github.com/GhostNaN/mpvpaper"
 
-inherit git-r3 meson
-EGIT_REPO_URI="https://github.com/GhostNaN/mpvpaper.git"
+inherit meson
+
+case "${PV}" in
+	9999)
+		inherit git-r3
+		EGIT_REPO_URI="https://github.com/GhostNaN/mpvpaper.git"
+		;;
+	*)
+		SRC_URI="https://github.com/GhostNaN/mpvpaper/archive/${PV}.tar.gz -> ${P}.tar.gz"
+		KEYWORDS="~amd64"
+esac
 
 LICENSE="GPL-3"
 SLOT="0"

diff --git a/gui-apps/mpvpaper/mpvpaper-9999.ebuild b/gui-apps/mpvpaper/mpvpaper-9999.ebuild
index a377822..6bc5409 100644
--- a/gui-apps/mpvpaper/mpvpaper-9999.ebuild
+++ b/gui-apps/mpvpaper/mpvpaper-9999.ebuild
@@ -6,8 +6,17 @@ EAPI=7
 DESCRIPTION="A video wallpaper program for wlroots based wayland compositors"
 HOMEPAGE="https://github.com/GhostNaN/mpvpaper"
 
-inherit git-r3 meson
-EGIT_REPO_URI="https://github.com/GhostNaN/mpvpaper.git"
+inherit meson
+
+case "${PV}" in
+	9999)
+		inherit git-r3
+		EGIT_REPO_URI="https://github.com/GhostNaN/mpvpaper.git"
+		;;
+	*)
+		SRC_URI="https://github.com/GhostNaN/mpvpaper/archive/${PV}.tar.gz -> ${P}.tar.gz"
+		KEYWORDS="~amd64"
+esac
 
 LICENSE="GPL-3"
 SLOT="0"


             reply	other threads:[~2020-08-27  7:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-27  7:59 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-06 14:59 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/mpvpaper/ Lucio Sauer
2024-08-06 14:59 Lucio Sauer
2024-05-29 12:55 Andrew Ammerlaan
2024-05-29 12:55 Andrew Ammerlaan
2024-04-21 14:11 Haelwenn Monnier
2024-04-21 14:11 Haelwenn Monnier
2022-02-01 10:38 Florian Schmaus
2020-12-06 10:49 Andrew Ammerlaan
2020-11-23 22:06 Andrew Ammerlaan
2020-08-27  7:59 Andrew Ammerlaan
2020-08-27  7:59 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=1598428124.4cc6eff2056cd96388398d2a2c305e20bfcaa2d4.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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