summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2013-09-18 13:16:40 +0000
committerTom Wijsman <tomwij@gentoo.org>2013-09-18 13:16:40 +0000
commitcfd4101c472bd3ff4f7fe6a0f812836705f7996b (patch)
tree88d55499a78c385b47d13575f46348be8c2ef76b /net-im/vacuum
parentVersion bump, wrt bug #484678 (diff)
downloadgentoo-2-cfd4101c472bd3ff4f7fe6a0f812836705f7996b.tar.gz
gentoo-2-cfd4101c472bd3ff4f7fe6a0f812836705f7996b.tar.bz2
gentoo-2-cfd4101c472bd3ff4f7fe6a0f812836705f7996b.zip
Proxied commit, dropped <1.2.2 versions as per bug #484158.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'net-im/vacuum')
-rw-r--r--net-im/vacuum/ChangeLog6
-rw-r--r--net-im/vacuum/vacuum-1.1.1.ebuild77
-rw-r--r--net-im/vacuum/vacuum-1.1.2.ebuild78
-rw-r--r--net-im/vacuum/vacuum-1.2.0.ebuild80
-rw-r--r--net-im/vacuum/vacuum-1.2.1.ebuild80
5 files changed, 5 insertions, 316 deletions
diff --git a/net-im/vacuum/ChangeLog b/net-im/vacuum/ChangeLog
index 2b04cc321885..1d2732ed252d 100644
--- a/net-im/vacuum/ChangeLog
+++ b/net-im/vacuum/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/vacuum
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/ChangeLog,v 1.13 2013/09/18 11:51:38 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/ChangeLog,v 1.14 2013/09/18 13:16:40 tomwij Exp $
+
+ 18 Sep 2013; Tom Wijsman <TomWij@gentoo.org> -vacuum-1.1.1.ebuild,
+ -vacuum-1.1.2.ebuild, -vacuum-1.2.0.ebuild, -vacuum-1.2.1.ebuild:
+ Proxied commit, dropped <1.2.2 versions as per bug #484158.
18 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> vacuum-1.2.0.ebuild,
vacuum-1.2.1.ebuild, vacuum-1.2.2.ebuild, vacuum-9999.ebuild, metadata.xml:
diff --git a/net-im/vacuum/vacuum-1.1.1.ebuild b/net-im/vacuum/vacuum-1.1.1.ebuild
deleted file mode 100644
index 90eb8e8365be..000000000000
--- a/net-im/vacuum/vacuum-1.1.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/vacuum-1.1.1.ebuild,v 1.3 2013/03/02 22:54:55 hwoarang Exp $
-
-EAPI="4"
-LANGS="de pl ru uk"
-
-inherit cmake-utils
-
-DESCRIPTION="Qt4 Crossplatform Jabber client."
-HOMEPAGE="http://code.google.com/p/vacuum-im"
-SRC_URI="http://vacuum-im.googlecode.com/files/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-PLUGINS=" adiummessagestyle annotations autostatus avatars bitsofbinary bookmarks captchaforms chatstates clientinfo commands compress console dataforms datastreamsmanager emoticons filestreamsmanager filetransfer gateways inbandstreams iqauth jabbersearch messagearchiver multiuserchat pepmanager privacylists privatestorage registration remotecontrol rostersearch servicediscovery sessionnegotiation socksstreams vcard xmppuriqueries"
-IUSE="${PLUGINS// / +}"
-for x in ${LANGS}; do
- IUSE+=" linguas_${x}"
-done
-
-REQUIRED_USE="
- annotations? ( privatestorage )
- avatars? ( vcard )
- bookmarks? ( privatestorage )
- captchaforms? ( dataforms )
- commands? ( dataforms )
- datastreamsmanager? ( dataforms )
- filestreamsmanager? ( datastreamsmanager )
- filetransfer? ( filestreamsmanager datastreamsmanager )
- pepmanager? ( servicediscovery )
- registration? ( dataforms )
- remotecontrol? ( commands dataforms )
- sessionnegotiation? ( dataforms )
-"
-
-RDEPEND="
- >=dev-qt/qtcore-4.5:4[ssl]
- >=dev-qt/qtgui-4.5:4
- >=dev-libs/openssl-0.9.8k
- adiummessagestyle? ( >=dev-qt/qtwebkit-4.5:4 )
- net-dns/libidn
- x11-libs/libXScrnSaver
-"
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS CHANGELOG README TRANSLATORS"
-
-src_prepare() {
- default
-
- epatch "${FILESDIR}"/${P}-minizip.patch
- epatch "${FILESDIR}"/${P}-zlib.patch
-}
-
-src_configure() {
- # linguas
- local langs="none;"
- for x in ${LANGS}; do
- use linguas_${x} && langs+="${x};"
- done
-
- local mycmakeargs=(
- -DINSTALL_LIB_DIR="$(get_libdir)"
- -DINSTALL_SDK=ON
- -DLANGS="${langs}"
- -DINSTALL_DOCS=OFF
- -DFORCE_BUNDLED_MINIZIP=ON
- )
-
- for x in ${PLUGINS}; do
- mycmakeargs+=( "$(cmake-utils_use ${x} PLUGIN_${x})" )
- done
-
- cmake-utils_src_configure
-}
diff --git a/net-im/vacuum/vacuum-1.1.2.ebuild b/net-im/vacuum/vacuum-1.1.2.ebuild
deleted file mode 100644
index cc5c8de4e6bd..000000000000
--- a/net-im/vacuum/vacuum-1.1.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/vacuum-1.1.2.ebuild,v 1.3 2013/03/02 22:54:55 hwoarang Exp $
-
-EAPI="4"
-LANGS="de pl ru uk"
-
-inherit cmake-utils
-
-DESCRIPTION="Qt4 Crossplatform Jabber client."
-HOMEPAGE="http://code.google.com/p/vacuum-im"
-SRC_URI="http://vacuum-im.googlecode.com/files/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-PLUGINS=" adiummessagestyle annotations autostatus avatars bitsofbinary bookmarks captchaforms chatstates clientinfo commands compress console dataforms datastreamsmanager emoticons filestreamsmanager filetransfer gateways inbandstreams iqauth jabbersearch messagearchiver multiuserchat pepmanager privacylists privatestorage registration remotecontrol rostersearch servicediscovery sessionnegotiation socksstreams vcard xmppuriqueries"
-IUSE="${PLUGINS// / +}"
-for x in ${LANGS}; do
- IUSE+=" linguas_${x}"
-done
-
-REQUIRED_USE="
- annotations? ( privatestorage )
- avatars? ( vcard )
- bookmarks? ( privatestorage )
- captchaforms? ( dataforms )
- commands? ( dataforms )
- datastreamsmanager? ( dataforms )
- filestreamsmanager? ( datastreamsmanager )
- filetransfer? ( filestreamsmanager datastreamsmanager )
- pepmanager? ( servicediscovery )
- registration? ( dataforms )
- remotecontrol? ( commands dataforms )
- sessionnegotiation? ( dataforms )
-"
-
-RDEPEND="
- >=dev-qt/qtcore-4.5:4[ssl]
- >=dev-qt/qtgui-4.5:4
- >=dev-libs/openssl-0.9.8k
- adiummessagestyle? ( >=dev-qt/qtwebkit-4.5:4 )
- net-dns/libidn
- x11-libs/libXScrnSaver
- sys-libs/zlib[minizip]
-"
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS CHANGELOG README TRANSLATORS"
-
-src_prepare() {
- # Force usage of system libraries
- rm -rf src/thirdparty/{idn,minizip,zlib}
-
- epatch "${FILESDIR}"/${PN}-1.1.1-zlib.patch
-}
-
-src_configure() {
- # linguas
- local langs="none;" x
- for x in ${LANGS}; do
- use linguas_${x} && langs+="${x};"
- done
-
- local mycmakeargs=(
- -DINSTALL_LIB_DIR="$(get_libdir)"
- -DINSTALL_SDK=ON
- -DLANGS="${langs}"
- -DINSTALL_DOCS=OFF
- -DFORCE_BUNDLED_MINIZIP=OFF
- )
-
- for x in ${PLUGINS}; do
- mycmakeargs+=( "$(cmake-utils_use ${x} PLUGIN_${x})" )
- done
-
- cmake-utils_src_configure
-}
diff --git a/net-im/vacuum/vacuum-1.2.0.ebuild b/net-im/vacuum/vacuum-1.2.0.ebuild
deleted file mode 100644
index 0f287f514129..000000000000
--- a/net-im/vacuum/vacuum-1.2.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/vacuum-1.2.0.ebuild,v 1.3 2013/09/18 11:51:38 pinkbyte Exp $
-
-EAPI="4"
-LANGS="de pl ru uk"
-
-inherit cmake-utils
-
-DESCRIPTION="Qt4 Crossplatform Jabber client."
-HOMEPAGE="http://code.google.com/p/vacuum-im"
-SRC_URI="http://vacuum-im.googlecode.com/files/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-PLUGINS=" adiummessagestyle annotations autostatus avatars birthdayreminder bitsofbinary bookmarks captchaforms chatstates clientinfo commands compress console dataforms datastreamsmanager emoticons filemessagearchive filestreamsmanager filetransfer gateways inbandstreams iqauth jabbersearch messagearchiver multiuserchat pepmanager privacylists privatestorage registration remotecontrol rosteritemexchange rostersearch servermessagearchive servicediscovery sessionnegotiation shortcutmanager socksstreams urlprocessor vcard xmppuriqueries"
-IUSE="${PLUGINS// / +}"
-for x in ${LANGS}; do
- IUSE+=" linguas_${x}"
-done
-
-REQUIRED_USE="
- annotations? ( privatestorage )
- avatars? ( vcard )
- birthdayreminder? ( vcard )
- bookmarks? ( privatestorage )
- captchaforms? ( dataforms )
- commands? ( dataforms )
- datastreamsmanager? ( dataforms )
- filemessagearchive? ( messagearchiver )
- filestreamsmanager? ( datastreamsmanager )
- filetransfer? ( filestreamsmanager datastreamsmanager )
- pepmanager? ( servicediscovery )
- registration? ( dataforms )
- remotecontrol? ( commands dataforms )
- servermessagearchive? ( messagearchiver )
- sessionnegotiation? ( dataforms )
-"
-
-RDEPEND="
- >=dev-qt/qtcore-4.5:4[ssl]
- >=dev-qt/qtgui-4.5:4
- dev-qt/qtlockedfile
- >=dev-libs/openssl-0.9.8k
- adiummessagestyle? ( >=dev-qt/qtwebkit-4.5:4 )
- net-dns/libidn
- x11-libs/libXScrnSaver
- sys-libs/zlib[minizip]
-"
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS CHANGELOG README TRANSLATORS"
-
-src_prepare() {
- # Force usage of system libraries
- rm -rf src/thirdparty/{idn,minizip,zlib}
-}
-
-src_configure() {
- # linguas
- local langs="none;" x
- for x in ${LANGS}; do
- use linguas_${x} && langs+="${x};"
- done
-
- local mycmakeargs=(
- -DINSTALL_LIB_DIR="$(get_libdir)"
- -DINSTALL_SDK=ON
- -DLANGS="${langs}"
- -DINSTALL_DOCS=OFF
- -DFORCE_BUNDLED_MINIZIP=OFF
- )
-
- for x in ${PLUGINS}; do
- mycmakeargs+=( "$(cmake-utils_use ${x} PLUGIN_${x})" )
- done
-
- cmake-utils_src_configure
-}
diff --git a/net-im/vacuum/vacuum-1.2.1.ebuild b/net-im/vacuum/vacuum-1.2.1.ebuild
deleted file mode 100644
index 22f460ae085b..000000000000
--- a/net-im/vacuum/vacuum-1.2.1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/vacuum/vacuum-1.2.1.ebuild,v 1.3 2013/09/18 11:51:38 pinkbyte Exp $
-
-EAPI="4"
-LANGS="de pl ru uk"
-
-inherit cmake-utils
-
-DESCRIPTION="Qt4 Crossplatform Jabber client."
-HOMEPAGE="http://code.google.com/p/vacuum-im"
-SRC_URI="http://vacuum-im.googlecode.com/files/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-PLUGINS=" adiummessagestyle annotations autostatus avatars birthdayreminder bitsofbinary bookmarks captchaforms chatstates clientinfo commands compress console dataforms datastreamsmanager emoticons filemessagearchive filestreamsmanager filetransfer gateways inbandstreams iqauth jabbersearch messagearchiver multiuserchat pepmanager privacylists privatestorage registration remotecontrol rosteritemexchange rostersearch servermessagearchive servicediscovery sessionnegotiation shortcutmanager socksstreams urlprocessor vcard xmppuriqueries"
-IUSE="${PLUGINS// / +}"
-for x in ${LANGS}; do
- IUSE+=" linguas_${x}"
-done
-
-REQUIRED_USE="
- annotations? ( privatestorage )
- avatars? ( vcard )
- birthdayreminder? ( vcard )
- bookmarks? ( privatestorage )
- captchaforms? ( dataforms )
- commands? ( dataforms )
- datastreamsmanager? ( dataforms )
- filemessagearchive? ( messagearchiver )
- filestreamsmanager? ( datastreamsmanager )
- filetransfer? ( filestreamsmanager datastreamsmanager )
- pepmanager? ( servicediscovery )
- registration? ( dataforms )
- remotecontrol? ( commands dataforms )
- servermessagearchive? ( messagearchiver )
- sessionnegotiation? ( dataforms )
-"
-
-RDEPEND="
- >=dev-qt/qtcore-4.5:4[ssl]
- >=dev-qt/qtgui-4.5:4
- dev-qt/qtlockedfile
- >=dev-libs/openssl-0.9.8k
- adiummessagestyle? ( >=dev-qt/qtwebkit-4.5:4 )
- net-dns/libidn
- x11-libs/libXScrnSaver
- sys-libs/zlib[minizip]
-"
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS CHANGELOG README TRANSLATORS"
-
-src_prepare() {
- # Force usage of system libraries
- rm -rf src/thirdparty/{idn,minizip,zlib}
-}
-
-src_configure() {
- # linguas
- local langs="none;" x
- for x in ${LANGS}; do
- use linguas_${x} && langs+="${x};"
- done
-
- local mycmakeargs=(
- -DINSTALL_LIB_DIR="$(get_libdir)"
- -DINSTALL_SDK=ON
- -DLANGS="${langs}"
- -DINSTALL_DOCS=OFF
- -DFORCE_BUNDLED_MINIZIP=OFF
- )
-
- for x in ${PLUGINS}; do
- mycmakeargs+=( "$(cmake-utils_use ${x} PLUGIN_${x})" )
- done
-
- cmake-utils_src_configure
-}