summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2011-11-12 00:09:01 +0000
committerDavide Pesavento <pesa@gentoo.org>2011-11-12 00:09:01 +0000
commit2947d3da16ea59cbac46e31bb162ec25ae779546 (patch)
tree538203aba9723b7d45a554ae5d15cc81932cb894 /x11-libs/libqxt
parentBump -5.11 development version (diff)
downloadgentoo-2-2947d3da16ea59cbac46e31bb162ec25ae779546.tar.gz
gentoo-2-2947d3da16ea59cbac46e31bb162ec25ae779546.tar.bz2
gentoo-2-2947d3da16ea59cbac46e31bb162ec25ae779546.zip
Remove old.
(Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libqxt')
-rw-r--r--x11-libs/libqxt/ChangeLog10
-rw-r--r--x11-libs/libqxt/files/libqxt-0.5.0-gcc4.4.patch12
-rw-r--r--x11-libs/libqxt/libqxt-0.2.5-r1.ebuild41
-rw-r--r--x11-libs/libqxt/libqxt-0.4-r1.ebuild63
-rw-r--r--x11-libs/libqxt/libqxt-0.5.0.ebuild56
-rw-r--r--x11-libs/libqxt/libqxt-0.5.1.ebuild52
-rw-r--r--x11-libs/libqxt/libqxt-0.6.0.ebuild52
7 files changed, 8 insertions, 278 deletions
diff --git a/x11-libs/libqxt/ChangeLog b/x11-libs/libqxt/ChangeLog
index b6e8ec1d7b09..1f26ddb682ae 100644
--- a/x11-libs/libqxt/ChangeLog
+++ b/x11-libs/libqxt/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libqxt
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.16 2010/08/29 08:04:21 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/ChangeLog,v 1.17 2011/11/12 00:09:01 pesa Exp $
+
+ 12 Nov 2011; Davide Pesavento <pesa@gentoo.org>
+ -files/libqxt-0.5.0-gcc4.4.patch, -libqxt-0.2.5-r1.ebuild,
+ -libqxt-0.4-r1.ebuild, -libqxt-0.5.0.ebuild, -libqxt-0.5.1.ebuild,
+ -libqxt-0.6.0.ebuild:
+ Remove old.
29 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
-libqxt-0.6.0-r1.ebuild:
diff --git a/x11-libs/libqxt/files/libqxt-0.5.0-gcc4.4.patch b/x11-libs/libqxt/files/libqxt-0.5.0-gcc4.4.patch
deleted file mode 100644
index 36815e74370e..000000000000
--- a/x11-libs/libqxt/files/libqxt-0.5.0-gcc4.4.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/berkeley/qxtbdb.h b/src/berkeley/qxtbdb.h
---- a/src/berkeley/qxtbdb.h
-+++ b/src/berkeley/qxtbdb.h
-@@ -39,7 +39,7 @@
- #include <QString>
- #include <qxtglobal.h>
- #include <cstdlib>
--
-+#include <cstdio>
-
-
- ///its impossible to forward anyway,
diff --git a/x11-libs/libqxt/libqxt-0.2.5-r1.ebuild b/x11-libs/libqxt/libqxt-0.2.5-r1.ebuild
deleted file mode 100644
index bbebc4b62bd0..000000000000
--- a/x11-libs/libqxt/libqxt-0.2.5-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.2.5-r1.ebuild,v 1.4 2010/01/06 13:03:49 hwoarang Exp $
-
-EAPI="2"
-inherit eutils qt4-r2
-
-DESCRIPTION="The Qt eXTension library provides cross-platform utility classes for the Qt toolkit"
-HOMEPAGE="http://libqxt.org/"
-SRC_URI="mirror://sourceforge/libqxt/${P}.tar.gz"
-
-LICENSE="CPL-1.0"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-
-IUSE="ssl fastcgi debug"
-
-DEPEND="x11-libs/qt-gui:4
- x11-libs/qt-script:4
- x11-libs/qt-sql:4
- ssl? ( >=dev-libs/openssl-0.9.8 )
- fastcgi? ( >=dev-libs/fcgi-2.4 )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local myconf
-
- use debug && myconf="${myconf} -debug"
- use !ssl && myconf="${myconf} -nomake crypto"
- use !fastcgi && myconf="${myconf} -nomake web"
- # fix pre-stripped files issue
- for i in $(ls "${S}"/src); do
- sed -i "s/qxtbuild/nostrip\ qxtbuild/" "${S}"/src/${i}/${i}.pro
- done
- ./configure -prefix /usr ${myconf}
-}
-
-src_compile() {
- # fails with parallel build, bug 194730
- emake -j1 || die "emake failed"
-}
diff --git a/x11-libs/libqxt/libqxt-0.4-r1.ebuild b/x11-libs/libqxt/libqxt-0.4-r1.ebuild
deleted file mode 100644
index e7844fc45e0e..000000000000
--- a/x11-libs/libqxt/libqxt-0.4-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.4-r1.ebuild,v 1.3 2010/01/06 13:03:49 hwoarang Exp $
-
-EAPI=2
-inherit eutils qt4-r2
-
-DESCRIPTION="The Qt eXTension library provides cross-platform utility classes for the Qt toolkit"
-HOMEPAGE="http://libqxt.org/"
-SRC_URI="mirror://sourceforge/libqxt/${P}.tar.gz"
-
-LICENSE="CPL-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="berkdb crypt debug doc sql web"
-
-RDEPEND="x11-libs/qt-gui:4
- x11-libs/qt-script:4
- sql? ( x11-libs/qt-sql:4 )
- berkdb? (
- sys-libs/db
- x11-libs/qt-sql:4
- )
- crypt? (
- >=dev-libs/openssl-0.9.8
- x11-libs/qt-core:4[ssl]
- )
- web? ( >=dev-libs/fcgi-2.4 )"
-DEPEND="${DEPEND}
- doc? ( app-doc/doxygen )"
-
-DOCS="AUTHORS README LICENSE cpl1.0.txt"
-
-src_configure() {
- local myconf
- myconf="-prefix /usr \
- -libdir /usr/$(get_libdir) \
- -docdir /usr/share/doc/${PF} \
- -qmake-bin /usr/bin/qmake \
- $(use debug && echo -debug) \
- $(use !berkdb && echo -no-db -nomake berkeley) \
- $(use !crypt && echo -nomake crypto -no-openssl) \
- $(use !sql && echo -nomake sql) \
- $(use !web && echo -nomake web)"
- # fix pre-striped files issue
- for i in $(ls "${S}"/src); do
- sed -i "s/qxtbuild/nostrip\ qxtbuild/" "${S}"/src/${i}/${i}.pro
- done
- ./configure ${myconf} || die "configure failed"
-}
-
-src_compile() {
- # parallel compilation fails, bug #194730
- emake -j1 || die "make failed"
-}
-
-src_install() {
- qt4-r2_src_install
- if use doc; then
- doxygen Doqsyfile
- dohtml -r deploy/docs/*
- fi
-}
diff --git a/x11-libs/libqxt/libqxt-0.5.0.ebuild b/x11-libs/libqxt/libqxt-0.5.0.ebuild
deleted file mode 100644
index 09c21a8e0609..000000000000
--- a/x11-libs/libqxt/libqxt-0.5.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.5.0.ebuild,v 1.3 2010/01/06 13:03:49 hwoarang Exp $
-
-EAPI=2
-inherit eutils qt4-r2
-
-DESCRIPTION="The Qt eXTension library provides cross-platform utility classes for the Qt toolkit"
-HOMEPAGE="http://libqxt.org/"
-SRC_URI="http://bitbucket.org/${PN}/${PN}/downloads/${P}.tgz"
-
-LICENSE="|| ( CPL-1.0 LGPL-2.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="berkdb crypt debug doc sql web"
-
-RDEPEND="x11-libs/qt-gui:4
- x11-libs/qt-script:4
- berkdb? ( x11-libs/qt-sql:4 sys-libs/db )
- sql? ( x11-libs/qt-sql:4 )
- crypt? ( >=dev-libs/openssl-0.9.8 x11-libs/qt-core:4[ssl] )
- web? ( >=dev-libs/fcgi-2.4 )"
-DEPEND="${DEPEND}
- doc? ( app-doc/doxygen )"
-
-PATCHES=(
- "${FILESDIR}/libqxt-0.5.0-gcc4.4.patch"
-)
-
-DOCS="AUTHORS README LICENSE cpl1.0.txt"
-
-src_configure() {
- local myconf
- myconf="-prefix /usr \
- -libdir /usr/$(get_libdir) \
- -docdir /usr/share/doc/${PF} \
- -qmake-bin /usr/bin/qmake \
- $(use debug && echo -debug) \
- $(use !berkdb && echo -no-db -nomake berkeley) \
- $(use !crypt && echo -nomake crypto -no-openssl) \
- $(use !sql && echo -nomake sql) \
- $(use !web && echo -nomake web)"
- # fix pre-striped files issue
- for i in $(ls "${S}"/src); do
- sed -i "s/qxtbuild/nostrip\ qxtbuild/" "${S}"/src/${i}/${i}.pro
- done
- ./configure ${myconf} || die "configure failed"
-}
-
-src_install() {
- qt4-r2_src_install
- if use doc; then
- doxygen Doqsyfile
- dohtml -r deploy/docs/*
- fi
-}
diff --git a/x11-libs/libqxt/libqxt-0.5.1.ebuild b/x11-libs/libqxt/libqxt-0.5.1.ebuild
deleted file mode 100644
index ba3733344657..000000000000
--- a/x11-libs/libqxt/libqxt-0.5.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.5.1.ebuild,v 1.1 2010/01/06 13:03:49 hwoarang Exp $
-
-EAPI=2
-inherit eutils qt4-r2
-
-DESCRIPTION="The Qt eXTension library provides cross-platform utility classes for the Qt toolkit"
-HOMEPAGE="http://libqxt.org/"
-SRC_URI="http://bitbucket.org/${PN}/${PN}/downloads/${P}.tar.gz"
-
-LICENSE="|| ( CPL-1.0 LGPL-2.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="berkdb crypt debug doc sql web"
-
-RDEPEND="x11-libs/qt-gui:4
- x11-libs/qt-script:4
- berkdb? ( x11-libs/qt-sql:4 sys-libs/db )
- sql? ( x11-libs/qt-sql:4 )
- crypt? ( >=dev-libs/openssl-0.9.8 x11-libs/qt-core:4[ssl] )
- web? ( >=dev-libs/fcgi-2.4 )"
-DEPEND="${DEPEND}
- doc? ( app-doc/doxygen )"
-
-DOCS="AUTHORS README LICENSE cpl1.0.txt"
-
-src_configure() {
- local myconf
- myconf="-prefix /usr \
- -libdir /usr/$(get_libdir) \
- -docdir /usr/share/doc/${PF} \
- -qmake-bin /usr/bin/qmake \
- $(use debug && echo -debug) \
- $(use !berkdb && echo -no-db -nomake berkeley) \
- $(use !crypt && echo -nomake crypto -no-openssl) \
- $(use !sql && echo -nomake sql) \
- $(use !web && echo -nomake web)"
- # fix pre-striped files issue
- for i in $(ls "${S}"/src); do
- sed -i "s/qxtbuild/nostrip\ qxtbuild/" "${S}"/src/${i}/${i}.pro
- done
- ./configure ${myconf} || die "configure failed"
-}
-
-src_install() {
- qt4-r2_src_install
- if use doc; then
- doxygen Doqsyfile
- dohtml -r deploy/docs/*
- fi
-}
diff --git a/x11-libs/libqxt/libqxt-0.6.0.ebuild b/x11-libs/libqxt/libqxt-0.6.0.ebuild
deleted file mode 100644
index 1b81c41e3af2..000000000000
--- a/x11-libs/libqxt/libqxt-0.6.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libqxt/libqxt-0.6.0.ebuild,v 1.1 2010/04/30 17:32:19 hwoarang Exp $
-
-EAPI=2
-inherit eutils qt4-r2
-
-DESCRIPTION="The Qt eXTension library provides cross-platform utility classes for the Qt toolkit"
-HOMEPAGE="http://libqxt.org/"
-SRC_URI="http://bitbucket.org/${PN}/${PN}/get/v${PV}.tar.gz ->
-${P}.tar.gz"
-
-LICENSE="|| ( CPL-1.0 LGPL-2.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="berkdb crypt debug doc sql web"
-
-RDEPEND="x11-libs/qt-gui:4
- x11-libs/qt-script:4
- berkdb? ( x11-libs/qt-sql:4 sys-libs/db )
- sql? ( x11-libs/qt-sql:4 )
- crypt? ( >=dev-libs/openssl-0.9.8 x11-libs/qt-core:4[ssl] )
- web? ( >=dev-libs/fcgi-2.4 )"
-DEPEND="${DEPEND}
- doc? ( app-doc/doxygen )"
-
-DOCS="AUTHORS README LICENSE cpl1.0.txt"
-
-S="${WORKDIR}/${PN}"
-
-src_configure() {
- eqmake4
- local myconf
- myconf="-prefix /usr \
- -libdir /usr/$(get_libdir) \
- -docdir /usr/share/doc/${PF} \
- -qmake-bin /usr/bin/qmake \
- $(use debug && echo -debug) \
- $(use !berkdb && echo -no-db -nomake berkeley) \
- $(use !crypt && echo -nomake crypto -no-openssl) \
- $(use !sql && echo -nomake sql) \
- $(use !web && echo -nomake web)"
- ./configure ${myconf} || die "configure failed"
-}
-
-src_install() {
- qt4-r2_src_install
- if use doc; then
- doxygen Doqsyfile
- dohtml -r deploy/docs/*
- fi
-}