commit:     01737e193e2777bacc5b6ac4f4c3c52cb08271fc
Author:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 13:31:45 2019 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 13:31:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01737e19

x11-plugins/pidgin-sipe: Drop Old

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ian Whyman <thev00d00 <AT> gentoo.org>

 x11-plugins/pidgin-sipe/Manifest                  |  3 -
 x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild | 69 -----------------------
 x11-plugins/pidgin-sipe/pidgin-sipe-1.23.0.ebuild | 69 -----------------------
 x11-plugins/pidgin-sipe/pidgin-sipe-1.23.2.ebuild | 69 -----------------------
 4 files changed, 210 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest
index e24c3edcd4b..f874c39c159 100644
--- a/x11-plugins/pidgin-sipe/Manifest
+++ b/x11-plugins/pidgin-sipe/Manifest
@@ -1,4 +1 @@
-DIST pidgin-sipe-1.22.0.tar.gz 1255851 BLAKE2B 
442206854bc420f8a93a34246f28a923adc83c08a9c113d871f920799e2b33505a14b4181d1b20aa65e03c6d6483b01be22e66ed4496ea8571247bfc560d2a97
 SHA512 
4135bbf526659663b0b053592d889588574ed2a1bc9346e6ba62960203409e2604552ffb02ed32e2b4bb46c4f40f62089302b301344b9f7b45657e64a585f7ed
-DIST pidgin-sipe-1.23.0.tar.gz 1296050 BLAKE2B 
1c69587ab6407b6c83dda349ab9a5ad61e3e1d8936b58d7edd71cbead3f8573ab60f7e95866968ec55163a533077be268d6166354d9d22cd2110e6b2ae1708c0
 SHA512 
8ed0c353e83707b99059791b97568d874634eb1d5ec1a43031864cc8469dc859e7485eb617fe5e23960c091fb15334a903452827ef8a650ed4d677f3a2222cef
-DIST pidgin-sipe-1.23.2.tar.gz 1297900 BLAKE2B 
2e37fc883c04ae9cb3ed562e932f0d207c449f67521c65a64bd52a580386fb822d10814bb7fda7cb0f6a67ae949b428db0b3c160f113c279b2e8440360af14ba
 SHA512 
150dd41577c571442c664d91b55cff461ce2bd8dfdca6e8c8dffd27ee22c35393031ddcc7e070409ed5206f8cd0f17246f70d9ebfb6c868503a90be989ac34e6
 DIST pidgin-sipe-1.23.3.tar.gz 1298459 BLAKE2B 
e15ad7658771fc0d7f5320f6b145e67a6f33603dfe49dd83edbf42fd2e57f117f4cdac53c6b6dba401266ae6c2593bb6078a604c164aa365aa94aa64eb94f1c7
 SHA512 
3c7481e02f9541818a980df31d135c3eefd8f1e921dcb6cfe3d1ce194b1591531db2c23364b545a912eb3818af207ffc0a19d3310d495db503de954f0547ea31

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild 
b/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
deleted file mode 100644
index 9891f280612..00000000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.22.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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.6
-       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:1.0
-               >=net-im/pidgin-2.8.0
-               net-libs/farstream:0.2
-       )
-       !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() {
-       default
-       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
-}

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.0.ebuild 
b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.0.ebuild
deleted file mode 100644
index 0f84cb3d0a0..00000000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
-
-RDEPEND="
-       dev-libs/gmime:2.6
-       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:1.0
-               net-libs/farstream:0.2
-       )
-       !voice? (
-               >=dev-libs/glib-2.12.0:2
-       )
-       net-im/pidgin[dbus?]
-       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() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --enable-purple \
-               --disable-quality-check \
-               $(use_enable telepathy) \
-               $(use_enable debug) \
-               $(use_enable ocs2005-message-hack) \
-               $(use_with dbus) \
-               $(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
-}

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.2.ebuild 
b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.2.ebuild
deleted file mode 100644
index 6eaeda36c6b..00000000000
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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="dbus debug kerberos ocs2005-message-hack openssl telepathy voice"
-
-RDEPEND="
-       dev-libs/gmime:2.6
-       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:1.0
-               net-libs/farstream:0.2
-       )
-       !voice? (
-               >=dev-libs/glib-2.12.0:2
-       )
-       net-im/pidgin[dbus?]
-       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() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               --enable-purple \
-               --disable-quality-check \
-               $(use_enable telepathy) \
-               $(use_enable debug) \
-               $(use_enable ocs2005-message-hack) \
-               $(use_with dbus) \
-               $(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 via email to