diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-08-22 22:16:55 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2010-08-22 22:16:55 +0000 |
commit | bd9ee213c69b90107bf7e962f920885e8587e385 (patch) | |
tree | 3f0c9f3af3b97ff96bed5e74383e10243c0a050b /www-plugins | |
parent | add ~arm, needed for gnome-extra/connman-gnome (diff) | |
download | gentoo-2-bd9ee213c69b90107bf7e962f920885e8587e385.tar.gz gentoo-2-bd9ee213c69b90107bf7e962f920885e8587e385.tar.bz2 gentoo-2-bd9ee213c69b90107bf7e962f920885e8587e385.zip |
New upstream release. Remove snapshot.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/gnash/ChangeLog | 8 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.8.ebuild (renamed from www-plugins/gnash/gnash-0.8.7_p20100812.ebuild) | 11 |
2 files changed, 9 insertions, 10 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index 2d10b19831a6..2773e89288d4 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.40 2010/08/15 10:18:38 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.41 2010/08/22 22:16:55 chithanh Exp $ + +*gnash-0.8.8 (22 Aug 2010) + + 22 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -gnash-0.8.7_p20100812.ebuild, +gnash-0.8.8.ebuild: + New upstream release. Remove snapshot. 15 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> gnash-0.8.7_p20100812.ebuild: diff --git a/www-plugins/gnash/gnash-0.8.7_p20100812.ebuild b/www-plugins/gnash/gnash-0.8.8.ebuild index 204cc4c37e98..559f8b095817 100644 --- a/www-plugins/gnash/gnash-0.8.7_p20100812.ebuild +++ b/www-plugins/gnash/gnash-0.8.8.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/www-plugins/gnash/gnash-0.8.7_p20100812.ebuild,v 1.3 2010/08/15 10:18:38 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.1 2010/08/22 22:16:55 chithanh Exp $ EAPI=3 CMAKE_REQUIRED="never" @@ -17,7 +17,7 @@ if [[ ${PV} = 9999* ]]; then EGIT_REPO_URI="git://git.savannah.gnu.org/gnash.git" inherit git else - SRC_URI="mirror://gentoo/${P}.tar.xz" + SRC_URI="mirror://gnu/${PN}/${PV}/${P}.tar.bz2" fi LICENSE="GPL-3" @@ -132,13 +132,6 @@ src_prepare() { # TODO: Patch no longer applies # epatch "${FILESDIR}"/${PN}-0.8.7-amf-include.patch - # Defines $(XPIDL) correctly using sdkdir variable from libxul.pc - epatch "${FILESDIR}"/${PN}-0.8.5-xpidl-sdkdir.patch - - # Use pkgconfig to determine XPCOM_IDL_DIR instead of non-portable construct. - # Fixes building against xulrunner-1.9.0, bug #284073. - epatch "${FILESDIR}"/${PN}-0.8.7-xpcom-idldir.patch - # Resurect patch from bug #230287 epatch "${FILESDIR}"/${PN}-0.8.3-boost-dynamic-link.patch |