Update overlay

This commit is contained in:
speedie 2022-12-28 18:16:27 +01:00
parent 016276427f
commit b35b75eb47
7 changed files with 59 additions and 2 deletions

View file

@ -26,6 +26,7 @@
<ul> <ul>
<li><a href="./app-misc">app-misc</a><ul> <li><a href="./app-misc">app-misc</a><ul>
<li><a href="./app-misc/fontctrl">fontctrl</a><ul> <li><a href="./app-misc/fontctrl">fontctrl</a><ul>
<li><a href="./app-misc/fontctrl/fontctrl-1.2.ebuild">fontctrl-1.2.ebuild</a></li>
<li><a href="./app-misc/fontctrl/fontctrl-9999.ebuild">fontctrl-9999.ebuild</a></li> <li><a href="./app-misc/fontctrl/fontctrl-9999.ebuild">fontctrl-9999.ebuild</a></li>
</ul> </ul>
</li> </li>

View file

@ -41,6 +41,7 @@ The ebuilds are liensed under the GPLv2-only license due to Gentoo's licensing.
## List of all ebuilds ## List of all ebuilds
* [app-misc](./app-misc) * [app-misc](./app-misc)
* [fontctrl](./app-misc/fontctrl) * [fontctrl](./app-misc/fontctrl)
* [fontctrl-1.2.ebuild](./app-misc/fontctrl/fontctrl-1.2.ebuild)
* [fontctrl-9999.ebuild](./app-misc/fontctrl/fontctrl-9999.ebuild) * [fontctrl-9999.ebuild](./app-misc/fontctrl/fontctrl-9999.ebuild)
* [gsimplecal](./app-misc/gsimplecal) * [gsimplecal](./app-misc/gsimplecal)
* [gsimplecal-9999.ebuild](./app-misc/gsimplecal/gsimplecal-9999.ebuild) * [gsimplecal-9999.ebuild](./app-misc/gsimplecal/gsimplecal-9999.ebuild)

View file

@ -0,0 +1 @@
DIST fontctrl-1.2.tar.gz 14869 BLAKE2B 02c754c11036a2821dd243ab218590ab01f30e94630c723f311c6ffd5aeb9a702bcc75ef2ed3ac4072aceb8986bc344a2d99e24641d992585c714c75b73209ab SHA512 887ec44e83aa15a8e502694002f3b61358d0dc4def266be8efdbeca96bc78303f3a963eb9b80f2b47b406037861d8de195dbe85393a395be2f354712c5fca33b

View file

@ -0,0 +1,34 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Minimal font manager for GNU/Linux written in POSIX compliant shell."
HOMEPAGE="https://speedie.gq/fontctrl"
LICENSE="GPL-3+"
SLOT="0"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://codeberg.org/speedie/${PN}"
else
SRC_URI="https://codeberg.org/speedie/${PN}/releases/download/${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
fi
IUSE="${USE}"
DEPEND=""
src_prepare() {
default
}
src_compile() {
:
}
src_install() {
newbin "${WORKDIR}/${P}/${PN}" ${PN}
}

View file

@ -12,9 +12,9 @@ SLOT="0"
if [[ ${PV} == 9999 ]]; then if [[ ${PV} == 9999 ]]; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://codeberg.org/speedie/${PN}" EGIT_REPO_URI="https://codeberg.org/speedie/${PN}"
KEYWORDS="amd64 x86"
else else
die SRC_URI="https://codeberg.org/speedie/${PN}/releases/download/${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
fi fi
IUSE="${USE}" IUSE="${USE}"

View file

@ -0,0 +1,9 @@
DEFINED_PHASES=compile install prepare
DESCRIPTION=Minimal font manager for GNU/Linux written in POSIX compliant shell.
EAPI=8
HOMEPAGE=https://speedie.gq/fontctrl
KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86
LICENSE=GPL-3+
SLOT=0
SRC_URI=https://codeberg.org/speedie/fontctrl/releases/download/1.2/fontctrl-1.2.tar.gz
_md5_=7d8219f722044801ef1a5bf4e6e98e96

View file

@ -0,0 +1,11 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile install prepare unpack
DESCRIPTION=Minimal font manager for GNU/Linux written in POSIX compliant shell.
EAPI=8
HOMEPAGE=https://speedie.gq/fontctrl
INHERIT=git-r3
LICENSE=GPL-3+
PROPERTIES=live
SLOT=0
_eclasses_=git-r3 2347f8fe2d392b2a091191f94be37e6f
_md5_=7d8219f722044801ef1a5bf4e6e98e96