[Lunar-commits] <moonbase> sip: version bumped to 4.7.7.
Florin Braescu
florin at lunar-linux.org
Sun Sep 14 17:44:16 CEST 2008
commit e1fef66ce89a8f226d058d526014c875aeb36daa
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Sep 14 18:44:16 2008 +0300
sip: version bumped to 4.7.7.
Bugfixes release.
---
devel/sip/BUILD | 6 ------
devel/sip/CONFLICTS | 1 -
devel/sip/DEPENDS | 1 -
devel/sip/DETAILS | 20 --------------------
python/sip/BUILD | 6 ++++++
python/sip/CONFLICTS | 1 +
python/sip/DEPENDS | 1 +
python/sip/DETAILS | 20 ++++++++++++++++++++
8 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/devel/sip/BUILD b/devel/sip/BUILD
deleted file mode 100644
index ed269de..0000000
--- a/devel/sip/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- python configure.py &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/devel/sip/CONFLICTS b/devel/sip/CONFLICTS
deleted file mode 100644
index 3aa2fff..0000000
--- a/devel/sip/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts kdebindings3
diff --git a/devel/sip/DEPENDS b/devel/sip/DEPENDS
deleted file mode 100644
index 3d3f9a6..0000000
--- a/devel/sip/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends Python
diff --git a/devel/sip/DETAILS b/devel/sip/DETAILS
deleted file mode 100644
index 92d7706..0000000
--- a/devel/sip/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- MODULE=sip
- VERSION=4.7.6
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://www.riverbankcomputing.com/static/Downloads/sip4/
- SOURCE_VFY=sha1:8ae089513744c394e502e258b428780260e39cda
- WEB_SITE=http://www.riverbankcomputing.co.uk/software/sip/intro
- ENTERED=20020520
- UPDATED=20080523
- SHORT="create Python bindings for C++ libraries"
-
-cat << EOF
-SIP is a tool that makes it very easy to create Python bindings for C++
-libraries. It was originally developed to create PyQt, the Python
-bindings for the Qt toolkit, but can be used to create bindings for any
-C++ library.
-SIP comprises a code generator and a Python module. The code generator
-processes a set of specification files and generates C++ code which is
-then compiled to create the bindings extension module. The SIP Python
-module provides support functions to the automatically generated code.
-EOF
diff --git a/python/sip/BUILD b/python/sip/BUILD
new file mode 100644
index 0000000..ed269de
--- /dev/null
+++ b/python/sip/BUILD
@@ -0,0 +1,6 @@
+(
+
+ python configure.py &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/python/sip/CONFLICTS b/python/sip/CONFLICTS
new file mode 100644
index 0000000..3aa2fff
--- /dev/null
+++ b/python/sip/CONFLICTS
@@ -0,0 +1 @@
+conflicts kdebindings3
diff --git a/python/sip/DEPENDS b/python/sip/DEPENDS
new file mode 100644
index 0000000..3d3f9a6
--- /dev/null
+++ b/python/sip/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/sip/DETAILS b/python/sip/DETAILS
new file mode 100644
index 0000000..98a1854
--- /dev/null
+++ b/python/sip/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=sip
+ VERSION=4.7.7
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.riverbankcomputing.com/static/Downloads/sip4
+ SOURCE_VFY=sha1:e9842ddcd7e4f973ddd3c5337d5540d664463152
+ WEB_SITE=http://www.riverbankcomputing.co.uk/software/sip/intro
+ ENTERED=20020520
+ UPDATED=20080914
+ SHORT="create Python bindings for C++ libraries"
+
+cat << EOF
+SIP is a tool that makes it very easy to create Python bindings for C++
+libraries. It was originally developed to create PyQt, the Python
+bindings for the Qt toolkit, but can be used to create bindings for any
+C++ library.
+SIP comprises a code generator and a Python module. The code generator
+processes a set of specification files and generates C++ code which is
+then compiled to create the bindings extension module. The SIP Python
+module provides support functions to the automatically generated code.
+EOF
More information about the Lunar-commits
mailing list