summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-05 23:32:09 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-05 23:32:09 +0000
commit641ceeed9563752faad385e5b4ee07428d60ea3e (patch)
tree16ae5caffe0d209c0c1f0549f8b4ae86e4995a66 /x11-libs/qt-xmlpatterns
parentMake it work fine on Linux-PAM too. (diff)
downloadhistorical-641ceeed9563752faad385e5b4ee07428d60ea3e.tar.gz
historical-641ceeed9563752faad385e5b4ee07428d60ea3e.tar.bz2
historical-641ceeed9563752faad385e5b4ee07428d60ea3e.zip
Old.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-libs/qt-xmlpatterns')
-rw-r--r--x11-libs/qt-xmlpatterns/ChangeLog6
-rw-r--r--x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.0_rc1.ebuild53
2 files changed, 5 insertions, 54 deletions
diff --git a/x11-libs/qt-xmlpatterns/ChangeLog b/x11-libs/qt-xmlpatterns/ChangeLog
index dff72289863c..96e5311ebe59 100644
--- a/x11-libs/qt-xmlpatterns/ChangeLog
+++ b/x11-libs/qt-xmlpatterns/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-xmlpatterns
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/ChangeLog,v 1.2 2008/03/05 23:11:46 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/ChangeLog,v 1.3 2008/03/05 23:28:17 ingmar Exp $
+
+ 05 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -qt-xmlpatterns-4.4.0_rc1.ebuild:
+ Old.
*qt-xmlpatterns-4.4.0_beta1 (05 Mar 2008)
diff --git a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.0_rc1.ebuild b/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.0_rc1.ebuild
deleted file mode 100644
index 3d295fdb8bd8..000000000000
--- a/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.0_rc1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.4.0_rc1.ebuild,v 1.3 2007/12/22 18:17:11 caleb Exp $
-
-inherit qt4-build
-
-SRCTYPE="preview-opensource-src"
-DESCRIPTION="The patternist module for the Qt toolkit."
-HOMEPAGE="http://www.trolltech.com/"
-
-MY_PV=${PV/_rc/-tp}
-
-SRC_URI="ftp://ftp.trolltech.com/pub/qt/source/qt-x11-${SRCTYPE}-${MY_PV}.tar.gz"
-S=${WORKDIR}/qt-x11-${SRCTYPE}-${MY_PV}
-
-LICENSE="|| ( QPL-1.0 GPL-2 )"
-SLOT="4"
-KEYWORDS="~x86"
-
-RDEPEND="~x11-libs/qt-core-${PV}"
-
-DEPEND="${RDEPEND}"
-
-QT4_TARGET_DIRECTORIES="src/xmlpatterns tools/patternist"
-
-src_unpack() {
-
- qt4-build_src_unpack
-
- skip_qmake_build_patch
- skip_project_generation_patch
- install_binaries_to_buildtree
-}
-
-src_compile() {
- local myconf=$(standard_configure_options)
- myconf="${myconf} -xmlpatterns"
-
- echo ./configure ${myconf}
- ./configure ${myconf} || die
-
- build_target_directories
-}
-
-pkg_postinst()
-{
- qconfig_add_option xmlpatterns
-}
-
-pkg_postrm()
-{
- qconfig_remove_option xmlpatterns
-}