]> Pileus Git - ~andy/sunrise/commitdiff
x11-plugins/pidgin-extended-blist-sort: Version bump to 1.6
authorAngelo D'Autilia (sYdRo) <sydro@salug.it>
Sun, 7 Mar 2010 01:32:32 +0000 (01:32 +0000)
committerAngelo D'Autilia (sYdRo) <sydro@salug.it>
Sun, 7 Mar 2010 01:32:32 +0000 (01:32 +0000)
svn path=/sunrise/; revision=10251

x11-plugins/pidgin-extended-blist-sort/ChangeLog
x11-plugins/pidgin-extended-blist-sort/Manifest
x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.6.ebuild [moved from x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.4.ebuild with 83% similarity]

index 345f26ca9113935881b195bc499327b1fb425073..6497df3c4ff6a7644729968046b08efa9de1e8c6 100644 (file)
@@ -2,6 +2,11 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Mar 2010; Angelo D'Autilia (sYdRo) <sydro@salug.it>
+  -pidgin-extended-blist-sort-1.4.ebuild,
+  +pidgin-extended-blist-sort-1.6.ebuild:
+  Version bump to 1.6
+
   07 Mar 2010; Angelo D'Autilia (sYdRo) <sydro@salug.it>
   pidgin-extended-blist-sort-1.4.ebuild:
   Remove dot from DESCRIPTION
index 655d138caa1f21b78aef1a5ab3cae675fc268ea3..0eafc46d5ecf77387c8adf26b44515701216aed6 100644 (file)
@@ -1,4 +1,4 @@
-DIST extended_blist_sort-1.4.tar.gz 332937 RMD160 cea5443808f19fe1afd9b868105879e0b93b63ac SHA1 7d0a64d7f3ba01e32939aeb4d8dcf0ff3bf6bb05 SHA256 e1d1949003550a00944cbf7e0625cd203051205a382a911541fc4078fde6948c
-EBUILD pidgin-extended-blist-sort-1.4.ebuild 583 RMD160 9925e1101b19e424a150a751a95155e9860015bf SHA1 ae4d38df9c501132a932135ff7ba777541335abc SHA256 e82da78c8ef2ca47e5994e1460f928ba870d09e38fec18379019c8a097e30a24
-MISC ChangeLog 462 RMD160 4ac8328e3afb4c44efd982e4b6be8b4e0581a95b SHA1 22f7127e3deeec28a640c2e71e901b98bbe883d8 SHA256 791749d02da2bd789f9b5370bd030a656f2fc19fe1f73a64987f13000d13d323
+DIST extended_blist_sort-1.6.tar.gz 339612 RMD160 e264128dd05abd759215f30556e8a8439b57b71e SHA1 08b2783f5f0126d99e083e6ee1b35ff72389215e SHA256 eb141c27fdedc490ea56a3a855fbcdec548a588d7d656ca44b11ac9f98cc3d00
+EBUILD pidgin-extended-blist-sort-1.6.ebuild 617 RMD160 91cae6b4db89a5809db223db4236f3c0e24b860e SHA1 ee446e0ee9e8f8286ccbb3234a17cecc16fcf1ec SHA256 27601fe93e0585a8181eaf74e377cc8b62609ea23d29fee076496c66b0e99ab8
+MISC ChangeLog 626 RMD160 7f24dc2541f3dba230f86325e1d819f00a9ac829 SHA1 d1d07880ca7a5b8a2db7f53680025de86f36a0bb SHA256 1b49f9c559df85cb65120b1ac70fcc8af7a5eb4496bb61018a7e08826fe6855f
 MISC metadata.xml 346 RMD160 9ac5ff1b78b797a7400a8393acf3f16818e8119b SHA1 e2008cb4b337403fa312e93b8c19403f7708aeaa SHA256 34c4374a475ddd97fca1efae90bebce5cc6cefb1048cd56c516c2e2768e62311
similarity index 83%
rename from x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.4.ebuild
rename to x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.6.ebuild
index 09f14a68d39eff8a3bb277a9db86cbf97dbc6ce8..376393b50edde26a9ea854e46e6c10089bc18448 100644 (file)
@@ -6,7 +6,7 @@ MY_P="extended_blist_sort-${PV}"
 
 DESCRIPTION="Pidgin plugin that provides several new sort options for the buddy list"
 HOMEPAGE="http://freakazoid.teamblind.de/2008/12/13/pidgin-extended-buddy-list-sort-plugin/"
-SRC_URI="http://freakazoid.teamblind.de/downloads/${MY_P}.tar.gz"
+SRC_URI="mirror://sourceforge/p-extblistsort/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -19,4 +19,5 @@ S=${WORKDIR}/${MY_P}
 
 src_install() {
        emake DESTDIR="${D}" install || die "emake install failed"
+       dodoc AUTHORS ChangeLog README || die
 }