diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:04:26 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:04:26 +0000 |
commit | 9a6b8df767242bffc14370415cea4cc14d8d099b (patch) | |
tree | a1f231d000ab303326fbdda55064f114d5aaa0b8 /media-video/spca50x | |
parent | (no commit message) (diff) | |
download | historical-9a6b8df767242bffc14370415cea4cc14d8d099b.tar.gz historical-9a6b8df767242bffc14370415cea4cc14d8d099b.tar.bz2 historical-9a6b8df767242bffc14370415cea4cc14d8d099b.zip |
Add inherit eutils
Diffstat (limited to 'media-video/spca50x')
-rw-r--r-- | media-video/spca50x/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/spca50x/spca50x-0.30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/spca50x/ChangeLog b/media-video/spca50x/ChangeLog index 862d33ce4111..1149eecba3ed 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.1 2004/02/23 08:02:12 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/ChangeLog,v 1.2 2004/04/27 21:02:47 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> spca50x-0.30.ebuild: + Add inherit eutils *spca50x-0.30 (23 Feb 2004) diff --git a/media-video/spca50x/spca50x-0.30.ebuild b/media-video/spca50x/spca50x-0.30.ebuild index cf7110fcf61d..052e97f1af61 100644 --- a/media-video/spca50x/spca50x-0.30.ebuild +++ b/media-video/spca50x/spca50x-0.30.ebuild @@ -1,6 +1,6 @@ # 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.1 2004/02/23 08:02:12 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/spca50x-0.30.ebuild,v 1.2 2004/04/27 21:02:47 agriffis Exp $ DESCRIPTION="Linux device driver for SPCA50X based USB cameras" HOMEPAGE="http://sourceforge.net/projects/spca50x/" @@ -13,7 +13,7 @@ IUSE="" DEPEND="virtual/glibc virtual/linux-sources" -inherit check-kernel +inherit check-kernel eutils pkg_setup() { get_KV_info |