diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-08-26 02:44:38 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-08-26 02:44:38 +0000 |
commit | 7ea50c8bb5b8d5a555f061a043a1d78f2dfcba6c (patch) | |
tree | 434e13a87c0a4538c05bd986f91cf02985142e3a /media-plugins/mythplugins | |
parent | Remove older versions (diff) | |
download | gentoo-2-7ea50c8bb5b8d5a555f061a043a1d78f2dfcba6c.tar.gz gentoo-2-7ea50c8bb5b8d5a555f061a043a1d78f2dfcba6c.tar.bz2 gentoo-2-7ea50c8bb5b8d5a555f061a043a1d78f2dfcba6c.zip |
Version bump for upstream fixes. Remove older version.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythplugins')
-rw-r--r-- | media-plugins/mythplugins/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythplugins/mythplugins-0.25.2_p20120825.ebuild (renamed from media-plugins/mythplugins/mythplugins-0.25.1.ebuild) | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/media-plugins/mythplugins/ChangeLog b/media-plugins/mythplugins/ChangeLog index 090b7fe9ade1..86ec64e1fbb3 100644 --- a/media-plugins/mythplugins/ChangeLog +++ b/media-plugins/mythplugins/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythplugins # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.4 2012/07/17 01:30:53 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/ChangeLog,v 1.5 2012/08/26 02:44:37 cardoe Exp $ + +*mythplugins-0.25.2_p20120825 (26 Aug 2012) + + 26 Aug 2012; Doug Goldstein <cardoe@gentoo.org> -mythplugins-0.25.1.ebuild, + +mythplugins-0.25.2_p20120825.ebuild: + Version bump for upstream fixes. Remove older version. *mythplugins-0.25.2_p20120716 (16 Jul 2012) diff --git a/media-plugins/mythplugins/mythplugins-0.25.1.ebuild b/media-plugins/mythplugins/mythplugins-0.25.2_p20120825.ebuild index f5b728eb76f7..8bbd686bf62e 100644 --- a/media-plugins/mythplugins/mythplugins-0.25.1.ebuild +++ b/media-plugins/mythplugins/mythplugins-0.25.2_p20120825.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.25.1.ebuild,v 1.3 2012/07/12 01:51:54 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythplugins/mythplugins-0.25.2_p20120825.ebuild,v 1.1 2012/08/26 02:44:38 cardoe Exp $ EAPI=4 PYTHON_DEPEND="2:2.6" -#BACKPORTS="" +BACKPORTS="46cab93562" MY_P=${P%_p*} inherit eutils python DESCRIPTION="Official MythTV plugins" HOMEPAGE="http://www.mythtv.org" -SRC_URI="ftp://ftp.osuosl.org/pub/mythtv/mythplugins-0.25.1.tar.bz2 +SRC_URI="ftp://ftp.osuosl.org/pub/mythtv/${MY_P}.tar.bz2 ${BACKPORTS:+http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}" LICENSE="GPL-2" @@ -88,6 +88,8 @@ REQUIRED_USE=" mythnews? ( mythbrowser ) raw? ( mythgallery )" +S="${WORKDIR}/${MY_P}" + pkg_setup() { python_set_active_version 2 python_pkg_setup |