diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-02-13 13:35:19 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-02-13 13:35:19 +0000 |
commit | eb46a5561ffad4a583b0dd498e424d27e32a7a58 (patch) | |
tree | 949133c26b7d1019a43dc397d349a5c7d3a7e3a1 /www-plugins/lightspark | |
parent | Version bump with multiple bugfixes and solving warnings caused by broken cai... (diff) | |
download | gentoo-2-eb46a5561ffad4a583b0dd498e424d27e32a7a58.tar.gz gentoo-2-eb46a5561ffad4a583b0dd498e424d27e32a7a58.tar.bz2 gentoo-2-eb46a5561ffad4a583b0dd498e424d27e32a7a58.zip |
Version bump, bug #354386. Adjust HOMEPAGE.
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins/lightspark')
-rw-r--r-- | www-plugins/lightspark/ChangeLog | 10 | ||||
-rw-r--r-- | www-plugins/lightspark/lightspark-0.4.5.2.ebuild (renamed from www-plugins/lightspark/lightspark-0.4.5.1.ebuild) | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/www-plugins/lightspark/ChangeLog b/www-plugins/lightspark/ChangeLog index e0fc4f72a9a1..edd1bc1a132e 100644 --- a/www-plugins/lightspark/ChangeLog +++ b/www-plugins/lightspark/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-plugins/lightspark -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.23 2010/12/23 00:07:59 chithanh Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.24 2011/02/13 13:35:18 chithanh Exp $ + +*lightspark-0.4.5.2 (13 Feb 2011) + + 13 Feb 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -lightspark-0.4.5.1.ebuild, +lightspark-0.4.5.2.ebuild: + Version bump, bug #354386. Adjust HOMEPAGE. 23 Dec 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> lightspark-0.4.5.1.ebuild: diff --git a/www-plugins/lightspark/lightspark-0.4.5.1.ebuild b/www-plugins/lightspark/lightspark-0.4.5.2.ebuild index 0b3cdad90895..ea36311967e6 100644 --- a/www-plugins/lightspark/lightspark-0.4.5.1.ebuild +++ b/www-plugins/lightspark/lightspark-0.4.5.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.4.5.1.ebuild,v 1.2 2010/12/23 00:07:59 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.4.5.2.ebuild,v 1.1 2011/02/13 13:35:18 chithanh Exp $ EAPI=3 inherit cmake-utils nsplugins multilib versionator DESCRIPTION="High performance flash player" -HOMEPAGE="https://launchpad.net/lightspark/" +HOMEPAGE="http://lightspark.sourceforge.net/" SRC_URI="http://launchpad.net/${PN}/trunk/${PN}-$(get_version_component_range 1-3)/+download/${P}.tar.gz" LICENSE="LGPL-3" |