diff options
author | 2012-03-20 01:04:28 +0100 | |
---|---|---|
committer | 2012-03-20 01:04:28 +0100 | |
commit | 02c9a45f45b76c8341ed270a42c889375bceaabb (patch) | |
tree | 6f1185528fdd9e5758cbd9884b64e626d55315f5 /dev-util | |
parent | qt-creator: sync with portage. (diff) | |
download | qt-02c9a45f45b76c8341ed270a42c889375bceaabb.tar.gz qt-02c9a45f45b76c8341ed270a42c889375bceaabb.tar.bz2 qt-02c9a45f45b76c8341ed270a42c889375bceaabb.zip |
Remove obsolete dev-util/madde ebuild.
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/madde/Manifest | 2 | ||||
-rw-r--r-- | dev-util/madde/files/madde-0.6.72-no-interactive.patch | bin | 19775 -> 0 bytes | |||
-rw-r--r-- | dev-util/madde/madde-0.6.72.ebuild | 94 | ||||
-rw-r--r-- | dev-util/madde/metadata.xml | 5 |
4 files changed, 0 insertions, 101 deletions
diff --git a/dev-util/madde/Manifest b/dev-util/madde/Manifest deleted file mode 100644 index a3aad3be..00000000 --- a/dev-util/madde/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST install-madde-0.6.72-linux-i686.sh 394678934 RMD160 2c3a4add17ed799a5f562af48dbeb85dd8ef849a SHA1 00920440d2a78a06557b1311be4df90568d7db6b SHA256 74981f450d39a80dd22572fb2d7d4c9c3af24eb3cb70c77850c4e33a637678c7 -DIST install-madde-0.6.72-linux-x86_64.sh 396964628 RMD160 d0f4ba95d5342e24736a9c2b36e83e1e5e43d351 SHA1 86096a0c3af20a50e714c8783712c4f9e791edc3 SHA256 980b37e2423b422f070887de25b21f2a2dc5c7a9bb4b14a0a6ee0c9f6fc5915d diff --git a/dev-util/madde/files/madde-0.6.72-no-interactive.patch b/dev-util/madde/files/madde-0.6.72-no-interactive.patch Binary files differdeleted file mode 100644 index 1cde104b..00000000 --- a/dev-util/madde/files/madde-0.6.72-no-interactive.patch +++ /dev/null diff --git a/dev-util/madde/madde-0.6.72.ebuild b/dev-util/madde/madde-0.6.72.ebuild deleted file mode 100644 index 90e853af..00000000 --- a/dev-util/madde/madde-0.6.72.ebuild +++ /dev/null @@ -1,94 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -inherit eutils - -# arch-independent part of SRC_URI -COMMON_SRC_URI="http://tablets-dev.nokia.com/install-${P}-linux" - -# Qt4 version supported by this release -QTVER="4.6.2" - -DESCRIPTION="Maemo Application Development and Debugging Environment" -HOMEPAGE="http://wiki.maemo.org/MADDE" -SRC_URI="amd64? ( ${COMMON_SRC_URI}-x86_64.sh ) - x86? ( ${COMMON_SRC_URI}-i686.sh )" -LICENSE="Nokia-SDK" - -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -# restrict fetching & mirror because of the license -# restrict strip because of the precompiled binaries -RESTRICT="fetch mirror strip" - -DEPEND="" -RDEPEND="${DEPEND}" - -S=${WORKDIR} - -my_p_setup() { - MY_P="${COMMON_SRC_URI##*/}" - use amd64 && MY_P+="-x86_64.sh" - use x86 && MY_P+="-i686.sh" -} - -pkg_setup() { - my_p_setup -} - -pkg_nofetch() { - my_p_setup - eerror "You need to manually download the madde installer from" - eerror "http://tablets-dev.nokia.com/MADDE.php" - eerror - eerror "For an ${ARCH} host download the following file:" - eerror " ${MY_P}" - eerror "and put it inside '${DISTDIR}'." -} - -src_unpack() { - # copy the installer to the working directory - cp "${DISTDIR}"/${MY_P} "${WORKDIR}"/${MY_P} -} - -src_prepare() { - # disable any user interaction - epatch "${FILESDIR}"/${P}-no-interactive.patch - # fix the installation path - sed -i "s:/opt/:"${D}"opt/${PN}:" ${MY_P} - # disable xtar extraction. Will do it later - sed -i "/^perl -x/d" ${MY_P} - # remove the postinstall scripts. We will do it later - sed -i "/postinstall\/postinstall.sh/d" ${MY_P} -} - -src_install() { - dodir /opt/${PN}/${PV} - chmod 755 "${S}"/${MY_P} - # extract the xtar binary - perl -x "${MY_P}" xtar > "${D}opt/${PN}/${PV}/xtar" - # run the installer - # patch postinstaller - sh "${S}"/${MY_P} - # run the postinst process again to fix the paths - sed -i "s:^mypath.*:mypath=\"/opt/${PN}/${PV}/\":" \ - "${D}"opt/${PN}/${PV}/postinstall/postinstall.sh -} - -pkg_postinst() { - sh /opt/${PN}/${PV}/postinstall/postinstall.sh - - elog ">=dev-util/qt-creator-2.0.0 can use madde to create" - elog "an extremely useful Maemo development enviroment." - elog "To integrate madde to qt-creator go to" - elog "Tools -> Options -> Qt4 -> Add" - elog "Version Name: ${QTVER}" - elog "qmake location: /opt/${PN}/${PV}/targets/fremantle-pr12/bin/qmake" - elog "Apply the changes" - elog - elog "Wiki: ${HOMEPAGE}" -} diff --git a/dev-util/madde/metadata.xml b/dev-util/madde/metadata.xml deleted file mode 100644 index dc439f7e..00000000 --- a/dev-util/madde/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>qt</herd> -</pkgmetadata> |