Skip to Content.
Sympa Menu

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

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č (9410afafc3e17e2a78223703ed7b98f2c5fc68b7)
  • Date: Sat, 12 Feb 2011 03:28:58 -0600

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

ChangeLog | 4 ++++
dev/null |binary
kde4-support/policykit-kde/BUILD | 1 +
kde4-support/policykit-kde/DEPENDS | 11 +----------
kde4-support/policykit-kde/DETAILS | 22 +++++++---------------
kde4-support/policykit-kde/DOWNLOAD | 1 +
kde4-support/policykit-kde/HISTORY | 5 +++++
kde4-support/policykit-kde/INSTALL | 1 +
kde4-support/policykit-kde/PRE_BUILD | 6 +-----
kde4-support/policykit-kde/TRIGGERS | 1 +
kde4-support/polkit-kde/CONFLICTS | 1 +
kde4-support/polkit-kde/HISTORY | 3 +++
kde4-support/polkit-qt-1/CONFLICTS | 1 +
kde4-support/polkit-qt-1/HISTORY | 3 +++
kde4-support/polkit-qt/BUILD | 1 +
kde4-support/polkit-qt/DEPENDS | 6 +-----
kde4-support/polkit-qt/DETAILS | 21 +++++++--------------
kde4-support/polkit-qt/DOWNLOAD | 1 +
kde4-support/polkit-qt/HISTORY | 5 +++++
kde4-support/polkit-qt/INSTALL | 1 +
kde4-support/polkit-qt/PRE_BUILD | 1 +
kde4-support/polkit-qt/TRIGGERS | 1 +
utils/ntp/DETAILS | 2 +-
utils/ntp/HISTORY | 3 +++
utils/ntp/ntp-4.2.6p2.tar.gz.sig | 0
utils/ntp/ntp-4.2.6p3.tar.gz.sig |binary
26 files changed, 52 insertions(+), 50 deletions(-)

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

ntp: updated spell to 4.2.6p3

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

polkit-qt-1: added polkit-qt to CONFLICTS (deprecated)

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

polkit-kde: added policykit-kde to CONFLICTS (deprecated)

commit 027953b3565273fcec0774bcac42b024dc67549b
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

kde4-support/policykit-kde: spell deprecated [replaced by polkit-kde]

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

kde4-support/polkit-qt: spell deprecated [replaced by polkit-qt-1]

diff --git a/ChangeLog b/ChangeLog
index 98f56d9..74d937f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-12 Bor Kraljič <pyrobor AT ver.si>
+ * kde4-support/polkit-qt: spell deprecated [replaced by polkit-qt-1]
+ * kde4-support/policykit-kde: spell deprecated [replaced by
polkit-kde]
+
2011-02-11 Bor Kraljič <pyrobor AT ver.si>
* kde4-apps/konqueror4-plugins: removed, source no longer available
* kde4-support/polkit-kde: new spell, Daemon providing a polkit
authentication UI for KDE
diff --git a/kde4-support/policykit-kde/BUILD
b/kde4-support/policykit-kde/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/kde4-support/policykit-kde/BUILD
@@ -0,0 +1 @@
+true
diff --git a/kde4-support/policykit-kde/DEPENDS
b/kde4-support/policykit-kde/DEPENDS
index d8f6d79..a74b7f5 100755
--- a/kde4-support/policykit-kde/DEPENDS
+++ b/kde4-support/policykit-kde/DEPENDS
@@ -1,10 +1 @@
-depends -sub "DBUS" qt4 &&
-depends g++ &&
-depends cmake &&
-depends automoc &&
-depends policykit &&
-depends polkit-qt &&
-depends pkgconfig &&
-depends gettext &&
-depends kdelibs4 &&
-depends phonon
+depends polkit-kde
diff --git a/kde4-support/policykit-kde/DETAILS
b/kde4-support/policykit-kde/DETAILS
index 924205c..c0e8689 100755
--- a/kde4-support/policykit-kde/DETAILS
+++ b/kde4-support/policykit-kde/DETAILS
@@ -1,15 +1,7 @@
- SPELL=policykit-kde
- SPELLX=PolicyKit-kde
- VERSION=0.9.2
-
SOURCE_HASH=sha512:a8bb63ec1dea09fe7b06024e2980e14fa2ec11470915d348289c9168c7c7941d436be6870fac0d11469b35e532352a8482a9d062e1e622f28945349ccab68ac6
- SOURCE=$SPELLX-$VERSION.tar.bz2
- SOURCE_URL[0]=$KDE_URL/stable/apps/KDE4.x/admin/$SOURCE
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
- WEB_SITE=
- LICENSE[0]=GPL
- ENTERED=20090413
- KEYWORDS="utils"
- SHORT="KDE4 interface to policykit"
-cat << EOF
-KDE4 interface to policykit
-EOF
+ SPELL=policykit-kde
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by polkit-kde]
+ EOF
diff --git a/kde4-support/policykit-kde/DOWNLOAD
b/kde4-support/policykit-kde/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/kde4-support/policykit-kde/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/kde4-support/policykit-kde/HISTORY
b/kde4-support/policykit-kde/HISTORY
index cb73ad5..ffa6c5b 100644
--- a/kde4-support/policykit-kde/HISTORY
+++ b/kde4-support/policykit-kde/HISTORY
@@ -1,3 +1,8 @@
+2011-02-12 Bor Kraljič <pyrobor AT ver.si>
+ * spell deprecated [replaced by polkit-kde]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2011-02-11 Bor Kraljič <pyrobor AT ver.si>
* DEPENDS, DETAILS: removed svn version
* PREPARE: removed, no longer needed
diff --git a/kde4-support/policykit-kde/INSTALL
b/kde4-support/policykit-kde/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/kde4-support/policykit-kde/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/kde4-support/policykit-kde/PRE_BUILD
b/kde4-support/policykit-kde/PRE_BUILD
index 8f24ef0..27ba77d 100755
--- a/kde4-support/policykit-kde/PRE_BUILD
+++ b/kde4-support/policykit-kde/PRE_BUILD
@@ -1,5 +1 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-# fix compilation - bad comment
-sed -i 's|^// #|#|' manager/policykitkde.cpp
-#patch -p0 < $SPELL_DIRECTORY/xxx.diff
+true
diff --git a/kde4-support/policykit-kde/TRIGGERS
b/kde4-support/policykit-kde/TRIGGERS
new file mode 100755
index 0000000..2b70f8b
--- /dev/null
+++ b/kde4-support/policykit-kde/TRIGGERS
@@ -0,0 +1 @@
+on_cast policykit-kde dispel_self
diff --git a/kde4-support/polkit-kde/CONFLICTS
b/kde4-support/polkit-kde/CONFLICTS
new file mode 100755
index 0000000..688d1e9
--- /dev/null
+++ b/kde4-support/polkit-kde/CONFLICTS
@@ -0,0 +1 @@
+conflicts policykit-kde y
diff --git a/kde4-support/polkit-kde/HISTORY b/kde4-support/polkit-kde/HISTORY
index 92c3f49..e7a5aae 100644
--- a/kde4-support/polkit-kde/HISTORY
+++ b/kde4-support/polkit-kde/HISTORY
@@ -1,3 +1,6 @@
+2011-02-12 Bor Kraljič <pyrobor AT ver.si>
+ * CONFLICTS: added policykit-kde (deprecated)
+
2011-01-31 Bor Kraljič <pyrobor AT ver.si>
* DEPENDS, DETAILS: spell created

diff --git a/kde4-support/polkit-qt-1/CONFLICTS
b/kde4-support/polkit-qt-1/CONFLICTS
new file mode 100755
index 0000000..96940e0
--- /dev/null
+++ b/kde4-support/polkit-qt-1/CONFLICTS
@@ -0,0 +1 @@
+conflicts polkit-qt y
diff --git a/kde4-support/polkit-qt-1/HISTORY
b/kde4-support/polkit-qt-1/HISTORY
index 2a69db9..d902a76 100644
--- a/kde4-support/polkit-qt-1/HISTORY
+++ b/kde4-support/polkit-qt-1/HISTORY
@@ -1,3 +1,6 @@
+2011-02-12 Bor Kraljič <pyrobor AT ver.si>
+ * CONFLICTS: added polkit-qt (deprecated)
+
2011-01-27 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 0.99.0

diff --git a/kde4-support/polkit-qt/BUILD b/kde4-support/polkit-qt/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/kde4-support/polkit-qt/BUILD
@@ -0,0 +1 @@
+true
diff --git a/kde4-support/polkit-qt/DEPENDS b/kde4-support/polkit-qt/DEPENDS
index 825ee37..eb2eeee 100755
--- a/kde4-support/polkit-qt/DEPENDS
+++ b/kde4-support/polkit-qt/DEPENDS
@@ -1,5 +1 @@
-depends -sub "DBUS" qt4 &&
-depends g++ &&
-depends cmake &&
-depends automoc &&
-depends policykit
+depends polkit-qt-1
diff --git a/kde4-support/polkit-qt/DETAILS b/kde4-support/polkit-qt/DETAILS
index e53e5e1..6f0f1d2 100755
--- a/kde4-support/polkit-qt/DETAILS
+++ b/kde4-support/polkit-qt/DETAILS
@@ -1,14 +1,7 @@
- SPELL=polkit-qt
- VERSION=0.9.3
-
SOURCE_HASH=sha512:ad737fa17f8662ac10b3cc5f845578e990bfbcfafa040d75a33e4ec483f78692ddf79f00e820388e496d90362dfbd09d065e4a7453c5b2f9e75dfc5c78020c7f
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=$KDE_URL/stable/apps/KDE4.x/admin/$SOURCE
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE=
- LICENSE[0]=GPL
- ENTERED=20090408
- KEYWORDS="utils"
- SHORT="QT4 interface to policykit"
-cat << EOF
-QT4 interface to policykit
-EOF
+ SPELL=polkit-qt
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by polkit-qt-1]
+ EOF
diff --git a/kde4-support/polkit-qt/DOWNLOAD b/kde4-support/polkit-qt/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/kde4-support/polkit-qt/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/kde4-support/polkit-qt/HISTORY b/kde4-support/polkit-qt/HISTORY
index d9bbc1b..2fae3c3 100644
--- a/kde4-support/polkit-qt/HISTORY
+++ b/kde4-support/polkit-qt/HISTORY
@@ -1,3 +1,8 @@
+2011-02-12 Bor Kraljič <pyrobor AT ver.si>
+ * spell deprecated [replaced by polkit-qt-1]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2011-02-11 Bor Kraljič <pyrobor AT ver.si>
* DEPENDS, DETAILS: removed svn version
* PREPARE: removed, no longer needed
diff --git a/kde4-support/polkit-qt/INSTALL b/kde4-support/polkit-qt/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/kde4-support/polkit-qt/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/kde4-support/polkit-qt/PRE_BUILD
b/kde4-support/polkit-qt/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/kde4-support/polkit-qt/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/kde4-support/polkit-qt/TRIGGERS b/kde4-support/polkit-qt/TRIGGERS
new file mode 100755
index 0000000..924f659
--- /dev/null
+++ b/kde4-support/polkit-qt/TRIGGERS
@@ -0,0 +1 @@
+on_cast polkit-qt dispel_self
diff --git a/utils/ntp/DETAILS b/utils/ntp/DETAILS
index 7f4df9e..4634122 100755
--- a/utils/ntp/DETAILS
+++ b/utils/ntp/DETAILS
@@ -1,5 +1,5 @@
SPELL=ntp
- VERSION=4.2.6p2
+ VERSION=4.2.6p3
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/utils/ntp/HISTORY b/utils/ntp/HISTORY
index d0d2da2..c41ced5 100644
--- a/utils/ntp/HISTORY
+++ b/utils/ntp/HISTORY
@@ -1,3 +1,6 @@
+2011-02-12 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 4.2.6p3
+
2010-08-10 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 4.2.6p2
* PRE_BUILD: removed IPv6 patch as build failed with it.
diff --git a/utils/ntp/ntp-4.2.6p2.tar.gz.sig
b/utils/ntp/ntp-4.2.6p2.tar.gz.sig
deleted file mode 100644
index 608c334..0000000
Binary files a/utils/ntp/ntp-4.2.6p2.tar.gz.sig and /dev/null differ
diff --git a/utils/ntp/ntp-4.2.6p3.tar.gz.sig
b/utils/ntp/ntp-4.2.6p3.tar.gz.sig
new file mode 100644
index 0000000..98fd13f
Binary files /dev/null and b/utils/ntp/ntp-4.2.6p3.tar.gz.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page