1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-02-22 02:55:52 +01:00

Cleanup old versions

This commit is contained in:
2022-08-14 15:35:18 +02:00
parent 90a0629be7
commit 03d343a789
31 changed files with 2 additions and 1464 deletions

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit eutils
DESCRIPTION="a dockapp for monitoring cpu/gpu temperature"
HOMEPAGE="https://github.com/gryf/wmtemp"
SRC_URI="https://github.com/gryf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="x11-libs/libXext
x11-libs/libXpm
x11-libs/libX11"
DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
cd ${PN}
}
src_compile() {
make -C ${PN}
}
src_install() {
dobin ${PN}/${PN}
dodoc README.rst wmtemp_sample
}

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit eutils
DESCRIPTION="a dockapp for monitoring cpu/gpu temperature"
HOMEPAGE="https://github.com/gryf/wmtemp"
SRC_URI="https://github.com/gryf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="x11-libs/libXext
x11-libs/libXpm
x11-libs/libX11"
DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
cd ${PN}
}
src_compile() {
make -C ${PN}
}
src_install() {
dobin ${PN}/${PN}
dodoc README.rst wmtemp_sample
}