diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-03-15 09:15:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-03-15 09:19:05 +0100 |
commit | d7cb42399712762d1e8e2440f5492c0adcf3f9a9 (patch) | |
tree | 512c10cebc3d7198c83ac353fe008f0628c36ece /net-im | |
parent | net-im/ekg2: Take 0.4_pre20190315 (f427d083) snapshot (diff) | |
download | gentoo-d7cb42399712762d1e8e2440f5492c0adcf3f9a9.tar.gz gentoo-d7cb42399712762d1e8e2440f5492c0adcf3f9a9.tar.bz2 gentoo-d7cb42399712762d1e8e2440f5492c0adcf3f9a9.zip |
net-im/ekg2: Drop broken 0.3.1-r2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ekg2/Manifest | 1 | ||||
-rw-r--r-- | net-im/ekg2/ekg2-0.3.1-r2.ebuild | 112 | ||||
-rw-r--r-- | net-im/ekg2/files/0001-Gentoo-use-vendor-dirs-for-perl-modules.patch | 25 | ||||
-rw-r--r-- | net-im/ekg2/metadata.xml | 14 |
4 files changed, 0 insertions, 152 deletions
diff --git a/net-im/ekg2/Manifest b/net-im/ekg2/Manifest index dffbf70f378b..38cae254de61 100644 --- a/net-im/ekg2/Manifest +++ b/net-im/ekg2/Manifest @@ -1,2 +1 @@ -DIST ekg2-0.3.1.tar.gz 1704772 BLAKE2B 2957d872f4d3697e36d495b54e5c39ec59c4865883b9523077ce607fc954268a0f2af07f14e4e217982abb2c1cbfdad423775631d6c22adfd2dbdc8f15895176 SHA512 dc107005f434f9e3011ff2be720b750b09c72fee1f9e1b47dfbf8af8eac1e27b24e028505a0d4928aedd1375a3245e93757410c742ff112ff5dac1e1a4f5a21c DIST ekg2-f427d083ee899d42532c046100490a915b0e8a82.tar.gz 1177484 BLAKE2B 7bf6918a7f75738ac34eeae64ac53d3c90acd72795711c856206b79ca96c94b2ce397132ee31dfa8a9060d91d7b4b9aa23834596fca190dadf476660c6e5cd71 SHA512 ba28b66233290bd6c9b6a9602a5409c0fb2d847993bda638172da2f68430b5b5cf9bc0ff0d327983939fa0fd078bf6030069c60cd8bdd8449c349964b23e1f44 diff --git a/net-im/ekg2/ekg2-0.3.1-r2.ebuild b/net-im/ekg2/ekg2-0.3.1-r2.ebuild deleted file mode 100644 index ee5a47aadae2..000000000000 --- a/net-im/ekg2/ekg2-0.3.1-r2.ebuild +++ /dev/null @@ -1,112 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit autotools-utils eutils python-single-r1 versionator - -DESCRIPTION="Text-based, multi-protocol instant messenger" -HOMEPAGE="https://github.com/ekg2/ekg2/" -SRC_URI="https://dev.gentoo.org/~mgorny/dist/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="gadu gif gnutls gpg gpm gsm gtk idn jpeg ncurses nls - oracle perl python readline rss spell sqlite ssl threads unicode - xmpp xosd zlib" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - gpg? ( app-crypt/gpgme:= ) - gsm? ( media-sound/gsm:= ) - gtk? ( x11-libs/gtk+:2= ) - idn? ( net-dns/libidn:= ) - nls? ( virtual/libintl:= ) - oracle? ( dev-db/oracle-instantclient-basic:= ) - perl? ( dev-lang/perl:= ) - python? ( ${PYTHON_DEPS} ) - readline? ( sys-libs/readline:0= ) - ssl? ( dev-libs/openssl:0= ) - xosd? ( x11-libs/xosd:= ) - zlib? ( sys-libs/zlib:= ) - - gadu? ( <net-libs/libgadu-1.12:= - gif? ( media-libs/giflib:= ) - jpeg? ( virtual/jpeg:0= ) ) - ncurses? ( sys-libs/ncurses:=[unicode?] - gpm? ( sys-libs/gpm:= ) - spell? ( app-text/aspell:= ) ) - rss? ( dev-libs/expat:= ) - sqlite? ( dev-db/sqlite:3= ) - xmpp? ( dev-libs/expat:= - gnutls? ( net-libs/gnutls:= ) )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -PATCHES=( - "${FILESDIR}"/0001-Gentoo-use-vendor-dirs-for-perl-modules.patch -) -DOCS=( - AUTHORS docs/README docs/TODO - docs/events.txt docs/mouse.txt docs/sim.txt docs/voip.txt - docs/themes.txt docs/themes-en.txt - docs/ui-ncurses.txt docs/ui-ncurses-en.txt -) - -# Due to MakeMaker being used to build Perl modules. -AUTOTOOLS_IN_SOURCE_BUILD=1 - -pkg_pretend() { - if ! use gtk && ! use ncurses && ! use readline; then - ewarn 'ekg2 is being compiled without any frontend, you should consider' - ewarn 'enabling at least one of following USEflags:' - ewarn ' gtk, ncurses, readline.' - fi - - if use gnutls && ! use ssl; then - ewarn 'You have enabled USE=gnutls without USE=ssl. The SSL support' - ewarn 'in ekg2 will be limited to the plugins supporting GnuTLS.' - fi -} - -src_configure() { - myeconfargs=( - $(use_with gadu libgadu) - $(use_with gif) - # gnutls is jabber-specific - $(use xmpp && use_with gnutls libgnutls || echo '--without-libgnutls') - $(use_with gpg) - $(use_with gpm gpm-mouse) - $(use_with gsm libgsm) - $(use_with gtk) - $(use_with idn libidn) - $(use xmpp && echo '--with-expat' || use_with rss expat) - $(use_with jpeg libjpeg) - $(use_with ncurses) - $(use_with oracle logsoracle) - $(use_with perl) - $(use_with python) - $(use_with readline) - $(use_with spell aspell) - $(use_with sqlite sqlite3) - $(use_with ssl openssl) - $(use_with threads pthread) - $(use_with xosd libxosd) - $(use_with zlib) - $(use_enable nls) - $(use_enable unicode) - --with-inotify - --without-ioctld - --without-sqlite - --disable-remote - --enable-skip-relative-plugins-dir - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - prune_libtool_files --modules -} diff --git a/net-im/ekg2/files/0001-Gentoo-use-vendor-dirs-for-perl-modules.patch b/net-im/ekg2/files/0001-Gentoo-use-vendor-dirs-for-perl-modules.patch deleted file mode 100644 index 010b22fc976c..000000000000 --- a/net-im/ekg2/files/0001-Gentoo-use-vendor-dirs-for-perl-modules.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 804370c1ad2f94937ac9184dbbb40354885ea6be Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Wed, 6 Apr 2011 16:19:46 +0200 -Subject: [PATCH] [Gentoo] use vendor dirs for perl modules. - ---- - plugins/perl/Makefile.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/plugins/perl/Makefile.in b/plugins/perl/Makefile.in -index 84d378b..309e2e2 100644 ---- a/plugins/perl/Makefile.in -+++ b/plugins/perl/Makefile.in -@@ -594,7 +594,7 @@ all-local: - set -e; for dir in $(perl_dirs); do \ - cd $$dir && \ - if [ ! -f Makefile ]; then \ -- $(PERL) Makefile.PL; \ -+ $(PERL) Makefile.PL INSTALLDIRS=vendor; \ - fi && \ - $(MAKE) CC="$(CC)" CCFLAGS="$(PERL_CFLAGS) $(AM_CFLAGS) $(CFLAGS)" && \ - cd ..; \ --- -1.7.4.1 - diff --git a/net-im/ekg2/metadata.xml b/net-im/ekg2/metadata.xml index d79771701e08..56d35d283099 100644 --- a/net-im/ekg2/metadata.xml +++ b/net-im/ekg2/metadata.xml @@ -7,20 +7,6 @@ </maintainer> <use> - <!-- 0.3* flags --> - <flag name="gif" restrict="=net-im/ekg2-0.3*"> - GIF token support for Gadu-Gadu protocol.</flag> - <flag name="gnutls">Enable SSL/TLS support through GnuTLS - for the plugins supporting it. If 'ssl' is enabled too, GnuTLS will - be preferred where possible (and OpenSSL will be used - elsewhere).</flag> - <flag name="jpeg">JPEG token support for Gadu-Gadu protocol.</flag> - <flag name="ssl" restrict="=net-im/ekg2-0.3*"> - Enable the complete SSL/TLS support through OpenSSL. - This also enables the 'sim' plugin which relies on OpenSSL.</flag> - <flag name="oracle">Support logging messages into Oracle database.</flag> - - <!-- common and modern flags --> <flag name="gadu">Enable Gadu-Gadu protocol support (requires <pkg>net-libs/libgadu</pkg>).</flag> <flag name="gpg">Enable jabber message encryption through |