diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-drivers/xf86-video-sisusb | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-drivers/xf86-video-sisusb')
6 files changed, 86 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-sisusb/Manifest b/x11-drivers/xf86-video-sisusb/Manifest new file mode 100644 index 000000000000..cc5040210ead --- /dev/null +++ b/x11-drivers/xf86-video-sisusb/Manifest @@ -0,0 +1,2 @@ +DIST xf86-video-sisusb-0.9.5.tar.bz2 377439 SHA256 6508f0edcbbca978f97665953135fb564e988fed437a7c56611f8355bb4daa6b SHA512 dd244a98e8c825bb64dcc62822a369f4d563bacc05814d1957432ab8e12f586ee1489bd98512d60af059ed8c4247de259f1e22c26a008e1c8aad41e5bdc23a3c WHIRLPOOL f1a3ee9376bd5a32c36777200780016b08f00bda1dd404a9f213de30da9e857728f5e8a664cb930559d1d7fd74e55d2a4b66450e745d90ed789bcfb2f44a06d8 +DIST xf86-video-sisusb-0.9.6.tar.bz2 382112 SHA256 73dbef43c56a4ce1445c27ebac2ddc062c643c32ca6e2a4d095aea2185b9e046 SHA512 648121680982313af1fb4b1256694e2ec940c7d6176ec53a9c79c3f72ce600f59629e53651a579d825daef07205afc529c8100286867c584db7ec05d312e6fe1 WHIRLPOOL 55b7920d6f3b60ff26e0b07981058ef5d54d1a8efac1945a69a867f1e4f130024b47a202588cd9da8603b651a850ce5b950614a7652b6f264d0a543d9a90ed37 diff --git a/x11-drivers/xf86-video-sisusb/files/xf86-video-sisusb-0.9.6-remove-mibstore_h.patch b/x11-drivers/xf86-video-sisusb/files/xf86-video-sisusb-0.9.6-remove-mibstore_h.patch new file mode 100644 index 000000000000..dc920dabdcd7 --- /dev/null +++ b/x11-drivers/xf86-video-sisusb/files/xf86-video-sisusb-0.9.6-remove-mibstore_h.patch @@ -0,0 +1,29 @@ +From 293d0902705c272b83432a955fb6a3c96dd6cea7 Mon Sep 17 00:00:00 2001 +From: Adam Jackson <ajax@redhat.com> +Date: Tue, 25 Sep 2012 12:54:52 +0000 +Subject: Remove mibstore.h + +Signed-off-by: Adam Jackson <ajax@redhat.com> +--- +diff --git a/src/sisusb_driver.c b/src/sisusb_driver.c +index 539b9f1..0fdc8e9 100644 +--- a/src/sisusb_driver.c ++++ b/src/sisusb_driver.c +@@ -39,7 +39,6 @@ + #include "shadowfb.h" + #include "micmap.h" + #include "mipointer.h" +-#include "mibstore.h" + + #include "sisusb_regs.h" + #include "sisusb_dac.h" +@@ -1907,7 +1906,6 @@ SISUSBScreenInit(SCREEN_INIT_ARGS_DECL) + /* Initialize the accelerators */ + SiSUSBAccelInit(pScreen); + +- miInitializeBackingStore(pScreen); + xf86SetBackingStore(pScreen); + + /* NO SilkenMouse. Never. Ever. */ +-- +cgit v0.9.0.2-2-gbebe diff --git a/x11-drivers/xf86-video-sisusb/metadata.xml b/x11-drivers/xf86-video-sisusb/metadata.xml new file mode 100644 index 000000000000..3cb365e8431a --- /dev/null +++ b/x11-drivers/xf86-video-sisusb/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>x11</herd> + <maintainer> + <email>vapier@gentoo.org</email> + <name>Mike Frysinger</name> + </maintainer> +</pkgmetadata> diff --git a/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.5.ebuild b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.5.ebuild new file mode 100644 index 000000000000..83eaf82c53ae --- /dev/null +++ b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.5.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="SiS USB video driver" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.6" +DEPEND="${RDEPEND}" diff --git a/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.6-r1.ebuild b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.6-r1.ebuild new file mode 100644 index 000000000000..42d30dfeeb81 --- /dev/null +++ b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.6-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="SiS USB video driver" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.6" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/${P}-remove-mibstore_h.patch +) diff --git a/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.6.ebuild b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.6.ebuild new file mode 100644 index 000000000000..33dd63b5dd5a --- /dev/null +++ b/x11-drivers/xf86-video-sisusb/xf86-video-sisusb-0.9.6.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="SiS USB video driver" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.6" +DEPEND="${RDEPEND}" |