net-im/mcabber: version bump (fixes a security issue, see https://mcabber.com/ and...
authorWolfram Schlich <wschlich@gentoo.org>
Tue, 22 Nov 2016 11:32:11 +0000 (12:32 +0100)
committerWolfram Schlich <wschlich@gentoo.org>
Tue, 22 Nov 2016 11:32:41 +0000 (12:32 +0100)
Package-Manager: portage-2.3.0

net-im/mcabber/Manifest
net-im/mcabber/mcabber-1.0.3.ebuild [deleted file]
net-im/mcabber/mcabber-1.0.4.ebuild [moved from net-im/mcabber/mcabber-1.0.2.ebuild with 100% similarity]

index d3557f58cb56e546e77a18a09cb282ab4d158338..19120719b19b2187a9b4b6911e90b93cf570c3c9 100644 (file)
@@ -1,3 +1,2 @@
 DIST mcabber-0.10.2_p20131025.tar.gz 399025 SHA256 90f4e583a7ea929abcd243dc970d64db53f1f577a4a76dc55432eaa86b5ce007 SHA512 4910acfb3d0f6341e0926bff740186d3039a47f15fd075409ecd940b6388b9bb3bf35cb88eb675e6063eaefba6f4421ca7c07e18cb307a1c7b3206c077feeeb1 WHIRLPOOL 12b9ea8d5dd2e70afeeaab18f8361bd57a5c9850bfc70e953800efe5319d632881163c48d904efc07aadb9cb1a33c09d9b034537e4fe3102793da084bd246e97
-DIST mcabber-1.0.2.tar.bz2 604995 SHA256 e7143891ea6c6ec2f3008c25c13506121d83d15aa83640827aea3b66a8761fde SHA512 e7d8f54f0f5cbcd685d6ada49c29fbc3af3315d5727a7a6babcc0aae49880f0cc1df48a1ceec78caeb17822c26f8c00aae23df2565336d92c4e388c8cebb4263 WHIRLPOOL 8903b6e77f645202357f00868733633abed220f05260d29e30bc0396abf64f94fe0c69c84cae7f9c6c6ebfbe3d64f4d4be970dfe51593c84ca582fccfb4d7c2a
-DIST mcabber-1.0.3.tar.bz2 605245 SHA256 44e6bb0aa0c399261fc212c386a3c2540db133e7593592247ee1621df659139a SHA512 678129259d27fe57d78289d340d5f6e074a1b7bac0bd0d97a6c41fa05182fa50a150e747e2e45c8d97e6b1f5fb8c14f146b9d13a08bafb3459184f36301cc71a WHIRLPOOL cf830f3f85e2a0448dc28a7fe4e6f5f695552707ae923581866a2dd883741a69d1c7120639670b21c00c9fb956a3ff2d8ecad032cb2cc71760c6f98bc0464e8a
+DIST mcabber-1.0.4.tar.bz2 605462 SHA256 63b6bc003fcceba4dc4b273ed1c71643c4f8d95e8696543d53f64a7672b1ce0a SHA512 f4f85abcdfa341489e47ba5290e9cce79cdd749753155003e3a9b5edd145e158c91d0a32fe07983196be5729134279f21fbe94511a41b98b793b415157b6b15b WHIRLPOOL 09f7d6e53e352a0e7087da0ddb1a9f5a717c447c2e7a3d9d3e1b14409e8dd4e95472a60af743a0fbb64d4ee296b8eb6654cfb3ce6030ea8abd95ba863eacb7f1
diff --git a/net-im/mcabber/mcabber-1.0.3.ebuild b/net-im/mcabber/mcabber-1.0.3.ebuild
deleted file mode 100644 (file)
index 3fc2a58..0000000
+++ /dev/null
@@ -1,119 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit flag-o-matic autotools-utils
-
-DESCRIPTION="A small Jabber console client with various features, like MUC, SSL, PGP"
-HOMEPAGE="http://mcabber.com/"
-#REV="a18e1b488f1c"
-#SRC_URI="http://mcabber.com/hg/index.cgi/archive/${REV}.tar.gz -> ${P}.tar.gz"
-SRC_URI="http://mcabber.com/files/${P}.tar.bz2"
-
-#S=${WORKDIR}/${PN}-${REV}/${PN}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-IUSE="aspell crypt idn modules otr spell ssl vim-syntax"
-
-LANGS="cs de fr it nl pl ru uk"
-# localized help versions are installed only, when LINGUAS var is set
-for i in ${LANGS}; do
-       IUSE="${IUSE} linguas_${i}"
-done;
-
-RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 )
-       otr? ( >=net-libs/libotr-3.1.0 )
-       aspell? ( app-text/aspell )
-       vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
-       idn? ( net-dns/libidn  )
-       spell? ( app-text/enchant )
-       dev-libs/glib:2
-       sys-libs/ncurses:0=
-       >=net-libs/loudmouth-1.4.3-r1[ssl?]"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-## autotools-utils.eclass settings
-AUTOTOOLS_AUTORECONF="1"
-AUTOTOOLS_IN_SOURCE_BUILD="1"
-DOCS=( AUTHORS ChangeLog NEWS README TODO mcabberrc.example doc/README_PGP.txt )
-PATCHES=(
-       "${FILESDIR}/${PN}-0.10.3-vim-ftdetect.patch"
-)
-
-pkg_setup() {
-       if use aspell && use spell; then
-               ewarn "NOTE: You have both USE flags 'aspell' and 'spell' enabled, enchant (USE flag 'spell') will be preferred."
-       fi
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable crypt gpgme) \
-               $(use_enable otr) \
-               $(use_enable aspell) \
-               $(use_enable spell enchant) \
-               $(use_enable modules) \
-               $(use_with idn libidn)
-       )
-       autotools-utils_src_configure
-}
-
-src_install() {
-       autotools-utils_src_install
-
-       # clean unneeded language documentation
-       for i in ${LANGS}; do
-               use linguas_${i} || rm -rf "${ED}"/usr/share/${PN}/help/${i}
-       done
-
-       # contrib themes
-       insinto /usr/share/${PN}/themes
-       doins "${S}"/contrib/themes/*
-
-       # contrib generic scripts
-       exeinto /usr/share/${PN}/scripts
-       doexe "${S}"/contrib/*.{pl,py}
-
-       # contrib event scripts
-       exeinto /usr/share/${PN}/scripts/events
-       doexe "${S}"/contrib/events/*
-
-       if use vim-syntax; then
-               cd contrib/vim/ || die
-
-               insinto /usr/share/vim/vimfiles/syntax
-               doins mcabber_log-syntax.vim
-
-               insinto /usr/share/vim/vimfiles/ftdetect
-               doins mcabber_log-ftdetect.vim
-       fi
-}
-
-pkg_postinst() {
-       elog
-       elog "MCabber requires you to create a subdirectory .mcabber in your home"
-       elog "directory and to place a configuration file there."
-       elog "An example mcabberrc was installed as part of the documentation."
-       elog "To create a new mcabberrc based on the example mcabberrc, execute the"
-       elog "following commands:"
-       elog
-       elog "  mkdir -p ~/.mcabber"
-       elog "  bzcat ${EROOT}usr/share/doc/${PF}/mcabberrc.example.bz2 >~/.mcabber/mcabberrc"
-       elog
-       elog "Then edit ~/.mcabber/mcabberrc with your favorite editor."
-       elog
-       elog "See the CONFIGURATION FILE and FILES sections of the mcabber"
-       elog "manual page (section 1) for more information."
-       elog
-       elog "From version 0.9.0 on, MCabber supports PGP encryption of messages."
-       elog "See README_PGP.txt for details."
-       echo
-       einfo "Check out ${EROOT}usr/share/${PN} for contributed themes and event scripts."
-       echo
-}