aboutsummaryrefslogtreecommitdiffstats
path: root/www-apps/sblg/sblg-0.5.9.ebuild
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-03-15 18:50:25 +0100
committerWynn Wolf Arbor2020-03-15 18:50:25 +0100
commitd4c3563f80aab6b518aff5abe4ef9ff1ca053ed9 (patch)
tree9050d52fbc65ab7e2ccf7fd16a6ac5f5c0d6bae3 /www-apps/sblg/sblg-0.5.9.ebuild
parente505a9f8f775fd73e8d095644d1e4f559fcd692f (diff)
downloadpramantha-d4c3563f80aab6b518aff5abe4ef9ff1ca053ed9.tar.gz
www-apps/sblg: Bump to 0.5.9
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Diffstat (limited to '')
-rw-r--r--www-apps/sblg/sblg-0.5.9.ebuild (renamed from www-apps/sblg/sblg-0.5.8.ebuild)10
1 files changed, 7 insertions, 3 deletions
diff --git a/www-apps/sblg/sblg-0.5.8.ebuild b/www-apps/sblg/sblg-0.5.9.ebuild
index 228cea6..d077996 100644
--- a/www-apps/sblg/sblg-0.5.8.ebuild
+++ b/www-apps/sblg/sblg-0.5.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://kristaps.bsd.lv/sblg/snapshots/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
+IUSE="examples"
DEPEND="dev-libs/expat"
RDEPEND="${DEPEND}"
@@ -23,5 +23,9 @@ src_configure() {
}
src_install() {
- emake -j1 DESTDIR="${D}" install
+ emake DESTDIR="${D}" install
+
+ if ! use examples; then
+ rm -rf "${ED}/usr/share/${PN}/examples" || die
+ fi
}