diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-01-04 02:26:22 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-01-04 02:26:22 +0000 |
commit | 6a69c5cf3c578993c00e31696e4ceefccd42afff (patch) | |
tree | 82fc32af3863eb9eccd9ae436ffe39b134774d48 /media-video/camstream | |
parent | change need-qt to direct dependency (diff) | |
download | gentoo-2-6a69c5cf3c578993c00e31696e4ceefccd42afff.tar.gz gentoo-2-6a69c5cf3c578993c00e31696e4ceefccd42afff.tar.bz2 gentoo-2-6a69c5cf3c578993c00e31696e4ceefccd42afff.zip |
Remove need-qt function, put dep directly in ebuild
Diffstat (limited to 'media-video/camstream')
-rw-r--r-- | media-video/camstream/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/camstream/Manifest | 6 | ||||
-rw-r--r-- | media-video/camstream/camstream-0.26.2.ebuild | 9 | ||||
-rw-r--r-- | media-video/camstream/camstream-0.26.3.ebuild | 9 |
4 files changed, 14 insertions, 18 deletions
diff --git a/media-video/camstream/ChangeLog b/media-video/camstream/ChangeLog index 45c2adcfa66b..fa957f54d2de 100644 --- a/media-video/camstream/ChangeLog +++ b/media-video/camstream/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/camstream # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.7 2003/11/24 06:45:09 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.8 2004/01/04 02:26:04 caleb Exp $ + + 03 Jan 2004; Caleb Tennis <caleb@gentoo.org> camstream-0.26.2.ebuild, + camstream-0.26.3.ebuild: + Remove the need-qt function, put the dependency directly in the ebuild + Since qt depends on virtual/x11, just change the dep to that. + Remove inherit kde-functions as it shouldn't be needed anymore. *camstream-0.26.3 (24 Nov 2003) diff --git a/media-video/camstream/Manifest b/media-video/camstream/Manifest index 5b316b595437..bcf79d4a18c1 100644 --- a/media-video/camstream/Manifest +++ b/media-video/camstream/Manifest @@ -1,6 +1,6 @@ -MD5 64901b014087bc86a2a8afbe017cc1eb camstream-0.26.3.ebuild 787 -MD5 c4108adf67a9c64b0834e736cd50e52b camstream-0.26.2.ebuild 1092 -MD5 10b971c951996700c48a28ef6126b75b ChangeLog 1590 +MD5 bf97ee19a3e43fb2b1f7b0da7693d998 camstream-0.26.3.ebuild 753 +MD5 0c2da3bf1290b900c1847fe4c44ec5ae camstream-0.26.2.ebuild 1058 +MD5 ec24075b139159f1f806584ae8b93bb5 ChangeLog 1890 MD5 5ef11878179d451985ee7157a416c27e metadata.xml 222 MD5 e44f9499a8044ecb7eb25cc6aa60f587 files/uicmocpath.patch 692 MD5 fa77f9f938f5a434d5732389213b7b5a files/camstream-0.26.2-gcc33-multiline-string-fix.patch 888 diff --git a/media-video/camstream/camstream-0.26.2.ebuild b/media-video/camstream/camstream-0.26.2.ebuild index 9f6c059dc5dc..df7d98922350 100644 --- a/media-video/camstream/camstream-0.26.2.ebuild +++ b/media-video/camstream/camstream-0.26.2.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.2.ebuild,v 1.7 2003/11/19 11:18:30 phosphan Exp $ - -inherit kde-functions +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.2.ebuild,v 1.8 2004/01/04 02:26:04 caleb Exp $ DESCRIPTION="Collection of tools for webcams and other video devices" HOMEPAGE="http://www.smcc.demon.nl/camstream/" @@ -12,11 +10,8 @@ KEYWORDS="x86" SLOT="0" IUSE="doc" -need-qt 3 - # camstream configure script gets it wrong, sometimes - -DEPEND="virtual/x11" +DEPEND=">=x11-libs/qt-3" src_unpack() { unpack ${A} diff --git a/media-video/camstream/camstream-0.26.3.ebuild b/media-video/camstream/camstream-0.26.3.ebuild index becab0b16b0e..82bb04be51d5 100644 --- a/media-video/camstream/camstream-0.26.3.ebuild +++ b/media-video/camstream/camstream-0.26.3.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild,v 1.1 2003/11/24 06:45:09 phosphan Exp $ - -inherit kde-functions +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild,v 1.2 2004/01/04 02:26:04 caleb Exp $ DESCRIPTION="Collection of tools for webcams and other video devices" HOMEPAGE="http://www.smcc.demon.nl/camstream/" @@ -12,11 +10,8 @@ KEYWORDS="~x86" SLOT="0" IUSE="doc" -need-qt 3 - # camstream configure script gets it wrong, sometimes - -DEPEND="virtual/x11" +DEPEND=">=x11-libs/qt-3" src_install () { dobin camstream/camstream camstream/caminfo camstream/ftpput |