summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-02-25 15:36:40 +0000
committerAlin Năstac <mrness@gentoo.org>2006-02-25 15:36:40 +0000
commit47f96f4a0edb9249f60347b99bcf78a2ec6124fb (patch)
treed1e81473abc3682b47e9d50b0cb5808381143e88 /app-mobilephone/vmoconv
parentremove obsolete versions (diff)
downloadhistorical-47f96f4a0edb9249f60347b99bcf78a2ec6124fb.tar.gz
historical-47f96f4a0edb9249f60347b99bcf78a2ec6124fb.tar.bz2
historical-47f96f4a0edb9249f60347b99bcf78a2ec6124fb.zip
remove virtual/libc from dependencies
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-mobilephone/vmoconv')
-rw-r--r--app-mobilephone/vmoconv/Manifest10
-rw-r--r--app-mobilephone/vmoconv/vmoconv-1.0.ebuild6
2 files changed, 12 insertions, 4 deletions
diff --git a/app-mobilephone/vmoconv/Manifest b/app-mobilephone/vmoconv/Manifest
index e8a4c342791b..e9f7c1e5c69f 100644
--- a/app-mobilephone/vmoconv/Manifest
+++ b/app-mobilephone/vmoconv/Manifest
@@ -1,4 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 2d017dc9142fe2f8b6f0bb747d5e0033 ChangeLog 666
MD5 ad51711b81f583af1b493e09c0bb8e7c files/digest-vmoconv-1.0 63
MD5 3d703bfbe760589ae8b4bdefb1df9dac metadata.xml 370
MD5 707cd1a9a2a21eaa0aa257b8b2837a9c vmoconv-1.0.ebuild 787
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.1 (GNU/Linux)
+
+iD8DBQFEAHm8jG8pv1lIUX4RAlQrAJ9cwhBFW2wuZUqWczGHTohrjFFBdwCeLMcQ
+mzNQiIhZyd1MmfIGeRNoS9k=
+=qVBg
+-----END PGP SIGNATURE-----
diff --git a/app-mobilephone/vmoconv/vmoconv-1.0.ebuild b/app-mobilephone/vmoconv/vmoconv-1.0.ebuild
index 8c94b6d05904..9ccfbdb9019f 100644
--- a/app-mobilephone/vmoconv/vmoconv-1.0.ebuild
+++ b/app-mobilephone/vmoconv/vmoconv-1.0.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/app-mobilephone/vmoconv/vmoconv-1.0.ebuild,v 1.2 2005/10/10 19:26:16 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/vmoconv/vmoconv-1.0.ebuild,v 1.3 2006/02/25 15:36:40 mrness Exp $
DESCRIPTION="A tool that converts Siemens phones VMO and VMI audio files to gsm and wav."
HOMEPAGE="http://triq.net/obex/"
@@ -11,10 +11,8 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-DEPEND="virtual/libc"
-
src_compile() {
- econf || die
+ econf || die "configure failed"
# ugly workaround, otherwise make tries to build binaries before
# necessary .la file is built
cd src && make libgsm.la || die "make libgsm failed"