summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Matzkov (bapa) <bapabooiee@gmail.com>2011-04-17 12:04:27 +0000
committerDean Matzkov (bapa) <bapabooiee@gmail.com>2011-04-17 12:04:27 +0000
commitc76875714c47198bdfc60ed969ad5b4ae8a24aae (patch)
tree44cec86e1215c38d123ac85906c0bd0393e88dc2
parentnet-misc/danbooru-grabber: Version bump: Updated SRC_URI, tweaked description... (diff)
downloadsunrise-c76875714c47198bdfc60ed969ad5b4ae8a24aae.tar.gz
sunrise-c76875714c47198bdfc60ed969ad5b4ae8a24aae.tar.bz2
sunrise-c76875714c47198bdfc60ed969ad5b4ae8a24aae.zip
x11-plugins/imgur-integration: Tested on x86, and bumped to EAPI4. Icon is also no longer installed if the eog plugin isn't being built.
svn path=/sunrise/; revision=11896
-rw-r--r--x11-plugins/imgur-integration/ChangeLog5
-rw-r--r--x11-plugins/imgur-integration/Manifest4
-rw-r--r--x11-plugins/imgur-integration/imgur-integration-0.5.1.ebuild11
3 files changed, 14 insertions, 6 deletions
diff --git a/x11-plugins/imgur-integration/ChangeLog b/x11-plugins/imgur-integration/ChangeLog
index ec9767a4e..c9b9697e9 100644
--- a/x11-plugins/imgur-integration/ChangeLog
+++ b/x11-plugins/imgur-integration/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 17 Apr 2011; Dean Matzkov (bapa) <bapabooiee@gmail.com>
+ imgur-integration-0.5.1.ebuild:
+ Tested on x86, and bumped to EAPI4. Icon is also no longer installed if the
+ eog plugin isn't being built.
+
08 Feb 2011; Dean Matzkov (bapa) <bapabooiee@gmail.com>
-imgur-integration-0.3.0.ebuild, +imgur-integration-0.5.1.ebuild:
Version bump. Also updated SRC_URI.
diff --git a/x11-plugins/imgur-integration/Manifest b/x11-plugins/imgur-integration/Manifest
index c0d89e86a..5827e4447 100644
--- a/x11-plugins/imgur-integration/Manifest
+++ b/x11-plugins/imgur-integration/Manifest
@@ -1,4 +1,4 @@
DIST imgur-0.5.1.tar.gz 356535 RMD160 cffad23d3715a20f01284aea2cd1c4d63172ae91 SHA1 48ebaed02d3ea70c31debae7132a8bd25ece9dbf SHA256 1dedc287a64a82ced37b949ffa7b195eaf00921ed2c052e050800f734f7299c2
-EBUILD imgur-integration-0.5.1.ebuild 987 RMD160 ea676b517a84abe9574b666a33740a1194f6017a SHA1 e46f9b9373c23931ca525861eb1080fc98350ff5 SHA256 55f82f542bf3965b8a4d8980730df7dce9d54d3a7dc808d83bb8c0bfe696a44a
-MISC ChangeLog 433 RMD160 94e8b0e51fd9a88a2b63c95f1f7d8ec5ead5d36d SHA1 6e75fab6d693ec0da095b696603c3d8c8224f4e0 SHA256 4cd0150310cd5554a9d0f93ff1a7df868972334f38dbed8012b374c7251b3a71
+EBUILD imgur-integration-0.5.1.ebuild 1035 RMD160 2e36ef6a60d1338902393bcc9388eac32ff1ca8d SHA1 783a7fb92ce1811ae34d7c1cf647f06854fa4af2 SHA256 29ec7e9f3522b736c1a5123bd64cc4b0ed85c2f0e26801c735d0b45b45adff24
+MISC ChangeLog 636 RMD160 8cd9d7a5764ed65ebae1954437a2cc875df6356a SHA1 dcfdda66b2856a44728328751183e90bf81bcd99 SHA256 fdf8e943fc650a37935a70e26fce43949a52bdde07481c15a08abbd4f5115684
MISC metadata.xml 326 RMD160 7a6135876eac8f27ed2e18f93730abb497a265de SHA1 0cf8ae1a2c268b314231b04024bf749f35fc20dc SHA256 ec91c7cb4f1d8c39711de7a748e6253a881ba195d4c92320fd543d7343ba2e89
diff --git a/x11-plugins/imgur-integration/imgur-integration-0.5.1.ebuild b/x11-plugins/imgur-integration/imgur-integration-0.5.1.ebuild
index 1a6113fd8..5992a560b 100644
--- a/x11-plugins/imgur-integration/imgur-integration-0.5.1.ebuild
+++ b/x11-plugins/imgur-integration/imgur-integration-0.5.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=4
MY_P=imgur-${PV}
@@ -12,7 +12,7 @@ SRC_URI="http://www.chiark.greenend.org.uk/~tthurman/imgur/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="eog"
RDEPEND="sys-apps/dbus
@@ -33,8 +33,11 @@ src_configure() {
}
src_install() {
- emake install DESTDIR="${D}" || die "emake failed"
- dodoc AUTHORS NEWS README || die "dodoc failed"
+ emake install DESTDIR="${D}"
+ dodoc AUTHORS NEWS README
+
+ # icon is useless without the eog plugin
+ use eog || rm -rf "${D}"/usr/share/pixmaps
}
pkg_postinst() {