summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-03-21 18:33:50 +0000
committerJustin Lecher <jlec@gentoo.org>2015-03-21 18:33:50 +0000
commit841ac1973f03b51d9a79ed76111dd3cef253beec (patch)
tree6b7cb1c9376019cb6fda7e47f7f0db49197d7c77 /media-sound/redoflacs
parentVersion bump courtesy of Arfrever <arfrever.fta@gmail.com>. (diff)
downloadgentoo-2-841ac1973f03b51d9a79ed76111dd3cef253beec.tar.gz
gentoo-2-841ac1973f03b51d9a79ed76111dd3cef253beec.tar.bz2
gentoo-2-841ac1973f03b51d9a79ed76111dd3cef253beec.zip
use dobin instead of exeinto /usr/bin/ && doexe
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'media-sound/redoflacs')
-rw-r--r--media-sound/redoflacs/ChangeLog8
-rw-r--r--media-sound/redoflacs/redoflacs-0.15.ebuild11
-rw-r--r--media-sound/redoflacs/redoflacs-0.16.2.ebuild11
-rw-r--r--media-sound/redoflacs/redoflacs-0.19.ebuild11
-rw-r--r--media-sound/redoflacs/redoflacs-0.30.ebuild11
5 files changed, 30 insertions, 22 deletions
diff --git a/media-sound/redoflacs/ChangeLog b/media-sound/redoflacs/ChangeLog
index 239f564184a1..7284836b5fd0 100644
--- a/media-sound/redoflacs/ChangeLog
+++ b/media-sound/redoflacs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/redoflacs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/redoflacs/ChangeLog,v 1.6 2014/10/08 08:50:50 chainsaw Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/redoflacs/ChangeLog,v 1.7 2015/03/21 18:33:50 jlec Exp $
+
+ 21 Mar 2015; Justin Lecher <jlec@gentoo.org> redoflacs-0.15.ebuild,
+ redoflacs-0.16.2.ebuild, redoflacs-0.19.ebuild, redoflacs-0.30.ebuild:
+ use dobin instead of exeinto /usr/bin/ && doexe
*redoflacs-0.30 (08 Oct 2014)
diff --git a/media-sound/redoflacs/redoflacs-0.15.ebuild b/media-sound/redoflacs/redoflacs-0.15.ebuild
index c58fd3714cd8..85d79c878c7c 100644
--- a/media-sound/redoflacs/redoflacs-0.15.ebuild
+++ b/media-sound/redoflacs/redoflacs-0.15.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/redoflacs/redoflacs-0.15.ebuild,v 1.1 2012/10/06 07:40:48 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/redoflacs/redoflacs-0.15.ebuild,v 1.2 2015/03/21 18:33:50 jlec Exp $
EAPI=4
+
inherit vcs-snapshot
DESCRIPTION="Bash commandline flac verifier, organizer, analyzer"
@@ -15,14 +16,14 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND="app-shells/bash
+RDEPEND="
+ app-shells/bash
media-libs/flac
sys-apps/coreutils
sys-apps/findutils"
src_install() {
- exeinto /usr/bin
- newexe redoFlacs.sh redoflacs
+ newbin redoFlacs.sh redoflacs
}
pkg_postinst() {
diff --git a/media-sound/redoflacs/redoflacs-0.16.2.ebuild b/media-sound/redoflacs/redoflacs-0.16.2.ebuild
index 87a6b4274497..4afbac5bc5a0 100644
--- a/media-sound/redoflacs/redoflacs-0.16.2.ebuild
+++ b/media-sound/redoflacs/redoflacs-0.16.2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/redoflacs/redoflacs-0.16.2.ebuild,v 1.1 2012/10/29 14:25:28 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/redoflacs/redoflacs-0.16.2.ebuild,v 1.2 2015/03/21 18:33:50 jlec Exp $
EAPI=5
+
inherit vcs-snapshot
DESCRIPTION="Bash commandline flac verifier, organizer, analyzer"
@@ -15,14 +16,14 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND="app-shells/bash
+RDEPEND="
+ app-shells/bash
media-libs/flac
sys-apps/coreutils
sys-apps/findutils"
src_install() {
- exeinto /usr/bin
- newexe redoFlacs redoflacs
+ newbin redoFlacs redoflacs
}
pkg_postinst() {
diff --git a/media-sound/redoflacs/redoflacs-0.19.ebuild b/media-sound/redoflacs/redoflacs-0.19.ebuild
index f8ea07662146..75d81e641df0 100644
--- a/media-sound/redoflacs/redoflacs-0.19.ebuild
+++ b/media-sound/redoflacs/redoflacs-0.19.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/redoflacs/redoflacs-0.19.ebuild,v 1.1 2013/01/27 10:34:50 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/redoflacs/redoflacs-0.19.ebuild,v 1.2 2015/03/21 18:33:50 jlec Exp $
EAPI=5
+
inherit readme.gentoo vcs-snapshot
DESCRIPTION="Bash commandline flac compressor, verifier, organizer, analyzer, retagger"
@@ -15,12 +16,12 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND=">=app-shells/bash-4
+RDEPEND="
+ >=app-shells/bash-4
media-libs/flac
sys-apps/coreutils"
src_install() {
- exeinto /usr/bin
- doexe redoflacs
+ dobin redoflacs
readme.gentoo_create_doc
}
diff --git a/media-sound/redoflacs/redoflacs-0.30.ebuild b/media-sound/redoflacs/redoflacs-0.30.ebuild
index 21e373b69d7b..fbaca0b041e4 100644
--- a/media-sound/redoflacs/redoflacs-0.30.ebuild
+++ b/media-sound/redoflacs/redoflacs-0.30.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/redoflacs/redoflacs-0.30.ebuild,v 1.1 2014/10/08 08:50:50 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/redoflacs/redoflacs-0.30.ebuild,v 1.2 2015/03/21 18:33:50 jlec Exp $
EAPI=5
+
inherit readme.gentoo vcs-snapshot
DESCRIPTION="Bash commandline flac compressor, verifier, organizer, analyzer, retagger"
@@ -15,12 +16,12 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
-RDEPEND=">=app-shells/bash-4
+RDEPEND="
+ >=app-shells/bash-4
media-libs/flac
sys-apps/coreutils"
src_install() {
- exeinto /usr/bin
- doexe redoflacs
+ dobin redoflacs
readme.gentoo_create_doc
}