From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/moreutils/
Date: Sat, 12 Mar 2016 07:16:18 +0000 (UTC) [thread overview]
Message-ID: <1457766805.5f1d9bab6ef8065a42f37f512803b63eae49ebac.radhermit@gentoo> (raw)
commit: 5f1d9bab6ef8065a42f37f512803b63eae49ebac
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 07:13:25 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 07:13:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1d9bab
sys-apps/moreutils: version bump to 0.58
sys-apps/moreutils/Manifest | 1 +
sys-apps/moreutils/moreutils-0.58.ebuild | 56 ++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/sys-apps/moreutils/Manifest b/sys-apps/moreutils/Manifest
index ec77e61..43e2219 100644
--- a/sys-apps/moreutils/Manifest
+++ b/sys-apps/moreutils/Manifest
@@ -6,3 +6,4 @@ DIST moreutils_0.54.orig.tar.gz 45575 SHA256 50281c4d6bbbc8ab08f881c44a01c367049
DIST moreutils_0.55.orig.tar.gz 46500 SHA256 da9d5cd145ceea967a65dd50031d168d66199c3eb41b9390b57f35d4a5808ab5 SHA512 9a64057015cb9d1f957c438a35efc57c09438a033d0e58aed5e7fc0cd3c125df91b075a2f14b78d75c7e89b3b41fdba573b4cf41aba08bef7230f5a8794ee1a3 WHIRLPOOL 595692ac0d3ef5eee5323d682bd2a9e722fae2f33ef63199539d5612cc9b9a6c9a8eb96561149e13f03a6df4587532a231f7b00ff45694e2752b0753bd17efee
DIST moreutils_0.56.orig.tar.gz 46704 SHA256 ec4b7a1e1d1e1d6ec606d2877301ec06c6cf4091776687d9b76f4d019705e77f SHA512 1793619f791fa2da9d233e0ee90ba4d843ced638f059406bec84f476a1300df33288fc34452a2912de7006e1ba2a75492785024148fad6c8372987147fb8616f WHIRLPOOL 21eecda882856d0c4ee2fa744a9a10a8ac71333f64d592277fcb93cd6ed14bf59003dd16a2a8985f27556344e884d60e2c28556fd024638e3ce30f7397aa5bd1
DIST moreutils_0.57.orig.tar.gz 46749 SHA256 3a7d54b0634e5eda8c3c43490d47cea189156700892dea6d876867cef9bc0d1d SHA512 2451ed5218841866b117349e451460fce1e7b84485588b48c1f4bfaa18c311a12c9cc6700aff16911aba2d06467e539ea15a705ea3cf0d397b296c4c5f7047c1 WHIRLPOOL dbaf2f043f20f662a4e9df6183bf836c5fdfda419432295c80b14cb8db319d8e2b9a547071408f6fce1d1e34f9e6142b15e80efdc20c341abbe8e6108e583acd
+DIST moreutils_0.58.orig.tar.gz 46828 SHA256 9c4bba745518f1cc4d5594b1276793bd4f737fedb2e5b14beeab4b73f106c00a SHA512 4bbb250d34b33a295e35cb4c282843ecf608ce61b428f8aa145a39dd6433a7b5b22619fe078df48be8d7f54f11aabcbf3094dc0e1c7fcd80c136e4be63282c64 WHIRLPOOL 88f81314e9f872c1b9965f0844dff46ea16809b161ca24818c2f73abd2db38669736ec38f678080137b9ec09512cb819077db80a95e9048a0c905e963c51c672
diff --git a/sys-apps/moreutils/moreutils-0.58.ebuild b/sys-apps/moreutils/moreutils-0.58.ebuild
new file mode 100644
index 0000000..01f0b4a
--- /dev/null
+++ b/sys-apps/moreutils/moreutils-0.58.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit toolchain-funcs
+
+DESCRIPTION="a growing collection of the unix tools that nobody thought to write thirty years ago"
+HOMEPAGE="http://joeyh.name/code/moreutils/"
+SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-linux"
+IUSE="+doc +perl"
+
+RDEPEND="
+ perl? (
+ dev-lang/perl
+ dev-perl/IPC-Run
+ dev-perl/Time-Duration
+ dev-perl/TimeDate
+ )"
+DEPEND="
+ doc? (
+ dev-lang/perl
+ >=app-text/docbook2X-0.8.8-r2
+ app-text/docbook-xml-dtd:4.4
+ )"
+
+src_prepare() {
+ # don't build manpages
+ if ! use doc ; then
+ sed -i -e '/^all:/s/$(MANS)//' -e '/man1/d' Makefile || die
+ fi
+
+ # don't install perl scripts
+ if ! use perl ; then
+ sed -i -e '/PERLSCRIPTS/d' Makefile || die
+ fi
+}
+
+src_compile() {
+ tc-export CC
+ emake CFLAGS="${CFLAGS}" DOCBOOK2XMAN=docbook2man.pl PREFIX="${EPREFIX}/usr"
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" INSTALL_BIN=install install
+
+ # sys-process is more advanced than parallel from moreutils, rename it
+ if use doc; then
+ mv "${ED}"usr/share/man/man1/{,${PN}_}parallel.1 || die
+ fi
+ mv "${ED}"usr/bin/{,${PN}_}parallel || die
+}
next reply other threads:[~2016-03-12 7:16 UTC|newest]
Thread overview: 65+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-12 7:16 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-29 13:42 [gentoo-commits] repo/gentoo:master commit in: sys-apps/moreutils/ Sam James
2024-04-29 13:42 Sam James
2024-04-29 5:50 Sam James
2024-04-29 5:48 Sam James
2024-02-29 4:22 Sam James
2024-02-29 4:22 Sam James
2024-01-07 12:42 Arthur Zamarin
2024-01-07 12:42 Arthur Zamarin
2024-01-07 9:31 Sam James
2024-01-07 9:31 Sam James
2023-12-03 9:02 Sam James
2023-02-01 7:38 Sam James
2022-02-20 5:51 Sam James
2022-01-26 5:06 Sam James
2022-01-26 5:06 Sam James
2022-01-26 5:06 Sam James
2022-01-26 5:04 Sam James
2022-01-01 9:38 Sam James
2021-12-24 7:38 Sam James
2021-10-27 4:13 Sam James
2021-10-26 3:14 Sam James
2021-10-21 23:28 Sam James
2021-10-21 23:28 Sam James
2021-09-20 2:39 Sam James
2021-02-15 1:51 Sam James
2021-02-15 1:49 Sam James
2021-02-13 21:15 Sam James
2021-02-03 23:55 Thomas Deutschmann
2021-02-02 21:00 Sam James
2021-01-03 23:20 Sam James
2021-01-03 23:17 Sam James
2020-11-28 9:17 Sam James
2020-11-28 9:13 Sam James
2020-11-28 9:11 Sam James
2020-10-06 13:09 Sam James
2020-10-02 21:00 Sam James
2020-10-02 15:22 Sergei Trofimovich
2020-09-02 23:33 Sam James
2020-07-08 20:50 Sam James
2020-07-08 20:50 Sam James
2020-06-06 18:01 Michał Górny
2020-05-13 21:07 Mart Raudsepp
2020-03-31 8:39 Joonas Niilola
2020-01-16 12:32 Tim Harder
2019-12-19 18:35 Sergei Trofimovich
2019-12-15 13:53 Agostino Sarubbo
2019-12-15 12:44 Agostino Sarubbo
2019-11-17 22:10 Tim Harder
2019-04-03 4:46 Tim Harder
2019-01-04 6:40 Tim Harder
2018-02-03 9:15 Tim Harder
2018-02-03 9:15 Tim Harder
2017-09-16 21:43 Sergei Trofimovich
2017-09-03 17:23 Tim Harder
2017-08-31 15:46 Tim Harder
2017-04-27 7:35 Tim Harder
2017-04-27 7:22 Tim Harder
2017-02-05 13:19 Jeroen Roovers
2017-01-04 19:51 Tim Harder
2017-01-04 19:42 Tim Harder
2016-08-19 10:07 Pacho Ramos
2016-08-19 3:26 Tim Harder
2016-07-21 2:06 Tim Harder
2015-08-25 2:47 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1457766805.5f1d9bab6ef8065a42f37f512803b63eae49ebac.radhermit@gentoo \
--to=radhermit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox