summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykyta Holubakha <hilobakho@gmail.com>2016-05-25 19:53:55 +0300
committerPatrice Clement <monsieurp@gentoo.org>2016-05-27 13:49:01 +0000
commitd44a906927dd6b55f949d110ede25847de2dc0ed (patch)
treee1a6a6dd90111556c37d9d9ea8e6182c6888dfb5
parentapp-editors/atom: Fix apm under Node 5+. (diff)
downloadgentoo-d44a9069.tar.gz
gentoo-d44a9069.tar.bz2
gentoo-d44a9069.zip
media-gfx/imv: Version bump to 2.1.2.
* Removed version 2.1.0 from the tree. * Restricted tests in 2.1.2 due to an upstream issue. * Removed extraneous eutils eclass inheritance. Closes: https://github.com/gentoo/gentoo/pull/1544 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--media-gfx/imv/Manifest2
-rw-r--r--media-gfx/imv/imv-2.1.2.ebuild (renamed from media-gfx/imv/imv-2.1.0.ebuild)7
-rw-r--r--media-gfx/imv/imv-9999.ebuild6
3 files changed, 4 insertions, 11 deletions
diff --git a/media-gfx/imv/Manifest b/media-gfx/imv/Manifest
index d41af2d96168..0eaf9ecc605e 100644
--- a/media-gfx/imv/Manifest
+++ b/media-gfx/imv/Manifest
@@ -1 +1 @@
-DIST imv-2.1.0.tar.gz 27023 SHA256 b3d97e09c7bfa39387b369638c70efd52476cf5a2e23e94ab6c722196cf2b7a6 SHA512 0419cf243a8380a07612da467925e669156a9ae597aa9d742956a79f24db3315f5183a43b318f0af1d87bbea5ebd9937680d1c13ec45f9eb78c107ed9584c3cc WHIRLPOOL 88b5569d37b9d4afc75a608bcda7ee63f709e58be4ccb19eb089fb271c797da5d285fd736e816282d26efdb2964b79444bcd4233c4c9800bde2b3029bdbe85bc
+DIST imv-2.1.2.tar.gz 27137 SHA256 7bb264c23d55795234556b98d63aa17afadbda87cc5a38d684e3a735cb12c135 SHA512 7ffe1f93963b824ffb62aaff777e733f2f1213193c8fdc576338b79a982936eaf1e03b112ba1804593c7833660eef56cdde0cea6c6639267d5e691e823a7c955 WHIRLPOOL 23e9b5511d115962c09c7bd736aa60bdd523f5558acdf60393c8f582fc2a6cae9a096fd418a4835e28aeeb9a64de439d308093d5564ff23ef98bb7f6a4bcbbc2
diff --git a/media-gfx/imv/imv-2.1.0.ebuild b/media-gfx/imv/imv-2.1.2.ebuild
index 95e7b7859c07..0200046ec2cf 100644
--- a/media-gfx/imv/imv-2.1.0.ebuild
+++ b/media-gfx/imv/imv-2.1.2.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-inherit eutils fdo-mime
+inherit fdo-mime
DESCRIPTION="Minimal image viewer designed for tiling window manager users"
HOMEPAGE="https://github.com/eXeC64/imv"
@@ -13,6 +13,7 @@ SRC_URI="https://github.com/eXeC64/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
RDEPEND="
!sys-apps/renameutils
@@ -24,10 +25,6 @@ RDEPEND="
DEPEND="${RDEPEND}"
-src_install() {
- emake DESTDIR="${D}" install
-}
-
pkg_postinst() {
fdo-mime_desktop_database_update
}
diff --git a/media-gfx/imv/imv-9999.ebuild b/media-gfx/imv/imv-9999.ebuild
index da4659182e58..169f9efcb8d0 100644
--- a/media-gfx/imv/imv-9999.ebuild
+++ b/media-gfx/imv/imv-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-inherit eutils fdo-mime git-r3
+inherit fdo-mime git-r3
DESCRIPTION="Minimal image viewer designed for tiling window manager users"
HOMEPAGE="https://github.com/eXeC64/imv"
@@ -24,10 +24,6 @@ RDEPEND="
DEPEND="${RDEPEND}"
-src_install() {
- emake DESTDIR="${D}" install
-}
-
pkg_postinst() {
fdo-mime_desktop_database_update
}