diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-13 14:25:11 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-13 14:25:11 +0000 |
commit | 9ed95f58e879f8e514b4dbd4fa7deefd929032b8 (patch) | |
tree | 2b35f2cdc085bd7c8e4053e7e85772e45f15b683 /media-libs/libdsp | |
parent | Stable on hppa. (diff) | |
download | historical-9ed95f58e879f8e514b4dbd4fa7deefd929032b8.tar.gz historical-9ed95f58e879f8e514b4dbd4fa7deefd929032b8.tar.bz2 historical-9ed95f58e879f8e514b4dbd4fa7deefd929032b8.zip |
QA: Fix has_version atoms.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-libs/libdsp')
-rw-r--r-- | media-libs/libdsp/Manifest | 14 | ||||
-rw-r--r-- | media-libs/libdsp/libdsp-4.9.2-r1.ebuild | 12 | ||||
-rw-r--r-- | media-libs/libdsp/libdsp-4.9.2.ebuild | 12 |
3 files changed, 13 insertions, 25 deletions
diff --git a/media-libs/libdsp/Manifest b/media-libs/libdsp/Manifest index 3c08e0407a01..e94eb363b1b5 100644 --- a/media-libs/libdsp/Manifest +++ b/media-libs/libdsp/Manifest @@ -1,17 +1,17 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 900ca47026dd214786570ef16024fc3d libdsp-4.9.2-r1.ebuild 1790 MD5 a01b90fed05a410b3bc6aecc2601067a ChangeLog 1510 -MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -MD5 8e472d29f67151e2a3266ab8ba84faf8 libdsp-4.9.2.ebuild 1528 -MD5 7026d7f1b8c75423ecfad3ceaf859760 files/digest-libdsp-4.9.2-r1 136 MD5 0f21eaa6e644359d7a33dad21b8f330d files/Makefile.patch 2012 MD5 7026d7f1b8c75423ecfad3ceaf859760 files/digest-libdsp-4.9.2 136 +MD5 7026d7f1b8c75423ecfad3ceaf859760 files/digest-libdsp-4.9.2-r1 136 +MD5 0c16f3a3a111ff2472aa617647db1a9f libdsp-4.9.2-r1.ebuild 1750 +MD5 5ef7d9899fe4576ed2dffab23d597019 libdsp-4.9.2.ebuild 1488 +MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCZMIbKf2g/qXtneoRAlVvAJwIaJP2XY/btMnGfBKlYw+Anhj+wQCfaS7q -g9WgzcQnjuxujtNxvzb0UM4= -=9rrF +iD8DBQFC1SRfI1lqEGTUzyQRAnEeAJsFfFF5UqWVV9mUcgfaju6mPj/ZWwCeMS/f +V4jaSSVzEG5pVNj8epj6MMI= +=bavn -----END PGP SIGNATURE----- diff --git a/media-libs/libdsp/libdsp-4.9.2-r1.ebuild b/media-libs/libdsp/libdsp-4.9.2-r1.ebuild index 010d35736c7d..51d8d7a2cb77 100644 --- a/media-libs/libdsp/libdsp-4.9.2-r1.ebuild +++ b/media-libs/libdsp/libdsp-4.9.2-r1.ebuild @@ -1,8 +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/libdsp/libdsp-4.9.2-r1.ebuild,v 1.3 2005/01/09 11:11:15 swegener Exp $ - -IUSE="doc" +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdsp/libdsp-4.9.2-r1.ebuild,v 1.4 2005/07/13 14:25:11 swegener Exp $ inherit eutils @@ -16,15 +14,11 @@ SLOT="0" # -amd64, -sparc: 4.9.2-r1 - uses x86 assembly KEYWORDS="x86 -amd64 -sparc" +IUSE="doc" DEPEND="" S=${WORKDIR}/${PN}-src-${PV} -src_unpack() { - unpack ${A} - cd ${S} -} - src_compile() { # fixes some Makefile weirdness epatch ${FILESDIR}/Makefile.patch @@ -39,7 +33,7 @@ src_compile() { sed -e "s:^PREFIX.*:PREFIX = ${D}/usr:" -i DynThreads/Makefile # libtool only supports the --tag option from v1.5 onwards - if ! has_version >= sys-devel/libtool-1.5.0; then + if ! has_version ">=sys-devel/libtool-1.5.0"; then sed -e "s/^LIBTOOL = libtool --tag=CXX/LIBTOOL = libtool/" -i libDSP/Makefile fi diff --git a/media-libs/libdsp/libdsp-4.9.2.ebuild b/media-libs/libdsp/libdsp-4.9.2.ebuild index de5c85bdb41e..2a56b66ae054 100644 --- a/media-libs/libdsp/libdsp-4.9.2.ebuild +++ b/media-libs/libdsp/libdsp-4.9.2.ebuild @@ -1,8 +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/libdsp/libdsp-4.9.2.ebuild,v 1.2 2005/01/09 11:11:15 swegener Exp $ - -IUSE="doc" +# $Header: /var/cvsroot/gentoo-x86/media-libs/libdsp/libdsp-4.9.2.ebuild,v 1.3 2005/07/13 14:25:11 swegener Exp $ inherit eutils @@ -13,16 +11,12 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.tar.gz LICENSE="GPL-2" SLOT="0" +IUSE="doc" KEYWORDS="~x86" DEPEND="" S=${WORKDIR}/${PN}-src-${PV} -src_unpack() { - unpack ${A} - cd ${S} -} - src_compile() { # fixes some Makefile weirdness epatch ${FILESDIR}/Makefile.patch @@ -36,7 +30,7 @@ src_compile() { sed -e "s:^PREFIX.*:PREFIX = ${D}/usr:" -i DynThreads/Makefile # libtool only supports the --tag option from v1.5 onwards - if ! has_version >= sys-devel/libtool-1.5.0; then + if ! has_version ">=sys-devel/libtool-1.5.0"; then sed -e "s/^LIBTOOL = libtool --tag=CXX/LIBTOOL = libtool/" -i libDSP/Makefile fi |