summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2007-08-26 15:34:47 +0000
committerAndrej Kacian <ticho@gentoo.org>2007-08-26 15:34:47 +0000
commit7fc2c1d3b54e846028f38af5ac5d4bbba8488b79 (patch)
treec27eaed309a801db4713ce40f49bb1ea54a3bb0c /media-sound/mpd
parentVersion Bump (diff)
downloadgentoo-2-7fc2c1d3b54e846028f38af5ac5d4bbba8488b79.tar.gz
gentoo-2-7fc2c1d3b54e846028f38af5ac5d4bbba8488b79.tar.bz2
gentoo-2-7fc2c1d3b54e846028f38af5ac5d4bbba8488b79.zip
Dropping obsolete ebuilds.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'media-sound/mpd')
-rw-r--r--media-sound/mpd/ChangeLog6
-rw-r--r--media-sound/mpd/files/digest-mpd-0.12.13
-rw-r--r--media-sound/mpd/files/digest-mpd-0.12.23
-rw-r--r--media-sound/mpd/mpd-0.12.1.ebuild124
-rw-r--r--media-sound/mpd/mpd-0.12.2.ebuild124
5 files changed, 5 insertions, 255 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog
index 4ba811867990..e254acb67c39 100644
--- a/media-sound/mpd/ChangeLog
+++ b/media-sound/mpd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/mpd
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.107 2007/07/30 11:02:17 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.108 2007/08/26 15:34:47 ticho Exp $
+
+ 26 Aug 2007; Andrej Kacian <ticho@gentoo.org> -mpd-0.12.1.ebuild,
+ -mpd-0.12.2.ebuild:
+ Dropping obsolete ebuilds.
30 Jul 2007; Markus Rothe <corsair@gentoo.org> mpd-0.13.0.ebuild:
Stable on ppc64; bug #186361
diff --git a/media-sound/mpd/files/digest-mpd-0.12.1 b/media-sound/mpd/files/digest-mpd-0.12.1
deleted file mode 100644
index c5fb0bb55974..000000000000
--- a/media-sound/mpd/files/digest-mpd-0.12.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c980cf373fafacdab6734f2ebfb13cbd mpd-0.12.1.tar.bz2 397761
-RMD160 3352e60ead352bac0b4776f4b784c9f9505bc9bc mpd-0.12.1.tar.bz2 397761
-SHA256 eefac7e55f86716f1f5fbc1f33688cfc8f1c8cde12b1d76b18f17144ea5285ba mpd-0.12.1.tar.bz2 397761
diff --git a/media-sound/mpd/files/digest-mpd-0.12.2 b/media-sound/mpd/files/digest-mpd-0.12.2
deleted file mode 100644
index c8391bdcf426..000000000000
--- a/media-sound/mpd/files/digest-mpd-0.12.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 22f1240afdfac5c32056c2a0f3b3a02f mpd-0.12.2.tar.bz2 396894
-RMD160 f8d56e052a0ca799165f2184cdc4c6f80f4db54a mpd-0.12.2.tar.bz2 396894
-SHA256 45b62783595ccd6c24f49be9c366eac4273b1378fb6add89dd978518362090a5 mpd-0.12.2.tar.bz2 396894
diff --git a/media-sound/mpd/mpd-0.12.1.ebuild b/media-sound/mpd/mpd-0.12.1.ebuild
deleted file mode 100644
index 1a7619569267..000000000000
--- a/media-sound/mpd/mpd-0.12.1.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.1.ebuild,v 1.11 2007/05/28 21:59:00 ticho Exp $
-
-inherit eutils
-
-DESCRIPTION="A development version of Music Player Daemon (mpd)"
-HOMEPAGE="http://www.musicpd.org"
-SRC_URI="http://musicpd.org/uploads/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm hppa ppc ~ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="aac alsa ao audiofile flac icecast ipv6 mp3 mikmod mp3 musepack oss pulseaudio unicode vorbis"
-
-DEPEND="dev-util/gperf
- !media-sound/mpd-svn
- !sys-cluster/mpich2
- sys-libs/zlib
- aac? ( >=media-libs/faad2-2.0_rc2 )
- alsa? ( media-sound/alsa-utils )
- ao? ( >=media-libs/libao-0.8.4 )
- audiofile? ( media-libs/audiofile )
- flac? ( ~media-libs/flac-1.1.2 )
- icecast? ( media-libs/libshout )
- mp3? ( media-libs/libmad
- media-libs/libid3tag )
- mikmod? ( media-libs/libmikmod )
- musepack? ( media-libs/libmpcdec )
- pulseaudio? ( media-sound/pulseaudio )
- vorbis? ( media-libs/libvorbis )"
-
-upgrade_warning() {
- echo
- ewarn "Home directory of user mpd, as well as default locations in mpd.conf have"
- ewarn "been changed to /var/lib/mpd, please bear that in mind while updating"
- ewarn "your mpd.conf file."
- echo
- epause 5
-}
-
-pkg_setup() {
- upgrade_warning
- enewuser mpd '' '' "/var/lib/mpd" audio || die "problem adding user mpd"
-
- # also change the homedir if the user has existed before
- usermod -d "/var/lib/mpd" mpd
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/mpdconf.patch || die "epatch for config file
- failed"
-}
-
-src_compile() {
- econf \
- $(use_enable alsa) \
- $(use_enable alsa alsatest) \
- $(use_enable oss) \
- $(use_enable mp3) \
- $(use_enable aac) \
- $(use_enable ao) \
- $(use_enable ao aotest) \
- $(use_enable audiofile) \
- $(use_enable audiofile audiofiletest) \
- $(use_enable flac libFLACtest) \
- $(use_enable flac) \
- $(use_enable flac oggflac) \
- $(use_enable icecast shout) \
- $(use_enable ipv6) \
- $(use_enable mp3) \
- $(use_enable mp3 id3) \
- $(use_enable mikmod libmikmodtest) \
- $(use_enable mikmod mod) \
- $(use_enable musepack mpc) \
- $(use_enable pulseaudio pulse) \
- $(use_enable vorbis oggvorbis) \
- $(use_enable vorbis vorbistest) \
- || die "could not configure"
-
- emake || die "emake failed"
-}
-
-src_install() {
- dodir /var/run/mpd
- fowners mpd:audio /var/run/mpd
- fperms 750 /var/run/mpd
- keepdir /var/run/mpd
-
- emake install DESTDIR="${D}" || die
- rm -rf "${D}"/usr/share/doc/mpd/
- dodoc ChangeLog INSTALL README TODO UPGRADING
- dodoc doc/COMMANDS doc/mpdconf.example
-
- insinto /etc
- newins doc/mpdconf.example mpd.conf
-
- newinitd "${FILESDIR}"/mpd.rc mpd
-
- if use unicode; then
- dosed 's:^#filesystem_charset.*$:filesystem_charset "UTF-8":' /etc/mpd.conf
- fi
- diropts -m0755 -o mpd -g audio
- dodir /var/lib/mpd/music
- keepdir /var/lib/mpd/music
- dodir /var/lib/mpd/playlists
- keepdir /var/lib/mpd/playlists
- dodir /var/log/mpd
- keepdir /var/log/mpd
-
- use alsa && \
- dosed 's:need :need alsasound :' /etc/init.d/mpd
-}
-
-pkg_postinst() {
- upgrade_warning
- elog "If you are upgrading from 0.11.x, check the configuration file carefully,"
- elog "the format has changed. See the example config file installed as"
- elog "/usr/share/doc/${PF}/mpdconf.example.gz, and mpd.conf manual page."
- elog ""
- elog "Please make sure that MPD's pid_file is set to /var/run/mpd/mpd.pid."
-}
diff --git a/media-sound/mpd/mpd-0.12.2.ebuild b/media-sound/mpd/mpd-0.12.2.ebuild
deleted file mode 100644
index b038b98427cd..000000000000
--- a/media-sound/mpd/mpd-0.12.2.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.12.2.ebuild,v 1.4 2007/06/27 17:16:21 gustavoz Exp $
-
-inherit eutils
-
-DESCRIPTION="A development version of Music Player Daemon (mpd)"
-HOMEPAGE="http://www.musicpd.org"
-SRC_URI="http://musicpd.org/uploads/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh sparc ~x86 ~x86-fbsd"
-IUSE="aac alsa ao audiofile flac icecast ipv6 mp3 mikmod mp3 musepack oss pulseaudio unicode vorbis"
-
-DEPEND="dev-util/gperf
- !media-sound/mpd-svn
- !sys-cluster/mpich2
- sys-libs/zlib
- aac? ( >=media-libs/faad2-2.0_rc2 )
- alsa? ( media-sound/alsa-utils )
- ao? ( >=media-libs/libao-0.8.4 )
- audiofile? ( media-libs/audiofile )
- flac? ( ~media-libs/flac-1.1.2 )
- icecast? ( media-libs/libshout )
- mp3? ( media-libs/libmad
- media-libs/libid3tag )
- mikmod? ( media-libs/libmikmod )
- musepack? ( media-libs/libmpcdec )
- pulseaudio? ( media-sound/pulseaudio )
- vorbis? ( media-libs/libvorbis )"
-
-upgrade_warning() {
- echo
- ewarn "In 0.12, home directory of user mpd, as well as default locations in mpd.conf"
- ewarn "have been changed to /var/lib/mpd, please bear that in mind while updating"
- ewarn "your mpd.conf file."
- echo
- epause 5
-}
-
-pkg_setup() {
- upgrade_warning
- enewuser mpd '' '' "/var/lib/mpd" audio || die "problem adding user mpd"
-
- # also change the homedir if the user has existed before
- usermod -d "/var/lib/mpd" mpd
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/mpdconf.patch || die "epatch for config file
- failed"
-}
-
-src_compile() {
- econf \
- $(use_enable alsa) \
- $(use_enable alsa alsatest) \
- $(use_enable oss) \
- $(use_enable mp3) \
- $(use_enable aac) \
- $(use_enable ao) \
- $(use_enable ao aotest) \
- $(use_enable audiofile) \
- $(use_enable audiofile audiofiletest) \
- $(use_enable flac libFLACtest) \
- $(use_enable flac) \
- $(use_enable flac oggflac) \
- $(use_enable icecast shout) \
- $(use_enable ipv6) \
- $(use_enable mp3) \
- $(use_enable mp3 id3) \
- $(use_enable mikmod libmikmodtest) \
- $(use_enable mikmod mod) \
- $(use_enable musepack mpc) \
- $(use_enable pulseaudio pulse) \
- $(use_enable vorbis oggvorbis) \
- $(use_enable vorbis vorbistest) \
- || die "could not configure"
-
- emake || die "emake failed"
-}
-
-src_install() {
- dodir /var/run/mpd
- fowners mpd:audio /var/run/mpd
- fperms 750 /var/run/mpd
- keepdir /var/run/mpd
-
- emake install DESTDIR="${D}" || die
- rm -rf "${D}"/usr/share/doc/mpd/
- dodoc ChangeLog INSTALL README TODO UPGRADING
- dodoc doc/COMMANDS doc/mpdconf.example
-
- insinto /etc
- newins doc/mpdconf.example mpd.conf
-
- newinitd "${FILESDIR}"/mpd.rc mpd
-
- if use unicode; then
- dosed 's:^#filesystem_charset.*$:filesystem_charset "UTF-8":' /etc/mpd.conf
- fi
- diropts -m0755 -o mpd -g audio
- dodir /var/lib/mpd/music
- keepdir /var/lib/mpd/music
- dodir /var/lib/mpd/playlists
- keepdir /var/lib/mpd/playlists
- dodir /var/log/mpd
- keepdir /var/log/mpd
-
- use alsa && \
- dosed 's:need :need alsasound :' /etc/init.d/mpd
-}
-
-pkg_postinst() {
- upgrade_warning
- elog "If you are upgrading from 0.11.x, check the configuration file carefully,"
- elog "the format has changed. See the example config file installed as"
- elog "/usr/share/doc/${PF}/mpdconf.example.gz, and mpd.conf manual page."
- elog ""
- elog "Please make sure that MPD's pid_file is set to /var/run/mpd/mpd.pid."
-}