Skip to content

Commit

Permalink
x11-misc/ly: add 0.6.0, drop 0.5.3
Browse files Browse the repository at this point in the history
Signed-off-by: Linerre <[email protected]>
  • Loading branch information
Linerre committed Jun 17, 2023
1 parent dda2581 commit b0e7d92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion x11-misc/ly/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST ly-0.5.3.tar.gz 22464 BLAKE2B 3065f20c34e07292194e060c805c2f98c601f0c607fa769589f0edc38ce0484de404feb3ee6c7dfde627b7870c7649d2c3da54ba915f89ea85f97b97ae9798b5 SHA512 09456d3ed34ad7e6b859c1def02cd1595f663356dec5e0037fac9f91aa526e7a252de6676c9bfcd4eb1e0c5b3c302344dc523239e313cbf107b6a4119fe261c7
DIST ly-0.6.0.tar.gz 32706 BLAKE2B 7322239ac6245d4df9f4857275d42361b594acf54e4d5e61634d42dedf8a2b36582566bad60e323d368510352a732c44e2373e458b19cde6b47d9473ef8f3ffe SHA512 a59d2ae8002a657ebdd72b8918f7d47504fbc49480dcd881da8f87550c595c89526e4117672ed4fbf1f6d5542819055b5d65658fb2bcd9b708271645df3d06d1
14 changes: 8 additions & 6 deletions x11-misc/ly/ly-0.5.3.ebuild → x11-misc/ly/ly-0.6.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Copyright 2021 Gentoo Authors
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3

OLD_HOST="https://github.com/nullgemm/ly"

DESCRIPTION="Ly - a TUI display manager"
HOMEPAGE="https://github.com/nullgemm/ly"
SRC_URI="https://github.com/nullgemm/ly/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/fairyglade/ly"
SRC_URI="https://github.com/fairyglade/ly/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
EGIT_CHECKOUT_DIR="${S}/sub"

LICENSE="WTFPL-2"
Expand All @@ -25,8 +27,8 @@ src_unpack() {
if [[ -n ${A} ]]; then
unpack ${A} || die
fi
for _i in argoat configator dragonfail termbox_next; do
git-r3_fetch ${HOMEPAGE%ly}${_i} || die
git-r3_checkout ${HOMEPAGE%ly}${_i} ${EGIT_CHECKOUT_DIR}/${_i} || die
for _i in argoat configator dragonfail termbox_next; do
git-r3_fetch ${OLD_HOST%ly}${_i} || die
git-r3_checkout ${OLD_HOST%ly}${_i} ${EGIT_CHECKOUT_DIR}/${_i} || die
done
}

0 comments on commit b0e7d92

Please sign in to comment.