summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kalika <max@gentoo.org>2003-10-28 16:35:34 +0000
committerMax Kalika <max@gentoo.org>2003-10-28 16:35:34 +0000
commit4b7b3094fee05d105ec4e7db2c83f0b650ff6168 (patch)
tree40606a7cea00eecd913d3115c43afab00d81439c /media-plugins
parentExtend CPU detection. (diff)
downloadgentoo-2-4b7b3094fee05d105ec4e7db2c83f0b650ff6168.tar.gz
gentoo-2-4b7b3094fee05d105ec4e7db2c83f0b650ff6168.tar.bz2
gentoo-2-4b7b3094fee05d105ec4e7db2c83f0b650ff6168.zip
Extend CPU detection.
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mythgallery/ChangeLog5
-rw-r--r--media-plugins/mythgallery/Manifest4
-rw-r--r--media-plugins/mythgallery/mythgallery-0.12.ebuild4
-rw-r--r--media-plugins/mythgame/ChangeLog5
-rw-r--r--media-plugins/mythgame/Manifest4
-rw-r--r--media-plugins/mythgame/mythgame-0.12.ebuild4
-rw-r--r--media-plugins/mythnews/ChangeLog5
-rw-r--r--media-plugins/mythnews/mythnews-0.12.ebuild4
8 files changed, 22 insertions, 13 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog
index 7b7c0e8bcaca..297f49a807fb 100644
--- a/media-plugins/mythgallery/ChangeLog
+++ b/media-plugins/mythgallery/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythgallery
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.6 2003/10/20 03:27:42 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.7 2003/10/28 16:31:09 max Exp $
+
+ 28 Oct 2003; Max Kalika <max@gentoo.org> mythgallery-0.12.ebuild:
+ Extend CPU detection.
*mythgallery-0.12 (19 Oct 2003)
diff --git a/media-plugins/mythgallery/Manifest b/media-plugins/mythgallery/Manifest
index 698860ecf301..762514d4b9a7 100644
--- a/media-plugins/mythgallery/Manifest
+++ b/media-plugins/mythgallery/Manifest
@@ -1,7 +1,7 @@
MD5 e7617040c11110efb67d6c159c366001 mythgallery-0.11.ebuild 1691
MD5 77f7c1c71ed6f4bcb728fa0e83c08003 mythgallery-0.10.ebuild 1724
-MD5 bd33147ee3f047cded5326edc5c390e5 mythgallery-0.12.ebuild 1677
-MD5 c7b8ba048a5dd1a81deaee5405cccce6 ChangeLog 1745
+MD5 7c66035139e3ecebbe77d639c6268bad mythgallery-0.12.ebuild 1694
+MD5 953be100aaf65d006339df243c9d9735 ChangeLog 1838
MD5 20e2255501865de5b568424821abf69d metadata.xml 161
MD5 08ad7857fea9bfc28178d4e14aa3ae10 files/digest-mythgallery-0.10 67
MD5 f367099e5641367ed71e682eed2243e5 files/digest-mythgallery-0.11 67
diff --git a/media-plugins/mythgallery/mythgallery-0.12.ebuild b/media-plugins/mythgallery/mythgallery-0.12.ebuild
index 2f0850402796..6ece014bac40 100644
--- a/media-plugins/mythgallery/mythgallery-0.12.ebuild
+++ b/media-plugins/mythgallery/mythgallery-0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.12.ebuild,v 1.1 2003/10/20 03:27:42 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.12.ebuild,v 1.2 2003/10/28 16:31:09 max Exp $
inherit flag-o-matic
@@ -24,7 +24,7 @@ src_unpack() {
}
src_compile() {
- local cpu="`get-flag march`"
+ local cpu="`get-flag march || get-flag mcpu`"
if [ "${cpu}" ] ; then
sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed"
fi
diff --git a/media-plugins/mythgame/ChangeLog b/media-plugins/mythgame/ChangeLog
index 13d96ce4528a..276894cd2e67 100644
--- a/media-plugins/mythgame/ChangeLog
+++ b/media-plugins/mythgame/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythgame
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.6 2003/10/20 03:29:45 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/ChangeLog,v 1.7 2003/10/28 16:33:28 max Exp $
+
+ 28 Oct 2003; Max Kalika <max@gentoo.org> mythgame-0.12.ebuild:
+ Extend CPU detection.
*mythgame-0.12 (19 Oct 2003)
diff --git a/media-plugins/mythgame/Manifest b/media-plugins/mythgame/Manifest
index 998edb033147..f2e0ed5891e9 100644
--- a/media-plugins/mythgame/Manifest
+++ b/media-plugins/mythgame/Manifest
@@ -1,7 +1,7 @@
-MD5 45714882d59bc417af1b2ea8bacdad69 mythgame-0.12.ebuild 1962
+MD5 e7b5eb2fce13a0317d734ffd6515a289 mythgame-0.12.ebuild 1979
MD5 3c46ea652d6e76a76eb15e34026c4777 mythgame-0.11.ebuild 1976
MD5 4b17f8d2524f3c6ae4a41916793e7cfd mythgame-0.10.ebuild 2009
-MD5 086b0297e963a7341ff4bb955f691514 ChangeLog 1694
+MD5 14aa1e1070d2e24953dfb89f8aa2530b ChangeLog 1784
MD5 20e2255501865de5b568424821abf69d metadata.xml 161
MD5 9b0262b1d9e5347fceb6265378d7bf2e files/digest-mythgame-0.10 65
MD5 2bd60d4f779ab52e53d15145940b8946 files/digest-mythgame-0.11 65
diff --git a/media-plugins/mythgame/mythgame-0.12.ebuild b/media-plugins/mythgame/mythgame-0.12.ebuild
index 6715f5403363..eed04a9b0373 100644
--- a/media-plugins/mythgame/mythgame-0.12.ebuild
+++ b/media-plugins/mythgame/mythgame-0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.12.ebuild,v 1.1 2003/10/20 03:29:45 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgame/mythgame-0.12.ebuild,v 1.2 2003/10/28 16:33:28 max Exp $
inherit flag-o-matic
@@ -25,7 +25,7 @@ src_unpack() {
}
src_compile() {
- local cpu="`get-flag march`"
+ local cpu="`get-flag march || get-flag mcpu`"
if [ "${cpu}" ] ; then
sed -e "s:pentiumpro:${cpu}:g" -i "settings.pro" || die "sed failed"
fi
diff --git a/media-plugins/mythnews/ChangeLog b/media-plugins/mythnews/ChangeLog
index 16144fc9c353..1079f68b54de 100644
--- a/media-plugins/mythnews/ChangeLog
+++ b/media-plugins/mythnews/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-plugins/mythnews
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.1 2003/10/20 03:39:32 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/ChangeLog,v 1.2 2003/10/28 16:35:34 max Exp $
+
+ 28 Oct 2003; Max Kalika <max@gentoo.org> mythnews-0.12.ebuild:
+ Extend CPU detection.
*mythnews-0.12 (19 Oct 2003)
diff --git a/media-plugins/mythnews/mythnews-0.12.ebuild b/media-plugins/mythnews/mythnews-0.12.ebuild
index 07217d21c3c2..c793e884503b 100644
--- a/media-plugins/mythnews/mythnews-0.12.ebuild
+++ b/media-plugins/mythnews/mythnews-0.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.12.ebuild,v 1.1 2003/10/20 03:39:32 max Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythnews/mythnews-0.12.ebuild,v 1.2 2003/10/28 16:35:34 max Exp $
inherit flag-o-matic
@@ -24,7 +24,7 @@ src_unpack() {
}
src_compile() {
- local cpu="`get-flag march`"
+ 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