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
commit126bded409e8fe6135c59e2d87fed675d20492e0 (patch)
tree0e255d804b332a8e38e38a2e40d15aee8ae8ab6b
parentDefine default IUSE (diff)
downloadgentoo-2-126bded409e8fe6135c59e2d87fed675d20492e0.tar.gz
gentoo-2-126bded409e8fe6135c59e2d87fed675d20492e0.tar.bz2
gentoo-2-126bded409e8fe6135c59e2d87fed675d20492e0.zip
Stable x86. Removing old ebuild.
-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
8 files changed, 14 insertions, 100 deletions
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"