summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-04-25 17:46:59 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-04-25 17:46:59 +0000
commit7d483a45d0886786951498060802120106f1579c (patch)
treeff75e9a870e2fca8680170b2cc9d6c34ba454aa8 /media-sound
parentDefine default IUSE (diff)
downloadhistorical-7d483a45d0886786951498060802120106f1579c.tar.gz
historical-7d483a45d0886786951498060802120106f1579c.tar.bz2
historical-7d483a45d0886786951498060802120106f1579c.zip
Stable x86. Removing old ebuild.
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/gmorgan/Manifest6
-rw-r--r--media-sound/mpc/ChangeLog6
-rw-r--r--media-sound/mpc/files/digest-mpc-0.10.21
-rw-r--r--media-sound/mpc/mpc-0.10.2.ebuild31
-rw-r--r--media-sound/mpc/mpc-0.10.3.ebuild4
-rw-r--r--media-sound/mpd/ChangeLog6
-rw-r--r--media-sound/mpd/files/digest-mpd-0.10.21
-rw-r--r--media-sound/mpd/mpd-0.10.2.ebuild61
-rw-r--r--media-sound/mpd/mpd-0.10.3.ebuild4
-rw-r--r--media-sound/xmmsctrl/Manifest4
10 files changed, 17 insertions, 107 deletions
diff --git a/media-sound/gmorgan/Manifest b/media-sound/gmorgan/Manifest
index af0deb5ad096..8de3af6b7f14 100644
--- a/media-sound/gmorgan/Manifest
+++ b/media-sound/gmorgan/Manifest
@@ -1,10 +1,6 @@
-MD5 ae180a48617a5fb93f35f87ebe041648 gmorgan-0.22.ebuild 777
-MD5 a7151ce0b586bf88f5de356618501ba3 gmorgan-0.12.ebuild 619
MD5 d3129bd4abab9850734c684f8059506f gmorgan-0.22-r1.ebuild 876
MD5 2f8a535381c540f8ef17c8f053822b8e gmorgan-0.16.ebuild 643
-MD5 078939f8cfa01fa9eb6dbe1aed64ab48 ChangeLog 1130
+MD5 697f4d3b1056efd85ea72f0e92a09d48 ChangeLog 1270
MD5 3be4f6e757e3057184136a002b0165f9 metadata.xml 221
MD5 19dd8c42204a066ea57a537453d294be files/digest-gmorgan-0.22-r1 64
-MD5 1a67870af6d88cfc3b565dfd65415d13 files/digest-gmorgan-0.12 64
MD5 62394940168b5d609833cdbc5a89d3cd files/digest-gmorgan-0.16 64
-MD5 19dd8c42204a066ea57a537453d294be files/digest-gmorgan-0.22 64
diff --git a/media-sound/mpc/ChangeLog b/media-sound/mpc/ChangeLog
index a9c54ae512d8..25afc62978e8 100644
--- a/media-sound/mpc/ChangeLog
+++ b/media-sound/mpc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/mpc
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.14 2004/04/14 10:12:57 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.15 2004/04/25 17:45:21 eradicator Exp $
+
+ 25 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> mpc-0.10.2.ebuild,
+ mpc-0.10.3.ebuild:
+ Stable x86. Removing old ebuild.
14 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> mpc-0.10.0.ebuild,
mpc-0.10.1.ebuild:
diff --git a/media-sound/mpc/files/digest-mpc-0.10.2 b/media-sound/mpc/files/digest-mpc-0.10.2
deleted file mode 100644
index 4f31c3159175..000000000000
--- a/media-sound/mpc/files/digest-mpc-0.10.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3ca8b537d164897a376fd1abcd5514d1 mpc-0.10.2.tar.gz 209538
diff --git a/media-sound/mpc/mpc-0.10.2.ebuild b/media-sound/mpc/mpc-0.10.2.ebuild
deleted file mode 100644
index b12ac89c2536..000000000000
--- a/media-sound/mpc/mpc-0.10.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.10.2.ebuild,v 1.1 2004/03/25 16:02:56 mholzer Exp $
-
-IUSE=""
-
-DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)"
-SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
-RESTRICT="nomirror"
-HOMEPAGE="http://www.musicpd.org"
-
-KEYWORDS="~x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
- local myconf
- myconf="--with-gnu-ld"
-
- econf ${myconf} || die "could not configure"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR=${D} || die
- rm -rf ${D}/usr/share/doc/mpc/
- dodoc AUTHORS COPYING ChangeLog INSTALL README doc/mpc-bashrc
-}
diff --git a/media-sound/mpc/mpc-0.10.3.ebuild b/media-sound/mpc/mpc-0.10.3.ebuild
index 4281e3c58741..3352c4f6d667 100644
--- a/media-sound/mpc/mpc-0.10.3.ebuild
+++ b/media-sound/mpc/mpc-0.10.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.10.3.ebuild,v 1.2 2004/04/03 14:23:25 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.10.3.ebuild,v 1.3 2004/04/25 17:45:21 eradicator Exp $
IUSE=""
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
RESTRICT="nomirror"
HOMEPAGE="http://www.musicpd.org"
-KEYWORDS="~x86"
+KEYWORDS="x86"
SLOT="0"
LICENSE="GPL-2"
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog
index b8d4c82d96ea..6374dd667d01 100644
--- a/media-sound/mpd/ChangeLog
+++ b/media-sound/mpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/mpd
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.24 2004/04/22 09:39:49 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.25 2004/04/25 17:46:59 eradicator Exp $
+
+ 25 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> mpd-0.10.2.ebuild,
+ mpd-0.10.3.ebuild:
+ Stable x86. Removing old ebuild.
22 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> mpd-0.10.2.ebuild,
mpd-0.10.3.ebuild:
diff --git a/media-sound/mpd/files/digest-mpd-0.10.2 b/media-sound/mpd/files/digest-mpd-0.10.2
deleted file mode 100644
index decd6f633b35..000000000000
--- a/media-sound/mpd/files/digest-mpd-0.10.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a8d7f7299fb367e4110c3b6c8c8f6887 mpd-0.10.2.tar.gz 815198
diff --git a/media-sound/mpd/mpd-0.10.2.ebuild b/media-sound/mpd/mpd-0.10.2.ebuild
deleted file mode 100644
index 3d4f5c6415cd..000000000000
--- a/media-sound/mpd/mpd-0.10.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.10.2.ebuild,v 1.6 2004/04/22 09:39:49 eradicator Exp $
-
-IUSE="oggvorbis mad aac audiofile ipv6 flac"
-
-DESCRIPTION="Music Player Daemon (mpd)"
-SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
-RESTRICT="nomirror"
-HOMEPAGE="http://www.musicpd.org"
-
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="oggvorbis? ( media-libs/libvorbis )
- mad? ( media-sound/mad )
- aac? ( >=media-libs/faad2-2.0_rc2 )
- audiofile? ( media-libs/audiofile )
- flac? ( >=media-libs/flac-1.1.0 )
- media-libs/libid3tag
- >=media-libs/libao-0.8.4
- sys-libs/zlib"
-
-src_compile() {
- local myconf
- myconf="`use_enable aac` `use_enable audiofile` `use_enable ipv6` `use_enable flac`"
-
- use oggvorbis \
- || myconf="${myconf} --disable-ogg --disable-oggtest \
- --disable-vorbistest"
- use mad || myconf="${myconf} --enable-mpd-mad --enable-mpd-id3tag"
-
- econf ${myconf} || die "could not configure"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR=${D} || die
- rm -rf ${D}/usr/share/doc/mpd/
- dodoc COPYING ChangeLog INSTALL README TODO UPGRADING
- dodoc doc/COMMANDS doc/mpdconf.example
-
- insinto /etc
- newins doc/mpdconf.example mpd.conf
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/mpd.rc6 mpd
-
- dosed 's:^port.*$:port "2100":' /etc/mpd.conf
- dosed 's:^music_directory.*$:music_directory "/usr/share/mpd/music":' /etc/mpd.conf
- dosed 's:^playlist_directory.*$:playlist_directory "/usr/share/mpd/playlists":' /etc/mpd.conf
- dosed 's:^log_file.*$:log_file "/var/log/mpd.log":' /etc/mpd.conf
- dosed 's:^error_file.*$:error_file "/var/log/mpd.error.log":' /etc/mpd.conf
-}
-
-pkg_postinst() {
- einfo "libao prior to 0.8.4 has issues with the ALSA drivers, please refer to the FAQ"
- einfo "http://musicpd.sourceforge.net/faq.php if you are having problems."
-}
diff --git a/media-sound/mpd/mpd-0.10.3.ebuild b/media-sound/mpd/mpd-0.10.3.ebuild
index 13b158638783..1e00c6e46a67 100644
--- a/media-sound/mpd/mpd-0.10.3.ebuild
+++ b/media-sound/mpd/mpd-0.10.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.10.3.ebuild,v 1.5 2004/04/22 09:39:49 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.10.3.ebuild,v 1.6 2004/04/25 17:46:59 eradicator Exp $
IUSE="oggvorbis mad aac audiofile ipv6 flac"
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
RESTRICT="nomirror"
HOMEPAGE="http://www.musicpd.org"
-KEYWORDS="~x86 ~amd64 ~sparc"
+KEYWORDS="x86 ~amd64 ~sparc"
SLOT="0"
LICENSE="GPL-2"
diff --git a/media-sound/xmmsctrl/Manifest b/media-sound/xmmsctrl/Manifest
index ec48803dbeee..73fefca6de3b 100644
--- a/media-sound/xmmsctrl/Manifest
+++ b/media-sound/xmmsctrl/Manifest
@@ -1,7 +1,7 @@
-MD5 90aac5d49570d33676fdb2185ac4e401 xmmsctrl-1.7.ebuild 806
+MD5 15f27f44c578f87772f7479f5b9a50b0 xmmsctrl-1.7.ebuild 805
MD5 470cd23577e02eef4bfbbc1f32feb112 xmmsctrl-1.6-r1.ebuild 808
MD5 681c9355ddf4923a53444d431c39ea2a xmmsctrl-1.6.ebuild 764
-MD5 cb43ec52ceb6cff6f38585a43cc2c0b2 ChangeLog 1520
+MD5 56991eadc2a4cc8d510347b35339d0da ChangeLog 1613
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
MD5 81df994f3cc643315bc3ce5f0b83e848 files/xmmsctrl-jump.patch 374
MD5 8a895c8a1f15679dd525bd79ce8516f0 files/digest-xmmsctrl-1.6-r1 62