diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-01-21 14:27:43 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-01-21 14:27:43 +0000 |
commit | fc373583e29510250a41afc8f662cc87cb88f90e (patch) | |
tree | b2564bb52f828758211e9aec919f67e2176a4bf5 /net-im | |
parent | Version bump. Thanks to Nikoli for reporting. (diff) | |
download | gentoo-2-fc373583e29510250a41afc8f662cc87cb88f90e.tar.gz gentoo-2-fc373583e29510250a41afc8f662cc87cb88f90e.tar.bz2 gentoo-2-fc373583e29510250a41afc8f662cc87cb88f90e.zip |
Version bump to 0.5.2 and drop older.
(Portage version: 2.2.0_alpha157/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ktp-send-file/ChangeLog | 11 | ||||
-rw-r--r-- | net-im/ktp-send-file/ktp-send-file-0.4.1.ebuild | 33 | ||||
-rw-r--r-- | net-im/ktp-send-file/ktp-send-file-0.5.1.ebuild | 32 | ||||
-rw-r--r-- | net-im/ktp-send-file/ktp-send-file-0.5.2.ebuild (renamed from net-im/ktp-send-file/ktp-send-file-0.5.0.ebuild) | 4 |
4 files changed, 11 insertions, 69 deletions
diff --git a/net-im/ktp-send-file/ChangeLog b/net-im/ktp-send-file/ChangeLog index b588748f7757..4dd7b13fa6d4 100644 --- a/net-im/ktp-send-file/ChangeLog +++ b/net-im/ktp-send-file/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-im/ktp-send-file -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.9 2012/11/22 02:21:22 dastergon Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ChangeLog,v 1.10 2013/01/21 14:27:43 scarabeus Exp $ + +*ktp-send-file-0.5.2 (21 Jan 2013) + + 21 Jan 2013; Tomáš Chvátal <scarabeus@gentoo.org> +ktp-send-file-0.5.2.ebuild, + -ktp-send-file-0.4.1.ebuild, -ktp-send-file-0.5.0.ebuild, + -ktp-send-file-0.5.1.ebuild: + Version bump to 0.5.2 and drop older. *ktp-send-file-0.5.1 (22 Nov 2012) diff --git a/net-im/ktp-send-file/ktp-send-file-0.4.1.ebuild b/net-im/ktp-send-file/ktp-send-file-0.4.1.ebuild deleted file mode 100644 index d40ad8de7e32..000000000000 --- a/net-im/ktp-send-file/ktp-send-file-0.4.1.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-im/ktp-send-file/ktp-send-file-0.4.1.ebuild,v 1.1 2012/07/26 12:28:52 johu Exp $ - -EAPI=4 - -KDE_MINIMAL="4.7" -KDE_LINGUAS="ca cs da de el es et fi ga gl hu it ja lt nb nds nl pl pt pt_BR sk -sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW" -KDE_SCM="git" -inherit kde4-base - -DESCRIPTION="KDE Telepathy file manager plugin to send files to contacts" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="LGPL-2.1" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-im/ktp-common-internals-${PV} - >=net-libs/telepathy-qt-0.9.1 -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV} - >=net-im/ktp-filetransfer-handler-${PV} -" diff --git a/net-im/ktp-send-file/ktp-send-file-0.5.1.ebuild b/net-im/ktp-send-file/ktp-send-file-0.5.1.ebuild deleted file mode 100644 index a028e0b554ce..000000000000 --- a/net-im/ktp-send-file/ktp-send-file-0.5.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ktp-send-file-0.5.1.ebuild,v 1.1 2012/11/22 02:21:22 dastergon Exp $ - -EAPI=4 - -KDE_MINIMAL="4.7" -KDE_LINGUAS="ca cs da de el es et fi ga gl hu it ja lt nb nds nl pl pt -pt_BR sk sr sr@ijekavian sr@ijekavianlatin sr@latin sv uk zh_CN zh_TW" -inherit kde4-base - -DESCRIPTION="KDE Telepathy file manager plugin to send files to contacts" -HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration" -if [[ ${PV} != *9999* ]]; then - SRC_URI="mirror://kde/unstable/kde-telepathy/${PV}/src/${P}.tar.bz2" - KEYWORDS="~amd64 ~x86" -else - KEYWORDS="" -fi - -LICENSE="LGPL-2.1" -SLOT="4" -IUSE="debug" - -DEPEND=" - >=net-im/ktp-common-internals-${PV} - >=net-libs/telepathy-qt-0.9.3 -" -RDEPEND="${DEPEND} - >=net-im/ktp-contact-list-${PV} - >=net-im/ktp-filetransfer-handler-${PV} -" diff --git a/net-im/ktp-send-file/ktp-send-file-0.5.0.ebuild b/net-im/ktp-send-file/ktp-send-file-0.5.2.ebuild index 82023fc55358..3896a8134894 100644 --- a/net-im/ktp-send-file/ktp-send-file-0.5.0.ebuild +++ b/net-im/ktp-send-file/ktp-send-file-0.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ktp-send-file-0.5.0.ebuild,v 1.1 2012/08/28 12:06:00 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-send-file/ktp-send-file-0.5.2.ebuild,v 1.1 2013/01/21 14:27:43 scarabeus Exp $ EAPI=4 |