clutter 0.8+svn: move to git
authorKoen Kooi <koen@openembedded.org>
Wed, 11 Feb 2009 09:55:12 +0000 (10:55 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 11 Feb 2009 09:55:12 +0000 (10:55 +0100)
* this slowly brings us closer to poky

packages/clutter/aaina_svn.bb
packages/clutter/clutter_0.8+svn.bb [deleted file]

index 52a2b3a..862dfd8 100644 (file)
@@ -1,5 +1,6 @@
 require aaina.inc
 
+SRCREV = "3597"
 PV = "0.3.0+svnr${SRCREV}"
 
 SRC_URI = "svn://svn.o-hand.com/repos/clutter/trunk/toys;module=aaina;proto=http"
diff --git a/packages/clutter/clutter_0.8+svn.bb b/packages/clutter/clutter_0.8+svn.bb
deleted file mode 100644 (file)
index a203165..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-require clutter.inc
-
-CLUTTER_REV = "3597"
-
-PV = "0.8.4+svnr${CLUTTER_REV}"
-PR = "r0"
-SRC_URI = "svn://svn.o-hand.com/repos/clutter/branches;module=clutter-0-8;proto=http;rev=${CLUTTER_REV} \
-           file://enable_tests.patch;patch=1;maxrev=2989 \
-           file://enable-tests-r2990.patch;patch=1;minrev=2990"
-
-S = "${WORKDIR}/clutter-0-8"
-
-
-