diff options
author | 2005-02-11 07:31:22 +0000 | |
---|---|---|
committer | 2005-02-11 07:31:22 +0000 | |
commit | f832f8cc16e2a084ae07f8fe6d9903b5b4d57cff (patch) | |
tree | a639d356f6e85c518408241255fed09ab63585e5 /media-plugins/mythweather | |
parent | revision bump (diff) | |
download | gentoo-2-f832f8cc16e2a084ae07f8fe6d9903b5b4d57cff.tar.gz gentoo-2-f832f8cc16e2a084ae07f8fe6d9903b5b4d57cff.tar.bz2 gentoo-2-f832f8cc16e2a084ae07f8fe6d9903b5b4d57cff.zip |
remove test revisions
(Portage version: 2.0.51.16)
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r-- | media-plugins/mythweather/files/digest-mythweather-0.16.20050119 | 1 | ||||
-rw-r--r-- | media-plugins/mythweather/mythweather-0.16.20050119.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/media-plugins/mythweather/files/digest-mythweather-0.16.20050119 b/media-plugins/mythweather/files/digest-mythweather-0.16.20050119 deleted file mode 100644 index 0058e71d2fb5..000000000000 --- a/media-plugins/mythweather/files/digest-mythweather-0.16.20050119 +++ /dev/null @@ -1 +0,0 @@ -MD5 a69dc9daf00b6669c7e028cf617ab8e5 mythweather-0.16.20050119.tar.bz2 872124 diff --git a/media-plugins/mythweather/mythweather-0.16.20050119.ebuild b/media-plugins/mythweather/mythweather-0.16.20050119.ebuild deleted file mode 100644 index cdc658f01fb7..000000000000 --- a/media-plugins/mythweather/mythweather-0.16.20050119.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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 -} |