diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-20 05:53:46 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-20 05:53:46 +0000 |
commit | 855e94aac3dba9bd1e9b9dd2bb27f78332cdb9bb (patch) | |
tree | f360f8678d2866539627d450f4f6605b1ff4dbe7 /media-sound/mpc | |
parent | clean older versions (diff) | |
download | historical-855e94aac3dba9bd1e9b9dd2bb27f78332cdb9bb.tar.gz historical-855e94aac3dba9bd1e9b9dd2bb27f78332cdb9bb.tar.bz2 historical-855e94aac3dba9bd1e9b9dd2bb27f78332cdb9bb.zip |
Removing old versions.
Diffstat (limited to 'media-sound/mpc')
-rw-r--r-- | media-sound/mpc/ChangeLog | 10 | ||||
-rw-r--r-- | media-sound/mpc/files/digest-mpc-0.10.3 | 1 | ||||
-rw-r--r-- | media-sound/mpc/files/digest-mpc-0.11.0 | 1 | ||||
-rw-r--r-- | media-sound/mpc/files/digest-mpc-0.9.2 | 1 | ||||
-rw-r--r-- | media-sound/mpc/mpc-0.10.3.ebuild | 31 | ||||
-rw-r--r-- | media-sound/mpc/mpc-0.11.0.ebuild | 30 | ||||
-rw-r--r-- | media-sound/mpc/mpc-0.11.1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/mpc/mpc-0.9.2.ebuild | 31 |
8 files changed, 12 insertions, 99 deletions
diff --git a/media-sound/mpc/ChangeLog b/media-sound/mpc/ChangeLog index a8e24f2e4b2c..0c84209fdb75 100644 --- a/media-sound/mpc/ChangeLog +++ b/media-sound/mpc/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-sound/mpc # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.22 2004/09/03 17:03:47 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/ChangeLog,v 1.23 2004/10/20 05:51:08 eradicator Exp $ + + 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> -mpc-0.10.3.ebuild, + -mpc-0.11.0.ebuild: + Removing old versions. + + 19 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> -mpc-0.10.3.ebuild, + -mpc-0.11.0.ebuild, -mpc-0.9.2.ebuild: + Removing old versions. 03 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> mpc-0.11.1.ebuild: Stable amd64, sparc, x86. diff --git a/media-sound/mpc/files/digest-mpc-0.10.3 b/media-sound/mpc/files/digest-mpc-0.10.3 deleted file mode 100644 index 7fb30ff76062..000000000000 --- a/media-sound/mpc/files/digest-mpc-0.10.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 24bdf1234cb633c0e7aa0e2f189afa8d mpc-0.10.3.tar.gz 209661 diff --git a/media-sound/mpc/files/digest-mpc-0.11.0 b/media-sound/mpc/files/digest-mpc-0.11.0 deleted file mode 100644 index 70a2f7d22df9..000000000000 --- a/media-sound/mpc/files/digest-mpc-0.11.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7b58088f3ceba47b6466d1226993ad99 mpc-0.11.0.tar.gz 163502 diff --git a/media-sound/mpc/files/digest-mpc-0.9.2 b/media-sound/mpc/files/digest-mpc-0.9.2 deleted file mode 100644 index 888f9df16f2c..000000000000 --- a/media-sound/mpc/files/digest-mpc-0.9.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 dc48d506c4983cd71c7d975f51c5c88a mpc-0.9.2.tar.gz 293865 diff --git a/media-sound/mpc/mpc-0.10.3.ebuild b/media-sound/mpc/mpc-0.10.3.ebuild deleted file mode 100644 index 9cd0512fa2b5..000000000000 --- a/media-sound/mpc/mpc-0.10.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.5 2004/07/01 10:59:11 eradicator 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/libc" - -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.11.0.ebuild b/media-sound/mpc/mpc-0.11.0.ebuild deleted file mode 100644 index 66a1a03aecb6..000000000000 --- a/media-sound/mpc/mpc-0.11.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.0.ebuild,v 1.4 2004/08/27 15:43:50 mholzer Exp $ - -IUSE="" - -DESCRIPTION="A commandline client for Music Player Daemon (media-sound/mpd)" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz" -HOMEPAGE="http://www.musicpd.org" - -KEYWORDS="x86 ~ppc" -SLOT="0" -LICENSE="GPL-2" - -DEPEND="virtual/libc" - -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.11.1.ebuild b/media-sound/mpc/mpc-0.11.1.ebuild index a42b66c47f86..d2752994edd1 100644 --- a/media-sound/mpc/mpc-0.11.1.ebuild +++ b/media-sound/mpc/mpc-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.1.ebuild,v 1.4 2004/09/03 17:03:47 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.1.ebuild,v 1.5 2004/10/20 05:51:08 eradicator Exp $ IUSE="" @@ -24,7 +24,7 @@ src_compile() { } src_install() { - emake install DESTDIR=${D} || die + emake install DESTDIR="${D}" || die rm -rf ${D}/usr/share/doc/mpc/ - dodoc AUTHORS COPYING ChangeLog INSTALL README doc/mpc-bashrc + dodoc AUTHORS ChangeLog README doc/mpc-bashrc } diff --git a/media-sound/mpc/mpc-0.9.2.ebuild b/media-sound/mpc/mpc-0.9.2.ebuild deleted file mode 100644 index 13f5810f2404..000000000000 --- a/media-sound/mpc/mpc-0.9.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.9.2.ebuild,v 1.4 2004/07/01 10:59:11 eradicator 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/libc" - -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 -} |