summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-06-29 08:11:30 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-06-29 08:11:30 +0000
commitd2001f79a977e4c98edbe43406f966a4ae3f0a2a (patch)
tree763877e1a6175a2375d2f2d404a1f3dd8c6b0c42
parentVersion bump, cleaned out old release candidates. (diff)
downloadgentoo-2-d2001f79a977e4c98edbe43406f966a4ae3f0a2a.tar.gz
gentoo-2-d2001f79a977e4c98edbe43406f966a4ae3f0a2a.tar.bz2
gentoo-2-d2001f79a977e4c98edbe43406f966a4ae3f0a2a.zip
remove old version
(Portage version: 2.0.51.22-r1)
-rw-r--r--media-plugins/mythmusic/ChangeLog6
-rw-r--r--media-plugins/mythmusic/files/digest-mythmusic-0.17-r21
-rw-r--r--media-plugins/mythmusic/files/mythmusic-0.17-sample_rate_type.patch12
-rw-r--r--media-plugins/mythmusic/mythmusic-0.17-r2.ebuild53
-rw-r--r--media-plugins/mythnews/ChangeLog5
-rw-r--r--media-plugins/mythnews/files/digest-mythnews-0.171
-rw-r--r--media-plugins/mythnews/mythnews-0.17.ebuild20
-rw-r--r--media-plugins/mythphone/ChangeLog5
-rw-r--r--media-plugins/mythphone/files/digest-mythphone-0.171
-rw-r--r--media-plugins/mythphone/mythphone-0.17.ebuild29
-rw-r--r--media-plugins/mythweather/ChangeLog5
-rw-r--r--media-plugins/mythweather/files/digest-mythweather-0.171
-rw-r--r--media-plugins/mythweather/mythweather-0.17.ebuild20
13 files changed, 17 insertions, 142 deletions
diff --git a/media-plugins/mythmusic/ChangeLog b/media-plugins/mythmusic/ChangeLog
index 95f42b5bda68..7cb4fbba1389 100644
--- a/media-plugins/mythmusic/ChangeLog
+++ b/media-plugins/mythmusic/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/mythmusic
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.41 2005/06/08 23:17:57 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.42 2005/06/29 08:07:26 cardoe Exp $
+
+ 29 Jun 2005; Doug Goldstein <cardoe@gentoo.org>
+ -files/mythmusic-0.17-sample_rate_type.patch, -mythmusic-0.17-r2.ebuild:
+ remove old version
08 Jun 2005; Doug Goldstein <cardoe@gentoo.org> mythmusic-0.18.1.ebuild:
fixed up amd64 issue
diff --git a/media-plugins/mythmusic/files/digest-mythmusic-0.17-r2 b/media-plugins/mythmusic/files/digest-mythmusic-0.17-r2
deleted file mode 100644
index 1f3483a8df01..000000000000
--- a/media-plugins/mythmusic/files/digest-mythmusic-0.17-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a196419e77ec40b3e35c70404d2430fe mythmusic-0.17.tar.bz2 295078
diff --git a/media-plugins/mythmusic/files/mythmusic-0.17-sample_rate_type.patch b/media-plugins/mythmusic/files/mythmusic-0.17-sample_rate_type.patch
deleted file mode 100644
index 6721283bd23e..000000000000
--- a/media-plugins/mythmusic/files/mythmusic-0.17-sample_rate_type.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naurp mythmusic-0.17.orig/mythmusic/aacdecoder.h mythmusic-0.17/mythmusic/aacdecoder.h
---- mythmusic-0.17.orig/mythmusic/aacdecoder.h 2005-02-05 22:14:36.000000000 -0800
-+++ mythmusic-0.17/mythmusic/aacdecoder.h 2005-03-26 16:24:37.000000000 -0800
-@@ -53,7 +53,7 @@ class aacDecoder : public Decoder
- bool done, finish;
- long len, bitrate;
- uchar channels;
-- unsigned long sample_rate;
-+ unsigned int sample_rate;
- unsigned long output_size;
- double totalTime, seekTime;
-
diff --git a/media-plugins/mythmusic/mythmusic-0.17-r2.ebuild b/media-plugins/mythmusic/mythmusic-0.17-r2.ebuild
deleted file mode 100644
index a477ff95ad85..000000000000
--- a/media-plugins/mythmusic/mythmusic-0.17-r2.ebuild
+++ /dev/null
@@ -1,53 +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/mythmusic/mythmusic-0.17-r2.ebuild,v 1.3 2005/06/06 09:13:03 cardoe Exp $
-
-inherit myth flag-o-matic toolchain-funcs eutils
-
-DESCRIPTION="Music player module for MythTV."
-HOMEPAGE="http://www.mythtv.org/"
-SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="mmx opengl sdl X aac"
-
-DEPEND=">=media-sound/cdparanoia-3.9.8
- >=media-libs/libmad-0.15.1b
- >=media-libs/libid3tag-0.15.1b
- >=media-libs/libvorbis-1.0
- >=media-libs/libcdaudio-0.99.6
- >=media-libs/flac-1.1.0
- >=sys-apps/sed-4
- aac? ( media-libs/faad2 )
- X? ( =sci-libs/fftw-2* )
- opengl? ( virtual/opengl =sci-libs/fftw-2* )
- sdl? ( >=media-libs/libsdl-1.2.5 )
- ~media-tv/mythtv-${PV}"
-
-setup_pro() {
- if ! use x86 || ! use mmx; then
- echo "DEFINES -= HAVE_MMX" >> ${S}/settings.pro
- fi
-}
-
-src_unpack() {
- if [[ $(gcc-version) = "3.2" || $(gcc-version) == "3.3" ]]; then
- replace-cpu-flags pentium4 pentium3
- fi
-
- myth_src_unpack || die "unpack failed"
-
- cd ${S}
- epatch ${FILESDIR}/${P}-sample_rate_type.patch
-}
-
-src_compile() {
- econf $(use_enable aac) \
- $(use_enable X fftw) \
- $(use_enable opengl) \
- $(use_enable sdl)
-
- myth_src_compile || die
-}
diff --git a/media-plugins/mythnews/ChangeLog b/media-plugins/mythnews/ChangeLog
index b27b3d53f8f8..c96214d24ec2 100644
--- a/media-plugins/mythnews/ChangeLog
+++ b/media-plugins/mythnews/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythnews
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.19 2005/06/06 09:11:20 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.20 2005/06/29 08:09:06 cardoe Exp $
+
+ 29 Jun 2005; Doug Goldstein <cardoe@gentoo.org> -mythnews-0.17.ebuild:
+ remove old version
06 Jun 2005; Doug Goldstein <cardoe@gentoo.org> mythnews-0.17.ebuild:
Fixed deps for removed mythfrontend
diff --git a/media-plugins/mythnews/files/digest-mythnews-0.17 b/media-plugins/mythnews/files/digest-mythnews-0.17
deleted file mode 100644
index b239b4a4d189..000000000000
--- a/media-plugins/mythnews/files/digest-mythnews-0.17
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6424db324d0d0007c1e6afe0dd358338 mythnews-0.17.tar.bz2 36477
diff --git a/media-plugins/mythnews/mythnews-0.17.ebuild b/media-plugins/mythnews/mythnews-0.17.ebuild
deleted file mode 100644
index e548ca04f443..000000000000
--- a/media-plugins/mythnews/mythnews-0.17.ebuild
+++ /dev/null
@@ -1,20 +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/mythnews/mythnews-0.17.ebuild,v 1.2 2005/06/06 09:11:20 cardoe Exp $
-
-inherit myth
-
-DESCRIPTION="RSS feed news reading module for MythTV."
-HOMEPAGE="http://www.mythtv.org/"
-SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-
-DEPEND=">=sys-apps/sed-4
- ~media-tv/mythtv-${PV}"
-
-setup_pro() {
- return 0
-}
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog
index 50ea29c0c51c..0487e5da9e11 100644
--- a/media-plugins/mythphone/ChangeLog
+++ b/media-plugins/mythphone/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythphone
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.8 2005/06/06 09:16:48 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.9 2005/06/29 08:10:15 cardoe Exp $
+
+ 29 Jun 2005; Doug Goldstein <cardoe@gentoo.org> -mythphone-0.17.ebuild:
+ remove old version
06 Jun 2005; Doug Goldstein <cardoe@gentoo.org>
-files/mythphone-0.16-include.patch, -mythphone-0.16.ebuild,
diff --git a/media-plugins/mythphone/files/digest-mythphone-0.17 b/media-plugins/mythphone/files/digest-mythphone-0.17
deleted file mode 100644
index 847441d645cb..000000000000
--- a/media-plugins/mythphone/files/digest-mythphone-0.17
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6ece30ab751ce19529d6a0ee89b50f02 mythphone-0.17.tar.bz2 200547
diff --git a/media-plugins/mythphone/mythphone-0.17.ebuild b/media-plugins/mythphone/mythphone-0.17.ebuild
deleted file mode 100644
index 36d4dcb81e76..000000000000
--- a/media-plugins/mythphone/mythphone-0.17.ebuild
+++ /dev/null
@@ -1,29 +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/mythphone/mythphone-0.17.ebuild,v 1.3 2005/06/06 09:16:48 cardoe Exp $
-
-inherit myth eutils
-
-DESCRIPTION="Phone and video calls with SIP."
-HOMEPAGE="http://www.mythtv.org/"
-SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-
-DEPEND=">=sys-apps/sed-4
- ~media-tv/mythtv-${PV}"
-
-setup_pro() {
- return 0
-}
-
-src_compile() {
- econf || die
-
- # currently broken, #64503
- #`use_enable festival`
-
- myth_src_compile
-}
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog
index 29f1706ee7d2..ba81e4b629b2 100644
--- a/media-plugins/mythweather/ChangeLog
+++ b/media-plugins/mythweather/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythweather
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.27 2005/06/21 23:12:04 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.28 2005/06/29 08:11:30 cardoe Exp $
+
+ 29 Jun 2005; Doug Goldstein <cardoe@gentoo.org> -mythweather-0.17.ebuild:
+ remove old version
21 Jun 2005; Herbie Hopkins <herbs@gentoo.org> mythweather-0.18.1.ebuild:
Stable on amd64.
diff --git a/media-plugins/mythweather/files/digest-mythweather-0.17 b/media-plugins/mythweather/files/digest-mythweather-0.17
deleted file mode 100644
index 988e9f5b2d95..000000000000
--- a/media-plugins/mythweather/files/digest-mythweather-0.17
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0fd094601cc787e4fb1ce699f41f82ce mythweather-0.17.tar.bz2 871753
diff --git a/media-plugins/mythweather/mythweather-0.17.ebuild b/media-plugins/mythweather/mythweather-0.17.ebuild
deleted file mode 100644
index 825d4ce51044..000000000000
--- a/media-plugins/mythweather/mythweather-0.17.ebuild
+++ /dev/null
@@ -1,20 +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.17.ebuild,v 1.2 2005/06/06 09:19:53 cardoe Exp $
-
-inherit myth
-
-DESCRIPTION="Weather forecast module for MythTV."
-HOMEPAGE="http://www.mythtv.org/"
-SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-
-DEPEND=">=sys-apps/sed-4
- ~media-tv/mythtv-${PV}*"
-
-setup_pro() {
- return 0
-}