summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2007-03-12 05:11:04 +0000
committerSteve Arnold <nerdboy@gentoo.org>2007-03-12 05:11:04 +0000
commit7251bb770abbca868356984557f649e87ebeef33 (patch)
tree4d9b545b3499c3d4bfff8b1bf945272a5c5319da /app-pda
parentStable for HPPA (bug #165460). (diff)
downloadgentoo-2-7251bb770abbca868356984557f649e87ebeef33.tar.gz
gentoo-2-7251bb770abbca868356984557f649e87ebeef33.tar.bz2
gentoo-2-7251bb770abbca868356984557f649e87ebeef33.zip
removing old stable due to linkage issues (see bug #167617) and forcing update
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/qtopia-desktop-bin/ChangeLog8
-rw-r--r--app-pda/qtopia-desktop-bin/files/digest-qtopia-desktop-bin-1.7.03
-rw-r--r--app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.7.0.ebuild49
-rw-r--r--app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.0.ebuild4
4 files changed, 9 insertions, 55 deletions
diff --git a/app-pda/qtopia-desktop-bin/ChangeLog b/app-pda/qtopia-desktop-bin/ChangeLog
index 2eef653637b0..a3d99434637b 100644
--- a/app-pda/qtopia-desktop-bin/ChangeLog
+++ b/app-pda/qtopia-desktop-bin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/qtopia-desktop-bin
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/qtopia-desktop-bin/ChangeLog,v 1.12 2007/01/24 03:33:55 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/qtopia-desktop-bin/ChangeLog,v 1.13 2007/03/12 05:11:04 nerdboy Exp $
+
+ 12 Mar 2007; Steve Arnold <nerdboy@gentoo.org>
+ -qtopia-desktop-bin-1.7.0.ebuild, qtopia-desktop-bin-2.2.0.ebuild:
+ removing old stable due to linkage issues (see bug #167617) and forcing
+ upgrade to current (sorry about the side-step, but I'd like to head off
+ any future borkages as fast as possible).
24 Jan 2007; Marius Mauch <genone@gentoo.org>
qtopia-desktop-bin-1.7.0.ebuild, qtopia-desktop-bin-2.2.0.ebuild:
diff --git a/app-pda/qtopia-desktop-bin/files/digest-qtopia-desktop-bin-1.7.0 b/app-pda/qtopia-desktop-bin/files/digest-qtopia-desktop-bin-1.7.0
deleted file mode 100644
index c905a5fd2ca9..000000000000
--- a/app-pda/qtopia-desktop-bin/files/digest-qtopia-desktop-bin-1.7.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ee340a07ca1908204c4ded462f9304c4 qtopia-desktop-1.7.0-1rh9.i386.rpm 6081706
-RMD160 af4636e0c19fd6e9886722cb11f666efb5b95a38 qtopia-desktop-1.7.0-1rh9.i386.rpm 6081706
-SHA256 416ffc2bbeb6f6f382b438399ffa4b6cccc07e3e062edefa7f65a2d67ca4f919 qtopia-desktop-1.7.0-1rh9.i386.rpm 6081706
diff --git a/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.7.0.ebuild b/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.7.0.ebuild
deleted file mode 100644
index f64f48580baa..000000000000
--- a/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.7.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-1.7.0.ebuild,v 1.8 2007/01/24 03:33:55 genone Exp $
-
-inherit rpm
-
-REV=-1
-QD="/opt/Qtopia"
-S="${WORKDIR}"
-
-DESCRIPTION="Qtopia Deskyop sync application for Zaurus PDA's"
-SRC_URI="ftp://ftp.trolltech.com/qtopia/desktop/RedHat9.0/qtopia-desktop-${PV}${REV}rh9.i386.rpm"
-HOMEPAGE="http://www.trolltech.com/download/qtopia/"
-
-DEPEND=""
-RDEPEND="virtual/libc
- || ( x11-libs/libX11 virtual/x11 )"
-
-LICENSE="trolltech_PUL-1.0"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-RESTRICT="nomirror nostrip"
-
-src_install() {
- dodir ${QD}
- exeinto ${QD}/qtopiadesktop/bin ; doexe opt/Qtopia/qtopiadesktop/bin/assistant
- insinto ${QD}/qtopiadesktop/doc/en ; doins opt/Qtopia/qtopiadesktop/doc/en/*
- insinto ${QD}/qtopiadesktop/doc/de ; doins opt/Qtopia/qtopiadesktop/doc/de/*
- insinto ${QD}/qtopiadesktop/etc ; doins opt/Qtopia/qtopiadesktop/etc/*
- insinto ${QD}/qtopiadesktop/pics ; doins opt/Qtopia/qtopiadesktop/pics/*
- exeinto ${QD}/qtopiadesktop/plugins ; doexe opt/Qtopia/qtopiadesktop/plugins/*
- insinto ${QD}/lib ; doins opt/Qtopia/lib/*
- exeinto ${QD}/bin ; doexe opt/Qtopia/bin/qtopiadesktop
- newdoc /opt/Qtopia/qtopiadesktop/bin/README README.assistant
- newdoc opt/Qtopia/LICENSE.PERSONAL_USE LICENSE
- dodir /etc/env.d
- echo "PATH=${QD}/bin" > ${D}/etc/env.d/37qtopia-desktop-bin
- echo "LDPATH=${QD}/lib" >> ${D}/etc/env.d/37qtopia-desktop-bin
-}
-
-pkg_postinst() {
- elog " Finished installing Qtopia Desktop ${PV}${REV} into ${QD}"
- elog
- elog " To start Qtopia Desktop, run:"
- elog " $ qtopiadesktop"
- elog
-}
diff --git a/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.0.ebuild b/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.0.ebuild
index ab992db007ec..4de2f1c87bd5 100644
--- a/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.0.ebuild
+++ b/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.0.ebuild,v 1.2 2007/01/24 03:33:55 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/qtopia-desktop-bin/qtopia-desktop-bin-2.2.0.ebuild,v 1.3 2007/03/12 05:11:04 nerdboy Exp $
inherit eutils rpm multilib
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.trolltech.com/developer/downloads/qtopia/desktopdownloads"
LICENSE="trolltech_PUL-1.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""