public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Whyman" <thev00d00@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
Date: Sun, 14 Jan 2018 13:44:25 +0000 (UTC)	[thread overview]
Message-ID: <1515937417.8201b09a8b89ed14fd2c1c83d1bce94294a40278.thev00d00@gentoo> (raw)

commit:     8201b09a8b89ed14fd2c1c83d1bce94294a40278
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 13:43:25 2018 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 13:43:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8201b09a

x11-plugins/pidgin-sipe: Drop old

Closes: https://bugs.gentoo.org/629210
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-plugins/pidgin-sipe/Manifest                  |  1 -
 x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild | 66 -----------------------
 2 files changed, 67 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index b94d2f967e6..f083628620f 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,4 +1,3 @@
-DIST pidgin-sipe-1.21.1.tar.gz 1212621 BLAKE2B f2fb149a867af1771987857e90eccd0cc9a9624749eafb101b3f1c4e956c63e4f43c237a86925af34a8db81e03b287b1972e19e2bb1315959eb1cb606ef485bb SHA512 d9b5ad67967c35e29d6742d9d09346c7702a339450de7522aad73f0b379505f24104a306292ee91960c679498073376081479b335eab8eba090e492f444b5378
 DIST pidgin-sipe-1.22.0.tar.gz 1255851 BLAKE2B 442206854bc420f8a93a34246f28a923adc83c08a9c113d871f920799e2b33505a14b4181d1b20aa65e03c6d6483b01be22e66ed4496ea8571247bfc560d2a97 SHA512 4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed
 DIST pidgin-sipe-1.22.1.tar.gz 1265440 BLAKE2B 88f5ef6473af2b50aab0d2adfb9bccf62c9654a1d80319d5e8e43b18719e875e0b3fda45a76e85a6fd892fd516dcfbf5f5ec4a134b1525972eaf35b9841d5210 SHA512 1fff886b32f7f8cb99a0af710b3a1502f62d27dedb541a9e2d8ae9eaf5eb7be0983216e730ccc912c20eee3d940ed1f789f704ee21736db76d141efda66ec018
 DIST pidgin-sipe-1.23.0.tar.gz 1296050 BLAKE2B 1c69587ab6407b6c83dda349ab9a5ad61e3e1d8936b58d7edd71cbead3f8573ab60f7e95866968ec55163a533077be268d6166354d9d22cd2110e6b2ae1708c0 SHA512 8ed0c353e83707b99059791b97568d874634eb1d5ec1a43031864cc8469dc859e7485eb617fe5e23960c091fb15334a903452827ef8a650ed4d677f3a2222cef

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild
deleted file mode 100644
index f09eaef8eed..00000000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.21.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)"
-HOMEPAGE="http://sipe.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="debug kerberos ocs2005-message-hack openssl telepathy voice"
-
-RDEPEND=">=dev-libs/gmime-2.4.16
-	dev-libs/libxml2
-	openssl? ( dev-libs/openssl:= )
-	!openssl? ( dev-libs/nss )
-	kerberos? ( virtual/krb5 )
-	voice? (
-		>=dev-libs/glib-2.28.0
-		>=net-libs/libnice-0.1.0
-		media-libs/gstreamer:0.10
-		>=net-im/pidgin-2.8.0
-	)
-	!voice? (
-		>=dev-libs/glib-2.12.0:2
-		net-im/pidgin
-	)
-	telepathy? (
-		>=sys-apps/dbus-1.1.0
-		>=dev-libs/dbus-glib-0.61
-		>=dev-libs/glib-2.28:2
-		>=net-libs/telepathy-glib-0.18.0
-	)
-"
-
-DEPEND="dev-util/intltool
-	virtual/pkgconfig
-	${RDEPEND}
-"
-
-src_prepare() {
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--enable-purple \
-		--disable-quality-check \
-		$(use_enable telepathy) \
-		$(use_enable debug) \
-		$(use_enable ocs2005-message-hack) \
-		$(use_with kerberos krb5) \
-		$(use_with voice vv) \
-		$(use_enable !openssl nss) \
-		$(use_enable openssl)
-}
-
-src_install() {
-	emake install DESTDIR="${D}"
-	dodoc AUTHORS ChangeLog NEWS TODO README
-}


             reply	other threads:[~2018-01-14 13:44 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-14 13:44 Ian Whyman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-20  3:54 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/ Sam James
2022-04-17 19:17 Sam James
2021-08-06 20:44 Sam James
2021-07-18  6:33 Agostino Sarubbo
2021-04-11 12:23 Ian Whyman
2021-01-29 12:37 Lars Wendler
2021-01-29 11:20 Lars Wendler
2021-01-29 10:57 Lars Wendler
2020-01-25 17:29 Ian Whyman
2019-06-15 13:40 Ian Whyman
2019-06-15 13:40 Ian Whyman
2019-03-10 13:39 Mikle Kolyada
2019-03-09 19:18 Thomas Deutschmann
2018-10-25 18:40 Ian Whyman
2018-04-05 19:59 Ian Whyman
2017-12-17 12:06 Ian Whyman
2017-10-26 20:44 Thomas Deutschmann
2017-10-25 23:56 Manuel Rüger
2017-09-30 16:22 Ian Whyman
2017-09-30 16:22 Ian Whyman
2017-02-06 14:55 Agostino Sarubbo
2017-02-05 15:11 Ian Whyman
2016-07-02 12:17 Ian Whyman
2015-12-18 11:48 Ian Whyman
2015-11-07 12:57 Manuel Rüger
2015-09-02 19:24 Ian Whyman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515937417.8201b09a8b89ed14fd2c1c83d1bce94294a40278.thev00d00@gentoo \
    --to=thev00d00@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox