From 1e1792579d292b6a6008dbf43dcfb613a9408f83 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 5 Nov 2019 11:36:06 -0800 Subject: net-irc/irssi-otr: Remove Closes: https://bugs.gentoo.org/696074 Signed-off-by: Matt Turner --- net-irc/irssi-otr/Manifest | 2 -- .../irssi-otr/files/irssi-otr-1.0.0-cflags.patch | 11 ------- .../irssi-otr/files/irssi-otr-1.0.2-cflags.patch | 11 ------- net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild | 37 ---------------------- net-irc/irssi-otr/irssi-otr-1.0.2.ebuild | 35 -------------------- net-irc/irssi-otr/metadata.xml | 11 ------- profiles/package.mask | 7 ---- 7 files changed, 114 deletions(-) delete mode 100644 net-irc/irssi-otr/Manifest delete mode 100644 net-irc/irssi-otr/files/irssi-otr-1.0.0-cflags.patch delete mode 100644 net-irc/irssi-otr/files/irssi-otr-1.0.2-cflags.patch delete mode 100644 net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild delete mode 100644 net-irc/irssi-otr/irssi-otr-1.0.2.ebuild delete mode 100644 net-irc/irssi-otr/metadata.xml diff --git a/net-irc/irssi-otr/Manifest b/net-irc/irssi-otr/Manifest deleted file mode 100644 index cfaf8bab5cb4..000000000000 --- a/net-irc/irssi-otr/Manifest +++ /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 index 50b57c58e8a4..000000000000 --- a/net-irc/irssi-otr/files/irssi-otr-1.0.0-cflags.patch +++ /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 index 3ab13288e11d..000000000000 --- a/net-irc/irssi-otr/files/irssi-otr-1.0.2-cflags.patch +++ /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 index adc29addfcb6..000000000000 --- a/net-irc/irssi-otr/irssi-otr-1.0.0-r1.ebuild +++ /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 index 5a4cc0eb98d6..000000000000 --- a/net-irc/irssi-otr/irssi-otr-1.0.2.ebuild +++ /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 index b65267194902..000000000000 --- a/net-irc/irssi-otr/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - cryptodotis/irssi-otr - - - monsieurp@gentoo.org - Patrice Clement - - diff --git a/profiles/package.mask b/profiles/package.mask index 8537b3b0858b..f1489cef6428 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -445,13 +445,6 @@ app-dicts/dictd-web1913 # Removal in 30 days. Bug #696176. mail-filter/procmail-lib -# Patrice Clement (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 (2019-10-01) # End of life. Please upgrade. # Removal in 90 days. Bug 651784 -- cgit v1.2.3-65-gdbad