diff options
-rw-r--r-- | dev-ada/qtada/ChangeLog | 22 | ||||
-rw-r--r-- | dev-ada/qtada/Manifest | 4 | ||||
-rw-r--r-- | dev-ada/qtada/metadata.xml | 9 | ||||
-rw-r--r-- | dev-ada/qtada/qtada-1.0.4.ebuild | 86 |
4 files changed, 0 insertions, 121 deletions
diff --git a/dev-ada/qtada/ChangeLog b/dev-ada/qtada/ChangeLog deleted file mode 100644 index ac00ab2a3505..000000000000 --- a/dev-ada/qtada/ChangeLog +++ /dev/null @@ -1,22 +0,0 @@ -# ChangeLog for dev-ada/qtada -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/qtada/ChangeLog,v 1.4 2009/06/25 19:05:23 yngwin Exp $ - - 25 Jun 2009; Ben de Groot <yngwin@gentoo.org> -qtada-1.0.3.ebuild: - Drop old ebuild with illegal qt4 dep - - 23 Oct 2008; George Shapovalov <george@gentoo.org> qtada-1.0.4.ebuild: - fixed missing deps and USE (#241760), thanks to Philipp Riegger for report - -*qtada-1.0.4 (23 Aug 2008) - - 23 Aug 2008; George Shapovalov <george@gentoo.org> +qtada-1.0.4.ebuild: - added new version, only builds with gnat-gpl-2007, as 1.0.3 (might be Ok - with -2008 on x86 only) - -*qtada-1.0.3 (20 May 2008) - - 20 May 2008; George Shapovalov <george@gentoo.org> +qtada-1.0.3.ebuild: - added qtada - Ada bindings to qt. Thanks to Maxim Reznik for some input at - early stages (bug #143226). - diff --git a/dev-ada/qtada/Manifest b/dev-ada/qtada/Manifest deleted file mode 100644 index 2695b1e931eb..000000000000 --- a/dev-ada/qtada/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST qtada-gpl-1.0.4.tar.gz 1624466 RMD160 04a50e855d4c3d63213853d90bd2fa625547294e SHA1 9e71bfb47958793c324822ce9b03de308f397800 SHA256 e39b8f459361d8cf142527771b179d2aba77e7849359803042ed45e9129a9789 -EBUILD qtada-1.0.4.ebuild 2860 RMD160 4803ca18df0736b1a060c7b90e36caf8b058b595 SHA1 87381a7f82bbb2ef43639042a533c266beb8760c SHA256 919ced653e243ed646f823fdc005ac608c193f531af623ef2e5322c9aeae42fa -MISC ChangeLog 874 RMD160 937ac027bd7e3a6cc52e31857ac3789bfac01763 SHA1 8b9e0fa1e6bcc1aa2d3f0065c4fa10d93975eeaf SHA256 247e5d4f3b24947d4db05cf9fad19ec50e62054c905186857c2d1b5752206815 -MISC metadata.xml 779 RMD160 d3c0bc9adaf84e1e79ff415fccb4e0e1bd6c7eb5 SHA1 da4e41b2db454c50b74d335c29ae8a5069d90cc8 SHA256 47daa0e015cb77c4a89d8875bbd09c6f60adf9c030107b3c7ba589cdb0f979d2 diff --git a/dev-ada/qtada/metadata.xml b/dev-ada/qtada/metadata.xml deleted file mode 100644 index 7f54c3d9c7ba..000000000000 --- a/dev-ada/qtada/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>ada</herd> -<longdescription> -QtAda is an Ada2005 language bindings to the Qt libraries and a set of useful tools. Qt is a cross-platform C++ development framework developed and supported by Qt Software. QtAda supports Qt version 4.4 and later. -QtAda allows easly to create cross-platform powerful graphical user interface completely on Ada 2005. QtAda applications will work on most popular platforms — Microsoft Windows, Mac OS X, Linux/Unix — without any changes and platform specific code. QtAda applications use native look and feel (and even use user's Control Panel setting) on every supported platforms. -</longdescription> -</pkgmetadata> diff --git a/dev-ada/qtada/qtada-1.0.4.ebuild b/dev-ada/qtada/qtada-1.0.4.ebuild deleted file mode 100644 index 763f7a4474aa..000000000000 --- a/dev-ada/qtada/qtada-1.0.4.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/qtada/qtada-1.0.4.ebuild,v 1.2 2008/10/23 14:17:58 george Exp $ - -# We only need gnat.eclass for a few vars and helper functions. -# We will not use src_* functions though. -inherit eutils multilib gnat - -IUSE="" - -DESCRIPTION="Ada bindings for Qt library" -HOMEPAGE="http://www.qtada.com/" -SRC_URI="http://download.qtada.com/${PN}-gpl-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" - -# qtada is quite picky atm. For example this version will only compile with -# the specified gnat, not even gnat-gcc-4.3.0 for example. -RDEPEND="=dev-lang/gnat-gpl-4.1.3.2007* - dev-ada/asis-gpl - >=x11-libs/qt-core-4.4.1 - >=x11-libs/qt-sql-4.4.1 - >=x11-libs/qt-gui-4.4.1" - -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}-gpl-${PV}" - -#LIBDIR=/usr/lib/ada/i686-pc-linux-gnu-gnat-gpl-4.1/qtada - -pkg_setup() { - local ActiveGnat=$(get_active_profile) - if [[ ! ${ActiveGnat:((-12))} == "gnat-gpl-4.1" ]]; then - ewarn "This version of qtada can only be compiled with gnat-gpl-4.1" - die "Please switch to gnat-gpl-4.1 and try again" - fi - if ! built_with_use "x11-libs/qt-gui" accessibility ; then - die "Please rebuild qt-gui with USE=accessibility" - fi -} - -# As this version of qtada only compiles with gnat-gpl-4.1 and we already -# verified that it is active, we do not switch profiles or do any majic here. -# We simplt run build once, just need to set some path appropriately. -src_compile() { - econf --datadir=${AdalibDataDir}/${PN} \ - --includedir=${AdalibSpecsDir}/${PN} \ - --libdir=${AdalibLibTop}/$(get_active_profile)/${PN} || die "econf failed" - emake || die "make failed" -} - -src_install() { - # set common part of the path - local InstTop=${AdalibLibTop}/$(get_active_profile) - - # run upstream setup - einstall \ - libdir=${D}/${InstTop}/${PN} \ - bindir=${D}/${InstTop}/bin \ - includedir=${D}/${AdalibSpecsDir} || die "install failed" - - # move .ali file together with .so's - mv "${D}"/${InstTop}/${PN}/${PN}/*.ali "${D}"/${InstTop}/${PN}/ - rmdir "${D}"/${InstTop}/${PN}/${PN}/ - - # arrange and fix gpr files - mv "${D}"/${InstTop}/${PN}/gnat "${D}"/${InstTop}/gpr - sed -i -e "s:/usr/include:${AdalibSpecsDir}:" \ - -e "s:/usr/lib:${InstTop}/${PN}:" \ - -e "s:${PN}/${PN}:${PN}" "${D}"/${InstTop}/gpr/*.gpr - - # Create an environment file - local SpecFile="${D}/usr/share/gnat/eselect/${PN}/$(get_active_profile)" - dodir /usr/share/gnat/eselect/${PN}/ - echo "PATH=${InstTop}/bin" > "${SpecFile}" - echo "ADA_INCLUDE_PATH=${AdalibSpecsDir}/${PN}/core" >> "${SpecFile}" - echo "ADA_OBJECTS_PATH=${InstTop}/${PN}" >> "${SpecFile}" - echo "ADA_PROJECT_PATH=${InstTop}/gpr" >> "${SpecFile}" - - # install docs - dodoc AUTHORS NEWS README - mv "${D}"/usr/examples/${PN} "${D}"/usr/share/doc/${PF}/examples - rmdir "${D}"/usr/examples/ -} |