Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (c81fff700808d7a6a35557860e8df4b220da00d3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (c81fff700808d7a6a35557860e8df4b220da00d3)
  • Date: Wed, 9 Oct 2013 21:35:32 -0500

GIT changes to master grimoire by Jeremy Blosser <jblosser AT sourcemage.org>:

ChangeLog | 2 +-
python-pypi/batterymon-clone/DEPENDS | 3 +++
python-pypi/batterymon-clone/DETAILS | 15 +++++++++++++++
python-pypi/batterymon-clone/HISTORY | 3 +++
wm-addons/batterymon-clone/BUILD | 1 -
wm-addons/batterymon-clone/DEPENDS | 2 --
wm-addons/batterymon-clone/DETAILS | 15 ---------------
wm-addons/batterymon-clone/HISTORY | 3 ---
wm-addons/batterymon-clone/INSTALL | 1 -
9 files changed, 22 insertions(+), 23 deletions(-)

New commits:
commit c81fff700808d7a6a35557860e8df4b220da00d3
Author: Jeremy Blosser <jblosser AT sourcemage.org>
Commit: Jeremy Blosser <jblosser AT sourcemage.org>

python-pypi/batterymon-clone: new spell, updated clone of batterymon

commit 3855e0b8231d2d5f20b0fb2a5eae4ac4092f95f5
Author: Jeremy Blosser <jblosser AT sourcemage.org>
Commit: Jeremy Blosser <jblosser AT sourcemage.org>

Revert "wm-addons/batterymon-clone: new spell, updated clone of
batterymon"

This reverts commit 5d033cdbde9f87d775e37b6cb03f10853c84dd3a.

diff --git a/ChangeLog b/ChangeLog
index a2d0c07..980426e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
2013-10-09 Jeremy Blosser <jblosser AT sourcemage.org>
- * wm-addons/batterymon-clone: new spell, updated clone of batterymon
+ * python-pypi: batterymon-clone: new spell, updated clone of
batterymon
* libs/libva: new spell, Video Acceleration (VA) API for Linux
* libs/libva-intel-driver: new spell, HW video decode support for
Intel integrated graphics

diff --git a/python-pypi/batterymon-clone/DEPENDS
b/python-pypi/batterymon-clone/DEPENDS
new file mode 100755
index 0000000..9574c81
--- /dev/null
+++ b/python-pypi/batterymon-clone/DEPENDS
@@ -0,0 +1,3 @@
+depends PYTHON &&
+depends pygtk2 &&
+depends notify-python
diff --git a/python-pypi/batterymon-clone/DETAILS
b/python-pypi/batterymon-clone/DETAILS
new file mode 100755
index 0000000..88e1bf2
--- /dev/null
+++ b/python-pypi/batterymon-clone/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=batterymon-clone
+ VERSION=git
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+ SOURCE_URL[0]=git://github.com/JarekSed/${SPELL}.git
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="https://github.com/denilsonsa/batterymon-clone";
+ LICENSE[0]=GPL
+ ENTERED=20131009
+ SHORT="A simple battery monitor tray icon using acpi"
+cat << EOF
+Clone of BatteryMon, a simple GNOME applet to monitor battery status.
+This adds i18n support, a distutils based build infrastructure, etc.
+EOF
diff --git a/python-pypi/batterymon-clone/HISTORY
b/python-pypi/batterymon-clone/HISTORY
new file mode 100644
index 0000000..5a42a3b
--- /dev/null
+++ b/python-pypi/batterymon-clone/HISTORY
@@ -0,0 +1,3 @@
+2013-10-09 Jeremy Blosser <jblosser AT sourcemage.org>
+ * DETAILS, DEPENDS: spell created
+
diff --git a/wm-addons/batterymon-clone/BUILD
b/wm-addons/batterymon-clone/BUILD
deleted file mode 100755
index a05d2aa..0000000
--- a/wm-addons/batterymon-clone/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-default_build_python
diff --git a/wm-addons/batterymon-clone/DEPENDS
b/wm-addons/batterymon-clone/DEPENDS
deleted file mode 100755
index 80ef031..0000000
--- a/wm-addons/batterymon-clone/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends pygtk2 &&
-depends notify-python
diff --git a/wm-addons/batterymon-clone/DETAILS
b/wm-addons/batterymon-clone/DETAILS
deleted file mode 100755
index 88e1bf2..0000000
--- a/wm-addons/batterymon-clone/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- SPELL=batterymon-clone
- VERSION=git
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
- FORCE_DOWNLOAD=on
- SOURCE_IGNORE=volatile
- SOURCE_URL[0]=git://github.com/JarekSed/${SPELL}.git
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="https://github.com/denilsonsa/batterymon-clone";
- LICENSE[0]=GPL
- ENTERED=20131009
- SHORT="A simple battery monitor tray icon using acpi"
-cat << EOF
-Clone of BatteryMon, a simple GNOME applet to monitor battery status.
-This adds i18n support, a distutils based build infrastructure, etc.
-EOF
diff --git a/wm-addons/batterymon-clone/HISTORY
b/wm-addons/batterymon-clone/HISTORY
deleted file mode 100644
index fc9f280..0000000
--- a/wm-addons/batterymon-clone/HISTORY
+++ /dev/null
@@ -1,3 +0,0 @@
-2013-10-09 Jeremy Blosser <jblosser AT sourcemage.org>
- * BUILD, DEPENDS, DETAILS, INSTALL: spell created
-
diff --git a/wm-addons/batterymon-clone/INSTALL
b/wm-addons/batterymon-clone/INSTALL
deleted file mode 100755
index 46c6fba..0000000
--- a/wm-addons/batterymon-clone/INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-default_install_python



  • [SM-Commit] GIT changes to master grimoire by Jeremy Blosser (c81fff700808d7a6a35557860e8df4b220da00d3), Jeremy Blosser, 10/09/2013

Archive powered by MHonArc 2.6.24.

Top of Page