summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-01-26 00:40:17 +0000
committerMike Frysinger <vapier@gentoo.org>2004-01-26 00:40:17 +0000
commit764f6cb927ef24d99417b1f7b2a29d6325607763 (patch)
tree5bce015cd0fb28465bbe7279cec3e17ad29a6e23 /media-plugins
parentdont use old WANT_AUTOCONF #35111 (diff)
downloadhistorical-764f6cb927ef24d99417b1f7b2a29d6325607763.tar.gz
historical-764f6cb927ef24d99417b1f7b2a29d6325607763.tar.bz2
historical-764f6cb927ef24d99417b1f7b2a29d6325607763.zip
dont use old WANT_AUTOCONF #35111
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/xmms-imms/xmms-imms-0.9.ebuild22
1 files changed, 9 insertions, 13 deletions
diff --git a/media-plugins/xmms-imms/xmms-imms-0.9.ebuild b/media-plugins/xmms-imms/xmms-imms-0.9.ebuild
index 58c8cd398c53..c04eb5a17f69 100644
--- a/media-plugins/xmms-imms/xmms-imms-0.9.ebuild
+++ b/media-plugins/xmms-imms/xmms-imms-0.9.ebuild
@@ -1,15 +1,12 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-imms/xmms-imms-0.9.ebuild,v 1.3 2003/09/08 07:17:25 msterret Exp $
-
-IUSE=""
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-imms/xmms-imms-0.9.ebuild,v 1.4 2004/01/26 00:40:17 vapier Exp $
MY_P=${P/xmms-/}
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="MMS is an intelligent playlist plug-in for XMMS that tracks your listening patterns and dynamically adapts to your taste."
-SRC_URI="mirror://sourceforge/imms/${MY_P}.tar.bz2"
+DESCRIPTION="intelligent XMMS playlist plug-in that tracks your listening patterns and dynamically adapts to your taste"
HOMEPAGE="http://www.luminal.org/phpwiki/index.php/IMMS"
+SRC_URI="mirror://sourceforge/imms/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
@@ -20,8 +17,10 @@ DEPEND="dev-db/sqlite
media-sound/xmms
oggvorbis? ( media-libs/libvorbis )"
+S=${WORKDIR}/${MY_P}
+
src_compile() {
- WANT_AUTOCONF_2_5=1
+ WANT_AUTOCONF=2.5
autoheader
autoconf
@@ -32,9 +31,6 @@ src_compile() {
src_install () {
insinto "`xmms-config --general-plugin-dir`"
- doins libimms.so
-
- dodoc ChangeLog INSTALL LICENSE README
+ doins libimms.so || die
+ dodoc ChangeLog INSTALL README
}
-
-