diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-30 02:55:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-30 02:55:53 +0000 |
commit | 317d43080c81c7dd44c626e0cbc48737c818ca48 (patch) | |
tree | 3b4e8482030bf7540604647655055d32455d0447 | |
parent | use econf (diff) | |
download | gentoo-2-317d43080c81c7dd44c626e0cbc48737c818ca48.tar.gz gentoo-2-317d43080c81c7dd44c626e0cbc48737c818ca48.tar.bz2 gentoo-2-317d43080c81c7dd44c626e0cbc48737c818ca48.zip |
hppa stable
-rw-r--r-- | media-libs/libmikmod/libmikmod-3.1.11.ebuild | 27 | ||||
-rw-r--r-- | media-sound/esound/esound-0.2.34.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/psmisc/psmisc-21.4.ebuild | 4 |
3 files changed, 16 insertions, 19 deletions
diff --git a/media-libs/libmikmod/libmikmod-3.1.11.ebuild b/media-libs/libmikmod/libmikmod-3.1.11.ebuild index d978ec9edb80..4e6943387952 100644 --- a/media-libs/libmikmod/libmikmod-3.1.11.ebuild +++ b/media-libs/libmikmod/libmikmod-3.1.11.ebuild @@ -1,33 +1,31 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/libmikmod-3.1.11.ebuild,v 1.1 2004/03/26 17:13:11 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libmikmod/libmikmod-3.1.11.ebuild,v 1.2 2004/03/30 02:55:53 vapier Exp $ -inherit gnuconfig -inherit flag-o-matic - -IUSE="oss esd alsa" +inherit gnuconfig flag-o-matic DESCRIPTION="A library to play a wide range of module formats" HOMEPAGE="http://mikmod.raphnet.net/" -SRC_URI="${HOMEPAGE}/files/${P}.tar.gz" +SRC_URI="http://mikmod.raphnet.net/files/${P}.tar.gz" + +LICENSE="LGPL-2.1 | LGPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 hppa ~sparc ~mips ~alpha ia64" +IUSE="oss esd alsa" DEPEND=">=media-libs/audiofile-0.2.3 alsa? ( >=media-libs/alsa-lib-0.5.9 ) esd? ( >=media-sound/esound-0.2.19 )" -SLOT="0" -LICENSE="LGPL-2.1 | LGPL-2" -KEYWORDS="~x86 ~amd64 ~hppa ~sparc ~mips ~alpha ia64" - src_compile() { filter-flags -Os local myconf myconf="--enable-af" # include AudioFile driver - [ -z `use esd` ] || myconf="${myconf} --enable-esd" - [ -z `use alsa` ] || myconf="${myconf} --enable-alsa" - [ -z `use oss` ] || myconf="${myconf} --enable-oss" + use esd && myconf="${myconf} --enable-esd" + use alsa && myconf="${myconf} --enable-alsa" + use oss && myconf="${myconf} --enable-oss" # alpha, amd64 and ia64 (at least) need gnuconfig_update gnuconfig_update @@ -37,9 +35,8 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING* NEWS README TODO + dodoc AUTHORS NEWS README TODO dohtml docs/*.html } diff --git a/media-sound/esound/esound-0.2.34.ebuild b/media-sound/esound/esound-0.2.34.ebuild index f41b2e6a3a80..b88884f4a95e 100644 --- a/media-sound/esound/esound-0.2.34.ebuild +++ b/media-sound/esound/esound-0.2.34.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/esound/esound-0.2.34.ebuild,v 1.1 2004/03/24 14:11:06 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/esound/esound-0.2.34.ebuild,v 1.2 2004/03/30 02:53:16 vapier Exp $ inherit libtool gnome.org eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.tux.org/~ricdude/EsounD.html" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~ia64 ~mips" +KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~amd64 ~ia64 ~mips" IUSE="tcpd alsa ipv6" DEPEND=">=media-libs/audiofile-0.1.5 diff --git a/sys-apps/psmisc/psmisc-21.4.ebuild b/sys-apps/psmisc/psmisc-21.4.ebuild index a605ae9dac51..a1d8278ea057 100644 --- a/sys-apps/psmisc/psmisc-21.4.ebuild +++ b/sys-apps/psmisc/psmisc-21.4.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/sys-apps/psmisc/psmisc-21.4.ebuild,v 1.3 2004/03/29 16:37:46 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/psmisc/psmisc-21.4.ebuild,v 1.4 2004/03/30 02:54:03 vapier Exp $ inherit eutils gnuconfig @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/psmisc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~ia64 ~ppc64 ~s390" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha hppa ~mips ~ia64 ~ppc64 ~s390" IUSE="nls selinux" DEPEND=">=sys-libs/ncurses-5.2-r2 |