summaryrefslogtreecommitdiff
path: root/media-sound/smixer
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /media-sound/smixer
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'media-sound/smixer')
-rw-r--r--media-sound/smixer/Manifest2
-rw-r--r--media-sound/smixer/smixer-1.0.4.ebuild15
2 files changed, 9 insertions, 8 deletions
diff --git a/media-sound/smixer/Manifest b/media-sound/smixer/Manifest
index 469279bb2ae1..1d463de2c718 100644
--- a/media-sound/smixer/Manifest
+++ b/media-sound/smixer/Manifest
@@ -1,3 +1,3 @@
DIST smixer1.0.4.tgz 11245 BLAKE2B 292deb588716abdf41d9daf48421741bba03e3ea77fec33c02560a685844245f85256483a0c12a4052cd03206a569f9f721b67b076d7fb2bc27f53c39069abe2 SHA512 3c589487cfd246b68d54abe9ce9dbddd9aae539b96a0d464f3194f5931819c85923e13b4fd5b947bab35d32403bd7609fef33ff966a1d20d3fb465eb0bb184aa
-EBUILD smixer-1.0.4.ebuild 592 BLAKE2B eb1fbb1d882191f917f2c6a9901478f8898813a1ba7b4d5d6ccb0a5889e14770c2fcb56f14ee1a192ccd4b22b37e0c1369737b2c153c7848da28c58297969540 SHA512 0a5422b7d8cb8a60167525844d9ccdc9c59469a24a8cf22556e65b888cae5522016ab1a9bff6b10fa5b019b8163061008685d45404aa2a1a2c0bc9fc9ab6a5eb
+EBUILD smixer-1.0.4.ebuild 591 BLAKE2B 81693c680f31e441924845d348f4b8c76e12a59cf2a15098e575bab81585650f5fbc83a5e0dcdc3926184255b1347c55d5e6e5a0b8af5cf091097eb1e2d45725 SHA512 7a0c4a72152aa3725a70e9919a9b3de22e612ddf321fc0cd68cf5dfb34de567d22a793c069acb47878d306e03b5e630e090743f22fb781ffac211754139f1b62
MISC metadata.xml 249 BLAKE2B f7f8f071ecba933f3d39b0b60983281d59299b92de9375a60ab4109d7202800cb790bce0c426227f04b3e2624b1adb20876145741355abc6a4938b8b9698d144 SHA512 9a100fb26586365eda99724330a03a512f4d0be18d39c3a195ba02c2fc841edeee99d22512acf5a058a3b978d3a74f4d963a5aff9aa343b6cb4086cdfefe6343
diff --git a/media-sound/smixer/smixer-1.0.4.ebuild b/media-sound/smixer/smixer-1.0.4.ebuild
index 4cff0e5b2d1b..0b5bc7d65560 100644
--- a/media-sound/smixer/smixer-1.0.4.ebuild
+++ b/media-sound/smixer/smixer-1.0.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
inherit toolchain-funcs
@@ -14,16 +14,17 @@ SLOT="0"
KEYWORDS="amd64 hppa ppc x86"
IUSE=""
-S=${WORKDIR}/${PN}
+S="${WORKDIR}/${PN}"
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"
}
-src_install () {
- insinto /etc
- doins smixer.conf
+src_install() {
dobin smixer
+ einstalldocs
doman man/smixer.1
- dodoc README
+
+ insinto /etc
+ doins smixer.conf
}