* [gentoo-commits] repo/gentoo:master commit in: net-im/climm/, profiles/
@ 2019-04-20 8:05 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-04-20 8:05 UTC (permalink / raw
To: gentoo-commits
commit: 4277d399ebb18030cb26c918134c7f8cec8c8212
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 08:04:11 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 08:04:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4277d399
net-im/climm: Remove last-rited pkg
Closes: https://bugs.gentoo.org/674160
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-im/climm/Manifest | 1 -
net-im/climm/climm-0.7.1.ebuild | 62 -----------------------------------------
net-im/climm/metadata.xml | 5 ----
profiles/package.mask | 2 --
4 files changed, 70 deletions(-)
diff --git a/net-im/climm/Manifest b/net-im/climm/Manifest
deleted file mode 100644
index e109124e1bb..00000000000
--- a/net-im/climm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST climm-0.7.1.tgz 1296303 BLAKE2B 8fe10eb05c4c2315295be2173e16b9492de20bd4a526c4fbdde4dcf3dc2d287392e9071e26bb7231ed26e808ba2d2893d6415266cb095040c5ffce3b13c36b47 SHA512 8ee8b716229b4181a3b2f7ff3323b4587e80200ca753347f670616da9f25e8fd7cae4da597435d6f71b3a104ad89f3cfe4fd3f9524e259feef220255b6f7d138
diff --git a/net-im/climm/climm-0.7.1.ebuild b/net-im/climm/climm-0.7.1.ebuild
deleted file mode 100644
index 02d797c7d53..00000000000
--- a/net-im/climm/climm-0.7.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-DESCRIPTION="ICQ text-mode client with many features"
-HOMEPAGE="http://www.climm.org/"
-SRC_URI="http://www.climm.org/source/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="xmpp gnutls tcl ssl"
-
-# In case user don't need xmpp there is a choice gnutls/openssl. Since xmpp
-# requires gnutls then without explicit request to use gnutls (USE=gnutls)
-# for ssl we fall back on gnutls instead of openssl.
-REQUIRED_USE="xmpp? ( ssl gnutls )"
-
-RDEPEND="
- xmpp? (
- || (
- >=dev-libs/iksemel-1.4[ssl]
- >=dev-libs/iksemel-1.3[gnutls]
- )
- )
- ssl? (
- gnutls? (
- >=net-libs/gnutls-0.8.10
- dev-libs/libgcrypt:0
- )
- !gnutls? ( dev-libs/openssl )
- )
- tcl? ( dev-lang/tcl:0 )"
-DEPEND="${RDEPEND}
- ssl? ( gnutls? ( virtual/pkgconfig ) )"
-
-src_configure() {
- local myconf
- if use ssl; then
- if use gnutls; then
- einfo "Using gnutls"
- myconf="--enable-ssl=gnutls"
- else
- einfo "Using openSSL"
- myconf="--enable-ssl=openssl"
- fi
- else
- myconf="--disable-ssl"
- fi
-
- econf \
- $(use_enable xmpp) \
- --disable-otr \
- $(use_enable tcl) \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog FAQ NEWS README TODO
-}
diff --git a/net-im/climm/metadata.xml b/net-im/climm/metadata.xml
deleted file mode 100644
index 6f49eba8f49..00000000000
--- a/net-im/climm/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 713d04834d3..dbb9b426542 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -618,7 +618,6 @@ x11-libs/hippo-canvas
# net-analyzer/postal: #677478, last release in 2012
# net-ftp/netkit-ftpd: #676000, last rel in 2000, also #236290, #540330
# net-im/ayttm: #676242, last commits in 2011 (+ one secfix in 2015)
-# net-im/climm: #674160, dead homepage, last commits in 2010
#
# Removal in 30 days.
app-crypt/keynote
@@ -634,7 +633,6 @@ net-analyzer/nodebrain
net-analyzer/postal
net-ftp/netkit-ftpd
net-im/ayttm
-net-im/climm
# Miroslav Šulc <fordfrog@gentoo.org> (19 Mar 2019)
# Depends on >=virtual/{jdk,jre}-11 which is masked
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-04-20 23:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-20 8:05 [gentoo-commits] repo/gentoo:master commit in: net-im/climm/, profiles/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox