diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2005-01-20 08:29:40 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2005-01-20 08:29:40 +0000 |
commit | da4cc3741bbddd87d08449714054fecbf0f7bc55 (patch) | |
tree | db3b61fe22e91fb837faab570b68e350df360551 /media-plugins/mythweather | |
parent | Mask flex versions that install to bad libdirs. (diff) | |
download | gentoo-2-da4cc3741bbddd87d08449714054fecbf0f7bc55.tar.gz gentoo-2-da4cc3741bbddd87d08449714054fecbf0f7bc55.tar.bz2 gentoo-2-da4cc3741bbddd87d08449714054fecbf0f7bc55.zip |
rev bump to new CVS snapshot to match MythTV snapshot
(Portage version: 2.0.51-r14)
Diffstat (limited to 'media-plugins/mythweather')
11 files changed, 38 insertions, 130 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog index 4248594342f5..07c416f9a039 100644 --- a/media-plugins/mythweather/ChangeLog +++ b/media-plugins/mythweather/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-plugins/mythweather -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.19 2004/12/05 01:04:38 iggy Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.20 2005/01/20 08:25:13 cardoe Exp $ + +*mythweather-0.16.20050119 (20 Jan 2005) + + 20 Jan 2005; Doug Goldstein <cardoe@gentoo.org> metadata.xml, + -mythweather-0.13.ebuild, -mythweather-0.14.ebuild, + -mythweather-0.15.ebuild, +mythweather-0.16.20050119.ebuild: + rev bump to new CVS snapshot to match MythTV snapshot + delete old revs 04 Dec 2004; Brian Jackson <iggy@gentoo.org> mythweather-0.16.ebuild: I can't find any of the other media-tv guys, and it's been fairly bug free, diff --git a/media-plugins/mythweather/files/digest-mythweather-0.13 b/media-plugins/mythweather/files/digest-mythweather-0.13 deleted file mode 100644 index 7d623e427962..000000000000 --- a/media-plugins/mythweather/files/digest-mythweather-0.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 6e24255b7b2634a9343eacf7f75b4344 mythweather-0.13.tar.bz2 829213 diff --git a/media-plugins/mythweather/files/digest-mythweather-0.14 b/media-plugins/mythweather/files/digest-mythweather-0.14 deleted file mode 100644 index b95ce008f147..000000000000 --- a/media-plugins/mythweather/files/digest-mythweather-0.14 +++ /dev/null @@ -1 +0,0 @@ -MD5 061303237fd11d4348d52e169368114b mythweather-0.14.tar.bz2 831104 diff --git a/media-plugins/mythweather/files/digest-mythweather-0.15 b/media-plugins/mythweather/files/digest-mythweather-0.15 deleted file mode 100644 index ab8bfda83312..000000000000 --- a/media-plugins/mythweather/files/digest-mythweather-0.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 0e1f011e3572dc3fd7a5fb9aa00d91e1 mythweather-0.15.tar.bz2 847427 diff --git a/media-plugins/mythweather/files/digest-mythweather-0.16.20050119 b/media-plugins/mythweather/files/digest-mythweather-0.16.20050119 new file mode 100644 index 000000000000..0058e71d2fb5 --- /dev/null +++ b/media-plugins/mythweather/files/digest-mythweather-0.16.20050119 @@ -0,0 +1 @@ +MD5 a69dc9daf00b6669c7e028cf617ab8e5 mythweather-0.16.20050119.tar.bz2 872124 diff --git a/media-plugins/mythweather/metadata.xml b/media-plugins/mythweather/metadata.xml index a6b9e38a1b93..1cb3ba51155e 100644 --- a/media-plugins/mythweather/metadata.xml +++ b/media-plugins/mythweather/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>media-tv</herd> +<maintainer> + <email>cardoe@gentoo.org</email> +</maintainer> </pkgmetadata> diff --git a/media-plugins/mythweather/mythweather-0.13.ebuild b/media-plugins/mythweather/mythweather-0.13.ebuild deleted file mode 100644 index 3b5e7ab26f1d..000000000000 --- a/media-plugins/mythweather/mythweather-0.13.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.13.ebuild,v 1.6 2004/08/07 23:23:39 slarti Exp $ - -IUSE="" - -inherit flag-o-matic - -DESCRIPTION="Weather forecast module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND=">=sys-apps/sed-4 - || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" - -src_unpack() { - unpack ${A} - - for i in `grep -lr "usr/local" "${S}"` ; do - sed -e "s:/usr/local:/usr:" -i "${i}" || die "sed failed" - done -} - -src_compile() { - local cpu="`get-flag march || get-flag mcpu`" - if [ ! -z "${cpu}" ] ; then - sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" - fi - - qmake -o "Makefile" "${PN}.pro" - emake || die "compile problem" -} - -src_install() { - einstall INSTALL_ROOT="${D}" - dodoc AUTHORS COPYING README -} diff --git a/media-plugins/mythweather/mythweather-0.14.ebuild b/media-plugins/mythweather/mythweather-0.14.ebuild deleted file mode 100644 index 86f0cbbe0e89..000000000000 --- a/media-plugins/mythweather/mythweather-0.14.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.14.ebuild,v 1.5 2004/08/07 23:23:39 slarti Exp $ - -IUSE="" - -inherit flag-o-matic - -DESCRIPTION="Weather forecast module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" - -DEPEND=">=sys-apps/sed-4 - || ( >=media-tv/mythtv-${PV} >=media-tv/mythfrontend-${PV} )" - -src_unpack() { - unpack ${A} && cd "${S}" - - for i in `grep -lr "usr/local" "${S}"` ; do - sed -e "s:/usr/local:/usr:" -i "${i}" || die "sed failed" - done -} - -src_compile() { - local cpu="`get-flag march || get-flag mcpu`" - if [ ! -z "${cpu}" ] ; then - sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" - fi - - qmake -o "Makefile" "${PN}.pro" - emake || die "compile problem" -} - -src_install() { - einstall INSTALL_ROOT="${D}" - dodoc AUTHORS COPYING README -} diff --git a/media-plugins/mythweather/mythweather-0.15.ebuild b/media-plugins/mythweather/mythweather-0.15.ebuild deleted file mode 100644 index af45cd34cd55..000000000000 --- a/media-plugins/mythweather/mythweather-0.15.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.15.ebuild,v 1.4 2004/09/21 05:06:29 cardoe Exp $ - -IUSE="" - -inherit flag-o-matic - -DESCRIPTION="Weather forecast module for MythTV." -HOMEPAGE="http://www.mythtv.org/" -SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND=">=sys-apps/sed-4 - || ( >=media-tv/mythtv-${PV}* >=media-tv/mythfrontend-${PV}* )" - -src_unpack() { - unpack ${A} && cd "${S}" - - for i in `grep -lr "usr/local" "${S}"` ; do - sed -e "s:/usr/local:/usr:" -i "${i}" || die "sed failed" - done -} - -src_compile() { - local cpu="`get-flag march || get-flag mcpu`" - if [ ! -z "${cpu}" ] ; then - sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed" - fi - - qmake -o "Makefile" "${PN}.pro" - emake || die "compile problem" -} - -src_install() { - einstall INSTALL_ROOT="${D}" - dodoc AUTHORS COPYING README -} diff --git a/media-plugins/mythweather/mythweather-0.16.20050119.ebuild b/media-plugins/mythweather/mythweather-0.16.20050119.ebuild new file mode 100644 index 000000000000..cdc658f01fb7 --- /dev/null +++ b/media-plugins/mythweather/mythweather-0.16.20050119.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.16.20050119.ebuild,v 1.1 2005/01/20 08:25:13 cardoe Exp $ + +inherit myth + +DESCRIPTION="Weather forecast module for MythTV." +HOMEPAGE="http://www.mythtv.org/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" + +S=${WORKDIR}/mythweather + +DEPEND=">=sys-apps/sed-4 + || ( ~media-tv/mythtv-0.16.20050115* ~media-tv/mythfrontend-0.16.20050115* )" + +setup_pro() { + return 0 +} diff --git a/media-plugins/mythweather/mythweather-0.16.ebuild b/media-plugins/mythweather/mythweather-0.16.ebuild index 1b59f9b5f7d4..87a46961c972 100644 --- a/media-plugins/mythweather/mythweather-0.16.ebuild +++ b/media-plugins/mythweather/mythweather-0.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.16.ebuild,v 1.2 2004/12/05 01:04:38 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.16.ebuild,v 1.3 2005/01/20 08:25:13 cardoe Exp $ inherit myth |