summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kalika <max@gentoo.org>2003-12-08 17:16:28 +0000
committerMax Kalika <max@gentoo.org>2003-12-08 17:16:28 +0000
commita51f397d7378b52cfff149c46529153015606573 (patch)
treedfca827cd7a5a366e9b38be69e80ad9278295d01 /media-plugins/mythweather
parentRemove PGP (diff)
downloadhistorical-a51f397d7378b52cfff149c46529153015606573.tar.gz
historical-a51f397d7378b52cfff149c46529153015606573.tar.bz2
historical-a51f397d7378b52cfff149c46529153015606573.zip
Remove stale version.
Diffstat (limited to 'media-plugins/mythweather')
-rw-r--r--media-plugins/mythweather/ChangeLog5
-rw-r--r--media-plugins/mythweather/Manifest4
-rw-r--r--media-plugins/mythweather/files/digest-mythweather-0.101
-rw-r--r--media-plugins/mythweather/mythweather-0.10.ebuild40
4 files changed, 5 insertions, 45 deletions
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog
index 56906017c6ed..c03fa6c27aaf 100644
--- a/media-plugins/mythweather/ChangeLog
+++ b/media-plugins/mythweather/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythweather
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.7 2003/10/28 16:40:44 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.8 2003/12/08 17:16:07 max Exp $
+
+ 08 Dec 2003; <max@gentoo.org> mythweather-0.10.ebuild:
+ Remove stale version.
28 Oct 2003; Max Kalika <max@gentoo.org> mythweather-0.12.ebuild:
Extend CPU detection.
diff --git a/media-plugins/mythweather/Manifest b/media-plugins/mythweather/Manifest
index 94c88ba6d8d7..83bec291cdbf 100644
--- a/media-plugins/mythweather/Manifest
+++ b/media-plugins/mythweather/Manifest
@@ -1,8 +1,6 @@
MD5 860c410d8ecf89fca2f87188220346b7 mythweather-0.12.ebuild 979
MD5 103f2dc2a77568b205f86d9f8a21e4a8 mythweather-0.11.ebuild 972
-MD5 d7ca666cb6cccf06ea43cd7a48ae62ee mythweather-0.10.ebuild 1005
-MD5 1ce9e7a9a91881662ce4e55b63d1e126 ChangeLog 1679
+MD5 312125cee5e9f3162959a716991ed9d3 ChangeLog 1761
MD5 20e2255501865de5b568424821abf69d metadata.xml 161
-MD5 09666f4a410bc5eda6781edd029505f7 files/digest-mythweather-0.10 69
MD5 6a31e4f0a87c61e3e7f0eb55dca2f03b files/digest-mythweather-0.11 69
MD5 916ba5d7844b0abae782627b8d1a21fe files/digest-mythweather-0.12 69
diff --git a/media-plugins/mythweather/files/digest-mythweather-0.10 b/media-plugins/mythweather/files/digest-mythweather-0.10
deleted file mode 100644
index 24893bf4396f..000000000000
--- a/media-plugins/mythweather/files/digest-mythweather-0.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e57a4e7f30a20bc09edaa1ddb8486bfb mythweather-0.10.tar.bz2 812762
diff --git a/media-plugins/mythweather/mythweather-0.10.ebuild b/media-plugins/mythweather/mythweather-0.10.ebuild
deleted file mode 100644
index 2c02ccacb4f9..000000000000
--- a/media-plugins/mythweather/mythweather-0.10.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.10.ebuild,v 1.4 2003/09/17 06:29:50 max Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Weather forcast 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() {
- cpu="`get-flag march`"
- if [ ! -z "${cpu}" ] ; then
- sed -e "s:pentiumpro:${cpu}:g" -i "${S}/settings.pro" || die "sed failed"
- fi
-
- qmake -o "${S}/Makefile" "${S}/${PN}.pro"
-
- emake || die "compile problem"
-}
-
-src_install() {
- make INSTALL_ROOT="${D}" install || die "make install failed"
- dodoc AUTHORS COPYING README
-}