summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-09-03 10:42:12 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-09-03 10:42:12 +0000
commit626ca5ff8dad4b4a009956aa1695de955729fc89 (patch)
tree7314834e191e5263bf88e9c0b3f1579667ae16f8 /www-plugins
parentVersion bump. Couple of fixes, notably gtester race condition. Translation up... (diff)
downloadgentoo-2-626ca5ff8dad4b4a009956aa1695de955729fc89.tar.gz
gentoo-2-626ca5ff8dad4b4a009956aa1695de955729fc89.tar.bz2
gentoo-2-626ca5ff8dad4b4a009956aa1695de955729fc89.zip
Version bump, bug #335755.
(Portage version: 2.2_rc73/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/lightspark/ChangeLog8
-rw-r--r--www-plugins/lightspark/lightspark-0.4.4.1.ebuild (renamed from www-plugins/lightspark/lightspark-0.4.4.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/www-plugins/lightspark/ChangeLog b/www-plugins/lightspark/ChangeLog
index c09ef0648eac..445e116b8f29 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.15 2010/08/29 20:11:42 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/ChangeLog,v 1.16 2010/09/03 10:42:12 chithanh Exp $
+
+*lightspark-0.4.4.1 (03 Sep 2010)
+
+ 03 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ -lightspark-0.4.4.ebuild, +lightspark-0.4.4.1.ebuild:
+ Version bump, bug #335755.
*lightspark-0.4.4 (29 Aug 2010)
diff --git a/www-plugins/lightspark/lightspark-0.4.4.ebuild b/www-plugins/lightspark/lightspark-0.4.4.1.ebuild
index e2c5e01ff6e3..98b5793fe6cb 100644
--- a/www-plugins/lightspark/lightspark-0.4.4.ebuild
+++ b/www-plugins/lightspark/lightspark-0.4.4.1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.4.4.ebuild,v 1.1 2010/08/29 20:11:42 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/lightspark/lightspark-0.4.4.1.ebuild,v 1.1 2010/09/03 10:42:12 chithanh Exp $
EAPI=3
inherit cmake-utils nsplugins multilib
DESCRIPTION="High performance flash player"
HOMEPAGE="https://launchpad.net/lightspark/"
-SRC_URI="http://launchpad.net/${PN}/trunk/${P}/+download/${P}.tar.gz"
+SRC_URI="http://launchpad.net/${PN}/trunk/${PN}-0.4.4/+download/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
@@ -42,7 +42,7 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${P/_rc*/}
PATCHES=(
- "${FILESDIR}"/${P}-cmakelists.patch
+ "${FILESDIR}"/${PN}-0.4.4-cmakelists.patch
)
src_configure() {