diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-17 18:41:38 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-17 18:41:38 +0000 |
commit | 679b0b228f6c68e83f275d154bc3d2777957445a (patch) | |
tree | cc267536077987c3bdc274381a1ddb8988096ed4 /net-libs | |
parent | Stable for HPPA (bug #457344). (diff) | |
download | gentoo-2-679b0b228f6c68e83f275d154bc3d2777957445a.tar.gz gentoo-2-679b0b228f6c68e83f275d154bc3d2777957445a.tar.bz2 gentoo-2-679b0b228f6c68e83f275d154bc3d2777957445a.zip |
Drop old versions
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/qxmpp/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/qxmpp/files/00_correct_install_path.patch | 12 | ||||
-rw-r--r-- | net-libs/qxmpp/files/01_enable_shared_linking.patch | 10 | ||||
-rw-r--r-- | net-libs/qxmpp/qxmpp-0.3.61-r2.ebuild | 33 | ||||
-rw-r--r-- | net-libs/qxmpp/qxmpp-0.6.3.1.ebuild | 31 |
5 files changed, 6 insertions, 87 deletions
diff --git a/net-libs/qxmpp/ChangeLog b/net-libs/qxmpp/ChangeLog index 079092175077..869caf57e4ca 100644 --- a/net-libs/qxmpp/ChangeLog +++ b/net-libs/qxmpp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/qxmpp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/ChangeLog,v 1.32 2013/02/16 21:29:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/ChangeLog,v 1.33 2013/02/17 18:41:38 pinkbyte Exp $ + + 17 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> + -files/00_correct_install_path.patch, -files/01_enable_shared_linking.patch, + -qxmpp-0.3.61-r2.ebuild, -qxmpp-0.6.3.1.ebuild: + Drop old versions 16 Feb 2013; Agostino Sarubbo <ago@gentoo.org> qxmpp-0.7.5.ebuild: Stable for x86, wrt bug #457824 diff --git a/net-libs/qxmpp/files/00_correct_install_path.patch b/net-libs/qxmpp/files/00_correct_install_path.patch deleted file mode 100644 index 8f4882166f1c..000000000000 --- a/net-libs/qxmpp/files/00_correct_install_path.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/qxmpp.pri b/qxmpp.pri -index 13854f8..a7353e7 100644 ---- a/qxmpp.pri -+++ b/qxmpp.pri -@@ -37,6 +37,6 @@ symbian { - - unix { - isEmpty(PREFIX) { -- PREFIX = /usr/local -+ PREFIX = /usr - } - } diff --git a/net-libs/qxmpp/files/01_enable_shared_linking.patch b/net-libs/qxmpp/files/01_enable_shared_linking.patch deleted file mode 100644 index 1b885f198765..000000000000 --- a/net-libs/qxmpp/files/01_enable_shared_linking.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- src/src.pro.orig 2012-06-23 22:26:25.708323070 +0400 -+++ src/src.pro 2012-06-23 22:27:56.331317843 +0400 -@@ -8,7 +8,6 @@ - - TEMPLATE = lib - --CONFIG += staticlib - INCLUDEPATH += $$QXMPP_INCLUDE_DIR $$QXMPP_INTERNAL_INCLUDES - LIBS += $$QXMPP_INTERNAL_LIBS - diff --git a/net-libs/qxmpp/qxmpp-0.3.61-r2.ebuild b/net-libs/qxmpp/qxmpp-0.3.61-r2.ebuild deleted file mode 100644 index 4efd0e5201a9..000000000000 --- a/net-libs/qxmpp/qxmpp-0.3.61-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/qxmpp-0.3.61-r2.ebuild,v 1.4 2012/07/15 16:52:03 kensington Exp $ - -EAPI=3 - -inherit multilib qt4-r2 - -DESCRIPTION="A cross-platform C++ XMPP client library based on the Qt framework." -HOMEPAGE="http://code.google.com/p/qxmpp/" -SRC_URI="mirror://github/0xd34df00d/qxmpp-dev/${P}-extras.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug +extras" - -DEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - media-libs/speex" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/01_enable_shared_linking.patch ) - -src_prepare() { - #Disable silly debug library '_d' suffix - sed -e 's/qxmpp-lc_d/qxmpp-lc/' -i qxmpp.pri || die "sed faild" - qt4-r2_src_prepare -} - -src_configure(){ - eqmake4 "${S}"/qxmpp.pro "PREFIX=/usr" "LIBDIR=$(get_libdir)" -} diff --git a/net-libs/qxmpp/qxmpp-0.6.3.1.ebuild b/net-libs/qxmpp/qxmpp-0.6.3.1.ebuild deleted file mode 100644 index 9d181af007a5..000000000000 --- a/net-libs/qxmpp/qxmpp-0.6.3.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/qxmpp-0.6.3.1.ebuild,v 1.1 2012/08/13 13:12:42 maksbotan Exp $ - -EAPI=3 - -inherit multilib qt4-r2 - -DESCRIPTION="A cross-platform C++ XMPP client library based on the Qt framework." -HOMEPAGE="http://code.google.com/p/qxmpp/" -SRC_URI="mirror://github/0xd34df00d/qxmpp-dev/${P}-extras.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug +extras" - -DEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - media-libs/speex" -RDEPEND="${DEPEND}" - -src_prepare() { - #Disable silly debug library '_d' suffix - sed -e 's/qxmpp-lc_d/qxmpp-lc/' -i qxmpp.pri || die "sed faild" - qt4-r2_src_prepare -} - -src_configure(){ - eqmake4 "${S}"/qxmpp.pro "PREFIX=/usr" "LIBDIR=$(get_libdir)" -} |