diff options
author | Martin Väth <martin@mvath.de> | 2017-08-20 13:09:31 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2017-08-20 13:09:31 +0200 |
commit | baba4b6481d6c2b7da8e7fb2e23c1849014b1dc5 (patch) | |
tree | c3ced4da02ece48bc38086f2be870348357f39e2 | |
parent | media-video/avidemux: Add QA_DT_NEEDED (diff) | |
download | mv-baba4b6481d6c2b7da8e7fb2e23c1849014b1dc5.tar.gz mv-baba4b6481d6c2b7da8e7fb2e23c1849014b1dc5.tar.bz2 mv-baba4b6481d6c2b7da8e7fb2e23c1849014b1dc5.zip |
app-shells/push: Version bump. Provide wrapper. Install into /
-rw-r--r-- | app-shells/push/Manifest | 2 | ||||
-rw-r--r-- | app-shells/push/push-3.0.ebuild (renamed from app-shells/push/push-2.0-r2.ebuild) | 8 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest index fe91cac0..6f4f45f0 100644 --- a/app-shells/push/Manifest +++ b/app-shells/push/Manifest @@ -1 +1 @@ -DIST push-2.0.tar.gz 2211 SHA256 2d5e1c5b580f77ac9fb65b7b75c6220ee88687b6e7340ccc746e42e5632604b0 +DIST push-3.0.tar.gz 2689 SHA256 89a3203b5a171cc32a5970f1b5daf1c1ff2d5995829e876ec9fd7bcd0d64203b diff --git a/app-shells/push/push-2.0-r2.ebuild b/app-shells/push/push-3.0.ebuild index 2a08b36f..453a23bf 100644 --- a/app-shells/push/push-2.0-r2.ebuild +++ b/app-shells/push/push-3.0.ebuild @@ -13,7 +13,13 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="" +# Install into / to let sys-block/zram-init work with split /usr + +src_compile() { + emake PREFIX= EPREFX="${EPREFIX}" DATADIR=/lib/push +} + src_install() { - dobin bin/* dodoc README + emake DESTDIR="${ED}" PREFIX= EPREFX="${EPREFIX}" DATADIR=/lib/push install } diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 4f33fdb2..21cee250 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -38,7 +38,7 @@ app-shells/auto-fu-zsh 0.0.1.12-r4 0.0.1.12_p0 99999999: zsh automatic complete- app-shells/command-not-found 0.4.5: search ARCH database for packages with similar commands 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 2.0-r2: A POSIX shell function to treat a variable like an array, quoting args +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/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 @@ -79,7 +79,7 @@ media-libs/avidemux-core 2.6.20-r1 2.7.0: Core libraries for media-video/avidemu media-libs/avidemux-plugins 2.6.20 2.7.0: Plugins for media-video/avidemux media-tv/nvtv 0.4.7-r3: TV-Out for NVidia cards media-tv/sundtek-tv 170805.015349-r1: Sundtek MediaTV Pro III Drivers -media-video/avidemux 2.6.20 2.7.0: Video editor designed for simple cutting, filtering and encoding tasks +media-video/avidemux 2.6.20 2.7.0-r1: Video editor designed for simple cutting, filtering and encoding tasks media-video/avinfo 1.0_alpha15_p1: Utility for displaying AVI information media-video/video-mv 11.1: Frontends for using mplayer/mencoder, ffmpeg/libav, or tzap as video recorder net-dialup/accounting 1.60.45.3.1: Give statistics about dialup connections. Originally part of SuSE's smpppd |