Changeset 557
- Timestamp:
- 06/27/09 23:15:20 (3 years ago)
- Location:
- openmoko/trunk/openmoko-target/sys-mobilephone/freesmartphone-framework
- Files:
-
- 4 modified
-
Manifest (modified) (1 diff)
-
freesmartphone-framework-0.5.1.ebuild (modified) (1 diff)
-
freesmartphone-framework-0.5.ebuild (modified) (3 diffs)
-
freesmartphone-framework-9999.ebuild (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
openmoko/trunk/openmoko-target/sys-mobilephone/freesmartphone-framework/Manifest
r539 r557 2 2 AUX freesmartphone-framework-0.5-setup-paths.patch 3425 RMD160 71bb36e15f5de6649d5b89358bbf9ad47fd8ccd7 SHA1 68d72fc1c26af163a556d10a00bc4af9e2f6cfc5 SHA256 53c7fbd15033da97bb5ce2b7613aefb704df8eabf8cd74a54372612456ba2533 3 3 AUX freesmartphone-framework-9999-setup-paths.patch 3425 RMD160 71bb36e15f5de6649d5b89358bbf9ad47fd8ccd7 SHA1 68d72fc1c26af163a556d10a00bc4af9e2f6cfc5 SHA256 53c7fbd15033da97bb5ce2b7613aefb704df8eabf8cd74a54372612456ba2533 4 EBUILD freesmartphone-framework-0.5.1.ebuild 13 04 RMD160 92161b162ca0d3bd192d626f6f9d60f3bc7f394c SHA1 0514262d88ffbc7b8046dba1054d33ddbecee54a SHA256 1f9267f9e17a2ff1aa8aba587dda01225083001676e79c06c04bfd1821a260f65 EBUILD freesmartphone-framework-0.5.ebuild 13 23 RMD160 a48a4d63de60c1087e9d2c70d1022fee247acf83 SHA1 bd901c840d87e239582ba0db598e313b8a29b654 SHA256 91b17c2a8a0396815964ddfe736b4d97abd6fb95337c040112b5a84d9badab666 EBUILD freesmartphone-framework-9999.ebuild 1 488 RMD160 8453901200ad8f414cbbf26ba09b15678f92a9b4 SHA1 a096cc8b0ce786e435f38ed68e9019cdabd2f419 SHA256 6de91eeea5b0cdf8a87213af05b68032b333af944b9723ae5a7a7185609a62984 EBUILD freesmartphone-framework-0.5.1.ebuild 1330 RMD160 2e7d5a1fc9383c32ea40caa04ea9b23bcee1edb9 SHA1 993face43121e03c28bcbab2d8f5933c185b936b SHA256 a32d1c0ea29b733e809d83eb879f9a248901756a9d853c62a9d4d194b53347c1 5 EBUILD freesmartphone-framework-0.5.ebuild 1343 RMD160 402030ad32e8184b1a1b9ca2746b4d595b292014 SHA1 0787bff7ee46b9e38aa7ca1066c8c325077b965c SHA256 4f28fbc685ca00f283da7e5b341a98adb797fb00c15fa9d14862ea7e4578fc8b 6 EBUILD freesmartphone-framework-9999.ebuild 1513 RMD160 fb784f4d9d771ebe9cc00e659d74287e1ef16931 SHA1 412778d09b8970e0b638590209b5664a295e4717 SHA256 64f876f09f0f0553ffdffb2a05dd1c09d854e07e1895f9729aa212ff488cc143 -
openmoko/trunk/openmoko-target/sys-mobilephone/freesmartphone-framework/freesmartphone-framework-0.5.1.ebuild
r254 r557 25 25 dev-python/pyserial 26 26 dev-python/pyrtc 27 dev-lang/python[threads] 27 28 virtual/alsa-scenarios 28 29 gsm? ( sys-mobilephone/gsm0710muxd ) -
openmoko/trunk/openmoko-target/sys-mobilephone/freesmartphone-framework/freesmartphone-framework-0.5.ebuild
r119 r557 25 25 dev-python/pyyaml 26 26 dev-python/pyserial 27 dev-lang/python[threads] 27 28 virtual/alsa-scenarios 28 29 gsm? ( sys-mobilephone/gsm0710muxd ) … … 30 31 readline? ( sys-libs/readline )" 31 32 DEPEND="dev-python/cython 32 dev-python/setuptools"33 dev-python/setuptools" 33 34 34 35 src_unpack() { … … 37 38 38 39 cd "${S}" 39 40 40 41 # Change the paths for setup.py and add the example config file 41 42 epatch "${FILESDIR}/${P}-setup-paths.patch" -
openmoko/trunk/openmoko-target/sys-mobilephone/freesmartphone-framework/freesmartphone-framework-9999.ebuild
r538 r557 32 32 media-plugins/gst-plugins-vorbis 33 33 dev-python/pyalsaaudio 34 dev-lang/python[threads] 34 35 virtual/alsa-scenarios 35 36 gsm? ( sys-mobilephone/gsm0710muxd ) … … 44 45 45 46 cd "${S}" 46 47 47 48 # Change the paths for setup.py and add the example config file 48 49 # epatch "${FILESDIR}/${P}-setup-paths.patch"
