summaryrefslogtreecommitdiff
path: root/net-im/ayttm
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /net-im/ayttm
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'net-im/ayttm')
-rw-r--r--net-im/ayttm/Manifest5
-rw-r--r--net-im/ayttm/ayttm-0.6.3-r1.ebuild63
-rw-r--r--net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch28
-rw-r--r--net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch16
-rw-r--r--net-im/ayttm/metadata.xml18
5 files changed, 0 insertions, 130 deletions
diff --git a/net-im/ayttm/Manifest b/net-im/ayttm/Manifest
deleted file mode 100644
index 7338eb03c530..000000000000
--- a/net-im/ayttm/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX ayttm-0.6.3-opt-webcam.patch 887 BLAKE2B c22f16ea946204e18111065c7f26a8831b3ac0568e5b79ccef9a9ff5e685f67026c692987a3aabe2bcaecf885f29e75c4d2cb5b99223b99235deaac2a3a4aa10 SHA512 6d56796d124450554f929c0a8b6a447a86c978dda2aa7e815d9e512c7c62de7c7e8e9a2b3e26a900ca1cda7f17c017292f2afb3791bcc922447b6e4bf5665170
-AUX ayttm-0.6.3-opt-xscreensaver.patch 409 BLAKE2B 58fdec795c21f114001c87f8398bf1b3375658cc86f0bb03c81d0e527e73ce30769dbc8fac078f81bff7f3b40fd9d886b448360d1611523c988af481c7d63586 SHA512 67a81ddfab8aeddac8d4fe0cdc8f9fdfee7e5ea2d206a374e480949c8ed738c147dc2ef679e7984d26b4ecbaa78152c9ba53eaa5ed2cd6c4836aded5fad5f14d
-DIST ayttm-0.6.3.tar.bz2 1377010 BLAKE2B 692bac07386783f98a4e873b93f8c2a088fb954f39613ec47d151433e59b578f532f80d47b6dc7caab789ea06024a4a82d0f0c8264963d19c076e1b524495b19 SHA512 8480b9e6b6e1c45a3cdd16d991ebf7e12c400d282243f5f44715ba20d4db4523a0343fe49016f7dba3e1a23d963eef52fbb0823c27aedec0db33457319138270
-EBUILD ayttm-0.6.3-r1.ebuild 1446 BLAKE2B 62d16dabd4977c7fcbfd414d41fd29d88dbafeb55baa81deae3ba772818821d7f8b878a71a93d04ab4e0f8a61d128b7c08ff75eb8bf68fb403a8c55d9d431bca SHA512 6dce1c964527f4aa8799d16cac1f51986ee2c9d9d6464ed8f5bc32c30743009d2bc341c0ca55ed0666f76322bb5cf9933852157803945fdbac75cb44f3494d4c
-MISC metadata.xml 690 BLAKE2B d7770d3364037a014904193ef1acffb82c18005e77e50d266ae9462f1ff8bdde46175164cf655e2ef12eacc8c7a081d702c972c4fdf92ac67da2f108c8c0e083 SHA512 31080f5067a4b51de6cb03133b3be833515d9572aaa62dbd7045f2a929d7e5c73f32bb1fbee54d36abc6bc809a18d1d653d7a7b2a855802b9590d39f1e716970
diff --git a/net-im/ayttm/ayttm-0.6.3-r1.ebuild b/net-im/ayttm/ayttm-0.6.3-r1.ebuild
deleted file mode 100644
index 2f183105a741..000000000000
--- a/net-im/ayttm/ayttm-0.6.3-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils multilib
-
-DESCRIPTION="A multi-protocol instant messaging client"
-HOMEPAGE="http://ayttm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ayttm/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="crypt icq irc xmpp lj msn nls oscar smtp xscreensaver yahoo"
-
-RDEPEND="app-text/enchant
- dev-libs/glib:2
- dev-libs/openssl:0=
- virtual/libiconv
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:2
- x11-libs/libX11
- x11-libs/libXpm
- x11-libs/pango
- crypt? ( app-crypt/gpgme )
- xscreensaver? ( x11-libs/libXScrnSaver )
- yahoo? ( net-libs/libyahoo2 )"
-DEPEND="${RDEPEND}
- sys-devel/bison
- sys-devel/flex
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-opt-xscreensaver.patch \
- "${FILESDIR}"/${P}-opt-webcam.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable crypt aycryption) \
- --disable-esd \
- $(use_enable icq) \
- $(use_enable irc) \
- $(use_enable xmpp jabber) \
- $(use_enable lj) \
- $(use_enable msn) \
- $(use_enable nls) \
- $(use_enable oscar) \
- $(use_enable smtp) \
- $(use_enable xscreensaver) \
- $(use_enable yahoo) \
- --disable-webcam \
- --disable-arts \
- --enable-posix-dlopen \
- --disable-static
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog README README.LINUX TODO
- rm -f "${D}"/usr/$(get_libdir)/${PN}/*.la
-}
diff --git a/net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch b/net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch
deleted file mode 100644
index e805d90746d6..000000000000
--- a/net-im/ayttm/files/ayttm-0.6.3-opt-webcam.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Make the building of the webcam-related plugins optional.
-
-Patch by Kevin McCarthy <signals@gentoo.org>
-
---- configure.ac
-+++ configure.ac
-@@ -436,6 +439,10 @@
- AC_MSG_WARN(You need gpgme to compile the aycryption module))
- fi
-
-+if test "$enable_webcam" != no; then
-+ OPTIONAL_PLUG_DIR="$OPTIONAL_PLUG_DIR image_filter"
-+fi
-+
- ###########################################################################
- # End Optional Modules
- ###########################################################################
---- modules/Makefile.am
-+++ modules/Makefile.am
-@@ -1,7 +1,7 @@
- DIST_SUBDIRS = aim-oscar irc jabber msn2 yahoo2 smtp importers \
- livejournal utility aycryption smileys image_filter
-
--SUBDIRS = @OPTIONAL_PLUG_DIR@ importers utility smileys image_filter
-+SUBDIRS = @OPTIONAL_PLUG_DIR@ importers utility smileys
-
- # Gets rid of the datarootdir warning
- datarootdir=@datarootdir@
diff --git a/net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch b/net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch
deleted file mode 100644
index 7c6f09f5117e..000000000000
--- a/net-im/ayttm/files/ayttm-0.6.3-opt-xscreensaver.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Add --enable-xscreensaver to configure for USE flag support
-
-Patch by Kevin McCarthy <signals@gentoo.org>
-
---- configure.ac
-+++ configure.ac
-@@ -316,6 +316,9 @@
- #endif
- ])
-
-+AC_ARG_ENABLE(xscreensaver, AC_HELP_STRING([--enable-xscreensaver],
-+ [compile with X Screensaver]), [have_xss=$enableval], [have_xss=no] )
-+
- if test "$have_xss" = yes; then
- # Let's figure out what library it's in...
-
diff --git a/net-im/ayttm/metadata.xml b/net-im/ayttm/metadata.xml
deleted file mode 100644
index 5cbaca7524d5..000000000000
--- a/net-im/ayttm/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- Ayttm is a multi-protocol instant messaging client with some novel features
- such as the ability to connect to livejournal.com and the ability to send
- short messages via RFC2821 SMTP.
- </longdescription>
- <use>
- <flag name="irc">Enable Internet Relay Chat support</flag>
- <flag name="lj">Enable livejournal.com support</flag>
- <flag name="smtp">Adds support for sending messages via RFC2821 SMTP</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">ayttm</remote-id>
- </upstream>
-</pkgmetadata>