summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-12 03:58:47 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-12 03:58:47 +0000
commit1f359e6bdc540cceb5cc5afa65815d325ca940cf (patch)
treef97fb78f81bcc61b58c0c31e624cb80efb0aa188 /sys-apps/s3switch
parentInitial import. Stripped out of media-sound/xmms. (diff)
downloadhistorical-1f359e6bdc540cceb5cc5afa65815d325ca940cf.tar.gz
historical-1f359e6bdc540cceb5cc5afa65815d325ca940cf.tar.bz2
historical-1f359e6bdc540cceb5cc5afa65815d325ca940cf.zip
fix digest #56185
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-apps/s3switch')
-rw-r--r--sys-apps/s3switch/Manifest6
-rw-r--r--sys-apps/s3switch/files/digest-s3switch-199908262
-rw-r--r--sys-apps/s3switch/metadata.xml2
-rw-r--r--sys-apps/s3switch/s3switch-19990826.ebuild25
4 files changed, 16 insertions, 19 deletions
diff --git a/sys-apps/s3switch/Manifest b/sys-apps/s3switch/Manifest
index ceeb75269d08..7f1407168446 100644
--- a/sys-apps/s3switch/Manifest
+++ b/sys-apps/s3switch/Manifest
@@ -1,4 +1,4 @@
-MD5 073408882065d6f2c18dacaa8b611a1f s3switch-19990826.ebuild 580
MD5 5a337e4c44607872dd67249413aa8991 ChangeLog 818
-MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
-MD5 b6583d4de971525c731c4502d98d609b files/digest-s3switch-19990826 54
+MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160
+MD5 29440a743957e7f823822271ddbba9ca s3switch-19990826.ebuild 546
+MD5 d044ed2d1d20a47c0406b04c5439121c files/digest-s3switch-19990826 53
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
}