diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 03:58:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 03:58:47 +0000 |
commit | a8bbb26e79e99c14e6b1baac6f4b590839927c5f (patch) | |
tree | 8a486b5697f0edb43907959bea11744c87768bec /sys-apps/s3switch | |
parent | Initial import. Stripped out of media-sound/xmms. (diff) | |
download | gentoo-2-a8bbb26e79e99c14e6b1baac6f4b590839927c5f.tar.gz gentoo-2-a8bbb26e79e99c14e6b1baac6f4b590839927c5f.tar.bz2 gentoo-2-a8bbb26e79e99c14e6b1baac6f4b590839927c5f.zip |
fix digest #56185
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-apps/s3switch')
-rw-r--r-- | sys-apps/s3switch/files/digest-s3switch-19990826 | 2 | ||||
-rw-r--r-- | sys-apps/s3switch/metadata.xml | 2 | ||||
-rw-r--r-- | sys-apps/s3switch/s3switch-19990826.ebuild | 25 |
3 files changed, 13 insertions, 16 deletions
diff --git a/sys-apps/s3switch/files/digest-s3switch-19990826 b/sys-apps/s3switch/files/digest-s3switch-19990826 index cfbaad465ff2..898899417ccf 100644 --- a/sys-apps/s3switch/files/digest-s3switch-19990826 +++ b/sys-apps/s3switch/files/digest-s3switch-19990826 @@ -1 +1 @@ -MD5 9cb6018e0b1c3db278451cc2a43b8285 s3ssrc.zip 27124 +MD5 1328b070343ac79c5ed4c613a1113754 s3ssrc.zip 8854 diff --git a/sys-apps/s3switch/metadata.xml b/sys-apps/s3switch/metadata.xml index 96a2d586367d..20ce219711a2 100644 --- a/sys-apps/s3switch/metadata.xml +++ b/sys-apps/s3switch/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>base-system</herd> +<herd>no-herd</herd> </pkgmetadata> diff --git a/sys-apps/s3switch/s3switch-19990826.ebuild b/sys-apps/s3switch/s3switch-19990826.ebuild index b92a9294b4b6..13c6a05c0252 100644 --- a/sys-apps/s3switch/s3switch-19990826.ebuild +++ b/sys-apps/s3switch/s3switch-19990826.ebuild @@ -1,25 +1,22 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/s3switch/s3switch-19990826.ebuild,v 1.13 2004/07/15 02:32:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/s3switch/s3switch-19990826.ebuild,v 1.14 2005/02/12 03:58:47 vapier Exp $ DESCRIPTION="S3 video chipset output selection utility" HOMEPAGE="http://www.probo.com/timr/savage40.html" -KEYWORDS="x86 amd64 -ppc" -IUSE="" -SLOT="0" -LICENSE="as-is" - SRC_URI="http://www.probo.com/timr/s3ssrc.zip" -S=${WORKDIR} -DEPEND="virtual/libc - app-arch/unzip" +LICENSE="as-is" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" -src_compile() { - make || die -} +DEPEND="app-arch/unzip" +RDEPEND="" + +S=${WORKDIR} src_install() { - dobin s3switch + dobin s3switch || die doman s3switch.1x } |