summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-01-11 12:55:27 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-01-11 12:55:27 +0000
commitf2b523ce85ccb07b84efb223515507310c47ba0d (patch)
tree48b21db74571e7e5157f2364d3d6dc3ff1d55c78 /media-libs/libsamplerate
parentVersion bump and mention the doc in postinst to close bug #77339. (diff)
downloadhistorical-f2b523ce85ccb07b84efb223515507310c47ba0d.tar.gz
historical-f2b523ce85ccb07b84efb223515507310c47ba0d.tar.bz2
historical-f2b523ce85ccb07b84efb223515507310c47ba0d.zip
Setting KEYWORDS right.
Diffstat (limited to 'media-libs/libsamplerate')
-rw-r--r--media-libs/libsamplerate/ChangeLog6
-rw-r--r--media-libs/libsamplerate/Manifest16
-rw-r--r--media-libs/libsamplerate/libsamplerate-0.1.2.ebuild4
3 files changed, 20 insertions, 6 deletions
diff --git a/media-libs/libsamplerate/ChangeLog b/media-libs/libsamplerate/ChangeLog
index b5088e9691cf..1013d368d603 100644
--- a/media-libs/libsamplerate/ChangeLog
+++ b/media-libs/libsamplerate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libsamplerate
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.23 2005/01/03 09:44:23 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.24 2005/01/11 12:55:27 eradicator Exp $
+
+ 11 Jan 2005; Jeremy Huddleston <eradicator@gentoo.org>
+ libsamplerate-0.1.2.ebuild:
+ Setting KEYWORDS right.
03 Jan 2005; Markus Rothe <corsair@gentoo.org> libsamplerate-0.1.2.ebuild:
Added ~ppc64 to KEYWORDS
diff --git a/media-libs/libsamplerate/Manifest b/media-libs/libsamplerate/Manifest
index 098dc3ce33dd..31484d7e5fba 100644
--- a/media-libs/libsamplerate/Manifest
+++ b/media-libs/libsamplerate/Manifest
@@ -1,6 +1,16 @@
-MD5 0e45414c19d145ebd120cfaf120ba776 ChangeLog 3363
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 26e33e08130e424532be81ccd90d773c ChangeLog 3480
+MD5 2c00199205f77a52dc66d15c43730235 libsamplerate-0.1.2.ebuild 984
MD5 cd725dd9f77f1bf826b22148d4dade37 libsamplerate-0.1.1-r1.ebuild 974
-MD5 bdf4e160f3c6185c3f9fe0239ab0489d libsamplerate-0.1.2.ebuild 981
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
-MD5 9232ca31b1c51c2982baf3044f618e91 files/digest-libsamplerate-0.1.1-r1 71
MD5 34c844c01ebaf20a0f9c5d65a71b9ff8 files/digest-libsamplerate-0.1.2 71
+MD5 9232ca31b1c51c2982baf3044f618e91 files/digest-libsamplerate-0.1.1-r1 71
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFB48zJArHZZzCEUG0RAgpUAJ9DtLPm9FGtWxX6+HCGJgJarjr1gACeNbtF
+rugPWvFjrmmrYfbmQKXbk5I=
+=UWm0
+-----END PGP SIGNATURE-----
diff --git a/media-libs/libsamplerate/libsamplerate-0.1.2.ebuild b/media-libs/libsamplerate/libsamplerate-0.1.2.ebuild
index 5d59ef710963..ed39020819fb 100644
--- a/media-libs/libsamplerate/libsamplerate-0.1.2.ebuild
+++ b/media-libs/libsamplerate/libsamplerate-0.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2.ebuild,v 1.3 2005/01/03 09:44:23 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2.ebuild,v 1.4 2005/01/11 12:55:27 eradicator Exp $
IUSE="sndfile static"
@@ -10,7 +10,7 @@ SRC_URI="http://www.mega-nerd.com/SRC/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-x86 -ppc -sparc -alpha -ia64 -amd64 ~ppc-macos ~ppc64"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~ia64 ~amd64 ~ppc-macos ~ppc64"
DEPEND=">=sci-libs/fftw-3.0.1
sndfile? ( >=media-libs/libsndfile-1.0.2 )