diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-01 17:49:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-01 17:49:50 +0000 |
commit | 9ca3f6b8e4ebe19e8ac661548b1f608516011f78 (patch) | |
tree | e4a3510cf5697f66d0ad3e503ce9c9502e8f520d | |
parent | Fixed build failure in case intltool is not intalled in the system (added nls... (diff) | |
download | historical-9ca3f6b8e4ebe19e8ac661548b1f608516011f78.tar.gz historical-9ca3f6b8e4ebe19e8ac661548b1f608516011f78.tar.bz2 historical-9ca3f6b8e4ebe19e8ac661548b1f608516011f78.zip |
Fix repoman warnings
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
-rw-r--r-- | media-sound/brutefir/brutefir-1.0a.ebuild | 47 | ||||
-rw-r--r-- | media-sound/brutefir/brutefir-1.0f.ebuild | 49 | ||||
-rw-r--r-- | media-sound/brutefir/brutefir-1.0i.ebuild | 34 | ||||
-rw-r--r-- | media-sound/knob/knob-1.2-r1.ebuild | 10 | ||||
-rw-r--r-- | media-sound/musicman/Manifest | 6 |
5 files changed, 23 insertions, 123 deletions
diff --git a/media-sound/brutefir/brutefir-1.0a.ebuild b/media-sound/brutefir/brutefir-1.0a.ebuild deleted file mode 100644 index c6a3291b8cec..000000000000 --- a/media-sound/brutefir/brutefir-1.0a.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0a.ebuild,v 1.9 2007/01/05 17:25:14 flameeyes Exp $ - -IUSE="" - -inherit eutils - -DESCRIPTION="Software convolution engine for applying long FIR filters" -HOMEPAGE="http://www.ludd.luth.se/~torger/brutefir.html" -SRC_URI="http://www.ludd.luth.se/~torger/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 ~ppc" - -DEPEND=">=media-libs/alsa-lib-0.9.1 - media-sound/jack-audio-connection-kit - >=sci-libs/fftw-3.0.0" - -src_compile() { - emake || die -} - -src_install() { - - mkdir -p ${D}/usr/bin - mkdir -p ${D}/usr/lib/brutefir - - einstall DESTDIR=${D} \ - INSTALL_PREFIX=${D}/usr || die - - if [ "$(get_libdir)" != "lib" ]; then - mv ${D}/usr/lib ${D}/usr/$(get_libdir) - fi - - dodoc CHANGES README LICENSE - - insinto usr/share/brutefir - doins xtc_config directpath.txt crosspath.txt massive_config bench1_config bench2_config bench3_config bench4_config bench5_config -} - -pkg_postinst() { - elog Brutefir is a complicated piece of software. Please read the documentation first! - elog You can find documentation here: http://www.ludd.luth.se/~torger/brutefir.html - elog Example config files are in /usr/share/brutefir -} diff --git a/media-sound/brutefir/brutefir-1.0f.ebuild b/media-sound/brutefir/brutefir-1.0f.ebuild deleted file mode 100644 index 4709ec142449..000000000000 --- a/media-sound/brutefir/brutefir-1.0f.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0f.ebuild,v 1.3 2007/01/05 17:25:14 flameeyes Exp $ - -inherit eutils - -IUSE="" -DESCRIPTION="Software convolution engine for applying long FIR filters" -HOMEPAGE="http://www.ludd.luth.se/~torger/brutefir.html" -SRC_URI="http://www.ludd.luth.se/~torger/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" - -DEPEND=">=media-libs/alsa-lib-0.9.1 - media-sound/jack-audio-connection-kit - >=sci-libs/fftw-3.0.0" - -src_compile() { - emake || die "make failed" -} - -src_install() { - - mkdir -p ${D}/usr/bin - mkdir -p ${D}/usr/lib/brutefir - - einstall DESTDIR=${D} \ - INSTALL_PREFIX=${D}/usr || die "make install failed" - - if [ "$(get_libdir)" != "lib" ]; then - mv ${D}/usr/lib ${D}/usr/$(get_libdir) - fi - - dodoc CHANGES README LICENSE - - insinto usr/share/brutefir - doins xtc_config directpath.txt crosspath.txt massive_config bench1_config bench2_config bench3_config bench4_config bench5_config -} - -pkg_postinst() { - elog - elog "Brutefir is a complicated piece of software. Please" - elog "read the documentation first! You can find" - elog "documentation here: http://www.ludd.luth.se/~torger/brutefir.html" - elog "Example config files are in /usr/share/brutefir" - elog -} diff --git a/media-sound/brutefir/brutefir-1.0i.ebuild b/media-sound/brutefir/brutefir-1.0i.ebuild index 958f543cd746..63a105d26b69 100644 --- a/media-sound/brutefir/brutefir-1.0i.ebuild +++ b/media-sound/brutefir/brutefir-1.0i.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0i.ebuild,v 1.3 2007/08/25 18:27:27 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/brutefir/brutefir-1.0i.ebuild,v 1.4 2009/06/01 17:49:50 ssuominen Exp $ +EAPI=2 inherit eutils -IUSE="" DESCRIPTION="Software convolution engine for applying long FIR filters" HOMEPAGE="http://www.ludd.luth.se/~torger/brutefir.html" SRC_URI="http://www.ludd.luth.se/~torger/files/${P}.tar.gz" @@ -12,38 +12,34 @@ SRC_URI="http://www.ludd.luth.se/~torger/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc x86" +IUSE="" -DEPEND=">=media-libs/alsa-lib-0.9.1 +RDEPEND="media-libs/alsa-lib media-sound/jack-audio-connection-kit - >=sci-libs/fftw-3.0.0" - -src_compile() { - emake || die "make failed" -} + sci-libs/fftw:3.0" +DEPEND="${RDEPEND}" src_install() { + mkdir -p "${D}"/usr/bin + mkdir -p "${D}"/usr/lib/brutefir - mkdir -p ${D}/usr/bin - mkdir -p ${D}/usr/lib/brutefir - - einstall DESTDIR=${D} \ - INSTALL_PREFIX=${D}/usr || die "make install failed" + einstall DESTDIR="${D}" INSTALL_PREFIX="${D}"/usr \ + || die "einstall failed" if [ "$(get_libdir)" != "lib" ]; then - mv ${D}/usr/lib ${D}/usr/$(get_libdir) + mv "${D}"/usr/lib "${D}"/usr/$(get_libdir) fi - dodoc CHANGES README LICENSE + dodoc CHANGES README insinto usr/share/brutefir - doins xtc_config directpath.txt crosspath.txt massive_config bench1_config bench2_config bench3_config bench4_config bench5_config + doins xtc_config directpath.txt crosspath.txt massive_config \ + bench1_config bench2_config bench3_config bench4_config bench5_config } pkg_postinst() { - elog elog "Brutefir is a complicated piece of software. Please" elog "read the documentation first! You can find" elog "documentation here: http://www.ludd.luth.se/~torger/brutefir.html" elog "Example config files are in /usr/share/brutefir" - elog } diff --git a/media-sound/knob/knob-1.2-r1.ebuild b/media-sound/knob/knob-1.2-r1.ebuild index 6d96a20d2d6f..8850749af0e4 100644 --- a/media-sound/knob/knob-1.2-r1.ebuild +++ b/media-sound/knob/knob-1.2-r1.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/knob/knob-1.2-r1.ebuild,v 1.6 2006/05/31 11:05:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/knob/knob-1.2-r1.ebuild,v 1.7 2009/06/01 17:45:33 ssuominen Exp $ -ARTS_REQUIRED="yes" +ARTS_REQUIRED=yes inherit kde DESCRIPTION="Knob - The KDE Volume Control Applet" HOMEPAGE="http://lichota.net/~krzysiek/projects/knob/" SRC_URI="http://lichota.net/~krzysiek/projects/knob/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 sparc alpha ~ppc amd64" IUSE="" need-kde 3 -PATCHES="${FILESDIR}/${P}-fPIC.patch" +PATCHES=( "${FILESDIR}/${P}-fPIC.patch" ) diff --git a/media-sound/musicman/Manifest b/media-sound/musicman/Manifest index 92a4d9b5b3b2..bccba22a41ab 100644 --- a/media-sound/musicman/Manifest +++ b/media-sound/musicman/Manifest @@ -1,9 +1,9 @@ AUX musicman-0.11-amd64.patch 1545 RMD160 120424ab0c69c6ec0536b39283354d4a132800d0 SHA1 8b5431e4eb2ee5207d229871a95d17649439052c SHA256 3d4ef4652554c5b6cb1747cb41fdb4434cb568ed1dfa2122afdf2d70bdc8345d AUX musicman-0.11-gcc34.patch 1055 RMD160 975e69d30668418d1ff1e1a99dc1a4b644f590d1 SHA1 59e5a5fd2afd9f5c0aca338e61bfcc3660d336f5 SHA256 6d7337bf149ad7a7b974ec08840078b39617768033787b4935ecbbb1295f8d3c -DIST kde-admindir-3.5.3.tar.bz2 187248 RMD160 81eedc1b81f2cee6709b7c8ad08859024da090f6 SHA1 6847a0c05ce3c11fcbef0de49b0c0d599e864982 SHA256 0cd8bf32dad0affa56edf5723747275be2b1e0702abefc28ded8763ad58fe07b +DIST kde-admindir-3.5.5.tar.bz2 187274 RMD160 24528f3bf94e7d1a1036b6e5af180719785839ed SHA1 b640d2606305201b0ec030555c324d326440efff SHA256 1aa56856e432839ec74a67ab33fc21b56ed4f1b4b5c60bfd5b953cb2d3423153 DIST musicman-0.11.tar.gz 1445222 RMD160 e4960b9cae34421a63f750a1789a83520c5d5245 SHA1 e8cc5e5fdfe96c4fb4c3a843e65ec69ce41bcbd6 SHA256 10a4ee2e47d481dfe44e304b6f9ed8d2ca0f66be9e31cdea6b582939ca0e334c DIST musicman-0.15.tar.gz 1457521 RMD160 5e98e7330da9279917d9873ab18f9f46a00af90f SHA1 2cbf613626f38933e5fff4a585778852d86a933a SHA256 6bc90a176fdd6b9504ba94dff75e81d1fdd86446ef4ddf8069d367dad48076d4 EBUILD musicman-0.11-r1.ebuild 674 RMD160 88861b1673fe66f0c7814c16bb1b2c119a1749c2 SHA1 761e0a514d6a56c6b79dfad62a8fbb3c76b87d2e SHA256 8edd43425510d6a0d73e4c2cd65f75e9bffc3e4309ead4ad0c9d8e130bed8282 -EBUILD musicman-0.15.ebuild 673 RMD160 9dfe881bd4d50b5cb27718597101f258a300602b SHA1 80b0d17f79a67cd7d174f05185bc78e09f817345 SHA256 be98314b358530c7c758d184814b537a62888bdbec377559f6f557cfb0128521 -MISC ChangeLog 2531 RMD160 143c4f366042c8c4275d2fcfc7e77b93b3b870e4 SHA1 8b1d01efdbd848e1713668bdfc163d9d7da3ddcb SHA256 8964b5c9bb53fc8d07ed9962e1a13ad52b421dcb5d02185724dbcd591a012276 +EBUILD musicman-0.15.ebuild 720 RMD160 73e018a3a58139172a031e2d119c9e841a763872 SHA1 36d29b8de8afd0bd66ce802f8deb870711f49ee1 SHA256 109f6615eb99ac92c17e2835eef83b22a5e2d866e705ff1cc628def3d3d35a5a +MISC ChangeLog 2635 RMD160 6bfcbb10914f33cca5710747bb194ac7f10c7c43 SHA1 3d843b8f1d4cd1ad9d485f8330214fa8a66123ef SHA256 d4056e217e0e90006759d9712e8b317fd24539eda30b882ba167d5e756776087 MISC metadata.xml 158 RMD160 6842e2189a50bd8a98e84802c38180ac1421c00e SHA1 703cea5a2109d41f7c87993c1f01d418a4c85174 SHA256 dfb5b47e6836db39fb187301dfcff1c2605e91d13d21db160806a563d8c75f9b |