]> Pileus Git - ~andy/sunrise/commitdiff
x11-plugins/imgur-integration: Version bump. Also updated SRC_URI.
authorDean Matzkov (bapa) <bapabooiee@gmail.com>
Tue, 8 Feb 2011 00:19:15 +0000 (00:19 +0000)
committerDean Matzkov (bapa) <bapabooiee@gmail.com>
Tue, 8 Feb 2011 00:19:15 +0000 (00:19 +0000)
svn path=/sunrise/; revision=11759

x11-plugins/imgur-integration/ChangeLog
x11-plugins/imgur-integration/Manifest
x11-plugins/imgur-integration/imgur-integration-0.5.1.ebuild [moved from x11-plugins/imgur-integration/imgur-integration-0.3.0.ebuild with 80% similarity]

index 8425215545830f3402351cc685fc0a17fc64f61a..ec9767a4eb438469eb5ec7459280839d17819b19 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  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.
+
   23 Jan 2011; Dean Matzkov (bapa) <bapabooiee@gmail.com>
   +imgur-integration-0.3.0.ebuild, +metadata.xml:
   New ebuild for bug #352541
index 305f219ac7057eae80f33aeb0ab45ca19bb5e746..c0d89e86a3e8a87ebb4347ddfa8cca3209a1e1f9 100644 (file)
@@ -1,4 +1,4 @@
-DIST imgur-0.3.0.tar.gz 325760 RMD160 0972233aa24daf30d4ba48898511d8c8ca6e736e SHA1 78aa0e476c3800f1a475dc59e776e4be3533c12f SHA256 7a2dc852e2f7deaf917707a37211e57d96444baac871d4aafce507cda9f0c85a
-EBUILD imgur-integration-0.3.0.ebuild 926 RMD160 c266f90c6ce58a727d8dd2ab473b42711042d1de SHA1 6d9b809ceb153c5c0c8fa238916486d12e40b831 SHA256 de0bd6bf9054cad03c766a67888d66ef83ef078e05412f7175eac0a34a850e79
-MISC ChangeLog 268 RMD160 cb57283d2e326ea7f33c0cbe55cffc09298a8772 SHA1 eed1b502a94a6c4fbbf2bd74d95ef7866eb7da2b SHA256 71e59a1faa151ec678e7fe7ab724376149121c5bfd562c0f11cb8fbd47969d0c
+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
 MISC metadata.xml 326 RMD160 7a6135876eac8f27ed2e18f93730abb497a265de SHA1 0cf8ae1a2c268b314231b04024bf749f35fc20dc SHA256 ec91c7cb4f1d8c39711de7a748e6253a881ba195d4c92320fd543d7343ba2e89
similarity index 80%
rename from x11-plugins/imgur-integration/imgur-integration-0.3.0.ebuild
rename to x11-plugins/imgur-integration/imgur-integration-0.5.1.ebuild
index 06efed123026e868962e304d6ffce231e7d6dfb1..1a6113fd8df9d15ae3e5fd864d9805f71fff1132 100644 (file)
@@ -8,7 +8,7 @@ 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"
-SRC_URI="http://spectrum.myriadcolours.com/~marnanel/${PN}/${MY_P}.tar.gz"
+SRC_URI="http://www.chiark.greenend.org.uk/~tthurman/imgur/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 
 SLOT="0"
@@ -26,12 +26,15 @@ DEPEND="${RDEPEND}
 S=${WORKDIR}/${MY_P}
 
 src_configure() {
-       econf $(use_enable eog)
+       econf \
+               --disable-libsocialweb \
+               --disable-libsharing \
+               $(use_enable eog)
 }
 
 src_install() {
        emake install DESTDIR="${D}" || die "emake failed"
-       dodoc AUTHORS README || die "dodoc failed"
+       dodoc AUTHORS NEWS README || die "dodoc failed"
 }
 
 pkg_postinst() {