summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-07 15:30:15 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-07 15:30:15 +0000
commit952478479c4259ddc02ee1c9a37b4efd80d0fa20 (patch)
treece0c2dfa435bb0b657f390ea6c165b9688596394 /media-sound/qsynth
parentDrop virtual/libc dependency. (diff)
downloadgentoo-2-952478479c4259ddc02ee1c9a37b4efd80d0fa20.tar.gz
gentoo-2-952478479c4259ddc02ee1c9a37b4efd80d0fa20.tar.bz2
gentoo-2-952478479c4259ddc02ee1c9a37b4efd80d0fa20.zip
Drop virtual/libc dependency.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r--media-sound/qsynth/ChangeLog7
-rw-r--r--media-sound/qsynth/metadata.xml4
-rw-r--r--media-sound/qsynth/qsynth-0.1.0.ebuild7
-rw-r--r--media-sound/qsynth/qsynth-0.2.1.ebuild7
-rw-r--r--media-sound/qsynth/qsynth-0.2.2.ebuild7
-rw-r--r--media-sound/qsynth/qsynth-0.2.3.ebuild5
-rw-r--r--media-sound/qsynth/qsynth-0.2.4.ebuild7
7 files changed, 22 insertions, 22 deletions
diff --git a/media-sound/qsynth/ChangeLog b/media-sound/qsynth/ChangeLog
index fc6a89a621ab..66b0552b2cbe 100644
--- a/media-sound/qsynth/ChangeLog
+++ b/media-sound/qsynth/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/qsynth
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.14 2006/02/07 20:43:50 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.15 2006/03/07 15:30:15 flameeyes Exp $
+
+ 07 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> metadata.xml,
+ qsynth-0.1.0.ebuild, qsynth-0.2.1.ebuild, qsynth-0.2.2.ebuild,
+ qsynth-0.2.3.ebuild, qsynth-0.2.4.ebuild:
+ Drop virtual/libc dependency.
07 Feb 2006; Simon Stelling <blubb@gentoo.org> qsynth-0.2.3.ebuild:
stable on amd64
diff --git a/media-sound/qsynth/metadata.xml b/media-sound/qsynth/metadata.xml
index e70dd2ba42f6..12ba61c118ad 100644
--- a/media-sound/qsynth/metadata.xml
+++ b/media-sound/qsynth/metadata.xml
@@ -3,8 +3,8 @@
<pkgmetadata>
<herd>sound</herd>
<maintainer>
- <email>sound@gentoo.org</email>
- </maintainer>
+<email>sound@gentoo.org</email>
+</maintainer>
<longdescription>
QSynth is a fluidsynth GUI front-end application written in C++ around the
Qt3 toolkit using Qt Designer. Eventually it may evolve into a softsynth
diff --git a/media-sound/qsynth/qsynth-0.1.0.ebuild b/media-sound/qsynth/qsynth-0.1.0.ebuild
index bf1ad3a4c9f3..4817d3b92946 100644
--- a/media-sound/qsynth/qsynth-0.1.0.ebuild
+++ b/media-sound/qsynth/qsynth-0.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.1.0.ebuild,v 1.8 2005/09/04 10:57:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.1.0.ebuild,v 1.9 2006/03/07 15:30:15 flameeyes Exp $
DESCRIPTION="A Qt application to control FluidSynth"
HOMEPAGE="http://qsynth.sf.net/"
@@ -11,8 +11,7 @@ SLOT="0"
IUSE=""
KEYWORDS="x86 ~amd64"
-DEPEND="virtual/libc
- =x11-libs/qt-3*
+DEPEND="=x11-libs/qt-3*
media-sound/fluidsynth"
src_compile() {
diff --git a/media-sound/qsynth/qsynth-0.2.1.ebuild b/media-sound/qsynth/qsynth-0.2.1.ebuild
index 60e6b7247eb4..9763509b40fd 100644
--- a/media-sound/qsynth/qsynth-0.2.1.ebuild
+++ b/media-sound/qsynth/qsynth-0.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.1.ebuild,v 1.8 2005/09/04 10:57:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.1.ebuild,v 1.9 2006/03/07 15:30:15 flameeyes Exp $
DESCRIPTION="A Qt application to control FluidSynth"
HOMEPAGE="http://qsynth.sf.net/"
@@ -11,8 +11,7 @@ SLOT="0"
IUSE=""
KEYWORDS="x86 amd64 ~ppc"
-DEPEND="virtual/libc
- =x11-libs/qt-3*
+DEPEND="=x11-libs/qt-3*
media-sound/fluidsynth"
src_compile() {
diff --git a/media-sound/qsynth/qsynth-0.2.2.ebuild b/media-sound/qsynth/qsynth-0.2.2.ebuild
index 231e338a75e7..d7063407746f 100644
--- a/media-sound/qsynth/qsynth-0.2.2.ebuild
+++ b/media-sound/qsynth/qsynth-0.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.2.ebuild,v 1.4 2005/09/04 10:57:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.2.ebuild,v 1.5 2006/03/07 15:30:15 flameeyes Exp $
DESCRIPTION="A Qt application to control FluidSynth"
HOMEPAGE="http://qsynth.sf.net/"
@@ -11,8 +11,7 @@ SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-DEPEND="virtual/libc
- =x11-libs/qt-3*
+DEPEND="=x11-libs/qt-3*
media-sound/fluidsynth"
src_compile() {
diff --git a/media-sound/qsynth/qsynth-0.2.3.ebuild b/media-sound/qsynth/qsynth-0.2.3.ebuild
index 459f38ceb0e8..c5270c8396d6 100644
--- a/media-sound/qsynth/qsynth-0.2.3.ebuild
+++ b/media-sound/qsynth/qsynth-0.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.3.ebuild,v 1.5 2006/02/07 20:43:50 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.3.ebuild,v 1.6 2006/03/07 15:30:15 flameeyes Exp $
DESCRIPTION="A Qt application to control FluidSynth"
HOMEPAGE="http://qsynth.sf.net/"
@@ -11,8 +11,7 @@ SLOT="0"
IUSE=""
KEYWORDS="amd64 ~ppc ~sparc x86"
-DEPEND="virtual/libc
- =x11-libs/qt-3*
+DEPEND="=x11-libs/qt-3*
media-sound/fluidsynth"
src_compile() {
diff --git a/media-sound/qsynth/qsynth-0.2.4.ebuild b/media-sound/qsynth/qsynth-0.2.4.ebuild
index f95fa3171ea5..d73653be1201 100644
--- a/media-sound/qsynth/qsynth-0.2.4.ebuild
+++ b/media-sound/qsynth/qsynth-0.2.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.4.ebuild,v 1.1 2005/11/06 06:42:04 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.2.4.ebuild,v 1.2 2006/03/07 15:30:15 flameeyes Exp $
DESCRIPTION="A Qt application to control FluidSynth"
HOMEPAGE="http://qsynth.sf.net/"
@@ -11,8 +11,7 @@ SLOT="0"
IUSE=""
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-DEPEND="virtual/libc
- =x11-libs/qt-3*
+DEPEND="=x11-libs/qt-3*
media-sound/fluidsynth"
src_compile() {