summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-08-24 15:57:21 +0000
committerMike Frysinger <vapier@gentoo.org>2012-08-24 15:57:21 +0000
commitfc6aaeb6e7db707fb29705b1bc18612d98a47914 (patch)
tree2d705b2a658879aa10e9baf962c1a43c2a54abb3 /sys-devel
parentdrop older version (diff)
downloadgentoo-2-fc6aaeb6e7db707fb29705b1bc18612d98a47914.tar.gz
gentoo-2-fc6aaeb6e7db707fb29705b1bc18612d98a47914.tar.bz2
gentoo-2-fc6aaeb6e7db707fb29705b1bc18612d98a47914.zip
Drop useless -v flag to mv #432486 by Joshua B. Kahlenberg.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bison/ChangeLog6
-rw-r--r--sys-devel/bison/bison-2.5.1.ebuild8
-rw-r--r--sys-devel/bison/bison-2.6.1.ebuild8
-rw-r--r--sys-devel/bison/bison-2.6.2.ebuild8
-rw-r--r--sys-devel/bison/bison-2.6.ebuild8
5 files changed, 21 insertions, 17 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog
index 337e6b6ebb78..365fc5315644 100644
--- a/sys-devel/bison/ChangeLog
+++ b/sys-devel/bison/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/bison
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.115 2012/08/03 20:58:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.116 2012/08/24 15:57:21 vapier Exp $
+
+ 24 Aug 2012; Mike Frysinger <vapier@gentoo.org> bison-2.5.1.ebuild,
+ bison-2.6.1.ebuild, bison-2.6.2.ebuild, bison-2.6.ebuild:
+ Drop useless -v flag to mv #432486 by Joshua B. Kahlenberg.
*bison-2.6.2 (03 Aug 2012)
diff --git a/sys-devel/bison/bison-2.5.1.ebuild b/sys-devel/bison/bison-2.5.1.ebuild
index 1a38bb0e6ddb..c4235c1589a5 100644
--- a/sys-devel/bison/bison-2.5.1.ebuild
+++ b/sys-devel/bison/bison-2.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.1.ebuild,v 1.3 2012/08/03 15:43:06 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.1.ebuild,v 1.4 2012/08/24 15:57:21 vapier Exp $
EAPI=4
@@ -34,14 +34,14 @@ src_install() {
default
# This one is installed by dev-util/yacc
- mv -v "${ED}"/usr/bin/yacc{,.bison} || die
- mv -v "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
+ mv "${ED}"/usr/bin/yacc{,.bison} || die
+ mv "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
# We do not need liby.a
rm -r "${ED}"/usr/lib* || die
# Move to documentation directory and leave compressing for EAPI>=4
- mv -v "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
+ mv "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
}
pkg_postinst() {
diff --git a/sys-devel/bison/bison-2.6.1.ebuild b/sys-devel/bison/bison-2.6.1.ebuild
index d2c7c8a95acf..b5c41c249450 100644
--- a/sys-devel/bison/bison-2.6.1.ebuild
+++ b/sys-devel/bison/bison-2.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.1.ebuild,v 1.2 2012/08/03 15:43:06 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.1.ebuild,v 1.3 2012/08/24 15:57:21 vapier Exp $
EAPI=4
@@ -34,14 +34,14 @@ src_install() {
default
# This one is installed by dev-util/yacc
- mv -v "${ED}"/usr/bin/yacc{,.bison} || die
- mv -v "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
+ mv "${ED}"/usr/bin/yacc{,.bison} || die
+ mv "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
# We do not need liby.a
rm -r "${ED}"/usr/lib* || die
# Move to documentation directory and leave compressing for EAPI>=4
- mv -v "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
+ mv "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
}
pkg_postinst() {
diff --git a/sys-devel/bison/bison-2.6.2.ebuild b/sys-devel/bison/bison-2.6.2.ebuild
index 7b7e163ff5f9..9a2c28f30b71 100644
--- a/sys-devel/bison/bison-2.6.2.ebuild
+++ b/sys-devel/bison/bison-2.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.2.ebuild,v 1.1 2012/08/03 20:58:19 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.2.ebuild,v 1.2 2012/08/24 15:57:21 vapier Exp $
EAPI=4
@@ -34,14 +34,14 @@ src_install() {
default
# This one is installed by dev-util/yacc
- mv -v "${ED}"/usr/bin/yacc{,.bison} || die
- mv -v "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
+ mv "${ED}"/usr/bin/yacc{,.bison} || die
+ mv "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
# We do not need liby.a
rm -r "${ED}"/usr/lib* || die
# Move to documentation directory and leave compressing for EAPI>=4
- mv -v "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
+ mv "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
}
pkg_postinst() {
diff --git a/sys-devel/bison/bison-2.6.ebuild b/sys-devel/bison/bison-2.6.ebuild
index bfc759430b2c..e24b34450a07 100644
--- a/sys-devel/bison/bison-2.6.ebuild
+++ b/sys-devel/bison/bison-2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.ebuild,v 1.2 2012/08/03 15:43:06 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.ebuild,v 1.3 2012/08/24 15:57:21 vapier Exp $
EAPI=4
@@ -34,14 +34,14 @@ src_install() {
default
# This one is installed by dev-util/yacc
- mv -v "${ED}"/usr/bin/yacc{,.bison} || die
- mv -v "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
+ mv "${ED}"/usr/bin/yacc{,.bison} || die
+ mv "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
# We do not need liby.a
rm -r "${ED}"/usr/lib* || die
# Move to documentation directory and leave compressing for EAPI>=4
- mv -v "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
+ mv "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
}
pkg_postinst() {