Skip to content

Commit 291ed50

Browse files
committed
remove PRIORITY_*, not used anymore (we are smart on order ^^)
1 parent bbcc61f commit 291ed50

File tree

10 files changed

+1
-10
lines changed

10 files changed

+1
-10
lines changed

recipes/android/recipe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
PRIORITY_android=30
43
VERSION_android=
54
URL_android=
65
DEPS_android=(pygame)

recipes/hostpython/recipe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
PRIORITY_hostpython=1
43
VERSION_hostpython=2.7.2
54
URL_hostpython=http://python.org/ftp/python/$VERSION_hostpython/Python-$VERSION_hostpython.tar.bz2
65
MD5_hostpython=ba7b2f11ffdbf195ee0d111b9455a5bd

recipes/jpeg/recipe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
PRIORITY_jpeg=1
43
VERSION_jpeg=
54
URL_jpeg=
65
MD5_jpeg=

recipes/kivy/recipe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
PRIORITY_kivy=30
43
VERSION_kivy=
54
URL_kivy=
65
DEPS_kivy=(pygame android)

recipes/pil/recipe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
PRIORITY_pil=20
43
VERSION_pil=1.1.7
54
URL_pil=http://effbot.org/downloads/Imaging-$VERSION_pil.tar.gz
65
DEPS_pil=(png jpeg)

recipes/png/recipe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
PRIORITY_png=1
43
VERSION_png=
54
URL_png=
65
MD5_png=

recipes/pygame/recipe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
PRIORITY_pygame=21
43
VERSION_pygame=1.9.1
54
URL_pygame=http://pygame.org/ftp/pygame-$(echo $VERSION_pygame)release.tar.gz
65
DEPS_pygame=(sdl)

recipes/python/recipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

3-
PRIORITY_python=10
43
VERSION_python=2.7.2
4+
DEPS_python=(hostpython)
55
URL_python=http://python.org/ftp/python/$VERSION_python/Python-$VERSION_python.tar.bz2
66
MD5_python=ba7b2f11ffdbf195ee0d111b9455a5bd
77

recipes/sdl/recipe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
PRIORITY_sdl=15
43
VERSION_sdl=1.2.14
54
URL_sdl=
65
MD5_sdl=

recipes/sqlite3/recipe.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
PRIORITY_sqlite3=1
43
VERSION_sqlite3=3
54
URL_sqlite3=
65
MD5_sqlite3=

0 commit comments

Comments
 (0)