diff options
author | John J. Ellis <jje@gentoo.org> | 2003-05-25 08:30:10 +0000 |
---|---|---|
committer | John J. Ellis <jje@gentoo.org> | 2003-05-25 08:30:10 +0000 |
commit | 2b4b38414e7ed2fdc555ad0be435a9e036788474 (patch) | |
tree | a215afc29c9e6616dbbde6114c2eed3fbb9c36f5 /media-sound | |
parent | Initial revision (~x86 masked). Beware! This will eat your day!! (diff) | |
download | gentoo-2-2b4b38414e7ed2fdc555ad0be435a9e036788474.tar.gz gentoo-2-2b4b38414e7ed2fdc555ad0be435a9e036788474.tar.bz2 gentoo-2-2b4b38414e7ed2fdc555ad0be435a9e036788474.zip |
Initial revision (~x86 masked). Beware! This will eat your day!!
Diffstat (limited to 'media-sound')
4 files changed, 40 insertions, 2 deletions
diff --git a/media-sound/psindustrializer/ChangeLog b/media-sound/psindustrializer/ChangeLog new file mode 100644 index 000000000000..009bb71696e2 --- /dev/null +++ b/media-sound/psindustrializer/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for media-sound/psindustrializer +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/psindustrializer/ChangeLog,v 1.1 2003/05/25 08:27:13 jje Exp $ + +*psindustrializer-0.2.2 (25 May 2003) + + 25 May 2003; jje <jje@gentoo.org> psindustrializer-0.2.2.ebuild: + Initial revision. May need to revisit dependencies. + diff --git a/media-sound/psindustrializer/Manifest b/media-sound/psindustrializer/Manifest index 495b7856b745..eb84239012da 100644 --- a/media-sound/psindustrializer/Manifest +++ b/media-sound/psindustrializer/Manifest @@ -1,3 +1,3 @@ -MD5 67fe7622022fd0f45c143eb03c3f14ef psindustrializer-0.2.2.ebuild 670 -MD5 234db1e2a27c889e6359147c3f3de68d ChangeLog 298 +MD5 4f16d1fda5167272f0311f3ba4e6a52c psindustrializer-0.2.2.ebuild 788 +MD5 6312e5ba2938eafcd9d1056d84fb7a54 ChangeLog 396 MD5 3843e3a04144768082bf109e09cb6182 files/digest-psindustrializer-0.2.2 74 diff --git a/media-sound/psindustrializer/files/digest-psindustrializer-0.2.2 b/media-sound/psindustrializer/files/digest-psindustrializer-0.2.2 new file mode 100644 index 000000000000..ab47aa0aebd5 --- /dev/null +++ b/media-sound/psindustrializer/files/digest-psindustrializer-0.2.2 @@ -0,0 +1 @@ +MD5 b8abd451eb2bfcc0d3046b8491693893 psindustrializer-0.2.2.tar.gz 228490 diff --git a/media-sound/psindustrializer/psindustrializer-0.2.2.ebuild b/media-sound/psindustrializer/psindustrializer-0.2.2.ebuild new file mode 100644 index 000000000000..191eb5d6e8f1 --- /dev/null +++ b/media-sound/psindustrializer/psindustrializer-0.2.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/psindustrializer/psindustrializer-0.2.2.ebuild,v 1.1 2003/05/25 08:27:13 jje Exp $ + +DESCRIPTION="Percussion Sample Generator (Discrete Mass Physical Modelling" +HOMEPAGE="http://uts.cc.utexas.edu/~foxx/industrializer/index.html" +SRC_URI="http://uts.cc.utexas.edu/~foxx/industrializer/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +IUSE="" + +DEPEND="=x11-libs/gtk+-1.2.10* \ + gnome-base/gnome-libs \ + =x11-libs/gtkglarea-1.2.3* \ + media-sound/esound" + +src_compile() { + econf || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc README COPYING INSTALL AUTHORS ABOUT-NLS NEWS TODO ChangeLog +} |