diff options
| -rw-r--r-- | games-util/dfhack/dfhack-0.40.06_pre20140808.ebuild (renamed from games-util/dfhack/dfhack-0.40.06.9999.ebuild) | 20 | ||||
| l--------- | games-util/dfhack/files/dfhack-0.40.06_pre20140808/01-compile-static-libraries-as.patch (renamed from games-util/dfhack/files/dfhack-0.40.06.9999/01-compile-static-libraries-as.patch) | 0 | ||||
| -rw-r--r-- | games-util/dfhack/files/dfhack-0.40.06_pre20140808/02-drop-strange-build-options.patch (renamed from games-util/dfhack/files/dfhack-0.40.06.9999/02-drop-strange-build-options.patch) | 0 | ||||
| l--------- | games-util/dfhack/files/dfhack-0.40.06_pre20140808/03-configurable-install-paths.patch (renamed from games-util/dfhack/files/dfhack-0.40.06.9999/03-configurable-install-paths.patch) | 0 | ||||
| l--------- | games-util/dfhack/files/dfhack-0.40.06_pre20140808/04-compile-time-configurable.patch (renamed from games-util/dfhack/files/dfhack-0.40.06.9999/04-compile-time-configurable.patch) | 0 | ||||
| -rw-r--r-- | games-util/dfhack/files/dfhack-0.40.06_pre20140808/05-compile-time-configurable-0.patch (renamed from games-util/dfhack/files/dfhack-0.40.06.9999/05-compile-time-configurable-0.patch) | 0 | ||||
| -rw-r--r-- | games-util/dfhack/files/dfhack-0.40.06_pre20140808/06-compile-time-configurable-1.patch (renamed from games-util/dfhack/files/dfhack-0.40.06.9999/06-compile-time-configurable-1.patch) | 0 | ||||
| -rw-r--r-- | games-util/dfhack/files/dfhack-0.40.06_pre20140808/07-startup-scripts-configurable.patch (renamed from games-util/dfhack/files/dfhack-0.40.06.9999/07-startup-scripts-configurable.patch) | 0 | ||||
| -rw-r--r-- | games-util/dfhack/files/dfhack-0.40.06_pre20140808/08-ruby-plugin-configurable-paths.patch (renamed from games-util/dfhack/files/dfhack-0.40.06.9999/08-ruby-plugin-configurable-paths.patch) | 0 | ||||
| -rw-r--r-- | games-util/dfhack/files/dfhack-0.40.06_pre20140808/09-getpath-configurable-path.patch (renamed from games-util/dfhack/files/dfhack-0.40.06.9999/09-getpath-configurable-path.patch) | 0 | ||||
| -rw-r--r-- | games-util/dfhack/files/dfhack-0.40.06_pre20140808/10-eggy-remove-annoying-banner.patch (renamed from games-util/dfhack/files/dfhack-0.40.06.9999/10-eggy-remove-annoying-banner.patch) | 0 | ||||
| -rw-r--r-- | games-util/dfhack/files/dfhack-0.40.06_pre20140808/11-debugging.patch (renamed from games-util/dfhack/files/dfhack-0.40.06.9999/11-debugging.patch) | 0 | ||||
| -rw-r--r-- | games-util/dfhack/files/dfhack-0.40.06_pre20140808/12-unbreak-egg.patch (renamed from games-util/dfhack/files/dfhack-0.40.06.9999/12-unbreak-egg.patch) | 0 | ||||
| -rw-r--r-- | games-util/dfhack/files/dfhack-0.40.06_pre20140808/series (renamed from games-util/dfhack/files/dfhack-0.40.06.9999/series) | 0 |
14 files changed, 7 insertions, 13 deletions
diff --git a/games-util/dfhack/dfhack-0.40.06.9999.ebuild b/games-util/dfhack/dfhack-0.40.06_pre20140808.ebuild index a8ab14a9..b4731a47 100644 --- a/games-util/dfhack/dfhack-0.40.06.9999.ebuild +++ b/games-util/dfhack/dfhack-0.40.06_pre20140808.ebuild @@ -9,18 +9,19 @@ EAPI=5 inherit base eutils multilib git-r3 cmake-utils games -df_PV=${PV#0.} +df_PV=${PV%%_*} +df_PV=${df_PV#0.} [[ "${df_PV}" = *.*.* ]] && df_PV=${df_PV%.*} DESCRIPTION="Memory hacking library for Dwarf Fortress and a set of tools that use it" HOMEPAGE="http://github.com/DFHack/dfhack" -#EGIT_REPO_URI="git://github.com/DFHack/dfhack.git" -EGIT_REPO_URI="git://github.com/quietust/dfhack.git" -EGIT_BRANCH=develop +EGIT_REPO_URI="git://github.com/DFHack/dfhack.git" +#EGIT_BRANCH=develop +EGIT_COMMIT=0f99ea0ccb65130e7ce01b0c5d6807a522e4f0c6 SRC_URI="http://cloud.github.com/downloads/jjyg/dfhack/libruby187.tar.gz" -KEYWORDS="" # ~amd64 ~x86 +KEYWORDS="~amd64" # ~x86 CMAKE_MIN_VERSION=2.8.9 CMAKE_REMOVE_MODULES_LIST="FindCurses FindDoxygen CMakeVS10FindMake" @@ -83,14 +84,6 @@ RDEPEND="${LIBRARY_DEPEND} # x11-libs/libXrandr (libXrandr.so.2) # x11-libs/pango (libpangocairo-1.0.so.0,libpango-1.0.so.0,libpangoft2-1.0.so.0) - gtklibs -#QA_PREBUILT="$(games_get_libdir)/libruby.so" -#QA_PREBUILT="$(games_get_libdir)/${P}/libruby.so" -#QA_PREBUILT=usr/games/lib32/dfhack-0.40.06.9999/libruby.so -#QA_PREBUILT=usr/games/lib32/dfhack-0.40.06.9999/libruby.so -#echo ${QA_PREBUILT} -#QA_PREBUILT=("${GAMES_PREFIX#/}"/"$(get_libdir)"/${P}/libruby.so) -#echo ${QA_PREBUILT} - pkg_setup() { multilib_toolchain_setup x86 @@ -107,6 +100,7 @@ pkg_setup() { QA_FLAGS_IGNORED=("${dfhack_libdir}"/libruby.so) QA_PRESTRIPPED=("${dfhack_libdir}"/libruby.so) + QA_SONAME_NO_SYMLINK=("${dfhack_libdir}"/libruby.so) } src_unpack() { diff --git a/games-util/dfhack/files/dfhack-0.40.06.9999/01-compile-static-libraries-as.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/01-compile-static-libraries-as.patch index 5efdd5d0..5efdd5d0 120000 --- a/games-util/dfhack/files/dfhack-0.40.06.9999/01-compile-static-libraries-as.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/01-compile-static-libraries-as.patch diff --git a/games-util/dfhack/files/dfhack-0.40.06.9999/02-drop-strange-build-options.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/02-drop-strange-build-options.patch index f7ab4f8e..f7ab4f8e 100644 --- a/games-util/dfhack/files/dfhack-0.40.06.9999/02-drop-strange-build-options.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/02-drop-strange-build-options.patch diff --git a/games-util/dfhack/files/dfhack-0.40.06.9999/03-configurable-install-paths.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/03-configurable-install-paths.patch index 05196d30..05196d30 120000 --- a/games-util/dfhack/files/dfhack-0.40.06.9999/03-configurable-install-paths.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/03-configurable-install-paths.patch diff --git a/games-util/dfhack/files/dfhack-0.40.06.9999/04-compile-time-configurable.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/04-compile-time-configurable.patch index aba03a3b..aba03a3b 120000 --- a/games-util/dfhack/files/dfhack-0.40.06.9999/04-compile-time-configurable.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/04-compile-time-configurable.patch diff --git a/games-util/dfhack/files/dfhack-0.40.06.9999/05-compile-time-configurable-0.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/05-compile-time-configurable-0.patch index df26fcd5..df26fcd5 100644 --- a/games-util/dfhack/files/dfhack-0.40.06.9999/05-compile-time-configurable-0.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/05-compile-time-configurable-0.patch diff --git a/games-util/dfhack/files/dfhack-0.40.06.9999/06-compile-time-configurable-1.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/06-compile-time-configurable-1.patch index 3969e1b8..3969e1b8 100644 --- a/games-util/dfhack/files/dfhack-0.40.06.9999/06-compile-time-configurable-1.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/06-compile-time-configurable-1.patch diff --git a/games-util/dfhack/files/dfhack-0.40.06.9999/07-startup-scripts-configurable.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/07-startup-scripts-configurable.patch index fbd888aa..fbd888aa 100644 --- a/games-util/dfhack/files/dfhack-0.40.06.9999/07-startup-scripts-configurable.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/07-startup-scripts-configurable.patch diff --git a/games-util/dfhack/files/dfhack-0.40.06.9999/08-ruby-plugin-configurable-paths.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/08-ruby-plugin-configurable-paths.patch index 3fb1e8b2..3fb1e8b2 100644 --- a/games-util/dfhack/files/dfhack-0.40.06.9999/08-ruby-plugin-configurable-paths.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/08-ruby-plugin-configurable-paths.patch diff --git a/games-util/dfhack/files/dfhack-0.40.06.9999/09-getpath-configurable-path.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/09-getpath-configurable-path.patch index 2f941b3d..2f941b3d 100644 --- a/games-util/dfhack/files/dfhack-0.40.06.9999/09-getpath-configurable-path.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/09-getpath-configurable-path.patch diff --git a/games-util/dfhack/files/dfhack-0.40.06.9999/10-eggy-remove-annoying-banner.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/10-eggy-remove-annoying-banner.patch index c8fbdd15..c8fbdd15 100644 --- a/games-util/dfhack/files/dfhack-0.40.06.9999/10-eggy-remove-annoying-banner.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/10-eggy-remove-annoying-banner.patch diff --git a/games-util/dfhack/files/dfhack-0.40.06.9999/11-debugging.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/11-debugging.patch index 80848422..80848422 100644 --- a/games-util/dfhack/files/dfhack-0.40.06.9999/11-debugging.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/11-debugging.patch diff --git a/games-util/dfhack/files/dfhack-0.40.06.9999/12-unbreak-egg.patch b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/12-unbreak-egg.patch index 0d23872b..0d23872b 100644 --- a/games-util/dfhack/files/dfhack-0.40.06.9999/12-unbreak-egg.patch +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/12-unbreak-egg.patch diff --git a/games-util/dfhack/files/dfhack-0.40.06.9999/series b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/series index 11b86fb6..11b86fb6 100644 --- a/games-util/dfhack/files/dfhack-0.40.06.9999/series +++ b/games-util/dfhack/files/dfhack-0.40.06_pre20140808/series |
