]> Pileus Git - ~andy/sunrise/commitdiff
x11-plugins/imgur-integration: Fixed deps for Gnome3
authorJustin Lecher <jlec@gentoo.org>
Sat, 30 Apr 2011 18:00:05 +0000 (18:00 +0000)
committerJustin Lecher <jlec@gentoo.org>
Sat, 30 Apr 2011 18:00:05 +0000 (18:00 +0000)
svn path=/sunrise/; revision=12014

x11-plugins/imgur-integration/ChangeLog
x11-plugins/imgur-integration/Manifest
x11-plugins/imgur-integration/imgur-integration-0.5.1.ebuild

index c9b9697e9edc136da78f591368f1d868405a6e65..aca24d591188f4e4aebd5de87816bb85ea92eaba 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  30 Apr 2011; Justin Lecher <jlec@gentoo.org>
+  imgur-integration-0.5.1.ebuild:
+  Fixed deps for Gnome3
+
   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
index 5827e4447cb788df43bb62f5bcbcf7dd424b5b46..b1ad969b2b20ea9b8898076ba31095ebccda8bf7 100644 (file)
@@ -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 1035 RMD160 2e36ef6a60d1338902393bcc9388eac32ff1ca8d SHA1 783a7fb92ce1811ae34d7c1cf647f06854fa4af2 SHA256 29ec7e9f3522b736c1a5123bd64cc4b0ed85c2f0e26801c735d0b45b45adff24
-MISC ChangeLog 636 RMD160 8cd9d7a5764ed65ebae1954437a2cc875df6356a SHA1 dcfdda66b2856a44728328751183e90bf81bcd99 SHA256 fdf8e943fc650a37935a70e26fce43949a52bdde07481c15a08abbd4f5115684
+EBUILD imgur-integration-0.5.1.ebuild 985 RMD160 22bb11fbab5ad90344973f3b9979bad5786c65f3 SHA1 1bf910198ba328c97bc9670c505ae9d4a66f76b3 SHA256 6fb322b7761c53122d7836e0a664899d1864493883cecaf678abc5fcb01ac011
+MISC ChangeLog 742 RMD160 fd5f7d3af1ae5b87cdd2136cbebcc1c8e505d452 SHA1 95bdf20937955e8aedea66cb4e2c77e072ddb7cb SHA256 a123218c130a4a693b70929cb7a2e42a9bdae88dd6be7ba8f43c9e3bd256574f
 MISC metadata.xml 326 RMD160 7a6135876eac8f27ed2e18f93730abb497a265de SHA1 0cf8ae1a2c268b314231b04024bf749f35fc20dc SHA256 ec91c7cb4f1d8c39711de7a748e6253a881ba195d4c92320fd543d7343ba2e89
index 5992a560b6e2cbb102a1ecac39176a88987e3a93..859dc6fe1ac6cf65a70376cd5c86a6d83efb03ba 100644 (file)
@@ -7,7 +7,7 @@ EAPI=4
 MY_P=imgur-${PV}
 
 DESCRIPTION="A command-line utility and media-gfx/eog plugin for uploading to imgur.com"
-HOMEPAGE="https://github.com/tthurman/imgur-integration"
+HOMEPAGE="https://github.com/tthurman/imgur-integration/"
 SRC_URI="http://www.chiark.greenend.org.uk/~tthurman/imgur/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 
@@ -15,9 +15,10 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="eog"
 
-RDEPEND="sys-apps/dbus
+RDEPEND="
+       sys-apps/dbus
        dev-libs/dbus-glib
-       >=dev-libs/glib-2.24
+       dev-libs/glib:2
        net-misc/curl
        eog? ( media-gfx/eog )"
 DEPEND="${RDEPEND}
@@ -33,8 +34,7 @@ src_configure() {
 }
 
 src_install() {
-       emake install DESTDIR="${D}"
-       dodoc AUTHORS NEWS README
+       default
 
        # icon is useless without the eog plugin
        use eog || rm -rf "${D}"/usr/share/pixmaps