summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-01-19 16:08:01 +0100
committerMartin Väth <martin@mvath.de>2018-01-19 16:08:01 +0100
commitd07b36391e986092ece802d8cad2150ee9c2fa7c (patch)
tree3be28243a416579e284a63d4e565277a75b447a6 /app-shells/push
parentapp-shells/quoter: Version bump (diff)
downloadmv-d07b36391e986092ece802d8cad2150ee9c2fa7c.tar.gz
mv-d07b36391e986092ece802d8cad2150ee9c2fa7c.tar.bz2
mv-d07b36391e986092ece802d8cad2150ee9c2fa7c.zip
app-shells/push: Version bump
Diffstat (limited to 'app-shells/push')
-rw-r--r--app-shells/push/Manifest2
-rw-r--r--app-shells/push/push-3.1.ebuild (renamed from app-shells/push/push-3.0-r1.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest
index 8b63ef90..ddc8b35d 100644
--- a/app-shells/push/Manifest
+++ b/app-shells/push/Manifest
@@ -1 +1 @@
-DIST push-3.0.tar.gz 2689 SHA256 89a3203b5a171cc32a5970f1b5daf1c1ff2d5995829e876ec9fd7bcd0d64203b SHA512 3d877f5f69f2714827ee997ae9a7bd9e91db036a063c0cd435ebd9c2caecd2e38151646c6040218cd02996630b415c0e63b0e88cbddc904e65dd47bb7c04df22
+DIST push-3.1.tar.gz 2739 SHA512 d79d65c8a03b4ea5071594187a9d5eab253e163a930b5f8c37a7dc62f27da6372afac72f2eea5c845d6b1460ccbb65e1fe9d3ec76e3a731eebbf899978c36816
diff --git a/app-shells/push/push-3.0-r1.ebuild b/app-shells/push/push-3.1.ebuild
index 453a23bf..a3d58ee2 100644
--- a/app-shells/push/push-3.0-r1.ebuild
+++ b/app-shells/push/push-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017 Gentoo Foundation
+# Copyright 2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,6 +20,6 @@ src_compile() {
}
src_install() {
- dodoc README
+ dodoc README.md
emake DESTDIR="${ED}" PREFIX= EPREFX="${EPREFIX}" DATADIR=/lib/push install
}