summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-12 10:15:02 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-12 10:15:02 +0200
commitbc617305898e8f3de595eb98279c07038d9f96c6 (patch)
treeae38c58a1deffd4cdc7d82b8fe89a1d2607b37fc /dev-libs
parentdev-libs/libidmef: Remove last-rited pkg (diff)
downloadgentoo-bc617305898e8f3de595eb98279c07038d9f96c6.tar.gz
gentoo-bc617305898e8f3de595eb98279c07038d9f96c6.tar.bz2
gentoo-bc617305898e8f3de595eb98279c07038d9f96c6.zip
dev-libs/libmail: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694192 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libmail/Manifest1
-rw-r--r--dev-libs/libmail/files/libmail-0.3-respect-cflags.patch37
-rw-r--r--dev-libs/libmail/libmail-0.3-r3.ebuild53
-rw-r--r--dev-libs/libmail/metadata.xml11
4 files changed, 0 insertions, 102 deletions
diff --git a/dev-libs/libmail/Manifest b/dev-libs/libmail/Manifest
deleted file mode 100644
index 05dae1d6511d..000000000000
--- a/dev-libs/libmail/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libmail-0.3.tar.bz2 271946 BLAKE2B f03b5a07bb78423bc37111448e0b0b812d51172210a555a1cc8279ce66f62ea5033954bb37c01d6d225d53bab4996366ae803fab9a96ef97a841cbd88896454e SHA512 df4e0e549867f7cf73db8c965a28c14e3e089e54a8272b70be8b00c896dcd91d68625e2287a15d353eff75ec05e702e6d113f8122ed0e9d294766fe4f467e9d3
diff --git a/dev-libs/libmail/files/libmail-0.3-respect-cflags.patch b/dev-libs/libmail/files/libmail-0.3-respect-cflags.patch
deleted file mode 100644
index 7e22de4c7576..000000000000
--- a/dev-libs/libmail/files/libmail-0.3-respect-cflags.patch
+++ /dev/null
@@ -1,37 +0,0 @@
---- configure.ac.orig 2013-01-31 16:18:06.537834009 +0400
-+++ configure.ac 2013-01-31 16:19:00.138835711 +0400
-@@ -12,7 +12,7 @@
- AC_PROG_MAKE_SET
- AC_PROG_LIBTOOL
-
--CFLAGS="-D_GNU_SOURCE -Wall -Wunused -Wstrict-prototypes"
-+CFLAGS="-D_GNU_SOURCE -Wall -Wunused -Wstrict-prototypes ${CFLAGS}"
-
- use_sasl=false
- use_apop=false
-@@ -99,7 +99,6 @@
- ;;
- yes)
- AC_DEFINE(NDEBUG, [1], [Use debug functionality])
-- CFLAGS="$CFLAGS -g"
- optimize="no"
- ;;
- *)
-@@ -119,7 +118,6 @@
- ;;
- yes)
- AC_DEFINE(NDEBUG, [1], [Use debug functionality])
-- CFLAGS="$CFLAGS -pg -g"
- optimize="yes"
- ;;
- *)
-@@ -127,9 +125,6 @@
- ;;
- esac
- ])
--if test $optimize = "yes"; then
-- CFLAGS="$CFLAGS -O2"
--fi
- AM_CONDITIONAL([LIBMAIL_USE_SASL], [test x$use_sasl = xtrue])
- AM_CONDITIONAL([LIBMAIL_USE_APOP], [test x$use_apop = xtrue])
- AM_CONDITIONAL([LIBMAIL_USE_TLS], [test x$use_tls = xtrue])
diff --git a/dev-libs/libmail/libmail-0.3-r3.ebuild b/dev-libs/libmail/libmail-0.3-r3.ebuild
deleted file mode 100644
index c20fa7c5a900..000000000000
--- a/dev-libs/libmail/libmail-0.3-r3.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-AUTOTOOLS_AUTORECONF=1
-inherit autotools-utils
-
-DESCRIPTION="A mail handling library"
-HOMEPAGE="http://libmail.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="apop debug gnutls profile sasl static-libs"
-
-DEPEND="gnutls? ( >=net-libs/gnutls-2 )
- sasl? ( >=dev-libs/cyrus-sasl-2 )"
-RDEPEND="${DEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
-# Do not unset user's CFLAGS, bug #454558
-PATCHES=( "${FILESDIR}/${P}-respect-cflags.patch" )
-
-src_prepare() {
- # Drop quotes from ACLOCAL_AMFLAGS otherwise aclocal will fail
- # see 447760
- sed -i -e "/ACLOCAL_AMFLAGS/s:\"::g" Makefile.am || die
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable apop)
- $(use_enable debug)
- $(use_enable gnutls tls)
- $(use_enable profile)
- $(use_enable sasl)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
-
- # headers, that are wrongly skipped from installing
- insinto /usr/include/libmail
- doins libmail/libmail_intl.h
- doins config.h
-}
diff --git a/dev-libs/libmail/metadata.xml b/dev-libs/libmail/metadata.xml
deleted file mode 100644
index b77b86fc4804..000000000000
--- a/dev-libs/libmail/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <use>
- <flag name="apop">Enables the APOP authentication method</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">libmail</remote-id>
- </upstream>
-</pkgmetadata>