summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-23 10:28:47 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-23 10:28:47 +0000
commit4fc9a86d2170e797e0638300dd16023fe1482631 (patch)
treeffd12c98153ee80b213c4d1011776acee58c389c /media-sound
parentchanged 0.5 to use DESTDIR (#71905) (diff)
downloadhistorical-4fc9a86d2170e797e0638300dd16023fe1482631.tar.gz
historical-4fc9a86d2170e797e0638300dd16023fe1482631.tar.bz2
historical-4fc9a86d2170e797e0638300dd16023fe1482631.zip
Added to ~amd64.
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/psindustrializer/ChangeLog6
-rw-r--r--media-sound/psindustrializer/psindustrializer-0.2.2.ebuild23
2 files changed, 14 insertions, 15 deletions
diff --git a/media-sound/psindustrializer/ChangeLog b/media-sound/psindustrializer/ChangeLog
index 7522cfd862d1..e3e7ba308a35 100644
--- a/media-sound/psindustrializer/ChangeLog
+++ b/media-sound/psindustrializer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/psindustrializer
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/psindustrializer/ChangeLog,v 1.4 2004/07/19 09:47:14 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/psindustrializer/ChangeLog,v 1.5 2004/11/23 10:28:47 eradicator Exp $
+
+ 23 Nov 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ psindustrializer-0.2.2.ebuild:
+ Added to ~amd64.
19 Jul 2004; David Holm <dholm@gentoo.org> psindustrializer-0.2.2.ebuild:
Added to ~ppc.
diff --git a/media-sound/psindustrializer/psindustrializer-0.2.2.ebuild b/media-sound/psindustrializer/psindustrializer-0.2.2.ebuild
index 10331b294cb8..b03ea9574d19 100644
--- a/media-sound/psindustrializer/psindustrializer-0.2.2.ebuild
+++ b/media-sound/psindustrializer/psindustrializer-0.2.2.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# 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.5 2004/07/19 09:47:14 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/psindustrializer/psindustrializer-0.2.2.ebuild,v 1.6 2004/11/23 10:28:47 eradicator Exp $
+
+IUSE=""
DESCRIPTION="Percussion Sample Generator (Discrete Mass Physical Modelling"
HOMEPAGE="http://uts.cc.utexas.edu/~foxx/industrializer/index.html"
@@ -8,21 +10,14 @@ SRC_URI="http://uts.cc.utexas.edu/~foxx/industrializer/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc"
-
-IUSE=""
+KEYWORDS="~amd64 ~ppc x86"
-DEPEND="=x11-libs/gtk+-1.2.10* \
- gnome-base/gnome-libs \
- =x11-libs/gtkglarea-1.2.3* \
+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
+ make DESTDIR="${D}" install || die
+ dodoc README AUTHORS ABOUT-NLS NEWS TODO ChangeLog
}