
Christian.Oltenburger at bnv-bamberg
Jul 13, 2012, 1:14 PM
Post #1 of 2
(348 views)
Permalink
|
|
Re: [mythtv-commits] packaging branch master updated by wagnerrp. v0.26-pre-944-ga572f18
|
|
Hi all, since github changed some interfaces the ebuild update script is currently useless. I'm implementing a bash script at the moment that updates the ebuilds without dependencies to github. Additionally it allows to give the server to use as a parameter. What about the other users using Gentoo? Do you like me to share the script or commit it? At the moment I have only little time to concentrate on that so may take some more time to have a really working and well tested script. Regards, Christian On 07.07.2012 07:25, Git Repo Owner wrote: > The branch, master has been updated on the > packaging repository by gitolite user wagnerrp. > via a572f18f512661af0e9a531357caca3df46fec9d (commit) > from 35df2dcb29327bbb98ec47b2a53c19f9f2ff5025 (commit) > > Those revisions listed above that are new to this repository have > not appeared on any other notification email; so we list those > revisions in full, below. > > - Log ----------------------------------------------------------------- > commit a572f18f512661af0e9a531357caca3df46fec9d > Author: Raymond Wagner<rwagner [at] mythtv> at Sat, 7 Jul 2012 01:19:55 -0400 > Committer: Raymond Wagner<rwagner [at] mythtv> at Sat, 7 Jul 2012 01:19:55 -0400 > URL: http://code.mythtv.org/cgit/packaging/commit/?id=a572f18f512661af0e9a531357caca3df46fec9d > > Big ebuild bump. > This includes a long overdue update of the ebuilds for 0.25.1 and 0.26. > This discontinues the older set of 0.24 ebuilds, as well as the > MythVideo plugin, which is included as part of core in 0.25 and beyond. > > The ebuild generator 'mythtv-buildebuild.py' is no longer viable due to > changes in the Github API, so it has been removed, to be replaced > shortly with an updated version. > > This updates to a versio of 0.26_pre that fixes #10507 and the fix is > included as a patch for 0.25.1. > > This resets the MythNews ebuild back to the 0.24 version, as it had > accidentally been overwritten by the ebuild for MythGallery. It also > adds MythBrowser as a prerequisite. > > > > ----------------------------------------------------------------------- > > Summary of changes: > Gentoo/media-plugins/mytharchive/Manifest | 8 +- > ....ebuild => mytharchive-0.25.1_p20120622.ebuild} | 15 +- > ....ebuild => mytharchive-0.26_pre20120706.ebuild} | 6 +- > Gentoo/media-plugins/mythbrowser/Manifest | 8 +- > ....ebuild => mythbrowser-0.25.1_p20120622.ebuild} | 8 +- > ....ebuild => mythbrowser-0.26_pre20120706.ebuild} | 6 +- > Gentoo/media-plugins/mythgallery/Manifest | 8 +- > .../mythgallery-0.24.2_p20120315.ebuild | 29 - > .../mythgallery-0.25.1_p20120622.ebuild} | 12 +- > ....ebuild => mythgallery-0.26_pre20120706.ebuild} | 6 +- > Gentoo/media-plugins/mythgame/Manifest | 9 +- > Gentoo/media-plugins/mythgame/files/10507.patch | 170 ++ > ...329.ebuild => mythgame-0.25.1_p20120622.ebuild} | 16 +- > ...329.ebuild => mythgame-0.26_pre20120706.ebuild} | 7 +- > Gentoo/media-plugins/mythmusic/Manifest | 8 +- > ...15.ebuild => mythmusic-0.25.1_p20120622.ebuild} | 24 +- > ...29.ebuild => mythmusic-0.26_pre20120706.ebuild} | 6 +- > Gentoo/media-plugins/mythnetvision/Manifest | 8 +- > ...build => mythnetvision-0.25.1_p20120622.ebuild} | 12 +- > ...build => mythnetvision-0.26_pre20120706.ebuild} | 6 +- > Gentoo/media-plugins/mythnews/Manifest | 8 +- > .../mythnews-0.25.1_p20120622.ebuild} | 13 +- > .../mythnews-0.26_pre20120706.ebuild} | 11 +- > Gentoo/media-plugins/mythvideo/Manifest | 5 - > Gentoo/media-plugins/mythvideo/files/6158.patch | 68 - > Gentoo/media-plugins/mythvideo/files/6346.patch | 2845 -------------------- > .../media-plugins/mythvideo/files/metabrowse.diff | 681 ----- > .../mythvideo/mythvideo-0.24.2_p20120315.ebuild | 48 - > Gentoo/media-plugins/mythweather/Manifest | 8 +- > ....ebuild => mythweather-0.25.1_p20120622.ebuild} | 10 +- > ....ebuild => mythweather-0.26_pre20120706.ebuild} | 6 +- > Gentoo/media-plugins/mythzoneminder/Manifest | 8 +- > .../mythzoneminder-0.24.2_p20120315.ebuild | 25 - > .../mythzoneminder-0.25.1_p20120622.ebuild} | 8 +- > ...uild => mythzoneminder-0.26_pre20120706.ebuild} | 7 +- > Gentoo/media-tv/mythtv-bindings/Manifest | 8 +- > ...ild => mythtv-bindings-0.25.1_p20120622.ebuild} | 24 +- > ...ild => mythtv-bindings-0.26_pre20120706.ebuild} | 6 +- > Gentoo/media-tv/mythtv/Manifest | 10 +- > Gentoo/media-tv/mythtv/files/mythbackend-0.25.rc | 2 +- > ...20315.ebuild => mythtv-0.25.1_p20120622.ebuild} | 191 +- > ...20329.ebuild => mythtv-0.26_pre20120706.ebuild} | 6 +- > Gentoo/scripts/mythtv-buildebuild.py | 313 --- > 43 files changed, 430 insertions(+), 4253 deletions(-) > rename Gentoo/media-plugins/mytharchive/{mytharchive-0.24.2_p20120315.ebuild => mytharchive-0.25.1_p20120622.ebuild} (67%) > rename Gentoo/media-plugins/mytharchive/{mytharchive-0.25_rc20120329.ebuild => mytharchive-0.26_pre20120706.ebuild} (85%) > rename Gentoo/media-plugins/mythbrowser/{mythbrowser-0.24.2_p20120315.ebuild => mythbrowser-0.25.1_p20120622.ebuild} (77%) > rename Gentoo/media-plugins/mythbrowser/{mythbrowser-0.25_rc20120329.ebuild => mythbrowser-0.26_pre20120706.ebuild} (81%) > delete mode 100644 Gentoo/media-plugins/mythgallery/mythgallery-0.24.2_p20120315.ebuild > rename Gentoo/media-plugins/{mythnews/mythnews-0.25_rc20120329.ebuild => mythgallery/mythgallery-0.25.1_p20120622.ebuild} (76%) > rename Gentoo/media-plugins/mythgallery/{mythgallery-0.25_rc20120329.ebuild => mythgallery-0.26_pre20120706.ebuild} (85%) > create mode 100644 Gentoo/media-plugins/mythgame/files/10507.patch > copy Gentoo/media-plugins/mythgame/{mythgame-0.25_rc20120329.ebuild => mythgame-0.25.1_p20120622.ebuild} (61%) > rename Gentoo/media-plugins/mythgame/{mythgame-0.25_rc20120329.ebuild => mythgame-0.26_pre20120706.ebuild} (79%) > rename Gentoo/media-plugins/mythmusic/{mythmusic-0.24.2_p20120315.ebuild => mythmusic-0.25.1_p20120622.ebuild} (58%) > rename Gentoo/media-plugins/mythmusic/{mythmusic-0.25_rc20120329.ebuild => mythmusic-0.26_pre20120706.ebuild} (88%) > rename Gentoo/media-plugins/mythnetvision/{mythnetvision-0.24.2_p20120315.ebuild => mythnetvision-0.25.1_p20120622.ebuild} (75%) > rename Gentoo/media-plugins/mythnetvision/{mythnetvision-0.25_rc20120329.ebuild => mythnetvision-0.26_pre20120706.ebuild} (85%) > rename Gentoo/media-plugins/{mythgame/mythgame-0.24.2_p20120315.ebuild => mythnews/mythnews-0.25.1_p20120622.ebuild} (66%) > copy Gentoo/media-plugins/{mythzoneminder/mythzoneminder-0.25_rc20120329.ebuild => mythnews/mythnews-0.26_pre20120706.ebuild} (70%) > delete mode 100644 Gentoo/media-plugins/mythvideo/Manifest > delete mode 100644 Gentoo/media-plugins/mythvideo/files/6158.patch > delete mode 100644 Gentoo/media-plugins/mythvideo/files/6346.patch > delete mode 100644 Gentoo/media-plugins/mythvideo/files/metabrowse.diff > delete mode 100644 Gentoo/media-plugins/mythvideo/mythvideo-0.24.2_p20120315.ebuild > rename Gentoo/media-plugins/mythweather/{mythweather-0.24.2_p20120315.ebuild => mythweather-0.25.1_p20120622.ebuild} (77%) > rename Gentoo/media-plugins/mythweather/{mythweather-0.25_rc20120329.ebuild => mythweather-0.26_pre20120706.ebuild} (83%) > delete mode 100644 Gentoo/media-plugins/mythzoneminder/mythzoneminder-0.24.2_p20120315.ebuild > rename Gentoo/media-plugins/{mythnews/mythnews-0.24.2_p20120315.ebuild => mythzoneminder/mythzoneminder-0.25.1_p20120622.ebuild} (74%) > rename Gentoo/media-plugins/mythzoneminder/{mythzoneminder-0.25_rc20120329.ebuild => mythzoneminder-0.26_pre20120706.ebuild} (78%) > rename Gentoo/media-tv/mythtv-bindings/{mythtv-bindings-0.24.2_p20120315.ebuild => mythtv-bindings-0.25.1_p20120622.ebuild} (74%) > rename Gentoo/media-tv/mythtv-bindings/{mythtv-bindings-0.25_rc20120329.ebuild => mythtv-bindings-0.26_pre20120706.ebuild} (93%) > rename Gentoo/media-tv/mythtv/{mythtv-0.24.2_p20120315.ebuild => mythtv-0.25.1_p20120622.ebuild} (70%) > rename Gentoo/media-tv/mythtv/{mythtv-0.25_rc20120329.ebuild => mythtv-0.26_pre20120706.ebuild} (98%) > delete mode 100755 Gentoo/scripts/mythtv-buildebuild.py > _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-dev
|