From 52fc263f2dd029a99ad4f0e5e1c3dbfd490d6b63 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Jul 2022 02:45:48 +0100 Subject: gentoo auto-resync : 22:07:2022 - 02:45:47 --- app-arch/aptly/aptly-1.5.0.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 app-arch/aptly/aptly-1.5.0.ebuild (limited to 'app-arch/aptly/aptly-1.5.0.ebuild') diff --git a/app-arch/aptly/aptly-1.5.0.ebuild b/app-arch/aptly/aptly-1.5.0.ebuild deleted file mode 100644 index 831d99b1b2f3..000000000000 --- a/app-arch/aptly/aptly-1.5.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit go-module systemd - -DESCRIPTION="Debian repository management tool" -HOMEPAGE="https://www.aptly.info/" - -SRC_URI="https://github.com/aptly-dev/aptly/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz" - -LICENSE="MIT Apache-2.0 BSD BSD-2 ISC MPL-2.0 WTFPL-2 ZLIB" -RESTRICT+=" test" -SLOT="0" -KEYWORDS="~amd64" - -src_compile() { - emake install -} - -src_install() { - dobin ~/go/bin/aptly - dodoc README.rst - systemd_dounit aptly.service aptly-api.service -} -- cgit v1.2.3