diff options
author | Martin Väth <martin@mvath.de> | 2017-08-20 13:14:08 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2017-08-20 14:04:24 +0200 |
commit | 71a62467b29a766127dd225e826a1f76be1b0142 (patch) | |
tree | 65a6d19bac992db1e39a2c4fec9a47d05fb425ea | |
parent | app-shells/push: Version bump. Provide wrapper. Install into / (diff) | |
download | mv-71a62467b29a766127dd225e826a1f76be1b0142.tar.gz mv-71a62467b29a766127dd225e826a1f76be1b0142.tar.bz2 mv-71a62467b29a766127dd225e826a1f76be1b0142.zip |
app-shells/quoter: Version bump. Provide wrapper
-rw-r--r-- | app-shells/quoter/Manifest | 2 | ||||
-rw-r--r-- | app-shells/quoter/quoter-4.0.ebuild (renamed from app-shells/quoter/quoter-3.0_p2-r2.ebuild) | 5 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 2 |
3 files changed, 5 insertions, 4 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 } diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 21cee250..db10864c 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -39,7 +39,7 @@ app-shells/command-not-found 0.4.5: search ARCH database for packages with simil app-shells/dash 99999999: Descendant of the NetBSD ash. POSIX compliant except for multibyte characters app-shells/oh-my-zsh 99999999: A ready-to-use zsh configuration with plugins app-shells/push 3.0: A POSIX shell function to treat a variable like an array, quoting args -app-shells/quoter 3.0_p2-r2: Quote arguments or standard input for usage in POSIX shell by eval +app-shells/quoter 4.0: Quote arguments or standard input for usage in POSIX shell by eval app-shells/runtitle 2.10: Scripts to run commands and set the hard status line (windows title) app-shells/schily-tools 2017.08.14: Many tools from Joerg Schilling, including a POSIX compliant Bourne Shell app-shells/set_prompt 3.0.0: An intelligent prompt for zsh or bash with status line (window title) support |