diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-05-05 07:28:48 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-05-05 07:28:48 +0000 |
commit | da12cc17c50b8d8ce8fa90d7907cb3fa526df163 (patch) | |
tree | 39bdf12af49215f5d02bb5b1e330f8efdd97f638 /media-video/spca50x | |
parent | QA Fix - inherit before DESCRIPTION (diff) | |
download | historical-da12cc17c50b8d8ce8fa90d7907cb3fa526df163.tar.gz historical-da12cc17c50b8d8ce8fa90d7907cb3fa526df163.tar.bz2 historical-da12cc17c50b8d8ce8fa90d7907cb3fa526df163.zip |
QA Fix - inherit before DESCRIPTION
Diffstat (limited to 'media-video/spca50x')
-rw-r--r-- | media-video/spca50x/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/spca50x/spca50x-0.30.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/spca50x/ChangeLog b/media-video/spca50x/ChangeLog index 1149eecba3ed..d20d70a82a88 100644 --- a/media-video/spca50x/ChangeLog +++ b/media-video/spca50x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/spca50x # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/ChangeLog,v 1.2 2004/04/27 21:02:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/ChangeLog,v 1.3 2004/05/05 07:25:13 dragonheart Exp $ + + 05 May 2004; Daniel Black <dragonheart@gentoo.org> spca50x-0.30.ebuild: + QA Fix - inherit before DESCRIPTION 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> spca50x-0.30.ebuild: Add inherit eutils diff --git a/media-video/spca50x/spca50x-0.30.ebuild b/media-video/spca50x/spca50x-0.30.ebuild index 052e97f1af61..1bf0b3393479 100644 --- a/media-video/spca50x/spca50x-0.30.ebuild +++ b/media-video/spca50x/spca50x-0.30.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/spca50x-0.30.ebuild,v 1.2 2004/04/27 21:02:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/spca50x-0.30.ebuild,v 1.3 2004/05/05 07:25:13 dragonheart Exp $ + +inherit check-kernel eutils DESCRIPTION="Linux device driver for SPCA50X based USB cameras" HOMEPAGE="http://sourceforge.net/projects/spca50x/" @@ -11,9 +13,7 @@ SLOT="0" KEYWORDS="-* ~x86" IUSE="" DEPEND="virtual/glibc - virtual/linux-sources" - -inherit check-kernel eutils + virtual/linux-sources" pkg_setup() { get_KV_info |