diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-22 09:19:11 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-22 09:19:11 +0000 |
commit | dfc018192bc1c6184b443c412bac46b38c1f9e67 (patch) | |
tree | a54265c0f0b6be07c42f93c3cd8b7b6a4b122d5a /net-im/pidgin | |
parent | Convert to ruby-fakegem. (diff) | |
download | historical-dfc018192bc1c6184b443c412bac46b38c1f9e67.tar.gz historical-dfc018192bc1c6184b443c412bac46b38c1f9e67.tar.bz2 historical-dfc018192bc1c6184b443c412bac46b38c1f9e67.zip |
Added list of plugins added into sunrise, comment only change - no log in ChangeLog
Package-Manager: portage-2.1.7.15/cvs/Linux x86_64
Diffstat (limited to 'net-im/pidgin')
-rw-r--r-- | net-im/pidgin/Manifest | 2 | ||||
-rw-r--r-- | net-im/pidgin/pidgin-2.6.4-r1.ebuild | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/net-im/pidgin/Manifest b/net-im/pidgin/Manifest index 542c5e46c330..26992a804e27 100644 --- a/net-im/pidgin/Manifest +++ b/net-im/pidgin/Manifest @@ -4,7 +4,7 @@ DIST pidgin-2.6.3.tar.bz2 9093452 RMD160 3768e30abb54aca6c80343d4fc0f11da0d54d8f DIST pidgin-2.6.4.tar.bz2 9325043 RMD160 3b5edf2cecb72149f2cd01a723070b2c417a1b12 SHA1 1b67a5bef64d0bbe9576b3b2c9356df276cc5e6c SHA256 fa907ace507708e4a4bae32cc81a6271fb6da8bc0458fd8fc97cc4429ec8be11 EBUILD pidgin-2.5.9-r1.ebuild 4502 RMD160 0da18ffe460ca89a9b4c41db7e271f0923a4f766 SHA1 9b46fce89acf41c0d8d018a11b161d603946b470 SHA256 b8b3b8df1d21f93e3408e6ff38730bdf058cfbfb5bc84e27fd6cee4fd965c3ae EBUILD pidgin-2.6.3.ebuild 4644 RMD160 462a31b9104094d7fd6ded3f536ff6590c665b8d SHA1 60864bbb2b13e664356eded0324c68f1dd02a742 SHA256 5cfd007a1e7ab70bb902fa4d5e87c441ef2595bc253fcc0b13e102959532578c -EBUILD pidgin-2.6.4-r1.ebuild 4719 RMD160 bef602703d3751b0c626c0691be09b6af5126ca0 SHA1 52eae335085705790c43f6eb50d5992b90fe2c03 SHA256 3fce9634e6a7ac94f5a21f02277857816f5686d94a80bdd2fe6874a6c9befda6 +EBUILD pidgin-2.6.4-r1.ebuild 4957 RMD160 1c0a97ebd17ad8d603bd5cc281c51f980b530463 SHA1 6736e8288a2c50c0ca152d3e8b10b345dd65824e SHA256 2ba3b81f8ce326ad7e906111bc29c34f9dd2bee3c9fbc29cf17c0d78d319ab63 EBUILD pidgin-2.6.4.ebuild 4652 RMD160 d3b8f23cc016920bc91293e2d3c7ccb6cd4fdc93 SHA1 fde8e2e1e66244777289c3fdce6d5612df50c99b SHA256 08e818f55f04aa53f6dc61685850989ca5e3b684b267d043e2d02416fe609d8b MISC ChangeLog 19170 RMD160 05376710c4a02a63cf4a91c972d6611ed3991341 SHA1 5853ae5a075aacdfc8f11e699d3af83a462f1660 SHA256 9263e1e3e46d28f154c64fbf413cfdb3a18c772cd3cddb1aef7270984f732796 MISC metadata.xml 987 RMD160 a83ec75f557b2b49e5916dcb1f7a555aaf4643e5 SHA1 1885706fc2f6c48d7bdfb77eedf8805ef9d26842 SHA256 62409a470ac0f5f12e37edaaead6b7d184878d20cf317320fa629b2fbf6dfd31 diff --git a/net-im/pidgin/pidgin-2.6.4-r1.ebuild b/net-im/pidgin/pidgin-2.6.4-r1.ebuild index bcaa3cde1846..7481a13a117c 100644 --- a/net-im/pidgin/pidgin-2.6.4-r1.ebuild +++ b/net-im/pidgin/pidgin-2.6.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.4-r1.ebuild,v 1.2 2009/12/21 19:56:11 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.6.4-r1.ebuild,v 1.3 2009/12/22 09:19:11 pva Exp $ EAPI=2 @@ -82,6 +82,14 @@ DYNAMIC_PRPLS="irc,jabber,oscar,yahoo,simple,msn,myspace" # x11-plugins/pidgin-rhythmbox # x11-plugins/purple-plugin_pack # x11-themes/pidgin-smileys +# Plugins in Sunrise: +# x11-plugins/pidgimpd +# x11-plugins/pidgin-birthday +# x11-plugins/pidgin-botsentry +# x11-plugins/pidgin-convreverse +# x11-plugins/pidgin-extended-blist-sort +# x11-plugins/pidgin-lastfm +# x11-plugins/pidgin-mbpurple pkg_setup() { if ! use gtk && ! use ncurses ; then |