diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-25 22:46:46 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-25 22:46:46 +0000 |
commit | c05a0dc240cb020448667a6a5d39f4deb9e32483 (patch) | |
tree | 74b8bb800c58912ccb610b8235027f48a0121a63 | |
parent | app-misc/enum: New package (diff) | |
download | historical-c05a0dc240cb020448667a6a5d39f4deb9e32483.tar.gz historical-c05a0dc240cb020448667a6a5d39f4deb9e32483.tar.bz2 historical-c05a0dc240cb020448667a6a5d39f4deb9e32483.zip |
Stable on amd64 wrt bug #342617
Package-Manager: portage-2.2.0_alpha1/cvs/Linux x86_64
-rw-r--r-- | kde-misc/stock-quote/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/stock-quote/Manifest | 14 | ||||
-rw-r--r-- | kde-misc/stock-quote/stock-quote-2.1.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/kde-misc/stock-quote/ChangeLog b/kde-misc/stock-quote/ChangeLog index 32295c82449d..d50a7dbf92ff 100644 --- a/kde-misc/stock-quote/ChangeLog +++ b/kde-misc/stock-quote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/stock-quote # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/ChangeLog,v 1.1 2010/02/13 20:19:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/ChangeLog,v 1.2 2010/10/25 22:46:46 hwoarang Exp $ + + 25 Oct 2010; Markos Chandras <hwoarang@gentoo.org> stock-quote-2.1.ebuild: + Stable on amd64 wrt bug #342617 *stock-quote-2.1 (13 Feb 2010) diff --git a/kde-misc/stock-quote/Manifest b/kde-misc/stock-quote/Manifest index 5e2862b09266..b548ed14e90b 100644 --- a/kde-misc/stock-quote/Manifest +++ b/kde-misc/stock-quote/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + DIST 90695-plasma_stock_quote-2.1.tar.bz2 13043 RMD160 857490ce411c9ee2f5a03df6a4eac8ee1866766e SHA1 cc099126862341f62d15472312b2c8e5baad0a31 SHA256 1f19def33d9c4ef80e0e25d204c05fa427b7dd25168b9b410009a6e86fd39dd7 -EBUILD stock-quote-2.1.ebuild 665 RMD160 7f5219529b3268bd192993b9406e39544c3bfe6e SHA1 2c15bc023c10d2e5ffa63ba27ac566d8afcdca41 SHA256 c97f2e9be14419bfe62c16ae930ab629c6021a920436b19b3b3d366b5e721ded -MISC ChangeLog 348 RMD160 a782651202ffb74e6262fe649ac7e73ea01368a4 SHA1 5cb7ee31e0d6335392d2884a7a133a1168922579 SHA256 f912603c44d476061566a94a89ed426058f44c3f1c45135187ba368ce4737459 +EBUILD stock-quote-2.1.ebuild 663 RMD160 da7aca067bedc9ccc8dcb25cdb632e3a8467cea6 SHA1 2a83de7b1f6f1e77012ccd318c8dc43a7518c83f SHA256 620807e0279c3f18d0dfe49b60549f29809ed116f2758785bc46120603ad09e0 +MISC ChangeLog 459 RMD160 75c83769071a998e9a7b92502ee7340e2800284a SHA1 5dd62c734a0809d45af598e5bc6bdc53e020fba0 SHA256 a363af201dcc87e667b1b20cab91f72ce7bbf59dbecbe935e223c9bc857dd821 MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.16 (GNU/Linux) + +iEYEARECAAYFAkzGCOEACgkQ9/cejkQaxBD/aQCcCkjByIpRR06OB4AIOS7fVl5S +MxgAn1h8wv//3nm9ITyHvVAmxAOfsP3C +=eUM/ +-----END PGP SIGNATURE----- diff --git a/kde-misc/stock-quote/stock-quote-2.1.ebuild b/kde-misc/stock-quote/stock-quote-2.1.ebuild index bca805b22302..71509474e04f 100644 --- a/kde-misc/stock-quote/stock-quote-2.1.ebuild +++ b/kde-misc/stock-quote/stock-quote-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/stock-quote-2.1.ebuild,v 1.1 2010/02/13 20:19:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/stock-quote-2.1.ebuild,v 1.2 2010/10/25 22:46:46 hwoarang Exp $ EAPI=2 inherit kde4-base @@ -13,7 +13,7 @@ SRC_URI="http://www.kde-look.org/CONTENT/content-files/90695-${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="4" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=kde-base/plasma-workspace-${KDE_MINIMAL}" |