net-irc/irssi-otr: Remove
authorMatt Turner <mattst88@gentoo.org>
Tue, 5 Nov 2019 19:36:06 +0000 (11:36 -0800)
committerMatt Turner <mattst88@gentoo.org>
Tue, 5 Nov 2019 19:36:55 +0000 (11:36 -0800)
Closes: https://bugs.gentoo.org/696074
Signed-off-by: Matt Turner <mattst88@gentoo.org>
net-irc/irssi-otr/Manifest [deleted file]
net-irc/irssi-otr/files/irssi-otr-1.0.0-cflags.patch [deleted file]
net-irc/irssi-otr/files/irssi-otr-1.0.2-cflags.patch [deleted file]
net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild [deleted file]
net-irc/irssi-otr/irssi-otr-1.0.2.ebuild [deleted file]
net-irc/irssi-otr/metadata.xml [deleted file]
profiles/package.mask

diff --git a/net-irc/irssi-otr/Manifest b/net-irc/irssi-otr/Manifest
deleted file mode 100644 (file)
index cfaf8ba..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST irssi-otr-1.0.0.tar.gz 39481 BLAKE2B 2d62071413db01291bdc223e4feab148f404c93832ccb6c18443c5ce2a2634445fa9ea106fac1e6b57e2da184b19f5a62aad27f448bea6f52c00e2957fc168e3 SHA512 988e50b9df430511ae21a9128ffd27ad27efc102aaa10ec59992c6e642f38dd776396a0768021e3a0588d2a8c30e6316a7b0720d31a05ac21bb47055b0d8c488
-DIST irssi-otr-1.0.2.tar.gz 40947 BLAKE2B b5a10f826fe7d4069bfe743b33c4e6fb29b5e38d46926f3f92115906fe914cd710446578d43e8833296646131102ac003ef9aece14c0f9f060fb898b7c699abd SHA512 983bc861e5d38774305425b412368689f17a1e11298bcef49b9f0ea7a2275b1443ba2ce0a9ef9866e537097f1c6c00e9264085f5cd711f0d78faf252fba18d2f
diff --git a/net-irc/irssi-otr/files/irssi-otr-1.0.0-cflags.patch b/net-irc/irssi-otr/files/irssi-otr-1.0.0-cflags.patch
deleted file mode 100644 (file)
index 50b57c5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.ac       2014-02-13 04:50:45.000000000 +0400
-+++ configure.ac.new   2014-12-07 12:13:17.346849284 +0300
-@@ -64,7 +64,7 @@
- LT_INIT
--CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing -fstack-protector-all -D_FORTIFY_SOURCE=2 -O1 -Wl,-z,relro,-z,now -fPIE -pie $PACKAGE_CFLAGS"
-+CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing -fstack-protector-all -D_FORTIFY_SOURCE=2 -Wl,-z,relro,-z,now -fPIE -pie $PACKAGE_CFLAGS"
- DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_builddir) -I\$(top_builddir)/src -I\$(top_builddir)/include"
- AC_SUBST(DEFAULT_INCLUDES)
diff --git a/net-irc/irssi-otr/files/irssi-otr-1.0.2-cflags.patch b/net-irc/irssi-otr/files/irssi-otr-1.0.2-cflags.patch
deleted file mode 100644 (file)
index 3ab1328..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac     2014-02-13 04:50:45.000000000 +0400
-+++ b/configure.ac     2014-12-07 12:13:17.346849284 +0300
-@@ -64,7 +64,7 @@
- LT_INIT
--CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing -fstack-protector-all -D_FORTIFY_SOURCE=2 -O1 -Wl,-z,relro,-z,now -fPIE -pie $PACKAGE_CFLAGS"
-+CFLAGS="-Wall $CFLAGS -g -fno-strict-aliasing -fstack-protector-all -D_FORTIFY_SOURCE=2 -Wl,-z,relro,-z,now -fPIE -pie $PACKAGE_CFLAGS"
- DEFAULT_INCLUDES="-I\$(top_srcdir) -I\$(top_builddir) -I\$(top_builddir)/src -I\$(top_builddir)/include"
- AC_SUBST(DEFAULT_INCLUDES)
diff --git a/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild b/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild
deleted file mode 100644 (file)
index adc29ad..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils multilib
-
-DESCRIPTION="Off-The-Record messaging (OTR) for irssi"
-HOMEPAGE="https://github.com/cryptodotis/irssi-otr"
-SRC_URI="https://github.com/cryptodotis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~sparc x86"
-IUSE=""
-
-# please note >=libotr-4.1.0 is required due to critical bugfix
-# d748757e581b74e7298df155ad49174cb914102b, see README.md
-RDEPEND="
-       !=net-irc/irssi-1.2*
-       >=dev-libs/glib-2.22.0:2
-       >=dev-libs/libgcrypt-1.2.0:0
-       >=net-libs/libotr-4.1.0
-       >=net-irc/irssi-0.8.15[perl]"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-AUTOTOOLS_AUTORECONF="yes"
-DOCS=( README.md )
-PATCHES=( "${FILESDIR}/${P}-cflags.patch" )
-
-src_prepare() {
-       autotools-utils_src_prepare
-
-       sed -i -e "s|/usr/lib/irssi/modules|/usr/$(get_libdir)/irssi/modules|" configure.ac || die
-}
diff --git a/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild b/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild
deleted file mode 100644 (file)
index 5a4cc0e..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Off-The-Record messaging (OTR) for irssi"
-HOMEPAGE="https://github.com/cryptodotis/irssi-otr"
-SRC_URI="https://github.com/cryptodotis/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 hppa sparc x86"
-
-RDEPEND="
-       !=net-irc/irssi-1.2*
-       dev-libs/glib:2
-       >=dev-libs/libgcrypt-1.7.3
-       >=net-libs/libotr-4.1.0
-       >=net-irc/irssi-1.0.0[perl]"
-
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig"
-
-DOCS=( README.md )
-
-PATCHES=( "${FILESDIR}/${P}-cflags.patch" )
-
-src_prepare() {
-       default
-       eautoreconf
-       sed -i -e "s|/usr/lib/irssi/modules|/usr/$(get_libdir)/irssi/modules|" configure.ac || die
-}
diff --git a/net-irc/irssi-otr/metadata.xml b/net-irc/irssi-otr/metadata.xml
deleted file mode 100644 (file)
index b652671..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <upstream>
-               <remote-id type="github">cryptodotis/irssi-otr</remote-id>
-       </upstream>
-       <maintainer type="person">
-               <email>monsieurp@gentoo.org</email>
-               <name>Patrice Clement</name>
-       </maintainer>
-</pkgmetadata>
index 8537b3b0858bc53fdf30a6228910261ca709c946..f1489cef64285ccd7c08a234a40b0f8b10d1fa81 100644 (file)
@@ -445,13 +445,6 @@ app-dicts/dictd-web1913
 # Removal in 30 days.  Bug #696176.
 mail-filter/procmail-lib
 
-# Patrice Clement <monsieurp@gentoo.org> (2019-10-02)
-# OTR support is fully integrated within irssi since version 1.2.0. Type /help otr
-# at the command prompt to find out more. The OTR module is therefore obsolete
-# and can be tree-cleaned.
-# Masked for removal in 30 days. Bug #696074.
-net-irc/irssi-otr
-
 # Brian Evans <grknight@gentoo.org> (2019-10-01)
 # End of life.  Please upgrade.
 # Removal in 90 days. Bug 651784