summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-04-07 19:27:12 +0200
committerMartin Väth <martin@mvath.de>2018-04-07 19:27:12 +0200
commit2ed967d2ca704c8ea943b1748530f6b83b9f3836 (patch)
treeba93871110bfb188c73c37690903da646e9f3887
parentdev-util/replacer: New package (diff)
downloadmv-2ed967d2ca704c8ea943b1748530f6b83b9f3836.tar.gz
mv-2ed967d2ca704c8ea943b1748530f6b83b9f3836.tar.bz2
mv-2ed967d2ca704c8ea943b1748530f6b83b9f3836.zip
dev-util/pyrep: Version bump
-rw-r--r--dev-util/pyrep/Manifest2
-rw-r--r--dev-util/pyrep/pyrep-1.5.ebuild (renamed from dev-util/pyrep/pyrep-1.4-r1.ebuild)12
-rw-r--r--metadata/pkg_desc_index2
3 files changed, 9 insertions, 7 deletions
diff --git a/dev-util/pyrep/Manifest b/dev-util/pyrep/Manifest
index aec1c109..7d50a6f0 100644
--- a/dev-util/pyrep/Manifest
+++ b/dev-util/pyrep/Manifest
@@ -1 +1 @@
-DIST pyrep-1.4.tar.gz 8622 SHA512 9038b6368930628488f5e47a08262c9a51aec20172e8528d199d113653e445d37a69d4f07c00087cc8359e04fcf864ea72c749d9552b580d8f38ff62d8ec55f7
+DIST pyrep-1.5.tar.gz 9555 SHA512 3a2affa147da9e833432e2441dc1a1a3ea47e618695d6541ea6a4f04cb60b0708314814de191aea4e77a07b17f714454a7611f5f0989528e0ebabddd93a1cca0
diff --git a/dev-util/pyrep/pyrep-1.4-r1.ebuild b/dev-util/pyrep/pyrep-1.5.ebuild
index d5aec00d..f2ade1ab 100644
--- a/dev-util/pyrep/pyrep-1.4-r1.ebuild
+++ b/dev-util/pyrep/pyrep-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017 Gentoo Foundation
+# Copyright 2012-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,11 +20,13 @@ RDEPEND="${PYTHON_DEPS}"
src_prepare() {
use prefix || sed -i \
-e '1s"^#!/usr/bin/env python$"#!'"${EPREFIX}/usr/bin/python"'"' \
- -- "${PN}" || die
- eapply_user
+ -- bin/* || die
+ default
}
src_install() {
- dobin "${PN}"
- dodoc AUTHORS README
+ dobin bin/*
+ dodoc AUTHORS README.md
+ insinto /usr/share/zsh/site-functions
+ doins zsh/_*
}
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index
index 5eaf25c8..068b7783 100644
--- a/metadata/pkg_desc_index
+++ b/metadata/pkg_desc_index
@@ -56,7 +56,7 @@ dev-util/ccache 99999999: fast compiler cache
dev-util/comp 4.3: compare files or directories, including metadata
dev-util/diffhelp 1.11: A frontend, beautifier, and path-fixer for diff -u
dev-util/mv_perl 3.15: A collection of perl scripts (replacement in files, syncing dirs etc)
-dev-util/pyrep 1.4-r1: Search and/or replace regular expressions within many files interactively
+dev-util/pyrep 1.5: Search and/or replace regular expressions within many files interactively
dev-util/replacer 0.1: Search and replace python regular expressions within many files interactively
dev-vcs/git-wrappers-mv 1.17: Some personal wrappers for the most important git commands
games-action/trackballs 1.1.4-r1: simple game similar to the classical game Marble Madness