summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWout Mertens <wmertens@gentoo.org>2002-05-28 19:57:25 +0000
committerWout Mertens <wmertens@gentoo.org>2002-05-28 19:57:25 +0000
commitbf44f28f3806fbc9fdd83e9abd79ff678f2fb375 (patch)
treebdcbaa004576b379fa80057d2ccf56e0bb51df87 /sys-apps/s3switch
parentStop-gap measure, will fix #3000 later (diff)
downloadgentoo-2-bf44f28f3806fbc9fdd83e9abd79ff678f2fb375.tar.gz
gentoo-2-bf44f28f3806fbc9fdd83e9abd79ff678f2fb375.tar.bz2
gentoo-2-bf44f28f3806fbc9fdd83e9abd79ff678f2fb375.zip
Initial release
Diffstat (limited to 'sys-apps/s3switch')
-rw-r--r--sys-apps/s3switch/Changelog8
-rw-r--r--sys-apps/s3switch/files/digest-s3switch-199908261
-rw-r--r--sys-apps/s3switch/s3switch-19990826.ebuild25
3 files changed, 34 insertions, 0 deletions
diff --git a/sys-apps/s3switch/Changelog b/sys-apps/s3switch/Changelog
new file mode 100644
index 000000000000..c4073c5d2064
--- /dev/null
+++ b/sys-apps/s3switch/Changelog
@@ -0,0 +1,8 @@
+# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/s3switch/Changelog,v 1.1 2002/05/28 19:57:25 wmertens Exp $
+
+*s3switch-19990826 (28 May 2002)
+
+ 28 May 2002; Wout Mertens <wmertens@gentoo.org> s3switch-19990826.ebuild:
+ Initial ebuild of tool that allows you to select the output on an S3 video chipset
diff --git a/sys-apps/s3switch/files/digest-s3switch-19990826 b/sys-apps/s3switch/files/digest-s3switch-19990826
new file mode 100644
index 000000000000..cfbaad465ff2
--- /dev/null
+++ b/sys-apps/s3switch/files/digest-s3switch-19990826
@@ -0,0 +1 @@
+MD5 9cb6018e0b1c3db278451cc2a43b8285 s3ssrc.zip 27124
diff --git a/sys-apps/s3switch/s3switch-19990826.ebuild b/sys-apps/s3switch/s3switch-19990826.ebuild
new file mode 100644
index 000000000000..fc5a78032bf1
--- /dev/null
+++ b/sys-apps/s3switch/s3switch-19990826.ebuild
@@ -0,0 +1,25 @@
+#Copyright 2002 Gentoo Technologies, Inc.
+#Distributed under the terms of the GNU General Public License, v2 or later
+#$Header: /var/cvsroot/gentoo-x86/sys-apps/s3switch/s3switch-19990826.ebuild,v 1.1 2002/05/28 19:57:25 wmertens Exp $
+
+DESCRIPTION="S3 video chipset output selection utility"
+HOMEPAGE="http://www.probo.com/timr/savage40.html"
+
+SRC_URI="http://www.probo.com/timr/s3ssrc.zip"
+A=s3ssrc.zip
+S=${WORKDIR}
+
+RDEPEND="virtual/glibc"
+DEPEND="$RDEPEND"
+
+src_compile() {
+ make || die
+}
+
+src_install () {
+ dobin s3switch
+ doman s3switch.1x
+}
+
+
+