diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2004-04-21 15:46:56 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2004-04-21 15:46:56 +0000 |
commit | 3d5fa0be78f6e685382466d15caf7b9fcd1d4e0c (patch) | |
tree | a24c63c6dbae3f58e863a20d323e0dfd04c5bfd0 /media-video | |
parent | Fixed digest. (diff) | |
download | historical-3d5fa0be78f6e685382466d15caf7b9fcd1d4e0c.tar.gz historical-3d5fa0be78f6e685382466d15caf7b9fcd1d4e0c.tar.bz2 historical-3d5fa0be78f6e685382466d15caf7b9fcd1d4e0c.zip |
Change x11-base/xfree dependency to virtual/x11.
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/yanc/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/yanc/Manifest | 6 | ||||
-rw-r--r-- | media-video/yanc/yanc-0.2.0.ebuild | 6 | ||||
-rw-r--r-- | media-video/yanc/yanc-0.2.1.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/media-video/yanc/ChangeLog b/media-video/yanc/ChangeLog index 089f811bec5d..a8abcab3dbbe 100644 --- a/media-video/yanc/ChangeLog +++ b/media-video/yanc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/yanc -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/ChangeLog,v 1.2 2003/10/11 23:13:06 blauwers Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/ChangeLog,v 1.3 2004/04/21 15:46:56 spyderous Exp $ + + 21 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; yanc-0.2.0.ebuild, + yanc-0.2.1.ebuild: + Change x11-base/xfree dependency to virtual/x11. *yanc-0.2.1 (12 Oct 2003) diff --git a/media-video/yanc/Manifest b/media-video/yanc/Manifest index 45ff8deadccd..8554b435ff7d 100644 --- a/media-video/yanc/Manifest +++ b/media-video/yanc/Manifest @@ -1,5 +1,5 @@ -MD5 f4fbe17cc11fa2db8af514914dda6bba ChangeLog 513 -MD5 9398f2f4bb9977fa0401080bf536efa0 yanc-0.2.0.ebuild 1429 -MD5 6af57985deb6b8600b90d08ca60087f7 yanc-0.2.1.ebuild 1426 +MD5 44f3ac2ed225c283d212b3e8157ff77c ChangeLog 661 +MD5 879c97eb7f0d4f941d5946f5a32a6f38 yanc-0.2.0.ebuild 1427 +MD5 1b27f7778c856d215afdab0fd8837573 yanc-0.2.1.ebuild 1424 MD5 47b5f3091491bba33f121b7ffe96eb43 files/digest-yanc-0.2.0 63 MD5 86918baa28386ca82bfb73e27ba42651 files/digest-yanc-0.2.1 63 diff --git a/media-video/yanc/yanc-0.2.0.ebuild b/media-video/yanc/yanc-0.2.0.ebuild index 08e28283061a..64a32f2ef4b7 100644 --- a/media-video/yanc/yanc-0.2.0.ebuild +++ b/media-video/yanc/yanc-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/yanc-0.2.0.ebuild,v 1.4 2003/09/08 07:41:00 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/yanc-0.2.0.ebuild,v 1.5 2004/04/21 15:46:56 spyderous Exp $ DESCRIPTION="YanC is a GUI configuration tool for the NVIDIA Accelerated Linux Driver Set." HOMEPAGE="http://yanc.sourceforge.net/" @@ -14,7 +14,7 @@ KEYWORDS="-* ~x86" # the dependances are not clear. # TODO: Emerge the real compilable yanc's code DEPEND=">=sys-apps/sed-4" -RDEPEND="x11-base/xfree" +RDEPEND="virtual/x11" src_compile() { einfo "nothing to compile" diff --git a/media-video/yanc/yanc-0.2.1.ebuild b/media-video/yanc/yanc-0.2.1.ebuild index 9d6b1a850dc4..a7c2b77922cd 100644 --- a/media-video/yanc/yanc-0.2.1.ebuild +++ b/media-video/yanc/yanc-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/yanc-0.2.1.ebuild,v 1.1 2003/10/11 23:13:06 blauwers Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/yanc/yanc-0.2.1.ebuild,v 1.2 2004/04/21 15:46:56 spyderous Exp $ DESCRIPTION="YanC is a GUI configuration tool for the NVIDIA Accelerated Linux Driver Set." HOMEPAGE="http://yanc.sourceforge.net/" @@ -14,7 +14,7 @@ KEYWORDS="~x86" # the dependances are not clear. # TODO: Emerge the real compilable yanc's code DEPEND=">=sys-apps/sed-4" -RDEPEND="x11-base/xfree" +RDEPEND="virtual/x11" src_compile() { einfo "nothing to compile" |