Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Ladislav Hagara (3cc8c304d37118b823d63b0213ad367c0a35634f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Ladislav Hagara (3cc8c304d37118b823d63b0213ad367c0a35634f)
  • Date: Thu, 9 Oct 2008 17:53:23 -0500

GIT changes to master z-rejected grimoire by Ladislav Hagara
<ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
z-x11/nvidia-settings/BUILD | 1 -
z-x11/nvidia-settings/CONFIGURE | 3 ---
z-x11/nvidia-settings/DEPENDS | 1 -
z-x11/nvidia-settings/DETAILS | 29 -----------------------------
z-x11/nvidia-settings/HISTORY | 36 ------------------------------------
z-x11/nvidia-settings/INSTALL | 1 -
z-x11/nvidia-settings/PRE_BUILD | 1 -
z-x11/nvidia-settings/TRIGGERS | 1 -
9 files changed, 3 insertions(+), 73 deletions(-)

New commits:
commit 3cc8c304d37118b823d63b0213ad367c0a35634f
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

z-x11/nvidia-settings: removed deprecated spell

diff --git a/ChangeLog b/ChangeLog
index 3eefe9b..c7f696a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-09 Ladislav Hagara <hgr AT vabo.cz>
+ * z-x11/nvidia-settings: removed deprecated spell
+
2008-10-08 Julien "_kaze_" ROZO <julien AT rozo.org>
* z-kernels/nvidia_legacy_173xx: new spell, last branch of nvidia
driver to support GeForceFX GPU
diff --git a/z-x11/nvidia-settings/BUILD b/z-x11/nvidia-settings/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/z-x11/nvidia-settings/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/z-x11/nvidia-settings/CONFIGURE b/z-x11/nvidia-settings/CONFIGURE
deleted file mode 100755
index 49b9e31..0000000
--- a/z-x11/nvidia-settings/CONFIGURE
+++ /dev/null
@@ -1,3 +0,0 @@
-# Standard rejected warnings.
-#
-source $GRIMOIRE/REJECTED_MSG
diff --git a/z-x11/nvidia-settings/DEPENDS b/z-x11/nvidia-settings/DEPENDS
deleted file mode 100755
index 03cf07e..0000000
--- a/z-x11/nvidia-settings/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends nvidia_driver
diff --git a/z-x11/nvidia-settings/DETAILS b/z-x11/nvidia-settings/DETAILS
deleted file mode 100755
index 3e014ad..0000000
--- a/z-x11/nvidia-settings/DETAILS
+++ /dev/null
@@ -1,29 +0,0 @@
- SPELL=nvidia-settings
- VERSION=1.0
-# SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-# SOURCE_URL[0]=http://download.nvidia.com/XFree86/nvidia-settings/$SOURCE
-#
SOURCE_HASH=sha512:e0f73d01b8a01a3e21a535197c9a9d80afd22e0eeb2f0613b49c050c9181e42eeec4288b305a5fcb4f17b99f5bea092d70a7a635f31dc98992289a4777a9eb49
- WEB_SITE=http://www.nvidia.com
- ENTERED=20040918
- PATCHLEVEL=3
- LICENSE=GPL
- REJECT="depends on the closed-source driver"
- KEYWORDS="x11"
- SHORT="NVIDIA's tool for configuring their graphics driver"
-cat << EOF
-The 'nvidia-settings' utility is a tool for configuring the NVIDIA
-Linux graphics driver. It operates by communicating with the NVIDIA
-X driver, querying and updating state as appropriate. This
-communication is done with the NV-CONTROL X extension.
-
-Values such as brightness and gamma, XVideo attributes, temperature,
-and OpenGL settings can be queried and configured via nvidia-settings.
-
-When nvidia-settings starts, it reads the current settings from
-its configuration file and sends those settings to the X server.
-Then, it displays a graphical user interface (GUI) interface for
-configuring the current settings. When nvidia-settings exits, it
-queries the current settings from the X server and saves them to
-the configuration file.
-EOF
diff --git a/z-x11/nvidia-settings/HISTORY b/z-x11/nvidia-settings/HISTORY
deleted file mode 100644
index fea37a5..0000000
--- a/z-x11/nvidia-settings/HISTORY
+++ /dev/null
@@ -1,36 +0,0 @@
-2006-11-20 Flavien Bridault <vlaaad AT sourcemage.org>
- * Deprecated because nvidia_driver spell now installs nvidia-settings
itself
-
-2006-08-08 Flavien Bridault <vlaaad AT sourcemage.org>
- * INSTALL: fixed, added $INSTALL_ROOT
- * DETAILS: updated PATCHLEVEL
-
-2006-08-08 Flavien Bridault <vlaaad AT sourcemage.org>
- * INSTALL: installs libXNVCtrl headers and archive
- * DETAILS: updated PATCHLEVEL
-
-2006-07-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
- * moved to z-rejected, requires the closed driver
- * DETAILS: added REJECT, SOURCE_HASH
- * CONFIGURE: added for the reject messages
-
-2006-06-28 Eric Sandall <sandalle AT sourcemage.org>
- * DETAILS: Removed BUILD_API=2, set grimoire-wide
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-05-09 Flavien Bridault <disk AT sourcemage.org>
- * DETAILS: corrected wrong MD5[0]
-
-2004-12-08 David Brown <dmlb2000 AT excite.com>
- * DEPENDS: changed NVIDIA_driver to nvidia_driver
-
-2004-11-01 Arwed v. Merkatz <v.merkatz AT gmx.net>
- * BUILD: don't install to /usr/local
- * DEPENDS: removed dependency on gdk-pixbuf, atk, pango and glib2
- (all of them are implied by gtk+2 and gdk-pixbuf is wrong)
-
-2004-09-18 Gareth Clay <gareth.clay AT fireflyuk.net>
- * Created spell (version 1.0)
-
diff --git a/z-x11/nvidia-settings/INSTALL b/z-x11/nvidia-settings/INSTALL
deleted file mode 100755
index 27ba77d..0000000
--- a/z-x11/nvidia-settings/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/z-x11/nvidia-settings/PRE_BUILD b/z-x11/nvidia-settings/PRE_BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/z-x11/nvidia-settings/PRE_BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/z-x11/nvidia-settings/TRIGGERS b/z-x11/nvidia-settings/TRIGGERS
deleted file mode 100755
index cc7509a..0000000
--- a/z-x11/nvidia-settings/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast nvidia-settings dispel_self



  • [SM-Commit] GIT changes to master z-rejected grimoire by Ladislav Hagara (3cc8c304d37118b823d63b0213ad367c0a35634f), Ladislav Hagara, 10/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page