summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 04:22:12 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 04:22:12 +0000
commitb8bbc308b4983c55cc1f477449754e78672bbe8c (patch)
tree25c74cc384e98e46c419bbe9d3d78c6b2eeb02db /media-video/yanc
parentfix license/repoman (diff)
downloadhistorical-b8bbc308b4983c55cc1f477449754e78672bbe8c.tar.gz
historical-b8bbc308b4983c55cc1f477449754e78672bbe8c.tar.bz2
historical-b8bbc308b4983c55cc1f477449754e78672bbe8c.zip
fix license/repoman
Diffstat (limited to 'media-video/yanc')
-rw-r--r--media-video/yanc/yanc-0.2.0.ebuild18
1 files changed, 4 insertions, 14 deletions
diff --git a/media-video/yanc/yanc-0.2.0.ebuild b/media-video/yanc/yanc-0.2.0.ebuild
index f7b9695b962c..0a73877dc5f4 100644
--- a/media-video/yanc/yanc-0.2.0.ebuild
+++ b/media-video/yanc/yanc-0.2.0.ebuild
@@ -1,31 +1,26 @@
# Copyright 2003 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.1 2003/06/15 05:58:25 seemant Exp $
+# 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.2 2003/08/07 04:22:12 vapier Exp $
-
-S=${WORKDIR}/${P}
DESCRIPTION="YanC is a GUI configuration tool for the NVIDIA Accelerated Linux Driver Set."
HOMEPAGE="http://yanc.sourceforge.net/"
SRC_URI="mirror://sourceforge/yanc/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="-* ~x86"
-#
# As the downloaded package seems to be pre-compiled,
# the dependances are not clear.
# TODO: Emerge the real compilable yanc's code
-#
DEPEND=">=sys-apps/sed-4"
RDEPEND="x11-base/xfree"
-
src_compile() {
einfo "nothing to compile"
}
-src_install () {
+src_install() {
dodir /usr/share/yanc
dodir /usr/lib
dodir /usr/bin
@@ -52,12 +47,7 @@ src_install () {
}
pkg_postinst() {
- einfo ''
- einfo 'WARNING:'
- einfo '========'
einfo '-> Please create a copy of your XF86Config before you use YanC for the'
einfo 'first time, because it is possible that your XF86Config is damaged because of'
einfo 'the use of YanC. Then a restart of XFree would be impossible.'
- einfo ''
- echo ''
}