summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2017-08-20 13:14:08 +0200
committerMartin Väth <martin@mvath.de>2017-08-20 14:04:24 +0200
commit71a62467b29a766127dd225e826a1f76be1b0142 (patch)
tree65a6d19bac992db1e39a2c4fec9a47d05fb425ea /app-shells
parentapp-shells/push: Version bump. Provide wrapper. Install into / (diff)
downloadmv-71a62467b29a766127dd225e826a1f76be1b0142.tar.gz
mv-71a62467b29a766127dd225e826a1f76be1b0142.tar.bz2
mv-71a62467b29a766127dd225e826a1f76be1b0142.zip
app-shells/quoter: Version bump. Provide wrapper
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/quoter/Manifest2
-rw-r--r--app-shells/quoter/quoter-4.0.ebuild (renamed from app-shells/quoter/quoter-3.0_p2-r2.ebuild)5
2 files changed, 4 insertions, 3 deletions
diff --git a/app-shells/quoter/Manifest b/app-shells/quoter/Manifest
index 134a4319..b1cc5eda 100644
--- a/app-shells/quoter/Manifest
+++ b/app-shells/quoter/Manifest
@@ -1 +1 @@
-DIST quoter-3.0_p2.tar.gz 10691 SHA256 19a335095991c8fa0f637c81b7e8b9a262af67e230507af87f3c113228965732
+DIST quoter-4.0.tar.gz 10902 SHA256 0aa7c42bfbe66ca5d04c8b2d2b75f398bd96e2d224bb1fd5dd00b51a143d6498
diff --git a/app-shells/quoter/quoter-3.0_p2-r2.ebuild b/app-shells/quoter/quoter-4.0.ebuild
index b1a1bbc8..6be0fb92 100644
--- a/app-shells/quoter/quoter-3.0_p2-r2.ebuild
+++ b/app-shells/quoter/quoter-4.0.ebuild
@@ -14,9 +14,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
IUSE=""
src_compile() {
- emake CC="$(tc-getCC)"
+ emake CC="$(tc-getCC)" EPREFIX="${EPREFIX}"
}
src_install() {
- emake DESTDIR="${ED}" install
+ emake DESTDIR="${ED}" EPREFIX="${EPREFIX}" install
+ dodoc README
}