aboutsummaryrefslogtreecommitdiffstats
path: root/app-portage/bosun/bosun-1.2.0-r1.ebuild
diff options
context:
space:
mode:
authorWolfgang Müller2021-03-10 17:15:39 +0100
committerWolfgang Müller2021-03-10 17:15:39 +0100
commit56cca9b199806269efaf2086741e7594eb08dced (patch)
tree2b48ff94933e26fbf3cc6d6066c28a8bc424fb95 /app-portage/bosun/bosun-1.2.0-r1.ebuild
parent27265907b88d0d1b171858b6446155f861e2301c (diff)
downloadpramantha-56cca9b199806269efaf2086741e7594eb08dced.tar.gz
app-portage/bosun: Bump to 1.3.0
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Diffstat (limited to 'app-portage/bosun/bosun-1.2.0-r1.ebuild')
-rw-r--r--app-portage/bosun/bosun-1.2.0-r1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-portage/bosun/bosun-1.2.0-r1.ebuild b/app-portage/bosun/bosun-1.2.0-r1.ebuild
deleted file mode 100644
index 27129d2..0000000
--- a/app-portage/bosun/bosun-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Manage portage roles with stow(8)"
-HOMEPAGE="https://git.oriole.systems/bosun"
-SRC_URI="https://git.oriole.systems/${PN}/snapshot/${P}.tar.gz"
-
-RESTRICT="mirror"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-DEPEND="app-admin/stow"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_compile() { :; }
-
-src_install() {
- emake PREFIX=/usr DESTDIR="${D}" install
-}