x86 stable
authorMartin Holzer <mholzer@gentoo.org>
Thu, 1 Jan 2004 15:26:07 +0000 (15:26 +0000)
committerMartin Holzer <mholzer@gentoo.org>
Thu, 1 Jan 2004 15:26:07 +0000 (15:26 +0000)
media-sound/mad/Manifest
media-sound/mad/mad-0.14.2b-r1.ebuild
media-sound/mad/mad-0.14.2b-r2.ebuild
media-sound/mad/mad-0.15.0b.ebuild
media-sound/mad/metadata.xml [new file with mode: 0644]
media-sound/madplay/ChangeLog
media-sound/madplay/Manifest
media-sound/madplay/madplay-0.15.0b-r1.ebuild
media-sound/madplay/madplay-0.15.0b.ebuild
media-sound/madplay/metadata.xml [new file with mode: 0644]

index 97371232183710f2342ac73408a9842193078d2d..40293a08c378d8fd789f27b7bcdde6d172bf5a47 100644 (file)
@@ -1,9 +1,10 @@
-MD5 78fbb3ff7b400e4f95b8b72bab680d09 mad-0.14.2b-r2.ebuild 950
-MD5 a24cd67551710cb07bda95c1967cf410 mad-0.14.2b-r1.ebuild 822
-MD5 2e96ad7f45543010f2ba7644a7437ad4 mad-0.15.0b.ebuild 526
 MD5 857d54d453136f906cbb02aeec0c6f1d ChangeLog 2050
-MD5 a22a9b578702add15a41c2d46d091d7d files/mad.pc 211
+MD5 a23c41385ac3a3d168c3d762d1643b6b mad-0.14.2b-r1.ebuild 844
+MD5 960258230b3461f165469c3a1f607d73 mad-0.14.2b-r2.ebuild 971
+MD5 15c9ad71093113aa790a10f4475c60a7 mad-0.15.0b.ebuild 527
+MD5 527dcfe3ce0f0b53c6b6aa8b82eb930c metadata.xml 252
 MD5 053e274e7bef9cbde5da56f0f2fc8659 files/digest-mad-0.14.2b-r1 63
 MD5 053e274e7bef9cbde5da56f0f2fc8659 files/digest-mad-0.14.2b-r2 63
-MD5 d5d48834adfd42cf4de3bdbfa0889115 files/id3tag.pc 222
 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-mad-0.15.0b 0
+MD5 d5d48834adfd42cf4de3bdbfa0889115 files/id3tag.pc 222
+MD5 a22a9b578702add15a41c2d46d091d7d files/mad.pc 211
index 3eb6319e6f1d9bc82bbdd1dc5c2336f806a8795d..8e1a24bc3aa5c8d122ddbfd0a84b643ec1c64637 100644 (file)
@@ -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-sound/mad/mad-0.14.2b-r1.ebuild,v 1.9 2003/02/13 13:15:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mad/mad-0.14.2b-r1.ebuild,v 1.10 2004/01/01 15:25:39 mholzer Exp $
 
 IUSE="nls esd"
 
@@ -8,6 +8,7 @@ S=${WORKDIR}/${P}
 HOMEPAGE="http://mad.sourceforge.net/"
 DESCRIPTION="A high-quality MP3 decoder"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+RESTRICT="nomirror"
 DEPEND="virtual/glibc esd? ( media-sound/esound ) nls? ( sys-devel/gettext )"
 SLOT="0"
 LICENSE="GPL-2"
index 73f9691eb66b4c3da90183707a0cb8beed708fbb..a1ed4eb2276a32fb6dbeaed58d1ad38845df728f 100644 (file)
@@ -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-sound/mad/mad-0.14.2b-r2.ebuild,v 1.10 2003/07/18 21:43:37 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mad/mad-0.14.2b-r2.ebuild,v 1.11 2004/01/01 15:25:39 mholzer Exp $
 
 IUSE="nls esd"
 
@@ -8,6 +8,7 @@ S=${WORKDIR}/${P}
 HOMEPAGE="http://mad.sourceforge.net/"
 DESCRIPTION="A high-quality MP3 decoder"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+RESTRICT="nomirror"
 
 SLOT="0"
 LICENSE="GPL-2"
index 739cf2e795a2ec60a3e67dcadd62969f61786238..9714a5824e035caeb282353ab90c2affe66d1cc0 100644 (file)
@@ -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-sound/mad/mad-0.15.0b.ebuild,v 1.2 2003/11/04 08:32:55 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mad/mad-0.15.0b.ebuild,v 1.3 2004/01/01 15:25:39 mholzer Exp $
 
 IUSE=""
 
@@ -11,7 +11,7 @@ DESCRIPTION="The MAD metapackage for libmad, libid3tag, and madplay"
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~mips"
+KEYWORDS="x86 ~ppc ~alpha ~sparc ~hppa ~mips"
 
 DEPEND="~media-libs/libmad-${PV}
        ~media-libs/libid3tag-${PV}
diff --git a/media-sound/mad/metadata.xml b/media-sound/mad/metadata.xml
new file mode 100644 (file)
index 0000000..78ec7f6
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sound</herd>
+<maintainer>
+  <email>sound@gentoo.org</email>
+  <name>Gentoo Sound Team</name>
+</maintainer>
+</pkgmetadata>
index b006be02305622515bfce1bc2a83ce51e08e90e9..330419faef3dba68ab0abab121afa4472e739d4e 100644 (file)
@@ -1,7 +1,10 @@
 # ChangeLog for media-sound/madplay
 # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/ChangeLog,v 1.4 2003/11/04 08:32:08 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/ChangeLog,v 1.5 2004/01/01 15:21:38 mholzer Exp $
 
+  01 Jan 2004; Martin Holzer <mholzer@gentoo.org> madplay-0.15.0b-r1.ebuild,
+  madplay-0.15.0b.ebuild:
+  x86 stable
 
 *madplay-0.15.0b-r1 (18 Aug 2003)
 
index 41a3d5a0c44eb174052b0dcb960450e3aedbdd10..e97cbf9a8712c9b315d795fecc8519c047b8b35c 100644 (file)
@@ -1,5 +1,6 @@
-MD5 91fd36906034549c65b5da713b783a98 madplay-0.15.0b.ebuild 1256
-MD5 a0375b0b6ea575ae90758963a9e06a34 madplay-0.15.0b-r1.ebuild 1157
-MD5 e8228fae3d7d037c6cfe0098e7fc6d19 ChangeLog 762
+MD5 eb66d73bf6c5b6bbf252132fe1c0f367 ChangeLog 880
+MD5 f4d7344b6b8bf4614aeafd121c9e1325 madplay-0.15.0b-r1.ebuild 1178
+MD5 4ce3e6ee8b5a608d64780f7c2a2c8bfa madplay-0.15.0b.ebuild 1278
+MD5 527dcfe3ce0f0b53c6b6aa8b82eb930c metadata.xml 252
 MD5 0fc07eafcb4326558f0a89f1ec6d7702 files/digest-madplay-0.15.0b 67
 MD5 0fc07eafcb4326558f0a89f1ec6d7702 files/digest-madplay-0.15.0b-r1 67
index afc155805dd12f089bb20a2355d7fa2f2edffe11..ecf5704747aa393dce2053646d1be421812f0bd7 100644 (file)
@@ -1,16 +1,17 @@
 # Copyright 1999-2003 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/madplay-0.15.0b-r1.ebuild,v 1.2 2003/11/04 08:32:08 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/madplay-0.15.0b-r1.ebuild,v 1.3 2004/01/01 15:21:38 mholzer Exp $
 
 IUSE="debug nls"
 
 DESCRIPTION="The MAD audio player"
 HOMEPAGE="http://mad.sourceforge.net"
 SRC_URI="mirror://sourceforge/mad/${P}.tar.gz"
+RESTRICT="nomirror"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~mips"
+KEYWORDS="x86 ~ppc ~alpha ~sparc ~hppa ~mips"
 
 DEPEND="virtual/glibc
        ~media-libs/libmad-${PV}
index b1b17070f40bb9618ece34521af4c4be7f6b932c..8ba473d5a72647c131f05bdd58bc3284d6657c19 100644 (file)
@@ -1,12 +1,13 @@
 # Copyright 1999-2003 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/madplay-0.15.0b.ebuild,v 1.3 2003/07/19 22:56:34 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/madplay/madplay-0.15.0b.ebuild,v 1.4 2004/01/01 15:21:38 mholzer Exp $
 
 IUSE="debug nls alsa"
 
 DESCRIPTION="The MAD audio player"
 HOMEPAGE="http://mad.sourceforge.net"
 SRC_URI="mirror://sourceforge/mad/${P}.tar.gz"
+RESTRICT="nomirror"
 
 LICENSE="GPL-2"
 SLOT="0"
diff --git a/media-sound/madplay/metadata.xml b/media-sound/madplay/metadata.xml
new file mode 100644 (file)
index 0000000..78ec7f6
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>sound</herd>
+<maintainer>
+  <email>sound@gentoo.org</email>
+  <name>Gentoo Sound Team</name>
+</maintainer>
+</pkgmetadata>