1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-30 09:53:32 +02:00

Removed couple of old ebuilds

This commit is contained in:
2024-09-15 08:08:02 +02:00
parent 1e18392727
commit b3809bf45f
5 changed files with 0 additions and 125 deletions

View File

@@ -1,21 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Viewer of pictures in native formats of vintage computers (Amiga, Atari, C64)"
HOMEPAGE="http://recoil.sf.net"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="media-libs/libpng"
RDEPEND="${DEPEND}"
src_install() {
dobin recoil2png || die
doman recoil2png.1
}