diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-25 17:46:59 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-04-25 17:46:59 +0000 |
commit | 7d483a45d0886786951498060802120106f1579c (patch) | |
tree | ff75e9a870e2fca8680170b2cc9d6c34ba454aa8 /media-sound/mpd | |
parent | Define default IUSE (diff) | |
download | historical-7d483a45d0886786951498060802120106f1579c.tar.gz historical-7d483a45d0886786951498060802120106f1579c.tar.bz2 historical-7d483a45d0886786951498060802120106f1579c.zip |
Stable x86. Removing old ebuild.
Diffstat (limited to 'media-sound/mpd')
-rw-r--r-- | media-sound/mpd/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/mpd/files/digest-mpd-0.10.2 | 1 | ||||
-rw-r--r-- | media-sound/mpd/mpd-0.10.2.ebuild | 61 | ||||
-rw-r--r-- | media-sound/mpd/mpd-0.10.3.ebuild | 4 |
4 files changed, 7 insertions, 65 deletions
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" |