diff options
author | David Holm <dholm@gentoo.org> | 2004-03-03 23:12:57 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-03-03 23:12:57 +0000 |
commit | 87fd11af041505cf95ad41d81eead8c02aa251af (patch) | |
tree | fe3d5605a00db05b092362a39ce67eab8e3d305f /media-sound | |
parent | Added to ~ppc (diff) | |
download | historical-87fd11af041505cf95ad41d81eead8c02aa251af.tar.gz historical-87fd11af041505cf95ad41d81eead8c02aa251af.tar.bz2 historical-87fd11af041505cf95ad41d81eead8c02aa251af.zip |
Added to ~ppc
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amsynth/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/amsynth/Manifest | 4 | ||||
-rw-r--r-- | media-sound/amsynth/amsynth-1.0.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/amsynth/ChangeLog b/media-sound/amsynth/ChangeLog index 5b71005f0890..d00de711700f 100644 --- a/media-sound/amsynth/ChangeLog +++ b/media-sound/amsynth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/amsynth # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.5 2004/03/03 04:11:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.6 2004/03/03 23:12:57 dholm Exp $ + + 04 Mar 2004; David Holm <dholm@gentoo.org> amsynth-1.0.0.ebuild: + Added to ~ppc. *amsynth-1.0.0 (02 Mar 2004) diff --git a/media-sound/amsynth/Manifest b/media-sound/amsynth/Manifest index a20b085e5d28..d3743596f13d 100644 --- a/media-sound/amsynth/Manifest +++ b/media-sound/amsynth/Manifest @@ -1,6 +1,6 @@ +MD5 aedda301ebbe8a907be110fa1a43629e ChangeLog 1071 MD5 0a835dccd9c9daea99ed6ba38cf190a7 amsynth-1.0_rc4.ebuild 1588 -MD5 983fc1e5c82659ff5b43a23ea872b102 amsynth-1.0.0.ebuild 1470 -MD5 b4cac379a89f9701f8767f4b97881971 ChangeLog 991 MD5 3be4f6e757e3057184136a002b0165f9 metadata.xml 221 +MD5 af09541f410891b4036b4e2e5ffd2d83 amsynth-1.0.0.ebuild 1470 MD5 bec083e8e27d21ba34cb61070ac11fea files/digest-amsynth-1.0_rc4 67 MD5 d7a734ec324ae5b115669d858666fb58 files/digest-amsynth-1.0.0 65 diff --git a/media-sound/amsynth/amsynth-1.0.0.ebuild b/media-sound/amsynth/amsynth-1.0.0.ebuild index b6a81f5e3705..6b036823afda 100644 --- a/media-sound/amsynth/amsynth-1.0.0.ebuild +++ b/media-sound/amsynth/amsynth-1.0.0.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/amsynth/amsynth-1.0.0.ebuild,v 1.1 2004/03/03 04:11:26 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.2 2004/03/03 23:12:57 dholm Exp $ MY_P=${P/_rc/-rc} MY_P=${MY_P/amsynth/amSynth} @@ -12,7 +12,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="oss alsa jack" |