Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (6976638eb1e6f8a618acfbe480a9a36f39a32aba)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (6976638eb1e6f8a618acfbe480a9a36f39a32aba)
  • Date: Sat, 30 Oct 2010 05:19:56 -0500

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

ChangeLog | 3 +++
disk/lufs-captive/DEPENDS | 1 -
disk/lufs-captive/DETAILS | 23 -----------------------
disk/lufs-captive/HISTORY | 11 -----------
x11-toolkits/qgtkstyle/BUILD | 11 +----------
x11-toolkits/qgtkstyle/DEPENDS | 2 +-
x11-toolkits/qgtkstyle/DETAILS | 28 +++++++---------------------
x11-toolkits/qgtkstyle/DOWNLOAD | 1 +
x11-toolkits/qgtkstyle/HISTORY | 6 ++++++
x11-toolkits/qgtkstyle/INSTALL | 1 +
x11-toolkits/qgtkstyle/PREPARE | 2 --
x11-toolkits/qgtkstyle/PRE_BUILD | 1 +
x11-toolkits/qgtkstyle/TRIGGERS | 1 +
x11-toolkits/qt4/CONFLICTS | 1 +
x11-toolkits/qt4/HISTORY | 3 +++
15 files changed, 26 insertions(+), 69 deletions(-)

New commits:
commit f321430a251731bed8e5e36fcb6d61849b704cce
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

disk/lufs-captive: removed, captive upstream deprecated support for lufs

commit 9f5b2f8b0d5bb768cd8b02fed64241c9cb86ef56
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

qt4: conflicts with qgtkstyle (deprecated)

commit 0661c82df26142d91cda8f811e855711a900eeb7
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

x11-toolkits/qgtkstyle: spell deprecated [Since Qt 4.5, QGtkStyle has
been shipped as part of the official Qt distribution.]

diff --git a/ChangeLog b/ChangeLog
index c7a7f8c..abc41c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2010-10-30 Bor Kraljič <pyrobor AT ver.si>
* kde4-apps/tagua: removed, upstream project is dead
* audio-players/beep-media-player-gui: removed, deprecated spell
+ * x11-toolkits/qgtkstyle: spell deprecated [Since Qt 4.5, QGtkStyle
has
+ been shipped as part of the official Qt distribution.]
+ * disk/lufs-captive: removed, captive upstream deprecated support for
lufs

2010-10-28 Ismael Luceno <ismael AT sourcemage.org>
* http/mapserver: New spell, Geographic data rendering engine
diff --git a/disk/lufs-captive/DEPENDS b/disk/lufs-captive/DEPENDS
deleted file mode 100755
index 9db0970..0000000
--- a/disk/lufs-captive/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends captive
diff --git a/disk/lufs-captive/DETAILS b/disk/lufs-captive/DETAILS
deleted file mode 100755
index b685978..0000000
--- a/disk/lufs-captive/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- SPELL=lufs-captive
- LUFS_VERSION=0.9.7
- VERSION=8
- SOURCE=lufs-${LUFS_VERSION}captive$VERSION.tar.gz
- SOURCE_URL[0]=http://www.jankratochvil.net/project/captive/dist/$SOURCE
-
SOURCE_HASH=sha512:442866b3d947693e087f8a521e3e5d37e00f443ea587d53b0ac5ed9443ec3009ff0df3f09f335954e4223353faf1399b4d03dea18d01149df0431fadb4088d20
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/lufs-${LUFS_VERSION}captive${VERSION}
- WEB_SITE=http://www.jankratochvil.net/project/captive/
- ENTERED=20051215
- LICENSE[0]=GPL
- KEYWORDS="disk"
- SHORT="Lufs access to captive"
-cat << EOF
-Existing binary Microsoft Windows file system drivers were exploited for
-accessing drives with possibly proprietary file system data structures.
-Open file system API is provided to access these file system drivers.
-Microsoft Windows system components required by these drivers were analyzed
-and successfuly emulated in the GNU/Linux operating system.
-
-The implementation allows applications running under the GNU/Linux operating
-system to access NTFS drives. File system driver compatibility with VFAT,
-ISO9660 and EXT2 is also provided.
-EOF
diff --git a/disk/lufs-captive/HISTORY b/disk/lufs-captive/HISTORY
deleted file mode 100644
index 8adcfcb..0000000
--- a/disk/lufs-captive/HISTORY
+++ /dev/null
@@ -1,11 +0,0 @@
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-05-26 Flavien Bridault <vlaaad AT sourcemage.org>
- * DETAILS: Removed useless BUILD_API
-
-2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-12-15 <abouter AT sourcemage.org>
- * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/x11-toolkits/qgtkstyle/BUILD b/x11-toolkits/qgtkstyle/BUILD
index d68ca02..27ba77d 100755
--- a/x11-toolkits/qgtkstyle/BUILD
+++ b/x11-toolkits/qgtkstyle/BUILD
@@ -1,10 +1 @@
-if [[ -z $QTDIR && -f /etc/profile.d/qt.sh ]]
-then
- source /etc/profile.d/qt.sh
-fi &&
-
-QTDIR="${QTDIR:-$INSTALL_ROOT/usr}" &&
-PATH="$QTDIR/bin/qt4:$PATH" &&
-
-qmake &&
-make
+true
diff --git a/x11-toolkits/qgtkstyle/DEPENDS b/x11-toolkits/qgtkstyle/DEPENDS
index 028837c..428f269 100755
--- a/x11-toolkits/qgtkstyle/DEPENDS
+++ b/x11-toolkits/qgtkstyle/DEPENDS
@@ -1 +1 @@
-depends qt4
+depends qt4
diff --git a/x11-toolkits/qgtkstyle/DETAILS b/x11-toolkits/qgtkstyle/DETAILS
index 45a9478..9a13ac0 100755
--- a/x11-toolkits/qgtkstyle/DETAILS
+++ b/x11-toolkits/qgtkstyle/DETAILS
@@ -1,21 +1,7 @@
- SPELL=qgtkstyle
-if [[ $QGTKSTYLE_VCS_AUTOUPDATE == y ]]
-then
- VERSION=$(date +%Y%m%d)
-else
- VERSION=svn
-fi
- SOURCE=$SPELL-svn.tar.bz2
- SOURCE_URL[0]=svn://labs.trolltech.com/svn/styles/gtkstyle:$SPELL
- FORCE_DOWNLOAD=on
- SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
- LICENSE[0]=GPL
- WEB_SITE=http://labs.trolltech.com/page/Projects/Styles/GtkStyle
- ENTERED=20080525
- KEYWORDS="qt gtk style"
- SHORT="A Qt style rendered using GTK"
-cat << EOF
-QGtkStyle is a Qt style rendered using GTK to give a native appearence
-for Qt applications running on the GNOME desktop.
-EOF
+ SPELL=qgtkstyle
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by qt4]
+ EOF
diff --git a/x11-toolkits/qgtkstyle/DOWNLOAD b/x11-toolkits/qgtkstyle/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/x11-toolkits/qgtkstyle/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/x11-toolkits/qgtkstyle/HISTORY b/x11-toolkits/qgtkstyle/HISTORY
index 91d565f..82545c2 100644
--- a/x11-toolkits/qgtkstyle/HISTORY
+++ b/x11-toolkits/qgtkstyle/HISTORY
@@ -1,3 +1,9 @@
+2010-10-30 Bor Kraljič <pyrobor AT ver.si>
+ * spell deprecated [Since Qt 4.5, QGtkStyle has been shipped as part
of
+ the official Qt distribution.]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2008-08-12 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: No longer depends on gconf2.

diff --git a/x11-toolkits/qgtkstyle/INSTALL b/x11-toolkits/qgtkstyle/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/x11-toolkits/qgtkstyle/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/x11-toolkits/qgtkstyle/PREPARE b/x11-toolkits/qgtkstyle/PREPARE
deleted file mode 100755
index 2d87231..0000000
--- a/x11-toolkits/qgtkstyle/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query QGTKSTYLE_VCS_AUTOUPDATE \
- "Update automatically on every system update?" n
diff --git a/x11-toolkits/qgtkstyle/PRE_BUILD
b/x11-toolkits/qgtkstyle/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/x11-toolkits/qgtkstyle/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/x11-toolkits/qgtkstyle/TRIGGERS b/x11-toolkits/qgtkstyle/TRIGGERS
new file mode 100755
index 0000000..959e650
--- /dev/null
+++ b/x11-toolkits/qgtkstyle/TRIGGERS
@@ -0,0 +1 @@
+on_cast qgtkstyle dispel_self
diff --git a/x11-toolkits/qt4/CONFLICTS b/x11-toolkits/qt4/CONFLICTS
index be85071..7a01729 100755
--- a/x11-toolkits/qt4/CONFLICTS
+++ b/x11-toolkits/qt4/CONFLICTS
@@ -1 +1,2 @@
conflicts qt4 y
+conflicts qgtkstyle y
diff --git a/x11-toolkits/qt4/HISTORY b/x11-toolkits/qt4/HISTORY
index ad80382..132f6fa 100644
--- a/x11-toolkits/qt4/HISTORY
+++ b/x11-toolkits/qt4/HISTORY
@@ -1,3 +1,6 @@
+2010-10-30 Bor Kraljič <pyrobor AT ver.si>
+ * CONFLICTS: conflicts with qgtkstyle (deprecated)
+
2010-10-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 4.7.0
* PRE_BUILD: fixed .pro sediting



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (6976638eb1e6f8a618acfbe480a9a36f39a32aba), Bor Kraljič, 10/30/2010

Archive powered by MHonArc 2.6.24.

Top of Page