summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-10-31 20:09:06 +0100
committerMartin Väth <martin@mvath.de>2016-10-31 20:09:06 +0100
commitc0e2d8f89b4d9d8cc975ef88c780a336a0571ece (patch)
tree9ba15d52ab8f7ccfc44debfbb45c34fc1a889ee1 /app-shells
parentapp-portage/trickyfetch: Version bump (diff)
downloadmv-c0e2d8f89b4d9d8cc975ef88c780a336a0571ece.tar.gz
mv-c0e2d8f89b4d9d8cc975ef88c780a336a0571ece.tar.bz2
mv-c0e2d8f89b4d9d8cc975ef88c780a336a0571ece.zip
app-shells/push: Version bump
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/push/Manifest2
-rw-r--r--app-shells/push/push-2.0.ebuild (renamed from app-shells/push/push-1.11.ebuild)3
2 files changed, 2 insertions, 3 deletions
diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest
index 3a999211..fe91cac0 100644
--- a/app-shells/push/Manifest
+++ b/app-shells/push/Manifest
@@ -1 +1 @@
-DIST push-1.11.tar.gz 2037 SHA256 04a141b4de60f20a328b0e410f12b277b017369fbf3143822bf59788cbd904d5
+DIST push-2.0.tar.gz 2211 SHA256 2d5e1c5b580f77ac9fb65b7b75c6220ee88687b6e7340ccc746e42e5632604b0
diff --git a/app-shells/push/push-1.11.ebuild b/app-shells/push/push-2.0.ebuild
index c606e7e4..9b2ff7d2 100644
--- a/app-shells/push/push-1.11.ebuild
+++ b/app-shells/push/push-2.0.ebuild
@@ -14,7 +14,6 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
IUSE=""
src_install() {
- insinto /usr/bin
- doins push.sh
+ dobin bin/*
dodoc README
}