public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-audicle/
@ 2018-04-02  9:13 99% Pacho Ramos
  0 siblings, 0 replies; 1+ results
From: Pacho Ramos @ 2018-04-02  9:13 UTC (permalink / raw
  To: gentoo-commits

commit:     214ca47fbbcdeb00e4128b51f1b14398a6d84ba8
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 09:08:14 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 09:13:42 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214ca47f

app-eselect/eselect-audicle: Fix typo (#491382 by knasan)

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 ...dicle-1.0.1.ebuild => eselect-audicle-1.0.1-r1.ebuild} | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/app-eselect/eselect-audicle/eselect-audicle-1.0.1.ebuild b/app-eselect/eselect-audicle/eselect-audicle-1.0.1-r1.ebuild
similarity index 50%
rename from app-eselect/eselect-audicle/eselect-audicle-1.0.1.ebuild
rename to app-eselect/eselect-audicle/eselect-audicle-1.0.1-r1.ebuild
index 9f8f705bb09..2e286d365dd 100644
--- a/app-eselect/eselect-audicle/eselect-audicle-1.0.1.ebuild
+++ b/app-eselect/eselect-audicle/eselect-audicle-1.0.1-r1.ebuild
@@ -1,9 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="Manages the /usr/bin/audicle symlink"
 HOMEPAGE="https://www.gentoo.org/"
-SRC_URI="mirror://gentoo/audicle.eselect-${PVR}.bz2"
+SRC_URI="mirror://gentoo/audicle.eselect-${PV}.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -12,7 +14,14 @@ IUSE=""
 
 RDEPEND=">=app-admin/eselect-1.2.3"
 
+S="${WORKDIR}"
+
+src_prepare() {
+	default
+	sed -i -e 's/highlight_maker/highlight_marker/' "${WORKDIR}/audicle.eselect-${PV}" || die
+}
+
 src_install() {
 	insinto /usr/share/eselect/modules
-	newins "${WORKDIR}/audicle.eselect-${PVR}" audicle.eselect || die
+	newins "${WORKDIR}/audicle.eselect-${PV}" audicle.eselect
 }


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2018-04-02  9:13 99% [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-audicle/ Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox